diff options
author | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
commit | 3f1f9e11f4f699ae94182d4cba158092f434a7f6 (patch) | |
tree | 88fbb674a21a1d554d4b1ee9d4ef2c5fed6a1d88 /doc/contact.html | |
parent | 5287b9326479ea2b7dddd6f642673e58e5a7f354 (diff) | |
download | luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.gz luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.bz2 luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.zip |
Fast forward to sync public repo.
Compile math.sinh(), math.cosh(), math.tanh() and math.random().
Compile various io.*() functions.
Drive the GC forward on string allocations in the parser.
Improve KNUM fuse vs. load heuristics.
Add abstract C call handling to IR.
Diffstat (limited to 'doc/contact.html')
-rw-r--r-- | doc/contact.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/contact.html b/doc/contact.html index 36d5a825..66d52410 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
@@ -46,17 +46,15 @@ You can also send any questions you have directly to me: | |||
46 | 46 | ||
47 | <script type="text/javascript"> | 47 | <script type="text/javascript"> |
48 | <!-- | 48 | <!-- |
49 | var xS="@-: .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZa<b>cdefghijklmnopqrstuvwxyz" | 49 | var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s) |
50 | function xD(s) | ||
51 | {var len=s.length;var r="";for(var i=0;i<len;i++) | 50 | {var len=s.length;var r="";for(var i=0;i<len;i++) |
52 | {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1) | 51 | {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;} |
53 | c=xS.charAt(66-n);r+=c;} | ||
54 | document.write("<"+"p>"+r+"<"+"/p>\n");} | 52 | document.write("<"+"p>"+r+"<"+"/p>\n");} |
55 | //--> | 53 | //--> |
56 | </script> | 54 | </script> |
57 | <script type="text/javascript"> | 55 | <script type="text/javascript"> |
58 | <!-- | 56 | <!-- |
59 | xD("ewYKA7vu-EIwslx7 K9A.t41C") | 57 | xD("fyZKB8xv\"FJytmz8.KAB0u52D") |
60 | //--></script> | 58 | //--></script> |
61 | <noscript> | 59 | <noscript> |
62 | <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13"> | 60 | <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13"> |