You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy bed2cb725a initialize g->estimate (just in case) 15 years ago
bugs "But" -> "Bug" (misspelling) 15 years ago
lapi.c 'cpcall' reimplemented as a predefined value in the registry 15 years ago
lapi.h API checks now have explanatory messages 15 years ago
lauxlib.c function list in luaL_register may be NULL for an empty list 15 years ago
lauxlib.h 'checkversion' implemented in the auxiliary library 16 years ago
lbaselib.c 'collectgarbage"count"' returns a second argument with the count%1024. 15 years ago
lbitlib.c Standard library for bitwise operations 16 years ago
lcode.c limit of constants per function changed to 2^26 using extra arguments 15 years ago
lcode.h limit of constants per function changed to 2^26 using extra arguments 15 years ago
lctype.c type of 'luai_ctype_' array changed to unsigned (safer for bitwise 16 years ago
lctype.h type of 'luai_ctype_' array changed to unsigned (safer for bitwise 16 years ago
ldblib.c 'debug.[gs]etupvalue' should be able to access C upvalues too 15 years ago
ldebug.c handle extended opcodes (with OP_EXTRAARG) when checking metamethod 15 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c first implementation of 'lua_yieldk' (yield with continuation) 15 years ago
ldo.h new way to control stack overflow, controling only total size of the stack 16 years ago
ldump.c useless test removed (pointed by lint) 17 years ago
lfunc.c 'luaM_freearray' does not need array type as argument 16 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c bug: stack must be cleared until its end (including extra size) + 16 years ago
lgc.h new macro 'condmovestack' instead of 'condhardstacktests' 16 years ago
linit.c details + comments 15 years ago
liolib.c "file:write" returns "file" in case of success 15 years ago
llex.c hexadecimal escape sequences in strings + better error messages for 16 years ago
llex.h parser should not call 'luaX_lexerror' 17 years ago
llimits.h API checks now have explanatory messages 15 years ago
lmathlib.c 'math.random' uses lua_Number to manage its arguments (there is no 16 years ago
lmem.c details 18 years ago
lmem.h 'luaM_freearray' does not need array type as argument 16 years ago
loadlib.c "bug": lua_createtable with sizes changed (array <-> record) 15 years ago
lobject.c new function 'luaO_arith' to perform basic arithmetic operations 16 years ago
lobject.h new macro 'getproto' 16 years ago
lopcodes.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
lopcodes.h limit of constants per function changed to 2^26 using extra arguments 15 years ago
loslib.c correct way to check arguments to 'strftime' 15 years ago
lparser.c detail (space between function name and its parameter list) 15 years ago
lparser.h added structure for local-variable information to allow extra 17 years ago
lstate.c initialize g->estimate (just in case) 15 years ago
lstate.h new way to control stack overflow, controling only total size of the stack 16 years ago
lstring.c hash table for strings is rehashed in place 16 years ago
lstring.h added LUAI_FUNC to functions not in the API 20 years ago
lstrlib.c better treatment of integer formats in string.format 16 years ago
ltable.c luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, 15 years ago
ltable.h luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers, 15 years ago
ltablib.c 'lua_lessthan' replaced by more generic 'lua_compare' 16 years ago
ltests.c 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD 15 years ago
ltests.h several small improvements based on 'ci' being fixed now (including 16 years ago
ltm.c tables and strings respect __len metamethod 17 years ago
ltm.h tables and strings respect __len metamethod 17 years ago
lua.c avoid an unprotected call to 'lua_tostring' which theoretically may 15 years ago
lua.h 'cpcall' reimplemented as a predefined value in the registry 15 years ago
luaconf.h correct way to check arguments to 'strftime' 15 years ago
lualib.h new module 'lbitlib.c' for bitwise operations 16 years ago
lundump.c no more code checking 16 years ago
lundump.h new versions by lhf 19 years ago
lvm.c limit of constants per function changed to 2^26 using extra arguments 15 years ago
lvm.h exports luaV_arith to be used by lua_arith 16 years ago
lzio.c small improvement 20 years ago
lzio.h new macro 'zungetc' 16 years ago
makefile new module 'lbitlib.c' for bitwise operations 16 years ago