Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy fbea553ca2 'lua_setiuservalue' removes value from the stack even in case of error hace 7 años
  Roberto Ierusalimschy 34b00c16e2 removed compatibility code with older versions hace 7 años
  Roberto Ierusalimschy 12110dec0e module has been deprecated. hace 7 años
  Roberto Ierusalimschy 4105cafb84 no more 'bitlib' hace 7 años
  Roberto Ierusalimschy 76ff55750e no optimizations in test mode + no more compat with 5.2 + a few more hace 7 años
  Roberto Ierusalimschy b7edf5d2d8 metamethods for 'removekey'/'keyin' hace 7 años
  Roberto Ierusalimschy ef8263f81f better names for macros for tags and types. hace 7 años
  Roberto Ierusalimschy 2952bc5fc9 special compact representation for userdata with no user values hace 7 años
  Roberto Ierusalimschy 38d3bc8909 using 'offsetof' to compute the size of parts of a structure hace 7 años
  Roberto Ierusalimschy 75efc6722b avoid variant tags with the same value of the original type hace 7 años
  Roberto Ierusalimschy d766e2ae17 first (parcial) implementation of 'keyin'/'removekey' hace 7 años
  Roberto Ierusalimschy f055a9dffd added check in 'obj2gco' to prevent its use in non Lua-object pointers hace 7 años
  Roberto Ierusalimschy 4a7fe61806 in 'clearbykeys', clear keys of just-removed entries too hace 7 años
  Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables hace 7 años
  Roberto Ierusalimschy 477ca2fe8c some reorganization in 'lobject.h' hace 7 años
  Roberto Ierusalimschy c72ac048b9 conditional jumps "deunified" hace 7 años
  Roberto Ierusalimschy b03dddf9e4 removed coercion string->number in bitwise operations hace 7 años
  Roberto Ierusalimschy c80c7a49fd details (comments) hace 7 años
  Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI hace 7 años
  Roberto Ierusalimschy c67603fafb using new 'lua_newuserdatauv' instead of 'lua_newuserdata' hace 7 años
  Roberto Ierusalimschy 06865aa01d simpler implementation for 'LTintfloat'/'LEintfloat' hace 7 años
  Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' hace 7 años
  Roberto Ierusalimschy 6353d619a5 detail (comment) hace 7 años
  Roberto Ierusalimschy ca6fe7449a userdata can have multiple user values hace 7 años
  Roberto Ierusalimschy 1afd5a152d more generic way to handle 'gclist' hace 7 años
  Roberto Ierusalimschy 422318f677 two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure hace 7 años
  Roberto Ierusalimschy 49dae52d08 correct way to check stack space for vararg functions hace 7 años
  Roberto Ierusalimschy 104d249ffb in return hook, 'top' must be corrected only if smaller than 'ci->top'. hace 7 años
  Roberto Ierusalimschy c7a8cba745 no more 'nfield' string hace 7 años
  Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions hace 7 años