bugs
|
GC may get stuck during a parser and avoids proper resizing of the
|
15 years ago |
lapi.c
|
base-level C use global table as its environment
|
15 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
new scheme for debug info about tail calls: no more 'fake' stack entries,
|
15 years ago |
lauxlib.h
|
'checkversion' implemented in the auxiliary library
|
16 years ago |
lbaselib.c
|
detail ('lua_tolstring' instead of lua_objlen)
|
15 years ago |
lbitlib.c
|
new mark LUAMOD_API for all luaopen_* functions
|
15 years ago |
lcode.c
|
limit of constants per function changed to 2^26 using extra arguments
|
15 years ago |
lcode.h
|
limit of constants per function changed to 2^26 using extra arguments
|
15 years ago |
lctype.c
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
lctype.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
ldblib.c
|
new scheme for debug info about tail calls: no more 'fake' stack entries,
|
15 years ago |
ldebug.c
|
details
|
15 years ago |
ldebug.h
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
16 years ago |
ldo.c
|
removed export of function only for coco
|
15 years ago |
ldo.h
|
removed export of function only for coco
|
15 years ago |
ldump.c
|
first implementation of lexical environments
|
15 years ago |
lfunc.c
|
macro 'ngcotouv' is the same as 'gco2uv', so it was removed
|
15 years ago |
lfunc.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lgc.c
|
better to keep GC state numbers sequential, to optimize switch in
|
15 years ago |
lgc.h
|
better to keep GC state numbers sequential, to optimize switch in
|
15 years ago |
linit.c
|
several configuration options that do not change often moved out of
|
15 years ago |
liolib.c
|
new mark LUAMOD_API for all luaopen_* functions
|
15 years ago |
llex.c
|
parser/scanner keep GC running
|
15 years ago |
llex.h
|
parser keeps list of active local variables in a single dynamic array,
|
15 years ago |
llimits.h
|
more options moved from luaconf.h into internal files
|
15 years ago |
lmathlib.c
|
new mark LUAMOD_API for all luaopen_* functions
|
15 years ago |
lmem.c
|
details
|
18 years ago |
lmem.h
|
'luaM_freearray' does not need array type as argument
|
16 years ago |
loadlib.c
|
macro name change: LUA_PATH->LUA_PATH_VAR, LUA_CPATH->LUA_CPATH_VAR,
|
15 years ago |
lobject.c
|
comment typos
|
15 years ago |
lobject.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
lopcodes.c
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
lopcodes.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
loslib.c
|
several configuration options that do not change often moved out of
|
15 years ago |
lparser.c
|
comment typos
|
15 years ago |
lparser.h
|
parser keeps list of active local variables in a single dynamic array,
|
15 years ago |
lstate.c
|
several configuration options that do not change often moved out of
|
15 years ago |
lstate.h
|
macro 'ngcotouv' is the same as 'gco2uv', so it was removed
|
15 years ago |
lstring.c
|
better to keep GC state numbers sequential, to optimize switch in
|
15 years ago |
lstring.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lstrlib.c
|
more options moved from luaconf.h into internal files
|
15 years ago |
ltable.c
|
comment typos
|
15 years ago |
ltable.h
|
macro 'gkey' returns a "real" TValue*
|
15 years ago |
ltablib.c
|
new 'table.pack' function
|
15 years ago |
ltests.c
|
new function 'luaC_runtilstate' to advance GC until a "valid" state
|
15 years ago |
ltests.h
|
several configuration options that do not change often moved out of
|
15 years ago |
ltm.c
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
ltm.h
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
|
15 years ago |
lua.c
|
macro name change: LUA_INIT->LUA_INIT_VAR
|
15 years ago |
lua.h
|
avoid using deprecated macros lua_[gs]etglobal
|
15 years ago |
luaconf.h
|
more options moved from luaconf.h into internal files
|
15 years ago |
lualib.h
|
new mark LUAMOD_API for all luaopen_* functions
|
15 years ago |
lundump.c
|
first implementation of lexical environments
|
15 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
new scheme for debug info about tail calls: no more 'fake' stack entries,
|
15 years ago |
lvm.h
|
'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions)
|
15 years ago |
lzio.c
|
small improvement
|
20 years ago |
lzio.h
|
new macro 'zungetc'
|
16 years ago |
makefile
|
update of file dependencies (gcc -MM)
|
15 years ago |