Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy e4b4623abc 'searchpath' changes dots into directory separators il y a 15 ans
bugs 9a6d9ea57a GC may get stuck during a parser and avoids proper resizing of the il y a 16 ans
lapi.c cef96b73e1 added casts from int to enumerations to follow C++ rules il y a 15 ans
lapi.h 3e41afcec5 extra api checks for number of returns of C functions and for lua_yield il y a 16 ans
lauxlib.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
lauxlib.h 55d3138397 removed old prototype for 'luaI_openlib' (which does not exist anymore) il y a 15 ans
lbaselib.c 0dc09cb42e 'unpack' moved to table library (and therefore "renamed" to il y a 15 ans
lbitlib.c a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
lcode.c cef96b73e1 added casts from int to enumerations to follow C++ rules il y a 15 ans
lcode.h fcc46467fa limit of constants per function changed to 2^26 using extra arguments il y a 16 ans
lctype.c 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
lctype.h 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
ldblib.c 5bcfe0c700 new debug info 'isvararg' and 'nparams' il y a 15 ans
ldebug.c 427e01eb63 removed useless initialization il y a 15 ans
ldebug.h 2258ec6bc9 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) il y a 16 ans
ldo.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
ldo.h e0f9d1c8f5 removed export of function only for coco il y a 15 ans
ldump.c 0ac3d07ea6 first implementation of lexical environments il y a 16 ans
lfunc.c 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
lfunc.h 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
lgc.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
lgc.h 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
linit.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
liolib.c c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' il y a 15 ans
llex.c 35fa276099 parser/scanner keep GC running il y a 16 ans
llex.h 916587508c parser keeps list of active local variables in a single dynamic array, il y a 16 ans
llimits.h 46f1429936 more options moved from luaconf.h into internal files il y a 15 ans
lmathlib.c a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
lmem.c 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
lmem.h 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
loadlib.c e4b4623abc 'searchpath' changes dots into directory separators il y a 15 ans
lobject.c 3c4d970a7b comment typos il y a 16 ans
lobject.h 1ebf109c53 'setobj' must assing fields one by one, to allow trick of using il y a 15 ans
lopcodes.c 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
lopcodes.h 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
loslib.c b3b8dfaaea yet more options moved from luaconf.h into internal files il y a 15 ans
lparser.c 389c890ed3 again changing macro to function to save a few bytes il y a 15 ans
lparser.h 916587508c parser keeps list of active local variables in a single dynamic array, il y a 16 ans
lstate.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
lstate.h f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
lstring.c 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
lstring.h 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
lstrlib.c 1fd4c482a0 reorganization of switch in function 'match' (details) il y a 15 ans
ltable.c 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' il y a 15 ans
ltable.h fbf866a1a5 macro 'gkey' returns a "real" TValue* il y a 16 ans
ltablib.c 0dc09cb42e 'unpack' moved to table library (and therefore "renamed" to il y a 15 ans
ltests.c f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible il y a 15 ans
ltests.h 8bfc696676 missing 'external' in variable declaration il y a 15 ans
ltm.c 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
ltm.h 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 ans
lua.c cc1cbd19a0 'lua_cpcall' is deprecated + other small changes in 'pmain' (comments il y a 15 ans
lua.h 03b556b963 corrected copyright notice to 2010 il y a 15 ans
luaconf.h 97a35e70af pathes corrected to 5.2 il y a 15 ans
lualib.h a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
lundump.c 0ac3d07ea6 first implementation of lexical environments il y a 16 ans
lundump.h 2753134a38 new versions by lhf il y a 20 ans
lvm.c c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' il y a 15 ans
lvm.h c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' il y a 15 ans
lzio.c eca9fa02d2 small improvement il y a 20 ans
lzio.h 6956331093 new macro 'zungetc' il y a 16 ans
makefile e74e56f2b1 better may to force recompilation when makefile changes il y a 15 ans