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

Roberto Ierusalimschy b3fe203c36 keep it simple 26 years ago
bugs a6755e2f1a BUG: `strfind' does not handle \0 in plain search. 26 years ago
lapi.c 617be66015 better control (and error recovery) for begin/end blocks 26 years ago
lapi.h 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 years ago
lauxlib.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lauxlib.h 3c9e29f56d details 26 years ago
lbuffer.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lbuiltin.c 533beedad2 new tests for begin/end blocks and multi-state 26 years ago
lbuiltin.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
ldblib.c 7d1499ba88 new macro luaL_openl 26 years ago
ldo.c 617be66015 better control (and error recovery) for begin/end blocks 26 years ago
ldo.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 years ago
lfunc.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lfunc.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lgc.c fe237ad808 fixed stack; first version. 26 years ago
lgc.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
linit.c 3e38fd2463 `lua_setfallback' leaves things on the stack, so it is better to protect 26 years ago
liolib.c 7d1499ba88 new macro luaL_openl 26 years ago
llex.c b097076678 missing include 26 years ago
llex.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lmathlib.c 7d1499ba88 new macro luaL_openl 26 years ago
lmem.c c5fa0895e9 table sizes don't need to be primes; power of 2 gives the same performance. 26 years ago
lmem.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lobject.c d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 years ago
lobject.h 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 26 years ago
lopcodes.h 33b8a01032 new way to code CALLs + passing multiple arguments between function calls 26 years ago
lparser.c 7621cc2aa5 for the future... 26 years ago
lparser.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lref.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lref.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lstate.c 9c142740c1 stack may not be empty after a correct run... 26 years ago
lstate.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 years ago
lstring.c d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 years ago
lstring.h d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 years ago
lstrlib.c 7d1499ba88 new macro luaL_openl 26 years ago
ltable.c b3fe203c36 keep it simple 26 years ago
ltable.h e5743adb21 macros `key', `val', and `node' don't need the state 26 years ago
ltm.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
ltm.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lua.c 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 years ago
lua.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 years ago
luadebug.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lualib.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
lundump.c 72afb6debb modifications by lhf 26 years ago
lundump.h 72afb6debb modifications by lhf 26 years ago
lvm.c ba1f504970 `optimization' doesn't seem to make any difference... 26 years ago
lvm.h fe237ad808 fixed stack; first version. 26 years ago
lzio.c a7fa7bafc8 new warnings with option "-W" (gcc) 26 years ago
lzio.h c787dccd9b "const" !!! 26 years ago
makefile 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 years ago
manual.tex 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 years ago