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

Roberto Ierusalimschy 9f3785a2f3 Lua standard libraries hace 28 años
auxlib.c d73c5bcfe7 function name is only needed *if* there is an error. hace 28 años
auxlib.h c9e3d32182 first implementation of "$if"; hace 28 años
bugs 72a1d81b51 bug: lua_getlocal breaks when called with a CFunction. hace 28 años
fallback.c 4321fde2a7 error inside an error method could break the stack. hace 28 años
fallback.h 4321fde2a7 error inside an error method could break the stack. hace 28 años
func.c 0892f0e5b7 BIG CHANGE: functions have their own "constant table". hace 28 años
func.h 0892f0e5b7 BIG CHANGE: functions have their own "constant table". hace 28 años
hash.c 067db30d71 "next" & "nextvar" check if argument is a result of previous calls hace 28 años
hash.h bd9e68cfcd new implementation of gc: "Pre-collect" garbage in temporary lists and hace 28 años
inout.c 0892f0e5b7 BIG CHANGE: functions have their own "constant table". hace 28 años
inout.h 0892f0e5b7 BIG CHANGE: functions have their own "constant table". hace 28 años
iolib.c 8f3df1d471 small details. hace 28 años
lex.c a7793468aa correct support for changing real to double (optional) hace 28 años
lex.h c9a2dfeb2c using "zio" for parsing Lua code. hace 28 años
lglobal.c b8a049abed Global variables hace 28 años
lglobal.h b8a049abed Global variables hace 28 años
lua.c 7820a47184 LOCALE support hace 28 años
lua.h e81f184164 new #define LUA_COMPAT2_5 to select "compatibility mode". hace 28 años
lua.stx dd1aa28390 small optimization in opcodes for "and" and "or" hace 28 años
luadebug.h 84e92e0976 Debuging API hace 28 años
lualib.h 9f3785a2f3 Lua standard libraries hace 28 años
lualoc.h 8f3df1d471 small details. hace 28 años
luamem.c 1d7857bc63 free(b) is equivalent to realloc(b, 0) hace 28 años
luamem.h 1d7857bc63 free(b) is equivalent to realloc(b, 0) hace 28 años
makefile e8292f076d new dependencies hace 28 años
manual.tex e18f681333 very small corrections... hace 28 años
mathlib.c caa987faad "random" accepts an 'n' to return between 1 and 'n'. hace 28 años
mathlib.h 69bee7a3d1 Math library to LUA hace 32 años
opcode.c dd1aa28390 small optimization in opcodes for "and" and "or" hace 28 años
opcode.h dd1aa28390 small optimization in opcodes for "and" and "or" hace 28 años
strlib.c da4dbe65b2 new functionality for "format": "%d$...". hace 28 años
strlib.h 212fdf861a String library to LUA hace 32 años
tree.c 3037dccaf6 prime numbers spread better. hace 28 años
tree.h 0892f0e5b7 BIG CHANGE: functions have their own "constant table". hace 28 años
types.h 995a9f7188 no more "Bool" type hace 30 años
undump.c dd1aa28390 small optimization in opcodes for "and" and "or" hace 28 años
undump.h 732ef82c72 "luaI_undump1" cannot be static; luac uses it. hace 28 años
zio.c f97307b548 zio should not care about how a user creates a FILE (pipe, socket, popen, hace 28 años
zio.h f97307b548 zio should not care about how a user creates a FILE (pipe, socket, popen, hace 28 años