Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy 8df0198178 release 5.2.1 пре 13 година
  Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' пре 13 година
  Roberto Ierusalimschy 475e6c5352 'lua_setglobal/lua_getglobal' implemented as functions to avoid пре 13 година
  Roberto Ierusalimschy af00a0772c new functions lua_rawsetp/lua_rawgetp пре 13 година
  Roberto Ierusalimschy 3dc5475e23 'nCcalls' should be local to each thread, as each thread may have its пре 14 година
  Roberto Ierusalimschy ad1a54b5c0 reordering of some defines (more logical grouping) пре 14 година
  Roberto Ierusalimschy c31f4946e9 copyright updated to 2011 пре 14 година
  Roberto Ierusalimschy 6098e06e09 better organization for coercion functions between lua_Number and пре 14 година
  Roberto Ierusalimschy c6b64ffe65 new type lua_Unsigned and corresponding projection/injection functions пре 14 година
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections пре 15 година
  Roberto Ierusalimschy 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' пре 15 година
  Roberto Ierusalimschy 85c1461422 new macros LUA_VERSION_{MAJOR/MINOR/RELEASE} пре 15 година
  Roberto Ierusalimschy a9dc7c8828 functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx пре 15 година
  Roberto Ierusalimschy e924a7f9ea new API function 'lua_absindex' пре 15 година
  Roberto Ierusalimschy 2d81cfa4e1 corrected definition of 'lua_register' (there is no LUA_ENVIRONINDEX пре 15 година
  Roberto Ierusalimschy afdb19ac82 no more 'ccall' nor 'cpcall' functions. (With light C functions they пре 15 година
  Roberto Ierusalimschy d20ff60615 new macro LUA_NUMTAGS пре 15 година
  Roberto Ierusalimschy 11126422d9 option to return GC to normal (incremental, non generational) mode пре 15 година
  Roberto Ierusalimschy 064e406f67 no more fenvs! пре 15 година
  Roberto Ierusalimschy 74123e9686 draft version of a generational mode for garbage collection. (Not well пре 15 година
  Roberto Ierusalimschy caf74dd731 'cpcall' renamed to 'ccall' as it does not do a protected call пре 15 година
  Roberto Ierusalimschy 489253d753 better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX пре 15 година
  Roberto Ierusalimschy 03b556b963 corrected copyright notice to 2010 пре 15 година
  Roberto Ierusalimschy 19f8c87375 compatibility code moved to luaconf.h пре 15 година
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' пре 15 година
  Roberto Ierusalimschy 25189b420d field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned пре 15 година
  Roberto Ierusalimschy cb3f95d516 'lua_cpcall' is deprecated пре 15 година
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible пре 15 година
  Roberto Ierusalimschy ec0fc1a13b missing parentheses around 'lua_version' + moving typdef's before пре 15 година
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' пре 15 година