提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy dd1aa28390 small optimization in opcodes for "and" and "or" 28 年之前
  Roberto Ierusalimschy a7793468aa correct support for changing real to double (optional) 28 年之前
  Roberto Ierusalimschy 0892f0e5b7 BIG CHANGE: functions have their own "constant table". 28 年之前
  Roberto Ierusalimschy 72a1d81b51 bug: lua_getlocal breaks when called with a CFunction. 28 年之前
  Roberto Ierusalimschy 0600f968c3 BUG: LUA_COMPAT2_5 written wrong... 28 年之前
  Roberto Ierusalimschy 4321fde2a7 error inside an error method could break the stack. 28 年之前
  Roberto Ierusalimschy 7820a47184 LOCALE support 28 年之前
  Roberto Ierusalimschy 56fdab67d8 believe it or not, this makes a difference... 28 年之前
  Roberto Ierusalimschy e81f184164 new #define LUA_COMPAT2_5 to select "compatibility mode". 28 年之前
  Roberto Ierusalimschy 88f020b626 new interface to "lua_seterrormethod" and "lua_settagmethod", to 28 年之前
  Roberto Ierusalimschy a38f093f05 luaI_initTFunc initializes fileName. 28 年之前
  Roberto Ierusalimschy 4d2de484f6 "lua_seterrormethod" should return the previous handler. 28 年之前
  Roberto Ierusalimschy e4b69d6c9c "order" and "concat" operations choose tag methods the same way that 28 年之前
  Roberto Ierusalimschy c9a2dfeb2c using "zio" for parsing Lua code. 28 年之前
  Roberto Ierusalimschy 611680af08 functions "lua_settagmethod" and similars should be safe too. 28 年之前
  Roberto Ierusalimschy dd22ea4da5 new implementation for udata (again they are just void *); 28 年之前
  Roberto Ierusalimschy 5fdcfeb353 new lua_Objects are created below the C2lua stack, so most API functions 28 年之前
  Roberto Ierusalimschy b546a042e8 another (better?) implementation for "pushsubscript". 28 年之前
  Roberto Ierusalimschy 369dd65318 small optimization in the access to i.m. table. 28 年之前
  Roberto Ierusalimschy 209602ac31 BUG: input file must be closed just after parser. 28 年之前
  Roberto Ierusalimschy 42fa305649 better error messages; 28 年之前
  Roberto Ierusalimschy 1ea6e8064c "setintmethod" returns old method (to be coerent with seterrormethod). 28 年之前
  Roberto Ierusalimschy 075b7918c3 new function "getintmethod" 28 年之前
  Roberto Ierusalimschy 27d95f1880 "newtag" does not need a type name. 28 年之前
  Roberto Ierusalimschy f29fbf2bf6 lua_getuserdata must return NULL if object is not userdata; 28 年之前
  Roberto Ierusalimschy 59744f0311 "storeglobal" changed to "setglobal" 28 年之前
  Roberto Ierusalimschy efaaf99c42 first version of "setglobal" and "getglobal" internal methods. 28 年之前
  Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) 28 年之前
  Roberto Ierusalimschy ad5574c4c9 "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with 28 年之前
  Roberto Ierusalimschy 5d60470508 i.m. "arith" and "order" splited for different operations 28 年之前