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

Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers %!s(int64=24) %!d(string=hai) anos
bugs 6af005ec20 bug: when `read' fails it must return nil (and not no value) %!s(int64=25) %!d(string=hai) anos
lapi.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
lapi.h 100bfec39a new implementation for `next' %!s(int64=25) %!d(string=hai) anos
lauxlib.c a53d9b66ca first implementation for type names %!s(int64=25) %!d(string=hai) anos
lauxlib.h a53d9b66ca first implementation for type names %!s(int64=25) %!d(string=hai) anos
lbaselib.c a53d9b66ca first implementation for type names %!s(int64=25) %!d(string=hai) anos
lcode.c 4ac58853dc thead-specific state separated from "global" state %!s(int64=25) %!d(string=hai) anos
lcode.h 4894c27962 lua_Number defined in lua.h (1st version) %!s(int64=25) %!d(string=hai) anos
ldblib.c 4ff5545709 new macro pushliteral %!s(int64=25) %!d(string=hai) anos
ldebug.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
ldebug.h 001f2bdd0e new definition for types-tags %!s(int64=25) %!d(string=hai) anos
ldo.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
ldo.h 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core %!s(int64=25) %!d(string=hai) anos
lfunc.c 4ac58853dc thead-specific state separated from "global" state %!s(int64=25) %!d(string=hai) anos
lfunc.h 0183b8030c `free' gets size of the block: complete control over memory use %!s(int64=25) %!d(string=hai) anos
lgc.c 9b45439860 details %!s(int64=24) %!d(string=hai) anos
lgc.h 78bc8e553d new API for garbage collector %!s(int64=25) %!d(string=hai) anos
linit.c fb55c96706 obsolete module; not part of the oficial distribution %!s(int64=25) %!d(string=hai) anos
liolib.c 9b45439860 details %!s(int64=24) %!d(string=hai) anos
llex.c 4ac58853dc thead-specific state separated from "global" state %!s(int64=25) %!d(string=hai) anos
llex.h 595e449537 tighter size for error buffers %!s(int64=25) %!d(string=hai) anos
llimits.h 4894c27962 lua_Number defined in lua.h (1st version) %!s(int64=25) %!d(string=hai) anos
lmathlib.c 4894c27962 lua_Number defined in lua.h (1st version) %!s(int64=25) %!d(string=hai) anos
lmem.c 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core %!s(int64=25) %!d(string=hai) anos
lmem.h 0183b8030c `free' gets size of the block: complete control over memory use %!s(int64=25) %!d(string=hai) anos
lobject.c ac390020e9 optimizations based on all types but number and nil are pointers %!s(int64=24) %!d(string=hai) anos
lobject.h a53d9b66ca first implementation for type names %!s(int64=25) %!d(string=hai) anos
lopcodes.h a04de4f0ad no more END opcode %!s(int64=25) %!d(string=hai) anos
lparser.c 4ac58853dc thead-specific state separated from "global" state %!s(int64=25) %!d(string=hai) anos
lparser.h 0183b8030c `free' gets size of the block: complete control over memory use %!s(int64=25) %!d(string=hai) anos
lstate.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
lstate.h bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
lstring.c 4ac58853dc thead-specific state separated from "global" state %!s(int64=25) %!d(string=hai) anos
lstring.h 08496eea8b small changes in lstring %!s(int64=25) %!d(string=hai) anos
lstrlib.c 4ff5545709 new macro pushliteral %!s(int64=25) %!d(string=hai) anos
ltable.c ac390020e9 optimizations based on all types but number and nil are pointers %!s(int64=24) %!d(string=hai) anos
ltable.h ac390020e9 optimizations based on all types but number and nil are pointers %!s(int64=24) %!d(string=hai) anos
ltests.c 6fda6a5302 support for multiple stacks sharing the same global environment %!s(int64=25) %!d(string=hai) anos
ltm.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
ltm.h a53d9b66ca first implementation for type names %!s(int64=25) %!d(string=hai) anos
lua.c bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
lua.h bce6572579 new macros + new names to facilitate compilation of threaded version %!s(int64=24) %!d(string=hai) anos
luadebug.h f379d06e24 all API functions are declared in a single line (to facilitate pre-processing). %!s(int64=25) %!d(string=hai) anos
lualib.h 35d6b15057 some cleaning %!s(int64=25) %!d(string=hai) anos
lundump.c a04de4f0ad no more END opcode %!s(int64=25) %!d(string=hai) anos
lundump.h 523c5d8e1c last changes by lhf. %!s(int64=25) %!d(string=hai) anos
lvm.c c8559e3c8d a small optimization %!s(int64=25) %!d(string=hai) anos
lvm.h 001f2bdd0e new definition for types-tags %!s(int64=25) %!d(string=hai) anos
lzio.c 1de5587184 `lua.h' is included before any other Lua header file %!s(int64=25) %!d(string=hai) anos
lzio.h 8b88ab07f7 more controled use of `sprintf' %!s(int64=25) %!d(string=hai) anos
makefile 906d5dcc41 details %!s(int64=25) %!d(string=hai) anos
manual.tex a907aeeb1e general corrections %!s(int64=25) %!d(string=hai) anos