bugs
|
stand-alone interpreter shows incorrect error message when the
|
17 years ago |
lapi.c
|
BUG: lua_setfenv may crash if called over an invalid object
|
17 years ago |
lapi.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
lauxlib.c
|
detail
|
17 years ago |
lauxlib.h
|
luaL_tostring -> luaL_tolstring (more generic)
|
17 years ago |
lbaselib.c
|
luaL_tostring -> luaL_tolstring (more generic)
|
17 years ago |
lcode.c
|
bug: code generated for "-nil", "-true", and "-false" is wrong
|
18 years ago |
lcode.h
|
unused macro
|
19 years ago |
ldblib.c
|
bug: debug.sethook/gethook may overflow thread's stack
|
17 years ago |
ldebug.c
|
bug: wrong error message in some concatenations
|
18 years ago |
ldebug.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
ldo.c
|
avoid calling "tail return" hooks if the hook itself turns off the event
|
17 years ago |
ldo.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
ldump.c
|
avoid trailing white spaces
|
18 years ago |
lfunc.c
|
should not manipulate NULL pointers (even without accessing them)
|
18 years ago |
lfunc.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lgc.c
|
first implementation of ephemerons
|
17 years ago |
lgc.h
|
some changes toward ephemerons
|
17 years ago |
linit.c
|
detail ('name' of baselib is "_G")
|
17 years ago |
liolib.c
|
details
|
17 years ago |
llex.c
|
parser should not call 'luaX_lexerror'
|
17 years ago |
llex.h
|
parser should not call 'luaX_lexerror'
|
17 years ago |
llimits.h
|
avoid trailing white spaces
|
18 years ago |
lmathlib.c
|
clearing some old compatibility code
|
18 years ago |
lmem.c
|
details
|
18 years ago |
lmem.h
|
better documentation for auxiliary functions (that should be called only
|
18 years ago |
loadlib.c
|
new function 'package.searchpath'
|
17 years ago |
lobject.c
|
'lua_pushfstring' raises an error if called with invalid format
|
17 years ago |
lobject.h
|
luaO_log2 can be private to ltable.c
|
18 years ago |
lopcodes.c
|
avoid trailing white spaces
|
18 years ago |
lopcodes.h
|
avoid trailing white spaces
|
18 years ago |
loslib.c
|
it seems useless trying to avoid this warning...
|
17 years ago |
lparser.c
|
parser should not call 'luaX_lexerror'
|
17 years ago |
lparser.h
|
'lparser.h' should not include 'ltable.h'
|
19 years ago |
lstate.c
|
first implementation of ephemerons
|
17 years ago |
lstate.h
|
first implementation of ephemerons
|
17 years ago |
lstring.c
|
detail
|
17 years ago |
lstring.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lstrlib.c
|
detail
|
17 years ago |
ltable.c
|
another way to normalize -0 that avoids problems with very small
|
18 years ago |
ltable.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
ltablib.c
|
BUG: table.remove removes last element of a table when given
|
17 years ago |
ltests.c
|
use prefix in extern names, even those in test files
|
17 years ago |
ltests.h
|
use prefix in extern names, even those in test files
|
17 years ago |
ltm.c
|
tables and strings respect __len metamethod
|
17 years ago |
ltm.h
|
tables and strings respect __len metamethod
|
17 years ago |
lua.c
|
stand-alone error-message details
|
17 years ago |
lua.h
|
detail (LUA_COPYRIGHT includes release number)
|
18 years ago |
luaconf.h
|
better definition for LUAI_MAXCSTACK
|
17 years ago |
lualib.h
|
avoid trailing white spaces
|
18 years ago |
lundump.c
|
avoid trailing white spaces
|
18 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
tables and strings respect __len metamethod
|
17 years ago |
lvm.h
|
better documentation for auxiliary functions (that should be called only
|
18 years ago |
lzio.c
|
small improvement
|
20 years ago |
lzio.h
|
several small details
|
20 years ago |
makefile
|
option to use Sun compiler (on lhf account)
|
17 years ago |