bugs
|
bug log
|
27 years ago |
lapi.c
|
store "functofind" in stack top, so doesn't need this field in
|
27 years ago |
lapi.h
|
auxiliar functions from Lua API
|
28 years ago |
lauxlib.c
|
small modifications (format, small optimizations, etc)
|
27 years ago |
lauxlib.h
|
small modifications (format, small optimizations, etc)
|
27 years ago |
lbuiltin.c
|
other distribution of memory debug information.
|
27 years ago |
lbuiltin.h
|
Built-in functions
|
28 years ago |
ldo.c
|
other access method for C upvalues (as arguments)
|
27 years ago |
ldo.h
|
first implementation of centralized global state.
|
27 years ago |
lfunc.c
|
first implementation of centralized global state.
|
27 years ago |
lfunc.h
|
first implementation of centralized global state.
|
27 years ago |
lgc.c
|
first version of "lua_close"
|
27 years ago |
lgc.h
|
first version of "lua_close"
|
27 years ago |
liolib.c
|
no more protected global variables; using upvalues to store tags.
|
27 years ago |
llex.c
|
BUG: "lastline" was not reset on function entry, so debug information
|
27 years ago |
llex.h
|
comments
|
27 years ago |
lmathlib.c
|
details
|
27 years ago |
lmem.c
|
other distribution of memory debug information.
|
27 years ago |
lmem.h
|
other distribution of memory debug information.
|
27 years ago |
lobject.c
|
first implementation of centralized global state.
|
27 years ago |
lobject.h
|
details
|
27 years ago |
lopcodes.h
|
optimization to handle <a.x> (new opcode).
|
27 years ago |
lparser.h
|
Syntax analizer and code generator
|
28 years ago |
lstate.c
|
first version of "lua_close"
|
27 years ago |
lstate.h
|
store "functofind" in stack top, so doesn't need this field in
|
27 years ago |
lstring.c
|
first version of "lua_close"
|
27 years ago |
lstring.h
|
first version of "lua_close"
|
27 years ago |
lstrlib.c
|
small details by lint.
|
27 years ago |
ltable.c
|
small modifications (format, small optimizations, etc)
|
27 years ago |
ltable.h
|
small details by lint.
|
27 years ago |
ltm.c
|
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
|
27 years ago |
ltm.h
|
small details by lint.
|
27 years ago |
lua.c
|
arguments "var=value" doesn't need quotes for value
|
27 years ago |
lua.h
|
first version of "lua_close"
|
27 years ago |
lua.stx
|
BUG: "lastline" was not reset on function entry, so debug information
|
27 years ago |
luadebug.h
|
Debuging API
|
28 years ago |
lualib.h
|
small details by lint.
|
27 years ago |
lvm.c
|
small modifications (format, small optimizations, etc)
|
27 years ago |
lvm.h
|
"nupvalues" is kept in Closure, not in prototype (as a preparation
|
27 years ago |
lzio.c
|
small modifications (format, small optimizations, etc)
|
27 years ago |
lzio.h
|
small modifications (format, small optimizations, etc)
|
27 years ago |
makefile
|
first implementation of centralized global state.
|
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 |