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 b4c1824824 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) 15 years ago
bugs "But" -> "Bug" (misspelling) 15 years ago
lapi.c renaming: 'lua_upvaladdr' -> 'lua_upvalueid', 15 years ago
lapi.h API checks now have explanatory messages 15 years ago
lauxlib.c new function lua_copy 15 years ago
lauxlib.h 'checkversion' implemented in the auxiliary library 16 years ago
lbaselib.c comments 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.joinupvalue' -> 'debug.upvaluejoin' 15 years ago
ldebug.c two small bugs: 'debug.getinfo' did not consider negative indices as out 15 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c ensure that reader function cannot yield during parsing 15 years ago
ldo.h remove declaration of removed function 15 years ago
ldump.c first implementation of lexical environments 15 years ago
lfunc.c first implementation of lexical environments 15 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c (huge) simplification of GC management 15 years ago
lgc.h (huge) simplification of GC management 15 years ago
linit.c details + comments 15 years ago
liolib.c "file:write" returns "file" in case of success 15 years ago
llex.c parser/scanner keep GC running 15 years ago
llex.h parser keeps list of active local variables in a single dynamic array, 15 years ago
llimits.h when doing hard memory tests, perform a full GC at every possible step 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 'module' returns the new module (to be used with lexical environments) 15 years ago
lobject.c new macro 'NILCONSTANT' to initialize nil constants 15 years ago
lobject.h several small changes to simplify changing TValue if needed 15 years ago
lopcodes.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
lopcodes.h comment explaining OP_VARARG was wrong (and corresponding code was not 15 years ago
loslib.c correct way to check arguments to 'strftime' 15 years ago
lparser.c parser/scanner keep GC running 15 years ago
lparser.h parser keeps list of active local variables in a single dynamic array, 15 years ago
lstate.c (huge) simplification of GC management 15 years ago
lstate.h (huge) simplification of GC management 15 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 new macro 'isdummy' 15 years ago
ltable.h macro 'gkey' returns a "real" TValue* 15 years ago
ltablib.c 'lua_lessthan' replaced by more generic 'lua_compare' 16 years ago
ltests.c macro 'checkvalref' redefined as function (to avoid too long macros) 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 renaming: 'lua_upvaladdr' -> 'lua_upvalueid', 15 years ago
luaconf.h small corrections for 'luaall.c' 15 years ago
lualib.h new module 'lbitlib.c' for bitwise operations 16 years ago
lundump.c first implementation of lexical environments 15 years ago
lundump.h new versions by lhf 19 years ago
lvm.c comment explaining OP_VARARG was wrong (and corresponding code was not 15 years ago
lvm.h 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) 15 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