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 4433dbb5f5 userdata with finalizers are kept in a separated list ('udgc'), instead 15 years ago
bugs GC may get stuck during a parser and avoids proper resizing of the 15 years ago
lapi.c draft version of a generational mode for garbage collection. (Not well 15 years ago
lapi.h extra api checks for number of returns of C functions and for lua_yield 15 years ago
lauxlib.c 'lua_assert' not visible from libraries 15 years ago
lauxlib.h avoid using function environments in C libraries (as it probably will 15 years ago
lbaselib.c draft version of a generational mode for garbage collection. (Not well 15 years ago
lbitlib.c use of 'conventional' names for shift and rotate operations + 15 years ago
lcode.c first version of _ENV; no more global variables 15 years ago
lcode.h new instructions to optimize indexing on upvalues 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 macro 'luai_writestringerror' 15 years ago
ldebug.c '_ENV' name permanently stored in global state for easier access 15 years ago
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 years ago
ldo.c when yielding, original 'func' value must be kept and restored so 15 years ago
ldo.h removed export of function only for coco 15 years ago
ldump.c first version of _ENV; no more global variables 15 years ago
lfunc.c first version of _ENV; no more global variables 15 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c userdata with finalizers are kept in a separated list ('udgc'), instead 15 years ago
lgc.h userdata with finalizers are kept in a separated list ('udgc'), instead 15 years ago
linit.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
liolib.c avoid using function environments in C libraries (as it probably will 15 years ago
llex.c avoid 'continue' unless necessary 15 years ago
llex.h '_ENV' name permanently stored in global state for easier access 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 for compatibility only: 'module' changes the first upvalue of 15 years ago
lobject.c typo (thanks to Gavin) 15 years ago
lobject.h first version of _ENV; no more global variables 15 years ago
lopcodes.c first version of _ENV; no more global variables 15 years ago
lopcodes.h first version of _ENV; no more global variables 15 years ago
loslib.c yet more options moved from luaconf.h into internal files 15 years ago
lparser.c '_ENV' name permanently stored in global state for easier access 15 years ago
lparser.h first version of _ENV; no more global variables 15 years ago
lstate.c userdata with finalizers are kept in a separated list ('udgc'), instead 15 years ago
lstate.h userdata with finalizers are kept in a separated list ('udgc'), instead 15 years ago
lstring.c allocator function receives the tag of object being allocated in 'osize' 15 years ago
lstring.h must include 'string.h' because a macro uses 'strlen' 15 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 better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX 15 years ago
ltests.c userdata with finalizers are kept in a separated list ('udgc'), instead 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 better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX 15 years ago
lua.h draft version of a generational mode for garbage collection. (Not well 15 years ago
luaconf.h just in case, better to flush error messages 15 years ago
lualib.h new mark LUAMOD_API for all luaopen_* functions 15 years ago
lundump.c first version of _ENV; no more global variables 15 years ago
lundump.h new versions by lhf 19 years ago
lvm.c first version of _ENV; no more global variables 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