Historia zmian

Autor SHA1 Wiadomość Data
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' 11 lat temu
  Roberto Ierusalimschy 9e68c047ae 'assert' does not assume that the error object is a string 11 lat temu
  Roberto Ierusalimschy e2be310a85 better(?) implementation for 'pcall'/'xpcall' (regarding the insertion 11 lat temu
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 lat temu
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value 11 lat temu
  Roberto Ierusalimschy 6a24bd17a8 no more second result from 'collectgarbage"count"' (as Lua seldom 11 lat temu
  Roberto Ierusalimschy 733c58595b no more local collection 11 lat temu
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable 12 lat temu
  Roberto Ierusalimschy 677d90165f no more generational collection !!! 12 lat temu
  Roberto Ierusalimschy 2f8c51a552 use unsigneds for unary minus, too 12 lat temu
  Roberto Ierusalimschy 2b4bd21585 'tonumber': base must be a number 12 lat temu
  Roberto Ierusalimschy beff5b078a 'tonumber': does not accept numbers when given a base + convertion from 12 lat temu
  Roberto Ierusalimschy 5ca5086c19 'tonumber' now works with integers too 12 lat temu
  Roberto Ierusalimschy a83ed55f1e added 'return' (when possible) to calls to error functions 12 lat temu
  Roberto Ierusalimschy 65e31fb179 Bug: load/loadfile returns wrong result when given an environment 12 lat temu
  Roberto Ierusalimschy fc24a3a6c4 small bug: a reader function should not modify the Lua stack 13 lat temu
  Roberto Ierusalimschy c5da4f4cd0 unused variable removed 13 lat temu
  Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" 13 lat temu
  Roberto Ierusalimschy 3617e04e97 'lua_load' has an extra argument 'mode' 13 lat temu
  Roberto Ierusalimschy fded7bef19 options for 'collectgarbage' renamed: "inc" -> "incremental"; 13 lat temu
  Roberto Ierusalimschy 6cce5c0601 new function 'luaL_loadfilex' 14 lat temu
  Roberto Ierusalimschy 7133e20c94 make treatment of 'pcall' and 'xpcall' more similar 14 lat temu
  Roberto Ierusalimschy 888d39ea75 refactoring of common parts of 'pcall' and 'xpcall' + avoids 14 lat temu
  Roberto Ierusalimschy 162ce8256e lint (unused struct field) 14 lat temu
  Roberto Ierusalimschy 43c873895f tonumber: base 10 is not special, no base is 14 lat temu
  Roberto Ierusalimschy 79cbc3468c removed and deprecated functions really removed from the code base 14 lat temu
  Roberto Ierusalimschy 2f125ebc33 'deprecated' x 'removed' (they are not the same thing) 14 lat temu
  Roberto Ierusalimschy 22e1c5ebad avoid conversion from 'const char*' to 'void *' (warning about 'const') 14 lat temu
  Roberto Ierusalimschy ee7d0c2649 new macro 'luai_writeline' to print newlines (and flush 'stdout') 14 lat temu
  Roberto Ierusalimschy 98816d0ce5 small problems with 'luaone.c' 14 lat temu