Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy e723c75c02 details (avoid 'lint' warnings) hace 10 años
  Roberto Ierusalimschy 27ab59bc16 'ipairs' needs an argument hace 10 años
  Roberto Ierusalimschy 594d7266af 'assert' checks that it has (at least) one parameter + 'assert' ensures hace 10 años
  Roberto Ierusalimschy b58602d93d removed unneeded test (result of b_str2int is already checked hace 10 años
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 10 años
  Roberto Ierusalimschy 05afee0f50 definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' hace 10 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 10 años
  Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' hace 10 años
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated hace 10 años
  Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' hace 10 años
  Roberto Ierusalimschy 2a21f6c894 'lua_Kcontext' -> 'lua_KContext' hace 10 años
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) hace 11 años
  Roberto Ierusalimschy d35fff16d5 'ipairs' always stops at first nil element hace 11 años
  Roberto Ierusalimschy 6384475ec4 'luaL_getmetafield' returns type of metafield (instead of a boolean) hace 11 años
  Roberto Ierusalimschy 7f1a2ad699 new functions 'lua_geti/lua_seti' (non raw) hace 11 años
  Roberto Ierusalimschy 2be88d5084 'lua_Ctx' -> 'lua_Kcontext' hace 11 años
  Roberto Ierusalimschy 61fa462535 added cast to avoid warning hace 11 años
  Roberto Ierusalimschy f9037ae8c1 'ipairs' respects metamethods hace 11 años
  Roberto Ierusalimschy 1aa4f69b51 new type 'lua_Ctx' for continuation-function contexts (to allow type hace 11 años
  Roberto Ierusalimschy 16b4110521 function 'type' keeps type names as upvalues to avoid creating strings hace 11 años
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) hace 11 años
  Roberto Ierusalimschy 6f6fd96e3b new type lua_KFunction + no more 'lua_getctx' hace 11 años
  Roberto Ierusalimschy 9e68c047ae 'assert' does not assume that the error object is a string hace 11 años
  Roberto Ierusalimschy e2be310a85 better(?) implementation for 'pcall'/'xpcall' (regarding the insertion hace 11 años
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of hace 11 años
  Roberto Ierusalimschy a3addae036 lua_gettable and similars return type of gotten value hace 11 años
  Roberto Ierusalimschy 6a24bd17a8 no more second result from 'collectgarbage"count"' (as Lua seldom hace 11 años
  Roberto Ierusalimschy 733c58595b no more local collection hace 11 años
  Roberto Ierusalimschy 686e57cf9c GC local pause configurable hace 12 años
  Roberto Ierusalimschy 677d90165f no more generational collection !!! hace 12 años