Commit Graph

34 Commits

Author SHA1 Message Date
James Roseborough
42d5b3a578 Increment version following release of version 2.0.1 2010-11-30 22:27:20 +00:00
James Roseborough
d055905694 Fix path in README. 2010-11-30 22:09:58 +00:00
James Roseborough
e267ffa5a7 Fix nan-related error in constant folding logic that was failing on some JVMs 2010-11-19 19:46:34 +00:00
James Roseborough
0a381d1921 Prepare for 2.0.1 2010-09-04 17:02:14 +00:00
James Roseborough
a17359716b Update performance numbers using production flags. 2010-09-04 02:41:09 +00:00
James Roseborough
0d50184e8f Add tests for __index, __newindex 2010-08-18 23:05:20 +00:00
James Roseborough
f58d178148 Add description of LuaParser and the javacc grammar 2010-08-17 20:52:30 +00:00
James Roseborough
a52dca445a Add performance test results. 2010-08-15 20:15:56 +00:00
James Roseborough
f21610e00a Add performance measurements to README 2010-08-15 03:56:03 +00:00
James Roseborough
423cdb7619 Add section on LuaJ API to README. 2010-07-31 00:31:14 +00:00
James Roseborough
51e64c87cb Change platform packages. 2010-07-30 18:09:31 +00:00
James Roseborough
dce6007569 Update bytecode-to-bytecode compiler to handle upvalues in numeric for loops. 2010-07-29 21:28:13 +00:00
James Roseborough
e3d1330763 Fix bytecode generator following Buffer api change. 2010-07-29 05:07:08 +00:00
James Roseborough
a5d7889d27 Update documentation for lua2java compiler. 2010-07-29 04:49:19 +00:00
James Roseborough
4680cc2d58 Update version info 2010-05-22 18:33:26 +00:00
James Roseborough
50739f7cb1 Prepare for beta release. 2010-05-22 18:23:12 +00:00
James Roseborough
47b33aea08 Make compiler installed by default for standard platforms. 2010-05-14 04:00:05 +00:00
James Roseborough
7c72a9feaf Update documentation. 2010-05-09 05:36:03 +00:00
James Roseborough
9aa575e93d Update lua-to-java-compiler info 2010-04-28 15:17:32 +00:00
James Roseborough
68fbf6cc39 Update version to 2.0-alpha1 2010-03-31 04:49:01 +00:00
James Roseborough
dc0be9b15a Add doc for bytecode generator. 2010-03-31 04:15:09 +00:00
James Roseborough
3863ff8e46 Initial sources for planned 2.0 luaj vm release. Most interpreter features and library functions working. 2009-10-27 06:12:24 +00:00
James Roseborough
ac0e6b73db Update README to include array support note. 2009-10-27 03:34:35 +00:00
James Roseborough
9cad7f1001 Fix gethook() return values and sethook() behavior when called from hook function. 2009-09-06 14:49:45 +00:00
James Roseborough
b698d500ba Fix arg check and behavior of xpcall() to leave stack intact. 2009-08-25 20:46:07 +00:00
James Roseborough
92459d0cbc Fix library path info 2009-06-20 14:18:12 +00:00
James Roseborough
120a3cf912 Replace ${VER} with 1.0 2009-06-20 13:47:05 +00:00
James Roseborough
02826a1562 Set version to 1.0 2009-06-20 13:38:12 +00:00
James Roseborough
ddf2ed6f71 Add download links to documentation. 2009-04-23 04:57:47 +00:00
James Roseborough
4039127936 Add basic os library implementation. 2009-04-03 05:42:45 +00:00
James Roseborough
37b759485b Update README to include documentation on debug library. 2009-04-02 14:52:18 +00:00
James Roseborough
308e909df1 Add CLDC-1.0 based implementation of io libraries. 2008-12-05 22:29:07 +00:00
James Roseborough
b639a3ca3e Add sample startup code for j2se 2008-12-03 06:07:29 +00:00
James Roseborough
5d3d49c99f Add README for the project. 2008-12-03 01:41:21 +00:00