bugs
bug: lua_getlocal breaks when called with a CFunction.
1997-07-29 18:11:10 -03:00
lapi.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lapi.h
auxiliar functions from Lua API
1997-09-16 16:25:59 -03:00
lauxlib.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lauxlib.h
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lbuiltin.c
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lbuiltin.h
Built-in functions
1997-09-16 16:25:59 -03:00
ldo.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
ldo.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lfunc.c
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lfunc.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lgc.c
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lgc.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
liolib.c
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
1997-11-19 16:16:33 -02:00
llex.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
llex.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lmathlib.c
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
1997-11-19 16:16:33 -02:00
lmem.c
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lmem.h
Interface to Memory Manager
1997-09-16 16:25:59 -03:00
lobject.c
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lobject.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lopcodes.h
optimization to handle <a.x> (new opcode).
1997-10-24 16:40:29 -02:00
lparser.h
Syntax analizer and code generator
1997-09-16 16:33:21 -03:00
lstate.c
global state for Lua interpreter
1997-11-19 15:31:19 -02:00
lstate.h
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lstring.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lstring.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lstrlib.c
Standard library for strings and pattern-matching
1997-09-16 16:25:59 -03:00
ltable.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
ltable.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
ltm.c
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
1997-11-19 16:16:33 -02:00
ltm.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lua.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lua.h
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
lua.stx
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
luadebug.h
Debuging API
1997-09-16 16:25:59 -03:00
lualib.h
Lua standard libraries
1997-09-16 16:25:59 -03:00
lvm.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lvm.h
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -02:00
lzio.c
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
lzio.h
small modifications (format, small optimizations, etc)
1997-11-21 17:00:46 -02:00
makefile
first implementation of centralized global state.
1997-11-19 15:29:23 -02:00
manual.tex
very small corrections...
1997-09-16 16:01:10 -03:00
undump.c
small optimization in opcodes for "and" and "or"
1997-08-04 16:15:05 -03:00
undump.h
"luaI_undump1" cannot be static; luac uses it.
1997-06-17 15:19:17 -03:00