Commit Graph

60 Commits

Author SHA1 Message Date
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
68fbf6cc39 Update version to 2.0-alpha1 2010-03-31 04:49:01 +00:00
James Roseborough
b45bc98b37 Simplify and fix upvalue implementation. 2009-11-09 15:16:38 +00:00
James Roseborough
4a2b2d7191 V 1.9.52 2009-10-30 23:05:48 +00:00
James Roseborough
17c86b8eb3 Let ant build download bcel jar as needed. 2009-10-30 21:57:35 +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
d16fad00e8 Version property to 1.0.2 2009-10-27 03:37:33 +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
02826a1562 Set version to 1.0 2009-06-20 13:38:12 +00:00
James Roseborough
13050a68b8 Begin work on 0.98 2009-05-22 18:34:06 +00:00
James Roseborough
a55ddfa2d9 Add "arg" global value to provide command line arguments. 2009-05-05 00:29:20 +00:00
James Roseborough
363ea0dfb1 Fix bytecode processing for OP_SELF and OP_TESTSET 2009-04-25 00:23:19 +00:00
James Roseborough
a5ac11d34b Up version to 0.95 2009-04-21 15:59:15 +00:00
James Roseborough
7d3d4d9f01 Update version to 0.94 2009-04-03 16:32:06 +00:00
James Roseborough
643af145d3 Add debug hook functions to LuaState 2009-03-24 22:44:07 +00:00
James Roseborough
48b839b142 Up version to 0.92 2009-03-19 21:24:21 +00:00
Ian Farmer
451ff835c7 Fix bug: call frames were never removed from the calls stack. 2009-03-05 18:10:58 +00:00
James Roseborough
89bcd4f0fa Version 0.90, contains fixes to concatenation and for loop type checking, metatable tags on weak tables. 2009-01-28 18:42:11 +00:00
Ian Farmer
6fa2399b48 Increment version to 0.85. Changes since 0.84:
* PackageLib.DEFAULT_LUA_PATH is no longer declared final.
  * Missing support for float type arguments added to LuaJava.
  * Changes in IoLib - test case now passes on Linux with Lua 5.1.3.
2009-01-04 01:20:35 +00:00
James Roseborough
79914762cc Version 0.84 2008-12-10 17:13:23 +00:00
James Roseborough
c44943e3a4 Add basic io library for j2se platform. 2008-12-04 00:37:27 +00:00
James Roseborough
485c95bc80 Add "doc" target to generate javadocs 2008-12-03 05:46:37 +00:00
Ian Farmer
41b3997166 Fix bug in luajava.createProxy() and demonstrate its use. 2008-11-27 08:32:33 +00:00
Ian Farmer
1901448172 Bump version number to 0.80. 2008-10-20 17:35:35 +00:00
Ian Farmer
f83ad9e4ae Fix two problems with weak tables.
(1) User data values would be dropped even if other references
    to the wrapped Java instance existed.
(2) Dropped elements were never actually cleaned out of the table.
2008-10-17 22:02:13 +00:00
Ian Farmer
bf90c74582 Fix tonumber() to match standard Lua's behavior more closely. 2008-10-10 23:37:47 +00:00
James Roseborough
9c19535631 Throw error when attempting to set a table value with a nil key 2008-09-19 17:57:03 +00:00
Ian Farmer
a0b1aef0b1 0.52: Small fixes for closer conformance with regular Lua. 2008-09-04 17:24:57 +00:00
James Roseborough
0808aa3791 Fix String comparison bug 2008-08-26 18:47:35 +00:00
James Roseborough
9fe29f4d15 version 0.50 optional dump and load chunks using number-patch format extensions. 2008-08-21 21:57:52 +00:00
James Roseborough
3b30884c41 up version to 0.46 2008-08-21 05:35:38 +00:00
James Roseborough
6e6ab22344 Move Print into vm package. 2008-08-06 21:04:55 +00:00
James Roseborough
4a87bae45d v 0.44, drop debug support 2008-08-06 20:38:15 +00:00
James Roseborough
447bc5853a Remove many unused and unimplemented functions. 2008-07-24 18:32:02 +00:00
James Roseborough
c440d92265 version 0.42 2008-07-24 03:18:49 +00:00
James Roseborough
5fcec48678 Add framework to test error messages and argument type checking. 2008-07-15 05:32:56 +00:00
James Roseborough
fec0f2955f Bump version to 0.40 2008-07-09 20:26:27 +00:00
James Roseborough
59b75d5ce0 fix tail call return value processing 2008-06-14 14:40:49 +00:00
James Roseborough
96756a5096 Add name to platforms 2008-06-04 21:32:33 +00:00
Ian Farmer
9a333e5799 Version 0.37: Various small fixes. 2008-06-02 06:00:04 +00:00
Ian Farmer
9fa8b26e2d Add some helper functions for argument validation. 2008-05-30 18:31:47 +00:00
James Roseborough
a34591851d updated luajava features. 2008-05-28 00:17:16 +00:00
James Roseborough
c2c573744b Refactor luaGetTable() to return a value. 2008-05-23 00:37:45 +00:00
James Roseborough
8d055862e0 Add version "Luaj ${version}" into _VERSION field at build time. 2008-05-19 17:18:10 +00:00
James Roseborough
68d08c6cbd Add j2me components to j2se, script jars. 2008-05-14 00:19:56 +00:00
James Roseborough
f84e4aeaa1 Fix bootclasspath 2008-05-07 20:31:53 +00:00
James Roseborough
c759188034 Simplify build file, rationalize directories, rename build jars. 2008-05-06 14:12:46 +00:00
James Roseborough
8c451be87f Set function name to name of file when loaded from compiled code. 2008-04-30 00:11:46 +00:00
James Roseborough
b6cc568c6c Refactor LoadState to improve loading speed. 2008-04-23 20:05:12 +00:00