James Roseborough
|
6ae66f6fce
|
Improve debug lib consistency with lua 5.2
|
2012-09-15 04:53:37 +00:00 |
|
James Roseborough
|
4795171956
|
Improve debug support.
|
2012-09-14 14:23:13 +00:00 |
|
James Roseborough
|
f786802bf1
|
Move static variables used by libraries into explicit Globals object for better thread safety.
|
2012-09-14 04:12:50 +00:00 |
|
James Roseborough
|
9f3aef6403
|
Remove extra import statements.
|
2012-09-13 10:34:01 +00:00 |
|
Ian Farmer
|
88d58a348d
|
Implement new bit32 module added in Lua 5.2.
|
2012-09-13 03:57:48 +00:00 |
|
James Roseborough
|
56a66ed933
|
Refactor coroutine lib for lua 5.2 compatibility
|
2012-09-12 05:36:50 +00:00 |
|
James Roseborough
|
a9c5c64e0f
|
Refactor base library for lua 5.2 compatibility
|
2012-09-11 06:20:51 +00:00 |
|
James Roseborough
|
84fec1ae67
|
Refactor to load lua chunks compiled with 8-byte size_t elements.
|
2012-09-11 04:35:30 +00:00 |
|
James Roseborough
|
382b3b998e
|
Refactor math library
|
2012-09-10 14:21:18 +00:00 |
|
James Roseborough
|
f8b7e1ee1c
|
Refactor table library to match lua 5.2
|
2012-09-10 04:59:45 +00:00 |
|
James Roseborough
|
6ba1f86b7b
|
Fix global "arg" value for scripts run tom "lua" command.
|
2012-09-10 02:45:53 +00:00 |
|
James Roseborough
|
f40a38ccae
|
Remove env constructors.
|
2012-09-10 02:45:20 +00:00 |
|
James Roseborough
|
d5456b4b93
|
Lua 5.2 compatibility fixes.
|
2012-09-09 16:26:17 +00:00 |
|
James Roseborough
|
7ae41da5e1
|
Update LuaJC to work with lua 5.2 model of environments.
|
2012-09-08 21:16:51 +00:00 |
|
James Roseborough
|
09fc31aebc
|
Fix nil processing in compiler
|
2012-09-08 04:28:35 +00:00 |
|
James Roseborough
|
f224957b87
|
Remove support for lua2java within luaj.
|
2012-09-08 04:15:06 +00:00 |
|
James Roseborough
|
f2d1106fe5
|
Simplify layout of lua test script locations.
|
2012-09-07 14:05:41 +00:00 |
|
James Roseborough
|
3bacea878e
|
Remove env from LuaFunction, replace with upValiue array, and remove most occurances of setfenv and getfenv.
|
2012-09-07 04:36:50 +00:00 |
|
James Roseborough
|
29e2a3d61f
|
Lua 5.2 compatibility fixes.
|
2012-09-06 04:19:51 +00:00 |
|
James Roseborough
|
a5fddce465
|
Lua 5.2 compatibility updates to VM and base and package libraries.
|
2012-09-06 04:01:28 +00:00 |
|
James Roseborough
|
41d9dd6176
|
Lua 5.2 compatibility fixes.
|
2012-09-05 15:34:38 +00:00 |
|
James Roseborough
|
1fd69ed62d
|
Lua 5.2 compatibility fixes.
|
2012-09-05 14:24:07 +00:00 |
|
James Roseborough
|
69eb64403a
|
Lua 5.2 compatibility fixes.
|
2012-09-05 13:56:56 +00:00 |
|
James Roseborough
|
ed4554fa7d
|
Lua 5.2 compatibility fixes.
|
2012-09-05 04:24:44 +00:00 |
|
James Roseborough
|
c4791e2e3e
|
Lua 5.2 compatibility fixes.
|
2012-09-04 16:29:12 +00:00 |
|
James Roseborough
|
bbbfbce612
|
Lua 5.2 compatibility fixes.
|
2012-09-04 16:02:26 +00:00 |
|
James Roseborough
|
3d8b308c8d
|
Lua 5.2 fixes to compiler.
|
2012-09-04 05:18:43 +00:00 |
|
James Roseborough
|
1b56b6d346
|
Lua 5.2 compatibility fixes.
|
2012-09-03 23:53:28 +00:00 |
|
James Roseborough
|
1831fbc96f
|
Lua 5.2 compatibility fixes.
|
2012-09-03 21:59:51 +00:00 |
|
James Roseborough
|
b90998c6d4
|
Compiler for lua 5.2 fixes.
|
2012-09-03 18:39:56 +00:00 |
|
James Roseborough
|
be1fae0b1d
|
Compiler for lua 5.2 fixes.
|
2012-09-03 16:14:11 +00:00 |
|
James Roseborough
|
fee4290fa1
|
Compiler for lua 5.2 fixes.
|
2012-09-03 05:41:38 +00:00 |
|
James Roseborough
|
f396d8b39e
|
Compiler for lua 5.2 fixes.
|
2012-09-03 00:34:14 +00:00 |
|
James Roseborough
|
f6cc1948f1
|
Compiler for lua 5.2 fixes.
|
2012-09-02 15:29:30 +00:00 |
|
James Roseborough
|
04faa79853
|
Turn on LuaParser error reporting.
|
2012-09-01 16:51:45 +00:00 |
|
James Roseborough
|
2bf4c5767b
|
Add line number tracking in elements parsed using LuaParser.
|
2012-09-01 15:56:09 +00:00 |
|
James Roseborough
|
e0e2452d74
|
Improve processing of first-line comments by LuaParser
|
2012-09-01 04:59:14 +00:00 |
|
James Roseborough
|
35e292ac9c
|
Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests.
|
2012-08-31 14:57:06 +00:00 |
|
James Roseborough
|
7d3b5a6b14
|
Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests.
|
2012-08-31 14:51:35 +00:00 |
|
James Roseborough
|
f7e17c588e
|
First cut at updating compiler and runtime to handle lua 5.2 bytecodes. Able to compile and execute "hello, world" lua script.
|
2012-08-23 04:40:40 +00:00 |
|
James Roseborough
|
14d344a045
|
Allow access to public members of private inner classes where possible
|
2012-01-31 16:04:26 +00:00 |
|
James Roseborough
|
3506930278
|
Catch Exception instead of Throwable for all but LuaThread run loop
|
2012-01-25 03:58:33 +00:00 |
|
James Roseborough
|
9922cbb3db
|
Improve detection and handling of orphaned coroutine threads.
|
2012-01-25 03:46:53 +00:00 |
|
James Roseborough
|
f283aae6a8
|
Improve detection and handling of orphaned coroutine threads.
|
2012-01-23 17:17:17 +00:00 |
|
James Roseborough
|
c46ee6b9bd
|
Fix load(func) when mutiple string fragments are supplied by calls to func
|
2012-01-21 17:36:03 +00:00 |
|
James Roseborough
|
26ed1ef392
|
Improve detection and handling of orphaned coroutine threads.
|
2012-01-21 05:26:41 +00:00 |
|
James Roseborough
|
ebb7169f17
|
Add arithmetic metatag processing when left hand side is a number and right hand side has metatable
|
2011-11-13 18:08:18 +00:00 |
|
James Roseborough
|
b5c5236a33
|
Fix javadoc comments.
|
2011-11-13 05:32:32 +00:00 |
|
James Roseborough
|
4950d3c612
|
Fix lua command vararg values passed into main script to match what is in global arg table
|
2011-11-12 23:59:37 +00:00 |
|
Ian Farmer
|
3a266748be
|
Fix two issues in WeakTable.java that can lead to infinite loops.
|
2011-09-27 04:06:21 +00:00 |
|