Commit Graph

  • c9fa0f27c7 LuaValue, FuncState: correct error messages to match Lua gamax92 2019-08-11 11:50:42 +02:00
  • af4cfe5e00 LuaDouble: handle negative zero, negative NaN asie 2019-08-11 11:47:51 +02:00
  • c1834733c1 Merge pull request #45 from zaoqi/patch-1 Enyby 2019-08-10 02:18:32 +03:00
  • 10f88d2c31 readme: fix typo Zaoqi 2019-08-09 21:44:25 +08:00
  • 6d2deb4cb6 Fix use function as source for load call. Enyby 2019-08-05 04:07:09 +03:00
  • 5f52729fc9 Fix OP_JMP description. Enyby 2019-07-15 05:29:37 +03:00
  • e6736857b6 Add support for OP_LOADKX. #43 Enyby 2019-06-30 22:18:19 +03:00
  • 5c5176727a Merge branch 'master' of https://github.com/luaj/luaj Enyby 2019-05-05 17:23:27 +03:00
  • 7721380e20 Fix NPE on error. #40 Enyby 2019-05-05 17:22:24 +03:00
  • 16aa199d40 Add debug info to build. Enyby 2019-05-05 17:21:25 +03:00
  • 177fe4e09f Fix path to build files in Readme.md Enyby 2019-03-17 03:12:52 +02:00
  • a7c8a408ce Fix build bug. #33 Enyby 2019-03-17 03:06:05 +02:00
  • 84b0dd171e Fix error messages for pass tests. Enyby 2019-03-09 23:35:22 +02:00
  • 898208365d Fix print for pass tests. Enyby 2019-03-09 23:18:47 +02:00
  • ffb686556f Fix loadlib. Enyby 2019-03-09 23:00:28 +02:00
  • 6694c375c9 Fix build errors for j2me. #32 v3.0.2 Enyby 2019-03-09 17:38:32 +02:00
  • e70eb5edc2 Fix build bug. #32 Enyby 2019-03-09 15:49:56 +02:00
  • 9688d3c5fc Remove libs dependency from PackageLib. Enyby 2019-01-13 19:23:44 +02:00
  • 6f5af581e8 Fix string.gsub for invalid use '%' in replacement string Enyby 2019-01-03 18:09:00 +02:00
  • 870aee2cae Improved opt methods for numbers in LuaString Enyby 2018-12-29 19:49:43 +02:00
  • c2ec9edf39 Deny use NaN as index in rawset. Enyby 2018-12-24 22:34:49 +02:00
  • cfb3aaca61 Fix math.min and math.max. Enyby 2018-12-24 20:52:23 +02:00
  • 4105cebf1e Fix math.fmod for int values. Enyby 2018-12-24 20:37:39 +02:00
  • 339f004eb7 More compat with lua tests. Enyby 2018-12-24 19:30:11 +02:00
  • 05a604645d Fix modulo for edge cases. Enyby 2018-12-24 18:30:35 +02:00
  • 63ead7aac7 Fix string.format for long integers. Enyby 2018-12-24 11:45:06 +02:00
  • c9ba2d4bb1 Fix math.modf for inf/-inf and int values. Enyby 2018-12-23 17:48:31 +02:00
  • 92cee0812d Fix JSE math.log for second arg. Enyby 2018-12-23 17:06:34 +02:00
  • 0e0533e2e6 Fixed LuaJC not writing java package to bytecode correctly mini2Dx/master mini2Dx/HEAD mini2Dx/master Thomas Cashman 2018-12-18 18:21:03 +00:00
  • e61e5694fa Fix string.match for empty pattern Enyby 2018-12-16 06:38:23 +02:00
  • 47f8d6e6fc Fix a frontier pattern match Enyby 2018-12-11 23:44:39 +02:00
  • 14ac4bb7f9 Merge pull request #21 from lorenzos/patch-1 Enyby 2018-11-02 23:11:36 +02:00
  • b8aaaafb68 Check the type before reusing a NumberValueEntry Lorenzo Stanco 2018-10-31 15:57:02 +01:00
  • 88a557033b Optimize get new stack for calls. Enyby 2018-09-20 20:14:02 +03:00
  • 24a8559ceb Fix make LuaString from copy. Enyby 2018-09-17 16:32:09 +03:00
  • 028e03e4bc Avoid synthetic methods Enyby 2018-09-16 18:49:26 +03:00
  • 5c1f7d2ab2 Make const final Enyby 2018-09-16 18:45:52 +03:00
  • 9db1254160 Avoid synthetic methods Enyby 2018-09-16 18:44:36 +03:00
  • f899c709ff Remove unused var. Enyby 2018-09-16 18:43:39 +03:00
  • 9c9e193cc4 Make consts final. Enyby 2018-09-16 18:40:06 +03:00
  • e9db487d97 Improve convert function to string. Enyby 2018-09-16 18:38:49 +03:00
  • c6fe5d3ed3 Avoid synthetic methods Enyby 2018-09-16 17:15:54 +03:00
  • 52ab872d08 Improve rawopenfile Enyby 2018-09-16 17:11:28 +03:00
  • 5d3041c6be Improved get/setLocal. Enyby 2018-09-16 17:09:18 +03:00
  • 8d544729a8 Avoid synthetic methods. Enyby 2018-09-16 17:05:52 +03:00
  • bd57dddef0 Imrove traceback build. Enyby 2018-09-16 17:03:35 +03:00
  • d509e21cc6 Make static classes. Enyby 2018-09-16 17:02:24 +03:00
  • 5b67841232 Avoid synthetic methods Enyby 2018-09-16 16:58:51 +03:00
  • bd4dac18ff Make classes static to avoid leak parent instance. Enyby 2018-09-16 16:56:53 +03:00
  • e02a82ef8d Improve print. Enyby 2018-09-16 16:53:20 +03:00
  • 70a5086097 Make constants final. Enyby 2018-09-16 16:47:17 +03:00
  • ad20f939b1 Fixed typo in JseOsLib Enyby 2018-09-16 16:46:13 +03:00
  • e7058bcd6a Improved math.atan/atan2. Enyby 2018-09-16 16:44:21 +03:00
  • 00c7e266ba Used BufferedInputStream for JseBaseLib Enyby 2018-09-16 16:36:40 +03:00
  • e75c5e2fca Fix Visitor bug. Enyby 2018-09-16 16:33:42 +03:00
  • ed46675a25 Improved concat values. Enyby 2018-09-16 16:08:53 +03:00
  • 8fbca25dce Fixed table.unpack Enyby 2018-09-16 16:03:09 +03:00
  • d0ed5b80e5 Improved error messages. Enyby 2018-09-16 15:52:14 +03:00
  • 9b77084109 Improved error messages. Enyby 2018-09-16 15:39:24 +03:00
  • 4f410fba6e Fixed metatag processing for equality. Enyby 2018-09-16 15:30:41 +03:00
  • f164c1cd28 Added optional param stripDebug to string.dump Enyby 2018-09-16 15:21:16 +03:00
  • 63ca0f94af Removed synthetic accessors. Enyby 2018-09-16 15:13:06 +03:00
  • 5bd9827af1 Improve error message for string.char. Enyby 2018-09-16 15:09:36 +03:00
  • 0a5cccc50f Fix issue with frontier patterns #3 Enyby 2018-09-16 15:02:29 +03:00
  • 12aded74ca Removed unused objects. Enyby 2018-09-16 10:01:39 +03:00
  • 48dd90f6d7 Removed unnecessary override. Enyby 2018-09-16 09:58:16 +03:00
  • 6333d9acf7 Merge pull request #17 from Enyby/patch-9 Enyby 2018-09-16 09:24:04 +03:00
  • d61ed707ef Merge pull request #18 from Enyby/patch-1 Benjamin P. Jung 2018-09-15 21:40:22 +02:00
  • 1e521d8900 Rename README.html to README.md Enyby 2018-09-14 15:46:14 +03:00
  • bf8ef8d1a9 Merge pull request #15 from Enyby/patch-7 Benjamin P. Jung 2018-09-14 12:13:34 +02:00
  • 69498dbb7c Merge pull request #16 from Enyby/patch-8 Benjamin P. Jung 2018-09-14 12:12:42 +02:00
  • 4cc5f4270d Merge pull request #14 from Enyby/patch-6 Benjamin P. Jung 2018-09-14 12:12:10 +02:00
  • 75fa98d13f Fix format float numbers Enyby 2018-09-14 02:16:42 +03:00
  • a627a868d5 Fix build stack traceback in DebugLib #7 Enyby 2018-09-14 02:13:21 +03:00
  • f073919f64 Print any code Enyby 2018-09-14 02:09:43 +03:00
  • 27a1dcdd11 Fix gmatch for pass testsuites Enyby 2018-09-14 02:04:56 +03:00
  • b459724103 Fix for proper print OP_SETLIST additional opcode #7 Enyby 2018-09-14 01:59:35 +03:00
  • 3d22990e3c Migrate CVS project to Git Benjamin P. Jung 2018-09-13 11:56:02 +02:00
  • 194b776317 Add synchronization to CoerceJavaToLua.COERCIONS map. James Roseborough 2018-09-13 11:53:24 +02:00
  • 828e4be019 Fix JsePlatform.luaMain() to provide an "arg" table in the chunk's environment. James Roseborough 2018-09-13 11:53:00 +02:00
  • 70cb74b4d6 Migrate CVS project to Git v3.0.1 Benjamin P. Jung 2015-08-27 15:50:46 +02:00
  • ebe45e4a8a Add back sample code into distro. James Roseborough 2015-04-30 05:27:55 +00:00
  • a55bf97064 Include new server classes in javadoc. James Roseborough 2015-04-29 15:26:30 +00:00
  • 08dfdf1434 Fix os.time() conversions for pm times. James Roseborough 2015-04-28 23:06:40 +00:00
  • 4c3d0f9cdd Revert change that removed default traceback in debug builds. James Roseborough 2015-04-23 03:25:30 +00:00
  • cdc33ab5b6 Add test to detect class load order issues and fix load order bug in lua string class. James Roseborough 2015-04-21 14:19:18 +00:00
  • 5bab91f715 Update grammer spec link James Roseborough 2015-04-18 16:31:29 +00:00
  • 9bb16ded8f Update links to grammar specs James Roseborough 2015-04-18 16:30:09 +00:00
  • c41c28d7ea Move online docs to http://luaj.org/luaj/3.0/api/ James Roseborough 2015-04-18 16:22:36 +00:00
  • e7940fd3a2 Correct release not comment James Roseborough 2015-04-18 16:08:51 +00:00
  • cdbb46f497 Extend ant build script to produce snapshot releases. James Roseborough 2015-04-18 05:45:14 +00:00
  • e866bd45ed Extend reach of .cvsignore file James Roseborough 2015-04-17 03:05:51 +00:00
  • b545646922 Add utilities and sample code to load luaj in custom class loader for strong sandboxing, and use of orphaned threads. James Roseborough 2015-04-17 02:59:50 +00:00
  • 70f7859cee Fix links in javadoc James Roseborough 2015-04-16 04:56:03 +00:00
  • f3fb9a7fde Fix javadoc comments. James Roseborough 2015-04-15 05:07:43 +00:00
  • ef008fca5e Improve links in javadoc comments. James Roseborough 2015-04-15 05:02:57 +00:00
  • 1cbe99d3c5 Remove unused code James Roseborough 2015-04-15 03:18:59 +00:00
  • 7f5d052faa Add samplesandboxed.lua script to demonstrate sandboxing in lua. James Roseborough 2015-04-11 23:36:48 +00:00
  • b16c521f40 Fix message when disallowing plain setmetatable for non-tables. James Roseborough 2015-04-11 23:07:08 +00:00
  • 977353080c Turn off traceback by default. Use xpcall with debug.traceback instead. James Roseborough 2015-04-11 23:06:16 +00:00