Skip to content

Releases: hyee/JNLuaJIT

0.9.6.2

17 Feb 09:38
Compare
Choose a tag to compare
ready for next release

0.9.6.1

24 Jan 17:25
Compare
Choose a tag to compare
  • When pushing Java Array(Object[]) into Lua stack, automatically convert it into Lua table recursively, no impact to Java Collections and Maps
  • Fix the issue of converting big Java number into lua number, and in the case of double cannot correctly be converted from very big number, then push it into a Lua string
  • Supports the jit module
  • Fix the issue of JNLua not being able to push the full-root error messasge into Lua(class LuaError)
  • Merged from other changes to provide the interface to limited the memory of LuaState

Applicable to: Lua 5.1, LuaJIT

19 Sep 19:45
Compare
Choose a tag to compare

Clone from google

23 Mar 11:42
Compare
Choose a tag to compare

The binary files are clone from google code