aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2014-04-27 00:10:34 +0200
committerMike Pall <mike>2014-04-27 00:10:34 +0200
commite26dc8a21556078ad82afb33c452ea72e7c6d9f2 (patch)
tree446096c4a50e9b023c567464a1c2bb2aa285fdae /doc/luajit.html
parentc8d1aff0bafcbfadb4a119685708c19788158cd6 (diff)
parent7a39be0ac45d8cd19c13bab38d4dda31ea599760 (diff)
downloadluajit-e26dc8a21556078ad82afb33c452ea72e7c6d9f2.tar.gz
luajit-e26dc8a21556078ad82afb33c452ea72e7c6d9f2.tar.bz2
luajit-e26dc8a21556078ad82afb33c452ea72e7c6d9f2.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 15c5f12e..1a85f033 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -38,6 +38,9 @@ table.os1 td {
38table.os2 td { 38table.os2 td {
39 color: #ffa040; 39 color: #ffa040;
40} 40}
41table.os3 td {
42 color: #40ffff;
43}
41table.compiler td { 44table.compiler td {
42 color: #2080ff; 45 color: #2080ff;
43 background: #62bf41; 46 background: #62bf41;
@@ -160,7 +163,10 @@ LuaJIT is Copyright &copy; 2005-2014 Mike Pall, released under the
160<tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr> 163<tr><td>Windows</td><td>Linux</td><td>BSD</td><td>OSX</td><td>POSIX</td></tr>
161</table> 164</table>
162<table class="feature os os2"> 165<table class="feature os os2">
163<tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td><td>PS3</td><td>PS4</td><td>Xbox 360</td></tr> 166<tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td></tr>
167</table>
168<table class="feature os os3">
169<tr><td>PS3</td><td>PS4</td><td>PS Vita</td><td>Xbox 360</td></tr>
164</table> 170</table>
165<table class="feature compiler"> 171<table class="feature compiler">
166<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> 172<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr>