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

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