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 193ce46970 table.pack was locking last result, avoiding its collection 15 years ago
bugs GC may get stuck during a parser and avoids proper resizing of the 15 years ago
lapi.c "no value" added to array luaT_typenames + occurrences of "userdata" 15 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
lauxlib.h removed old prototype for 'luaI_openlib' (which does not exist anymore) 15 years ago
lbaselib.c 'unpack' moved to table library (and therefore "renamed" to 15 years ago
lbitlib.c missing standard defines 15 years ago
lcode.c added casts from int to enumerations to follow C++ rules 15 years ago
lcode.h limit of constants per function changed to 2^26 using extra arguments 15 years ago
lctype.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
lctype.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
ldblib.c new debug info 'isvararg' and 'nparams' 15 years ago
ldebug.c "no value" added to array luaT_typenames + occurrences of "userdata" 15 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c correct error message when yielding from outside a coroutine 15 years ago
ldo.h removed export of function only for coco 15 years ago
ldump.c first implementation of lexical environments 15 years ago
lfunc.c allocator function receives the tag of object being allocated in 'osize' 15 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
lgc.h allocator function receives the tag of object being allocated in 'osize' 15 years ago
linit.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
liolib.c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 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 more options moved from luaconf.h into internal files 15 years ago
lmathlib.c new mark LUAMOD_API for all luaopen_* functions 15 years ago
lmem.c allocator function receives the tag of object being allocated in 'osize' 15 years ago
lmem.h allocator function receives the tag of object being allocated in 'osize' 15 years ago
loadlib.c HINSTANCE -> HMODULE (they are the same thing, but the MS documentation 15 years ago
lobject.c comment typos 15 years ago
lobject.h 'setobj' must assing fields one by one, to allow trick of using 15 years ago
lopcodes.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
lopcodes.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
loslib.c yet more options moved from luaconf.h into internal files 15 years ago
lparser.c again changing macro to function to save a few bytes 15 years ago
lparser.h parser keeps list of active local variables in a single dynamic array, 15 years ago
lstate.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
lstate.h no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
lstring.c allocator function receives the tag of object being allocated in 'osize' 15 years ago
lstring.h added LUAI_FUNC to functions not in the API 20 years ago
lstrlib.c reorganization of switch in function 'match' (details) 15 years ago
ltable.c allocator function receives the tag of object being allocated in 'osize' 15 years ago
ltable.h macro 'gkey' returns a "real" TValue* 15 years ago
ltablib.c table.pack was locking last result, avoiding its collection 15 years ago
ltests.c "no value" added to array luaT_typenames + occurrences of "userdata" 15 years ago
ltests.h missing 'external' in variable declaration 15 years ago
ltm.c "no value" added to array luaT_typenames + occurrences of "userdata" 15 years ago
ltm.h "no value" added to array luaT_typenames + occurrences of "userdata" 15 years ago
lua.c 'lua_cpcall' is deprecated + other small changes in 'pmain' (comments 15 years ago
lua.h corrected copyright notice to 2010 15 years ago
luaconf.h pathes corrected to 5.2 15 years ago
lualib.h new mark LUAMOD_API for all luaopen_* functions 15 years ago
lundump.c first implementation of lexical environments 15 years ago
lundump.h new versions by lhf 19 years ago
lvm.c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 15 years ago
lvm.h 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 15 years ago
lzio.c small improvement 20 years ago
lzio.h new macro 'zungetc' 16 years ago
makefile warnings that are not compatible with C++ separated from other warning 15 years ago