bugs
|
bug: wrong handling of 'nCcalls' in coroutines
|
13 years ago |
lapi.c
|
compensate for 'GCSTEPSIZE' in GC steps
|
13 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
bug in luaL_getsubtable (calling lua_absindex not with original stack)
|
13 years ago |
lauxlib.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
lbaselib.c
|
small bug: a reader function should not modify the Lua stack
|
13 years ago |
lbitlib.c
|
typo in message
|
14 years ago |
lcode.c
|
'luaK_goiffalse' exported
|
13 years ago |
lcode.h
|
'luaK_goiffalse' exported
|
13 years ago |
lcorolib.c
|
wrong error message when 'coroutine.create' or 'coroutine.wrap' are
|
13 years ago |
lctype.c
|
missing 'LUA_CORE' definition
|
13 years ago |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
ldblib.c
|
BUG: coroutine hooks were not collected together with coroutine
|
13 years ago |
ldebug.c
|
object tag keeps variant bits too -> no need for 'isC' field in
|
13 years ago |
ldebug.h
|
new type 'l_noret' for function that do not return
|
13 years ago |
ldo.c
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
ldo.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
ldump.c
|
"default: lua_assert(0)" in switches helps debugging + uses
|
13 years ago |
lfunc.c
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lfunc.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lgc.c
|
small bug in error handling of finalizers (cannot call lua_tostring
|
13 years ago |
lgc.h
|
definition of 'GCSTEPSIZE' moved to header file + small changes
|
13 years ago |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
liolib.c
|
'_fseeki64' and family not available in all Windows platforms
|
13 years ago |
llex.c
|
field 'reserved' -> 'extra' (may be used for other purposes too)
|
13 years ago |
llex.h
|
more uses of 'l_noret'
|
13 years ago |
llimits.h
|
definition for 'MAX_LMEM'
|
13 years ago |
lmathlib.c
|
allow "long double" precision for PI constant if needed
|
13 years ago |
lmem.c
|
removed debug code
|
13 years ago |
lmem.h
|
some compilers (e.g., gcc C++) do not accept NULL as a pointer in
|
13 years ago |
loadlib.c
|
typos in comments
|
13 years ago |
lobject.c
|
function prototype did not match one in .h
|
13 years ago |
lobject.h
|
better(?) handling of '#define's for IEEE-related tricks + avoid using
|
13 years ago |
lopcodes.c
|
details (header comments)
|
13 years ago |
lopcodes.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
loslib.c
|
spaces -> tabs in #defines
|
13 years ago |
lparser.c
|
extend optimization of 'if a then break end' for the case
|
13 years ago |
lparser.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lstate.c
|
typos in comments
|
13 years ago |
lstate.h
|
merge of fields 'lastmajormem' (used in gen. mode) and 'estimate'
|
13 years ago |
lstring.c
|
definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important)
|
13 years ago |
lstring.h
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstrlib.c
|
spaces -> tabs in #defines
|
13 years ago |
ltable.c
|
spaces -> tabs in #defines
|
13 years ago |
ltable.h
|
bug: __newindex metamethod may not work if metatable is its own
|
13 years ago |
ltablib.c
|
'table.pack' does not return 'n' (may be confusing when
|
13 years ago |
ltests.c
|
small improvement in lua_checkmemory (only allow dead objects in
|
13 years ago |
ltests.h
|
'module'/'luaL_register' and associates are deprecated
|
14 years ago |
ltm.c
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 years ago |
ltm.h
|
small problems with 'luaone.c'
|
14 years ago |
lua.c
|
spaces -> tabs in #defines
|
13 years ago |
lua.h
|
release 5.2.1
|
13 years ago |
luaconf.h
|
definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important)
|
13 years ago |
lualib.h
|
removed redundant definition for FILEHANDLE
|
13 years ago |
lundump.c
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lundump.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lvm.c
|
macro 'checkGC' takes care of setting 'top' to limit stack live values
|
13 years ago |
lvm.h
|
more uniform names for 'equalobj'-related functions
|
14 years ago |
lzio.c
|
details (header comments)
|
13 years ago |
lzio.h
|
no more 'zungetc' (better not to read next char)
|
14 years ago |
makefile
|
comments about some compiler options that should be tested once in a while
|
14 years ago |