Historial de Commits

Autor SHA1 Mensaje Fecha
  Mike Pall 4c7c2c8319 Rearrange library functions to get a fixed FF_next. hace 13 años
  Mike Pall d9c5eba1bb Remove some library functions for no-JIT/no-FFI builds. hace 13 años
  Mike Pall 2ff4afeb4f Allow conditional inclusion of builtin library functions. hace 13 años
  Mike Pall 2ba16862c7 From Lua 5.2: Add mode and env arguments to load*(). hace 13 años
  Mike Pall 3dceaa9a74 Move load/dump functions to lj_load.c. Add load modes. hace 13 años
  Mike Pall 98f05808fa Fix package.searchpath(). hace 13 años
  Mike Pall 40afe71c3f Fix last commit. hace 13 años
  Mike Pall 8352335c74 From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin(). hace 13 años
  Mike Pall a9baead59f From Lua 5.2: debug.getinfo(..., "u") returns nparams and isvararg. hace 13 años
  Mike Pall 965694b0af Fix 'f' and 'L' options for debug.getinfo() and lua_getinfo(). hace 13 años
  Mike Pall 2d3c1967c7 Disable LUA_COMPAT_GFIND and LUA_COMPAT_MOD in Lua 5.2 mode. hace 13 años
  Mike Pall 16d8c83743 From Lua 5.2: debug.setmetatable() returns object. hace 13 años
  Mike Pall 1afcea1435 From Lua 5.2: 'break' allowed anywhere. hace 13 años
  Mike Pall c687d01c46 From Lua 5.2: debug.getlocal() accepts function arg, too. hace 13 años
  Mike Pall 7d49b19ad0 From Lua 5.2: debug.getlocal()/setlocal() treats slot < 0 as vararg. hace 13 años
  Mike Pall 998c656dc4 From Lua 5.2: debug.getupvalue() returns "" for C function upvalues. hace 13 años
  Mike Pall ead325b0c9 From Lua 5.2: Add goto and ::label:: statements. hace 13 años
  Mike Pall aed2009378 Fix despecialization of ITERN when already running. hace 13 años
  Mike Pall 23932a6c8b Use 0/1 macro for Lua 5.2 compatibility. hace 13 años
  Mike Pall 039bf85e26 Add more assertions for stack consistency during recording. hace 13 años
  Mike Pall 76ab3709da FFI: Correctly propagate alignment when interning nested types. hace 13 años
  Mike Pall 21cea85d92 FFI: Always resolve metamethods for pointers to structs. hace 13 años
  Mike Pall 0648fd47cb FFI: Handle __pairs/__ipairs metamethods for cdata objects. hace 13 años
  Mike Pall 90ec1f90d0 Fix recording of ctype() constructors for pointers. hace 13 años
  Mike Pall a6d636c508 Preserve snapshot #0 PC for all traces (potential gcstep exit). hace 13 años
  Mike Pall d3699997fa Add check for unsupported MIPS soft-float targets. hace 13 años
  Mike Pall ff00a78f3a Limit recursion depth in string.match() et al. hace 13 años
  Mike Pall 751cd9d821 Don't constify upvalues that may retain large amounts of memory. hace 13 años
  Mike Pall c7826af5a0 FFI: Detect type punning through unions. hace 13 años
  Mike Pall 76b18b2b46 Add table of IR type sizes. hace 13 años