bugs
|
|
|
lapi.c
|
new implementation for globals: Global value is stored in TaggedString
|
1997-09-26 12:02:26 -03:00 |
lapi.h
|
|
|
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
|
"foreach" and "foreachvar" more robust (to survive GCs), and with
|
1997-10-23 14:28:48 -02:00 |
lbuiltin.h
|
|
|
ldo.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
ldo.h
|
|
|
lfunc.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
lfunc.h
|
better way to traverse GCnode lists.
|
1997-09-26 13:46:20 -03:00 |
lgc.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
lgc.h
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02: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
|
|
|
lmem.c
|
|
|
lmem.h
|
|
|
lobject.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
lobject.h
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
lopcodes.h
|
details
|
1997-10-16 19:14:47 -02:00 |
lparser.h
|
Syntax analizer and code generator
|
1997-09-16 16:33:21 -03:00 |
lstring.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
lstring.h
|
new implementation for globals: Global value is stored in TaggedString
|
1997-09-26 12:02:26 -03:00 |
lstrlib.c
|
|
|
ltable.c
|
GC now considers an "estimate" of object size, instead of just the number
|
1997-10-23 14:26:37 -02:00 |
ltable.h
|
macro "val" should live together with macro "ref".
|
1997-10-18 14:29:15 -02:00 |
ltm.c
|
better identification of types which are tags
|
1997-10-16 18:07:40 -02:00 |
ltm.h
|
|
|
lua.c
|
new (smaller) prompt
|
1997-10-16 16:35:59 -02:00 |
lua.h
|
|
|
lua.stx
|
functions may use many upvalues, to keep global values.
|
1997-10-18 14:46:39 -02:00 |
luadebug.h
|
|
|
lualib.h
|
|
|
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
|
|
|
lzio.h
|
|
|
makefile
|
using bison instead of yacc; lparser.c renamed to lstx.c (to
|
1997-10-13 20:10:45 -02:00 |
manual.tex
|
|
|
undump.c
|
|
|
undump.h
|
|
|