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

Roberto Ierusalimschy 3393fd7f25 first version of "lua_close" před 28 roky
bugs 72a1d81b51 bug: lua_getlocal breaks when called with a CFunction. před 28 roky
lapi.c 03160920cf store "functofind" in stack top, so doesn't need this field in před 28 roky
lapi.h ea169d2083 auxiliar functions from Lua API před 28 roky
lauxlib.c accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
lauxlib.h accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
lbuiltin.c 00c122cc29 other distribution of memory debug information. před 28 roky
lbuiltin.h 26c5f56ad1 Built-in functions před 28 roky
ldo.c 5482992dec other access method for C upvalues (as arguments) před 28 roky
ldo.h 592a3f289b first implementation of centralized global state. před 28 roky
lfunc.c 592a3f289b first implementation of centralized global state. před 28 roky
lfunc.h 592a3f289b first implementation of centralized global state. před 28 roky
lgc.c 3393fd7f25 first version of "lua_close" před 28 roky
lgc.h 3393fd7f25 first version of "lua_close" před 28 roky
liolib.c b42cc6a4d2 no more protected global variables; using upvalues to store tags. před 28 roky
llex.c accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
llex.h 9ae0c082a3 small details by lint. před 28 roky
lmathlib.c 39fd5bb9b0 details před 28 roky
lmem.c 00c122cc29 other distribution of memory debug information. před 28 roky
lmem.h 00c122cc29 other distribution of memory debug information. před 28 roky
lobject.c 592a3f289b first implementation of centralized global state. před 28 roky
lobject.h 39fd5bb9b0 details před 28 roky
lopcodes.h 18cd7adac6 optimization to handle <a.x> (new opcode). před 28 roky
lparser.h 8cd67ac676 Syntax analizer and code generator před 28 roky
lstate.c 3393fd7f25 first version of "lua_close" před 28 roky
lstate.h 03160920cf store "functofind" in stack top, so doesn't need this field in před 28 roky
lstring.c 3393fd7f25 first version of "lua_close" před 28 roky
lstring.h 3393fd7f25 first version of "lua_close" před 28 roky
lstrlib.c 9ae0c082a3 small details by lint. před 28 roky
ltable.c accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
ltable.h 9ae0c082a3 small details by lint. před 28 roky
ltm.c 6153200bc2 make sure there is no mem problems, using %.ns instead of %s for luaV_error. před 28 roky
ltm.h 9ae0c082a3 small details by lint. před 28 roky
lua.c 3393fd7f25 first version of "lua_close" před 28 roky
lua.h 3393fd7f25 first version of "lua_close" před 28 roky
lua.stx accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
luadebug.h 84e92e0976 Debuging API před 28 roky
lualib.h 9ae0c082a3 small details by lint. před 28 roky
lvm.c accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
lvm.h 45ccb0e881 "nupvalues" is kept in Closure, not in prototype (as a preparation před 28 roky
lzio.c accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
lzio.h accd7bc253 small modifications (format, small optimizations, etc) před 28 roky
makefile 592a3f289b first implementation of centralized global state. před 28 roky
manual.tex e18f681333 very small corrections... před 28 roky
undump.c dd1aa28390 small optimization in opcodes for "and" and "or" před 28 roky
undump.h 732ef82c72 "luaI_undump1" cannot be static; luac uses it. před 28 roky