Commit Graph

  • 7b6381c352 Add ability to create runnable jar file from lua script with sample build file build-app.xml James Roseborough 2012-10-02 07:00:17 +00:00
  • 497a9f2346 Clean up build for distribution. James Roseborough 2012-10-02 02:48:43 +00:00
  • bee51df7b3 Clean up build for distribution. James Roseborough 2012-10-02 02:34:34 +00:00
  • 17f233adf8 Fix tests to acount for platform differences. James Roseborough 2012-09-30 16:51:57 +00:00
  • 8b50a3b36b Improve compatibility with lua 5.2. James Roseborough 2012-09-30 15:42:36 +00:00
  • a529cbaf5c Improve compatibility with lua 5.2. James Roseborough 2012-09-30 05:52:06 +00:00
  • b6f33f6e2e Improve compatibility with lua 5.2. James Roseborough 2012-09-25 03:34:49 +00:00
  • f389d316e1 Convert package lib to new style. James Roseborough 2012-09-23 01:13:59 +00:00
  • 0c93edfd56 Improve compatibility with lua 5.2. James Roseborough 2012-09-21 14:32:07 +00:00
  • be4a320bf9 Improve compatibility with lua 5.2. James Roseborough 2012-09-21 05:24:58 +00:00
  • 9666f40ad7 Improve stack traces. James Roseborough 2012-09-20 14:39:11 +00:00
  • 9ae6767f76 Improve compatibility with lua 5.2. James Roseborough 2012-09-20 05:30:41 +00:00
  • 4d8877e56b Improve compatibility with lua 5.2. James Roseborough 2012-09-20 05:15:31 +00:00
  • 406068190b Improve string compatibility with lua 5.2. James Roseborough 2012-09-19 14:00:26 +00:00
  • a8aeddfc60 Improve iolib test. James Roseborough 2012-09-19 05:37:39 +00:00
  • 0f70a8e962 Fixes to luajc bytecode generation. James Roseborough 2012-09-19 03:19:55 +00:00
  • 4bf132c01e Fix for loop processing in luajc compiler code generator for lua 5.3 bytecodes James Roseborough 2012-09-18 14:17:00 +00:00
  • ef94aa3abb Add unit tests for varargs James Roseborough 2012-09-18 03:55:51 +00:00
  • 8f3f4dfb2a Add unit tests for varargs James Roseborough 2012-09-17 13:53:44 +00:00
  • 2c1956c777 Remove extra file James Roseborough 2012-09-17 04:23:34 +00:00
  • 51367db2b4 Document current behavior of negative zero. James Roseborough 2012-09-17 04:21:09 +00:00
  • c4b9076b04 Improve debug lib consistency with lua 5.2 James Roseborough 2012-09-16 18:08:52 +00:00
  • e2646669d6 Improve debug lib consistency with lua 5.2 James Roseborough 2012-09-15 16:11:20 +00:00
  • 6ae66f6fce Improve debug lib consistency with lua 5.2 James Roseborough 2012-09-15 04:53:37 +00:00
  • 4795171956 Improve debug support. James Roseborough 2012-09-14 14:23:13 +00:00
  • f786802bf1 Move static variables used by libraries into explicit Globals object for better thread safety. James Roseborough 2012-09-14 04:12:50 +00:00
  • 9f3aef6403 Remove extra import statements. James Roseborough 2012-09-13 10:34:01 +00:00
  • 88d58a348d Implement new bit32 module added in Lua 5.2. Ian Farmer 2012-09-13 03:57:48 +00:00
  • 56a66ed933 Refactor coroutine lib for lua 5.2 compatibility James Roseborough 2012-09-12 05:36:50 +00:00
  • a9c5c64e0f Refactor base library for lua 5.2 compatibility James Roseborough 2012-09-11 06:20:51 +00:00
  • 84fec1ae67 Refactor to load lua chunks compiled with 8-byte size_t elements. James Roseborough 2012-09-11 04:35:30 +00:00
  • 382b3b998e Refactor math library James Roseborough 2012-09-10 14:21:18 +00:00
  • f8b7e1ee1c Refactor table library to match lua 5.2 James Roseborough 2012-09-10 04:59:45 +00:00
  • 6ba1f86b7b Fix global "arg" value for scripts run tom "lua" command. James Roseborough 2012-09-10 02:45:53 +00:00
  • f40a38ccae Remove env constructors. James Roseborough 2012-09-10 02:45:20 +00:00
  • 329bfa26ca Lua 5.2 compatibility test updates. James Roseborough 2012-09-09 22:11:41 +00:00
  • d5456b4b93 Lua 5.2 compatibility fixes. James Roseborough 2012-09-09 16:26:17 +00:00
  • 8d1333c612 Refactor loading of scripts during testing, remove use of "arg" from error test script. James Roseborough 2012-09-08 22:04:56 +00:00
  • 7ae41da5e1 Update LuaJC to work with lua 5.2 model of environments. James Roseborough 2012-09-08 21:16:51 +00:00
  • 09fc31aebc Fix nil processing in compiler James Roseborough 2012-09-08 04:28:35 +00:00
  • f224957b87 Remove support for lua2java within luaj. James Roseborough 2012-09-08 04:15:06 +00:00
  • f2d1106fe5 Simplify layout of lua test script locations. James Roseborough 2012-09-07 14:05:41 +00:00
  • 3bacea878e Remove env from LuaFunction, replace with upValiue array, and remove most occurances of setfenv and getfenv. James Roseborough 2012-09-07 04:36:50 +00:00
  • 244a964af5 Allow expected test results to be read from zipfile. James Roseborough 2012-09-06 15:00:33 +00:00
  • d5ac153dca Add precompiled expected results to test suite. James Roseborough 2012-09-06 14:00:32 +00:00
  • 29e2a3d61f Lua 5.2 compatibility fixes. James Roseborough 2012-09-06 04:19:51 +00:00
  • a5fddce465 Lua 5.2 compatibility updates to VM and base and package libraries. James Roseborough 2012-09-06 04:01:28 +00:00
  • 41d9dd6176 Lua 5.2 compatibility fixes. James Roseborough 2012-09-05 15:34:38 +00:00
  • 1fd69ed62d Lua 5.2 compatibility fixes. James Roseborough 2012-09-05 14:24:07 +00:00
  • 69eb64403a Lua 5.2 compatibility fixes. James Roseborough 2012-09-05 13:56:56 +00:00
  • ed4554fa7d Lua 5.2 compatibility fixes. James Roseborough 2012-09-05 04:24:44 +00:00
  • c4791e2e3e Lua 5.2 compatibility fixes. James Roseborough 2012-09-04 16:29:12 +00:00
  • bbbfbce612 Lua 5.2 compatibility fixes. James Roseborough 2012-09-04 16:02:26 +00:00
  • 3d8b308c8d Lua 5.2 fixes to compiler. James Roseborough 2012-09-04 05:18:43 +00:00
  • 1b56b6d346 Lua 5.2 compatibility fixes. James Roseborough 2012-09-03 23:53:28 +00:00
  • 1831fbc96f Lua 5.2 compatibility fixes. James Roseborough 2012-09-03 21:59:51 +00:00
  • b90998c6d4 Compiler for lua 5.2 fixes. James Roseborough 2012-09-03 18:39:56 +00:00
  • be1fae0b1d Compiler for lua 5.2 fixes. James Roseborough 2012-09-03 16:14:11 +00:00
  • fee4290fa1 Compiler for lua 5.2 fixes. James Roseborough 2012-09-03 05:41:38 +00:00
  • f396d8b39e Compiler for lua 5.2 fixes. James Roseborough 2012-09-03 00:34:14 +00:00
  • f6cc1948f1 Compiler for lua 5.2 fixes. James Roseborough 2012-09-02 15:29:30 +00:00
  • 2c748e0d3b Add line and column info to org.luaj.vm2.ast parse tree elements generated using LuaParser James Roseborough 2012-09-01 17:07:23 +00:00
  • 04faa79853 Turn on LuaParser error reporting. James Roseborough 2012-09-01 16:51:45 +00:00
  • 24c476b072 Remove unused import. James Roseborough 2012-09-01 16:22:23 +00:00
  • 2bf4c5767b Add line number tracking in elements parsed using LuaParser. James Roseborough 2012-09-01 15:56:09 +00:00
  • e0e2452d74 Improve processing of first-line comments by LuaParser James Roseborough 2012-09-01 04:59:14 +00:00
  • 6ac7e6e452 Remove lua1 compatibility tests. James Roseborough 2012-08-31 15:02:52 +00:00
  • 35e292ac9c Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests. James Roseborough 2012-08-31 14:57:06 +00:00
  • 7d3b5a6b14 Update LuaParser.jj and LuaParser.java to accept lua 5.2 syntax for all files in the standard tests. James Roseborough 2012-08-31 14:51:35 +00:00
  • 79f31955a4 Add grammer for lua 5.2 syntax and add unit test for LuaParser James Roseborough 2012-08-31 14:13:43 +00:00
  • 4dcb672b72 Sample code to use LuaParser and extract line and column info. James Roseborough 2012-08-28 16:56:56 +00:00
  • f7e17c588e First cut at updating compiler and runtime to handle lua 5.2 bytecodes. Able to compile and execute "hello, world" lua script. James Roseborough 2012-08-23 04:40:40 +00:00
  • 659a20a999 Start the 3.0-alpha1 version James Roseborough 2012-07-12 14:45:08 +00:00
  • 6c67f4565a Add mkdir to build ant script. James Roseborough 2012-05-28 13:56:06 +00:00
  • a59a34b5e0 Improve the swing sample lua application. James Roseborough 2012-02-01 06:04:51 +00:00
  • 14d344a045 Allow access to public members of private inner classes where possible James Roseborough 2012-01-31 16:04:26 +00:00
  • 3506930278 Catch Exception instead of Throwable for all but LuaThread run loop James Roseborough 2012-01-25 03:58:33 +00:00
  • 9922cbb3db Improve detection and handling of orphaned coroutine threads. James Roseborough 2012-01-25 03:46:53 +00:00
  • f283aae6a8 Improve detection and handling of orphaned coroutine threads. James Roseborough 2012-01-23 17:17:17 +00:00
  • c46ee6b9bd Fix load(func) when mutiple string fragments are supplied by calls to func James Roseborough 2012-01-21 17:36:03 +00:00
  • 26ed1ef392 Improve detection and handling of orphaned coroutine threads. James Roseborough 2012-01-21 05:26:41 +00:00
  • 61514aa02c Update midlet builder to remove antenna dependency, and add microemulator run target. James Roseborough 2011-11-20 05:37:51 +00:00
  • ce9e9b48d3 Improve stability of download locations for third party libs. James Roseborough 2011-11-20 03:48:43 +00:00
  • ebb7169f17 Add arithmetic metatag processing when left hand side is a number and right hand side has metatable James Roseborough 2011-11-13 18:08:18 +00:00
  • 4d605cfedc Isolate library dependencies. James Roseborough 2011-11-13 05:34:21 +00:00
  • b5c5236a33 Fix javadoc comments. James Roseborough 2011-11-13 05:32:32 +00:00
  • e76a123de2 Update location of javacc libraries. James Roseborough 2011-11-13 01:01:18 +00:00
  • 4950d3c612 Fix lua command vararg values passed into main script to match what is in global arg table James Roseborough 2011-11-12 23:59:37 +00:00
  • 3a266748be Fix two issues in WeakTable.java that can lead to infinite loops. Ian Farmer 2011-09-27 04:06:21 +00:00
  • b769c61e0f Improve coroutine state logic including let unreferenced coroutines be garbage collected James Roseborough 2011-06-12 04:17:02 +00:00
  • bce3f1a2e6 Prepare for updated version. James Roseborough 2011-06-12 04:04:50 +00:00
  • 329739ec68 Adjust _VERSION tag James Roseborough 2011-03-03 22:50:32 +00:00
  • abba1501f9 Improve javadoc for luajava classes. James Roseborough 2011-03-03 18:47:28 +00:00
  • 90839804ef Fix imports, length coercion, script sample James Roseborough 2011-03-03 18:27:21 +00:00
  • a88789517d Major refactor of luajava type coercion logic, and method selection logic. James Roseborough 2011-03-03 16:52:12 +00:00
  • f335a25e6b Improve jsr-223 bindings, allow ".lua" or "lua" as extensions, find classes when added as vm extension, enhance javadoc, add sources jar. James Roseborough 2011-02-11 17:40:37 +00:00
  • c49ede53e4 Tune javadoc for distribution build. James Roseborough 2011-01-26 06:02:06 +00:00
  • e820f00b12 Update math.luac expected result. James Roseborough 2011-01-24 20:01:55 +00:00
  • 4fb425bb16 Add javadoc content to source files. James Roseborough 2011-01-22 01:00:20 +00:00
  • 1a648fef56 Add javadoc content to source files. James Roseborough 2011-01-21 01:38:35 +00:00