bugs
bug: lua_getlocal breaks when called with a CFunction.
1997-07-29 18:11:10 -03:00
lapi.c
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lapi.h
auxiliar functions from Lua API
1997-09-16 16:25:59 -03:00
lauxlib.c
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lauxlib.h
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lbuiltin.c
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lbuiltin.h
Built-in functions
1997-09-16 16:25:59 -03:00
ldo.c
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -02:00
ldo.h
Stack and Call structure of Lua
1997-09-16 16:25:59 -03:00
lfunc.c
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -02:00
lfunc.h
better way to traverse GCnode lists.
1997-09-26 13:46:20 -03:00
lgc.c
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -02:00
lgc.h
Garbage Collector
1997-09-16 16:25:59 -03:00
liolib.c
better control over closed files
1997-09-23 11:12:44 -03:00
llex.c
using bison instead of yacc; lparser.c renamed to lstx.c (to
1997-10-13 20:10:45 -02:00
llex.h
Lexical Analizer
1997-09-16 16:25:59 -03:00
lmathlib.c
Lua standard mathematical library
1997-09-16 16:25:59 -03:00
lmem.c
Interface to Memory Manager
1997-09-16 16:25:59 -03:00
lmem.h
Interface to Memory Manager
1997-09-16 16:25:59 -03:00
lobject.c
better identification of types which are tags
1997-10-16 18:07:40 -02:00
lobject.h
better identification of types which are tags
1997-10-16 18:07:40 -02:00
lopcodes.h
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -02:00
lparser.h
Syntax analizer and code generator
1997-09-16 16:33:21 -03:00
lstring.c
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lstring.h
new implementation for globals: Global value is stored in TaggedString
1997-09-26 12:02:26 -03:00
lstrlib.c
Standard library for strings and pattern-matching
1997-09-16 16:25:59 -03:00
ltable.c
better way to traverse GCnode lists.
1997-09-26 13:46:20 -03:00
ltable.h
better way to traverse GCnode lists.
1997-09-26 13:46:20 -03:00
ltm.c
better identification of types which are tags
1997-10-16 18:07:40 -02:00
ltm.h
Tag methods
1997-09-16 16:25:59 -03:00
lua.c
new (smaller) prompt
1997-10-16 16:35:59 -02:00
lua.h
main header file
1997-09-16 16:25:59 -03:00
lua.stx
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -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
"nupvalues" is kept in Closure, not in prototype (as a preparation
1997-10-16 08:59:34 -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
a generic input stream interface
1997-09-16 16:25:59 -03:00
lzio.h
a generic input stream interface
1997-09-16 16:25:59 -03:00
makefile
using bison instead of yacc; lparser.c renamed to lstx.c (to
1997-10-13 20:10:45 -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