Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy ad1a54b5c0 reordering of some defines (more logical grouping) il y a 14 ans
  Roberto Ierusalimschy c31f4946e9 copyright updated to 2011 il y a 14 ans
  Roberto Ierusalimschy 6098e06e09 better organization for coercion functions between lua_Number and il y a 14 ans
  Roberto Ierusalimschy c6b64ffe65 new type lua_Unsigned and corresponding projection/injection functions il y a 14 ans
  Roberto Ierusalimschy 6828f6d427 new parameter 'majorinc' to control frequency of major collections il y a 15 ans
  Roberto Ierusalimschy 8b7cf8c62d 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' il y a 15 ans
  Roberto Ierusalimschy 85c1461422 new macros LUA_VERSION_{MAJOR/MINOR/RELEASE} il y a 15 ans
  Roberto Ierusalimschy a9dc7c8828 functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx il y a 15 ans
  Roberto Ierusalimschy e924a7f9ea new API function 'lua_absindex' il y a 15 ans
  Roberto Ierusalimschy 2d81cfa4e1 corrected definition of 'lua_register' (there is no LUA_ENVIRONINDEX il y a 15 ans
  Roberto Ierusalimschy afdb19ac82 no more 'ccall' nor 'cpcall' functions. (With light C functions they il y a 15 ans
  Roberto Ierusalimschy d20ff60615 new macro LUA_NUMTAGS il y a 15 ans
  Roberto Ierusalimschy 11126422d9 option to return GC to normal (incremental, non generational) mode il y a 15 ans
  Roberto Ierusalimschy 064e406f67 no more fenvs! il y a 15 ans
  Roberto Ierusalimschy 74123e9686 draft version of a generational mode for garbage collection. (Not well il y a 15 ans
  Roberto Ierusalimschy caf74dd731 'cpcall' renamed to 'ccall' as it does not do a protected call il y a 15 ans
  Roberto Ierusalimschy 489253d753 better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX il y a 15 ans
  Roberto Ierusalimschy 03b556b963 corrected copyright notice to 2010 il y a 15 ans
  Roberto Ierusalimschy 19f8c87375 compatibility code moved to luaconf.h il y a 15 ans
  Roberto Ierusalimschy 5bcfe0c700 new debug info 'isvararg' and 'nparams' il y a 15 ans
  Roberto Ierusalimschy 25189b420d field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned il y a 15 ans
  Roberto Ierusalimschy cb3f95d516 'lua_cpcall' is deprecated il y a 15 ans
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
  Roberto Ierusalimschy ec0fc1a13b missing parentheses around 'lua_version' + moving typdef's before il y a 15 ans
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' il y a 15 ans
  Roberto Ierusalimschy 2e51792596 avoid using deprecated macros lua_[gs]etglobal il y a 15 ans
  Roberto Ierusalimschy 3c4d970a7b comment typos il y a 15 ans
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, il y a 15 ans
  Roberto Ierusalimschy 7fe405739c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', il y a 15 ans
  Roberto Ierusalimschy 1ce819333d new option 'isrunning' for 'lua_gc' (and 'collectgarbage') il y a 15 ans