James Roseborough
|
17db89fd3b
|
Improve error reporting.
|
2013-01-21 00:39:23 +00:00 |
|
James Roseborough
|
d4b8ec31dd
|
Improve sample code for LuaParser.
|
2012-10-27 15:03:57 +00:00 |
|
James Roseborough
|
c7165c0cd5
|
Update README to point at 3.0 api javadoc.
|
2012-10-13 16:36:51 +00:00 |
|
James Roseborough
|
fa2b7cfdf3
|
Fix typo in tests.
|
2012-10-13 15:14:48 +00:00 |
|
James Roseborough
|
bb540819b0
|
Improve compatibility with lua 5.2.
|
2012-10-13 15:07:14 +00:00 |
|
James Roseborough
|
c921b033c5
|
Improve documentation and tests.
|
2012-10-13 14:32:34 +00:00 |
|
James Roseborough
|
3d2812ed35
|
Add command line option for file to test program.
|
2012-10-13 14:15:04 +00:00 |
|
James Roseborough
|
59496e6aa0
|
Fix typo.
|
2012-10-10 03:06:21 +00:00 |
|
James Roseborough
|
447c7f9850
|
Let generated code have class names that match variable names used in function creation.
|
2012-10-05 04:26:25 +00:00 |
|
James Roseborough
|
1a4eb0e3c7
|
Improve documentation and samples.
|
2012-10-03 14:21:26 +00:00 |
|
James Roseborough
|
1f69fa38ba
|
Clean up build for distribution.
|
2012-10-03 05:43:35 +00:00 |
|
James Roseborough
|
7b6381c352
|
Add ability to create runnable jar file from lua script with sample build file build-app.xml
|
2012-10-02 07:00:17 +00:00 |
|
James Roseborough
|
497a9f2346
|
Clean up build for distribution.
|
2012-10-02 02:48:43 +00:00 |
|
James Roseborough
|
bee51df7b3
|
Clean up build for distribution.
|
2012-10-02 02:34:34 +00:00 |
|
James Roseborough
|
17f233adf8
|
Fix tests to acount for platform differences.
|
2012-09-30 16:51:57 +00:00 |
|
James Roseborough
|
8b50a3b36b
|
Improve compatibility with lua 5.2.
|
2012-09-30 15:42:36 +00:00 |
|
James Roseborough
|
a529cbaf5c
|
Improve compatibility with lua 5.2.
|
2012-09-30 05:52:06 +00:00 |
|
James Roseborough
|
b6f33f6e2e
|
Improve compatibility with lua 5.2.
|
2012-09-25 03:34:49 +00:00 |
|
James Roseborough
|
f389d316e1
|
Convert package lib to new style.
|
2012-09-23 01:13:59 +00:00 |
|
James Roseborough
|
0c93edfd56
|
Improve compatibility with lua 5.2.
|
2012-09-21 14:32:07 +00:00 |
|
James Roseborough
|
be4a320bf9
|
Improve compatibility with lua 5.2.
|
2012-09-21 05:24:58 +00:00 |
|
James Roseborough
|
9666f40ad7
|
Improve stack traces.
|
2012-09-20 14:39:11 +00:00 |
|
James Roseborough
|
9ae6767f76
|
Improve compatibility with lua 5.2.
|
2012-09-20 05:30:41 +00:00 |
|
James Roseborough
|
4d8877e56b
|
Improve compatibility with lua 5.2.
|
2012-09-20 05:15:31 +00:00 |
|
James Roseborough
|
406068190b
|
Improve string compatibility with lua 5.2.
|
2012-09-19 14:00:26 +00:00 |
|
James Roseborough
|
a8aeddfc60
|
Improve iolib test.
|
2012-09-19 05:37:39 +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
|
ef94aa3abb
|
Add unit tests for varargs
|
2012-09-18 03:55:51 +00:00 |
|
James Roseborough
|
8f3f4dfb2a
|
Add unit tests for varargs
|
2012-09-17 13:53:44 +00:00 |
|
James Roseborough
|
2c1956c777
|
Remove extra file
|
2012-09-17 04:23:34 +00:00 |
|
James Roseborough
|
51367db2b4
|
Document current behavior of negative zero.
|
2012-09-17 04:21:09 +00:00 |
|
James Roseborough
|
c4b9076b04
|
Improve debug lib consistency with lua 5.2
|
2012-09-16 18:08:52 +00:00 |
|
James Roseborough
|
e2646669d6
|
Improve debug lib consistency with lua 5.2
|
2012-09-15 16:11:20 +00:00 |
|
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
|
329bfa26ca
|
Lua 5.2 compatibility test updates.
|
2012-09-09 22:11:41 +00:00 |
|
James Roseborough
|
d5456b4b93
|
Lua 5.2 compatibility fixes.
|
2012-09-09 16:26:17 +00:00 |
|
James Roseborough
|
8d1333c612
|
Refactor loading of scripts during testing, remove use of "arg" from error test script.
|
2012-09-08 22:04:56 +00:00 |
|
James Roseborough
|
7ae41da5e1
|
Update LuaJC to work with lua 5.2 model of environments.
|
2012-09-08 21:16:51 +00:00 |
|