James Roseborough
|
4cf1dca264
|
Fix aliasing issue for some multiple assignments from varargs return values
|
2015-03-15 21:32:34 +00:00 |
|
James Roseborough
|
06a9ddbb88
|
Fix return value for table.remove() and table.insert()
|
2015-03-15 05:45:50 +00:00 |
|
James Roseborough
|
4c3bb1d709
|
Add test for balanced match on empty string.
|
2015-03-14 20:09:09 +00:00 |
|
James Roseborough
|
71500e7d8d
|
Allow error() function to pass any lua object including non-strings.
|
2015-03-08 20:29:37 +00:00 |
|
James Roseborough
|
de33943eaf
|
Update javadoc comments related to library initialization and loading lua code.
|
2013-12-29 22:49:23 +00:00 |
|
James Roseborough
|
2123d3f924
|
Refactor API's related to compiling and loading scripts and character encoding handling.
|
2013-09-18 05:32:30 +00:00 |
|
James Roseborough
|
1f89f30239
|
Fix bug 3495802 to return correct offset of substrings from string.find()
|
2013-01-27 16:14:03 +00:00 |
|
James Roseborough
|
4d8877e56b
|
Improve compatibility with lua 5.2.
|
2012-09-20 05:15:31 +00:00 |
|
James Roseborough
|
0f70a8e962
|
Fixes to luajc bytecode generation.
|
2012-09-19 03:19:55 +00:00 |
|
James Roseborough
|
4bf132c01e
|
Fix for loop processing in luajc compiler code generator for lua 5.3 bytecodes
|
2012-09-18 14:17:00 +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
|
d5456b4b93
|
Lua 5.2 compatibility fixes.
|
2012-09-09 16:26:17 +00:00 |
|
James Roseborough
|
f224957b87
|
Remove support for lua2java within luaj.
|
2012-09-08 04:15:06 +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
|
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
|
a950957318
|
Improve bytecode generation.
|
2010-08-12 17:00:47 +00:00 |
|
James Roseborough
|
02be06c7b6
|
Improve bytecode generation.
|
2010-08-12 05:26:02 +00:00 |
|
James Roseborough
|
386e89aedf
|
Improve bytecode generation.
|
2010-08-12 00:49:15 +00:00 |
|
James Roseborough
|
267e89adef
|
Improve bytecode generation.
|
2010-08-11 18:21:20 +00:00 |
|
James Roseborough
|
3d4a3dbb65
|
Improve bytecode generation.
|
2010-08-11 14:23:59 +00:00 |
|
James Roseborough
|
106a8cd8ba
|
Add test for nested upvalues
|
2010-08-10 14:59:05 +00:00 |
|
James Roseborough
|
6b379f9fe8
|
Improve bytecode generation.
|
2010-08-10 14:55:32 +00:00 |
|
James Roseborough
|
afa2d5fd09
|
Improve bytecode generation.
|
2010-08-10 05:52:33 +00:00 |
|
James Roseborough
|
e3f32988d6
|
Add bytecode generator test.
|
2010-08-10 00:24:49 +00:00 |
|
James Roseborough
|
b20d7a2213
|
Improve bytecode generation.
|
2010-08-02 18:28:40 +00:00 |
|
James Roseborough
|
e2249fc9ca
|
Add bytecode generation tests
|
2010-07-30 23:48:30 +00:00 |
|
James Roseborough
|
51e64c87cb
|
Change platform packages.
|
2010-07-30 18:09:31 +00:00 |
|
James Roseborough
|
67a0cac3f4
|
Fix bytecode generation for return values that are upvalues.
|
2010-07-30 05:02:29 +00:00 |
|
James Roseborough
|
1f68fbc013
|
Update imports.
|
2010-07-29 23:23:28 +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
|
cd35ad7cbd
|
Improve lua2java code generation.
|
2010-07-29 15:10:12 +00:00 |
|
James Roseborough
|
69bbae70a1
|
simplify LuaCompiler interface and add Lua2Java utility class.
|
2010-07-25 22:31:43 +00:00 |
|
James Roseborough
|
c1f67181fa
|
Improve bytecode generation.
|
2010-04-24 17:18:52 +00:00 |
|
James Roseborough
|
612b75d201
|
Code generator improvements.
|
2010-04-23 14:33:58 +00:00 |
|
James Roseborough
|
efd67d91ce
|
Improve compiler output
|
2010-04-23 05:17:57 +00:00 |
|
James Roseborough
|
8ae33e1d08
|
Refactor java code generator.
|
2010-04-13 14:31:40 +00:00 |
|
James Roseborough
|
7cc18046ab
|
Fix upvalue processing.
|
2009-11-04 06:33:34 +00:00 |
|
James Roseborough
|
3e3909b14b
|
Fix vararg parameter handling, self and setlist bytecode processing.
|
2009-10-30 19:24:43 +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 |
|