Commit Graph

53 Commits

Author SHA1 Message Date
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
James Roseborough
bba4cf9a99 Reconcile C & Java typechecking on table.concat() and string .. concat operator 2008-04-22 04:52:24 +00:00
James Roseborough
3c3b43bcfd Bump version number. 2008-04-21 16:43:31 +00:00
James Roseborough
e13eb1a2ee Bump version post-public release. 2008-04-04 04:42:48 +00:00
James Roseborough
73324845bf Up to version 0.24, add "dist" ant target to create a distribution. 2008-04-04 04:06:12 +00:00
James Roseborough
35ed9dca3c Fix sorting with custom comparator, and add unit tests to regress 2008-04-03 03:58:15 +00:00
James Roseborough
faaee456ad Bump version to 22 2008-02-21 23:38:45 +00:00
Ian Farmer
1672e73c40 Change LuaC to read bytes instead of chars.
This fixes some of the test cases by avoiding a lossy round-trip conversion
from bytes presumed to be, but might not be, UTF-8 encoded characters, and
then back to bytes. All of the compiler test cases now pass.
2008-02-13 08:02:17 +00:00