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

Roberto Ierusalimschy e0f9d1c8f5 removed export of function only for coco 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 9fbe0690fb base-level C use global table as its environment 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 b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, il y a 16 ans
lauxlib.h 4a818f068a 'checkversion' implemented in the auxiliary library il y a 16 ans
lbaselib.c a25b8ff69c detail ('lua_tolstring' instead of lua_objlen) il y a 15 ans
lbitlib.c a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
lcode.c fcc46467fa limit of constants per function changed to 2^26 using extra arguments il y a 16 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 b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, il y a 16 ans
ldebug.c 513d0258d9 details il y a 16 ans
ldebug.h 2258ec6bc9 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) il y a 16 ans
ldo.c e0f9d1c8f5 removed export of function only for coco 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 3a9ae612a4 macro 'ngcotouv' is the same as 'gco2uv', so it was removed il y a 15 ans
lfunc.h 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
lgc.c 8da245bfd2 better to keep GC state numbers sequential, to optimize switch in il y a 15 ans
lgc.h 8da245bfd2 better to keep GC state numbers sequential, to optimize switch in il y a 15 ans
linit.c de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
liolib.c a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 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 de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
lmathlib.c a6f465f558 new mark LUAMOD_API for all luaopen_* functions il y a 16 ans
lmem.c bd869c7b31 details il y a 19 ans
lmem.h c6b442bd36 'luaM_freearray' does not need array type as argument il y a 16 ans
loadlib.c de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
lobject.c 3c4d970a7b comment typos il y a 16 ans
lobject.h 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and il y a 16 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 de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
lparser.c 3c4d970a7b comment typos il y a 16 ans
lparser.h 916587508c parser keeps list of active local variables in a single dynamic array, il y a 16 ans
lstate.c de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
lstate.h 3a9ae612a4 macro 'ngcotouv' is the same as 'gco2uv', so it was removed il y a 15 ans
lstring.c 8da245bfd2 better to keep GC state numbers sequential, to optimize switch in il y a 15 ans
lstring.h 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
lstrlib.c de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
ltable.c 3c4d970a7b comment typos il y a 16 ans
ltable.h fbf866a1a5 macro 'gkey' returns a "real" TValue* il y a 16 ans
ltablib.c a4472490bc new 'table.pack' function il y a 16 ans
ltests.c a2a2abcba4 new function 'luaC_runtilstate' to advance GC until a "valid" state il y a 15 ans
ltests.h de6fc75d63 several configuration options that do not change often moved out of 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 de6fc75d63 several configuration options that do not change often moved out of il y a 15 ans
lua.h 2e51792596 avoid using deprecated macros lua_[gs]etglobal il y a 15 ans
luaconf.h de6fc75d63 several configuration options that do not change often moved out of 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 b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, il y a 16 ans
lvm.h b4c1824824 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) il y a 16 ans
lzio.c eca9fa02d2 small improvement il y a 20 ans
lzio.h 6956331093 new macro 'zungetc' il y a 16 ans
makefile 3acf5ec5a1 update of file dependencies (gcc -MM) il y a 16 ans