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

Roberto Ierusalimschy 3bc925138e first version of code optimizer před 25 roky
bugs b3aaa048b0 bug: cannot reopen stdin (for binary mode) před 26 roky
lapi.c 74f1c3d025 small changes for "clean C" před 25 roky
lapi.h 2877bad4c2 new debug API (first version) před 26 roky
lauxlib.c 74f1c3d025 small changes for "clean C" před 25 roky
lauxlib.h 4fbe775154 details před 26 roky
lbuffer.c 29ede6aa13 first implementation of multiple states (reentrant code). před 26 roky
lbuiltin.c 512b15b601 small optimizations (relational operators) před 26 roky
lbuiltin.h aabefe9d68 details. před 26 roky
lcode.c 39e1f079bd code generator (and optimizer) for Lua před 25 roky
lcode.h 39e1f079bd code generator (and optimizer) for Lua před 25 roky
ldblib.c 2877bad4c2 new debug API (first version) před 26 roky
ldebug.c c929376d59 must include a definition for NULL před 25 roky
ldebug.h 27163f032e Auxiliary functions from Debug Interface module před 26 roky
ldo.c 74f1c3d025 small changes for "clean C" před 25 roky
ldo.h 2877bad4c2 new debug API (first version) před 26 roky
lfunc.c 1f691a4fcd renaming of some opcodes and fields před 26 roky
lfunc.h acdb0b741e comments. před 26 roky
lgc.c 1f691a4fcd renaming of some opcodes and fields před 26 roky
lgc.h 29ede6aa13 first implementation of multiple states (reentrant code). před 26 roky
linit.c 3e38fd2463 `lua_setfallback' leaves things on the stack, so it is better to protect před 26 roky
liolib.c 74f1c3d025 small changes for "clean C" před 25 roky
llex.c 74f1c3d025 small changes for "clean C" před 25 roky
llex.h 74f1c3d025 small changes for "clean C" před 25 roky
lmathlib.c acdb0b741e comments. před 26 roky
lmem.c 74f1c3d025 small changes for "clean C" před 25 roky
lmem.h eab57ed6fd details před 26 roky
lobject.c 1f01998516 nobody uses memmove any more. před 25 roky
lobject.h 075da266e5 there is no need to use shorts... před 25 roky
lopcodes.h 3bc925138e first version of code optimizer před 25 roky
lparser.c 3bc925138e first version of code optimizer před 25 roky
lparser.h 3bc925138e first version of code optimizer před 25 roky
lref.c 74f1c3d025 small changes for "clean C" před 25 roky
lref.h 74f1c3d025 small changes for "clean C" před 25 roky
lstate.c eab57ed6fd details před 26 roky
lstate.h 74f1c3d025 small changes for "clean C" před 25 roky
lstring.c 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed před 26 roky
lstring.h 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed před 26 roky
lstrlib.c 74f1c3d025 small changes for "clean C" před 25 roky
ltable.c 74f1c3d025 small changes for "clean C" před 25 roky
ltable.h 544eeb1f9c details před 26 roky
ltests.c 7c2fb15bec need "string.h" to use "strchr". před 25 roky
ltm.c 2877bad4c2 new debug API (first version) před 26 roky
ltm.h 29ede6aa13 first implementation of multiple states (reentrant code). před 26 roky
lua.c 228a62f799 details před 25 roky
lua.h aee07c6599 details před 26 roky
luadebug.h 2877bad4c2 new debug API (first version) před 26 roky
lualib.h 29ede6aa13 first implementation of multiple states (reentrant code). před 26 roky
lundump.c b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. před 26 roky
lundump.h 72afb6debb modifications by lhf před 26 roky
lvm.c 3bc925138e first version of code optimizer před 25 roky
lvm.h 99e340b2ba keep `top' in registers when running basic tasks (settable, getglobal, ...) před 26 roky
lzio.c 74f1c3d025 small changes for "clean C" před 25 roky
lzio.h c787dccd9b "const" !!! před 26 roky
makefile 3bc925138e first version of code optimizer před 25 roky
manual.tex 4343420d4d simplified version of `gc' tag method (only for userdata now). před 26 roky