bugs
|
bug: lua_getlocal breaks when called with a CFunction.
|
28 years ago |
lapi.c
|
new implementation for globals: Global value is stored in TaggedString
|
28 years ago |
lapi.h
|
auxiliar functions from Lua API
|
28 years ago |
lauxlib.c
|
new implementation for globals: Global value is stored in TaggedString
|
28 years ago |
lauxlib.h
|
new implementation for globals: Global value is stored in TaggedString
|
28 years ago |
lbuiltin.c
|
"foreach" and "foreachvar" more robust (to survive GCs), and with
|
27 years ago |
lbuiltin.h
|
Built-in functions
|
28 years ago |
ldo.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
ldo.h
|
Stack and Call structure of Lua
|
28 years ago |
lfunc.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
lfunc.h
|
better way to traverse GCnode lists.
|
28 years ago |
lgc.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
lgc.h
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
liolib.c
|
better control over closed files
|
28 years ago |
llex.c
|
using bison instead of yacc; lparser.c renamed to lstx.c (to
|
27 years ago |
llex.h
|
Lexical Analizer
|
28 years ago |
lmathlib.c
|
Lua standard mathematical library
|
28 years ago |
lmem.c
|
Interface to Memory Manager
|
28 years ago |
lmem.h
|
Interface to Memory Manager
|
28 years ago |
lobject.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
lobject.h
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
lopcodes.h
|
details
|
27 years ago |
lparser.h
|
Syntax analizer and code generator
|
28 years ago |
lstring.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
lstring.h
|
new implementation for globals: Global value is stored in TaggedString
|
28 years ago |
lstrlib.c
|
Standard library for strings and pattern-matching
|
28 years ago |
ltable.c
|
GC now considers an "estimate" of object size, instead of just the number
|
27 years ago |
ltable.h
|
macro "val" should live together with macro "ref".
|
27 years ago |
ltm.c
|
better identification of types which are tags
|
27 years ago |
ltm.h
|
Tag methods
|
28 years ago |
lua.c
|
new (smaller) prompt
|
27 years ago |
lua.h
|
main header file
|
28 years ago |
lua.stx
|
functions may use many upvalues, to keep global values.
|
27 years ago |
luadebug.h
|
Debuging API
|
28 years ago |
lualib.h
|
Lua standard libraries
|
28 years ago |
lvm.c
|
"nupvalues" is kept in Closure, not in prototype (as a preparation
|
27 years ago |
lvm.h
|
"nupvalues" is kept in Closure, not in prototype (as a preparation
|
27 years ago |
lzio.c
|
a generic input stream interface
|
28 years ago |
lzio.h
|
a generic input stream interface
|
28 years ago |
makefile
|
using bison instead of yacc; lparser.c renamed to lstx.c (to
|
27 years ago |
manual.tex
|
very small corrections...
|
28 years ago |
undump.c
|
small optimization in opcodes for "and" and "or"
|
28 years ago |
undump.h
|
"luaI_undump1" cannot be static; luac uses it.
|
28 years ago |