bugs
|
patch for "blow stack" bug
|
17 years ago |
lapi.c
|
bug: GC step could loop forever under very particular circumstances
|
17 years ago |
lapi.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
lauxlib.c
|
identation error (pointed by lint)
|
17 years ago |
lauxlib.h
|
luaL_tostring -> luaL_tolstring (more generic)
|
17 years ago |
lbaselib.c
|
useless #include removed (pointed by lint)
|
17 years ago |
lcode.c
|
avoid constant folding for -0 (to avoid it colapsing to 0)
|
17 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
|
useless #define removed (pointed by lint)
|
17 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
|
comment about exported function not used by Lua
|
17 years ago |
ldump.c
|
useless test removed (pointed by lint)
|
17 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
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
17 years ago |
lgc.h
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
17 years ago |
linit.c
|
detail ('name' of baselib is "_G")
|
17 years ago |
liolib.c
|
micro-optimization: avoid one API call in 'read_chars'
|
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
|
'ceillog2' now is exported (other modules may need it)
|
17 years ago |
lobject.h
|
'ceillog2' now is exported (other modules may need it)
|
17 years ago |
lopcodes.c
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
17 years ago |
lopcodes.h
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
17 years ago |
loslib.c
|
by default, 'os.exit' closes current state
|
17 years ago |
lparser.c
|
added structure for local-variable information to allow extra
|
17 years ago |
lparser.h
|
added structure for local-variable information to allow extra
|
17 years ago |
lstate.c
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
17 years ago |
lstate.h
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
17 years ago |
lstring.c
|
userdata with finalizers are kept in a separated list
|
17 years ago |
lstring.h
|
added LUAI_FUNC to functions not in the API
|
20 years ago |
lstrlib.c
|
'posrelat' avoids problems with -(-2^31)
|
17 years ago |
ltable.c
|
'ceillog2' now is exported (other modules may need it)
|
17 years ago |
ltable.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
19 years ago |
ltablib.c
|
'table.sort' detects invalid order function before calling it
|
17 years ago |
ltests.c
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
17 years ago |
ltests.h
|
"test trick" seems more useful with pointers instead of integers
|
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
|
message from -v option goes to stdout, as it is not an error message
|
17 years ago |
lua.h
|
updated years in some comments/strings
|
17 years ago |
luaconf.h
|
added a comment about warnings for __attribute__(visibility) in some
|
17 years ago |
lualib.h
|
avoid trailing white spaces
|
18 years ago |
lundump.c
|
two bugs: invalid boolean values in constant table + too deep recursion
|
17 years ago |
lundump.h
|
new versions by lhf
|
19 years ago |
lvm.c
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
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
|
turn off optimizations when testing
|
17 years ago |