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

Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 26 rokov pred
bugs a6755e2f1a BUG: `strfind' does not handle \0 in plain search. 26 rokov pred
lapi.c 1b15206cf9 many details + code redistribution 26 rokov pred
lapi.h 1b15206cf9 many details + code redistribution 26 rokov pred
lauxlib.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lauxlib.h 3c9e29f56d details 26 rokov pred
lbuffer.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lbuiltin.c 1b15206cf9 many details + code redistribution 26 rokov pred
lbuiltin.h 1b15206cf9 many details + code redistribution 26 rokov pred
ldblib.c 7d1499ba88 new macro luaL_openl 26 rokov pred
ldebug.c c16c63cc59 new module with the debug API functions 26 rokov pred
ldo.c 617be66015 better control (and error recovery) for begin/end blocks 26 rokov pred
ldo.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 rokov pred
lfunc.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lfunc.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lgc.c 1b15206cf9 many details + code redistribution 26 rokov pred
lgc.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
linit.c 3e38fd2463 `lua_setfallback' leaves things on the stack, so it is better to protect 26 rokov pred
liolib.c 7d1499ba88 new macro luaL_openl 26 rokov pred
llex.c 1b15206cf9 many details + code redistribution 26 rokov pred
llex.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lmathlib.c 1b15206cf9 many details + code redistribution 26 rokov pred
lmem.c 1b15206cf9 many details + code redistribution 26 rokov pred
lmem.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lobject.c 1b15206cf9 many details + code redistribution 26 rokov pred
lobject.h 1b15206cf9 many details + code redistribution 26 rokov pred
lopcodes.h 33b8a01032 new way to code CALLs + passing multiple arguments between function calls 26 rokov pred
lparser.c 7621cc2aa5 for the future... 26 rokov pred
lparser.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lref.c 1b15206cf9 many details + code redistribution 26 rokov pred
lref.h 1b15206cf9 many details + code redistribution 26 rokov pred
lstate.c 9c142740c1 stack may not be empty after a correct run... 26 rokov pred
lstate.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 rokov pred
lstring.c d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 rokov pred
lstring.h d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. 26 rokov pred
lstrlib.c 7d1499ba88 new macro luaL_openl 26 rokov pred
ltable.c b3fe203c36 keep it simple 26 rokov pred
ltable.h 544eeb1f9c details 26 rokov pred
ltests.c e6d56cd2d8 module for internal use only, with functions for internal tests 26 rokov pred
ltm.c 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
ltm.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lua.c 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 rokov pred
lua.h 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 rokov pred
luadebug.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lualib.h 29ede6aa13 first implementation of multiple states (reentrant code). 26 rokov pred
lundump.c 72afb6debb modifications by lhf 26 rokov pred
lundump.h 72afb6debb modifications by lhf 26 rokov pred
lvm.c 1b15206cf9 many details + code redistribution 26 rokov pred
lvm.h fe237ad808 fixed stack; first version. 26 rokov pred
lzio.c a7fa7bafc8 new warnings with option "-W" (gcc) 26 rokov pred
lzio.h c787dccd9b "const" !!! 26 rokov pred
makefile 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 rokov pred
manual.tex 4343420d4d simplified version of `gc' tag method (only for userdata now). 26 rokov pred