bugs
|
Finalizers may call functions from a dynamic library after
|
13 years ago |
lapi.c
|
comments
|
13 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
details (using lua_setglobal/lua_getglobal instead of explicit
|
13 years ago |
lauxlib.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
lbaselib.c
|
unused variable removed
|
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
|
'nCcalls' should be local to each thread, as each thread may have its
|
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
|
'lua_load' has an extra argument 'mode'
|
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
|
object tag keeps variant bits too -> no need for 'isC' field in
|
13 years ago |
lfunc.h
|
object tag keeps variant bits too -> no need for 'isC' field in
|
13 years ago |
lgc.c
|
first implementation of long strings
|
13 years ago |
lgc.h
|
documentation comment (small correction about strings being
|
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 'LUA_MAXSHORTLEN' moved to 'lstring.c' (used only there)
|
13 years ago |
lmathlib.c
|
removed and deprecated functions really removed from the code base
|
14 years ago |
lmem.c
|
avoid 'return' "to avoid warnings"
|
13 years ago |
lmem.h
|
some compilers (e.g., gcc C++) do not accept NULL as a pointer in
|
13 years ago |
loadlib.c
|
bug: C libraries must be unloaded after all other finalizers have run,
|
13 years ago |
lobject.c
|
function prototype did not match one in .h
|
13 years ago |
lobject.h
|
first implementation of long strings
|
13 years ago |
lopcodes.c
|
change in opcode OP_LOADNIL: B is used as a counter instead of a
|
14 years ago |
lopcodes.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
loslib.c
|
'lUA' -> 'LUA'
|
13 years ago |
lparser.c
|
'eqstr' -> 'luaS_eqstr'
|
13 years ago |
lparser.h
|
reducing even more use of C stack by the parser: struct 'FuncState'
|
13 years ago |
lstate.c
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstate.h
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstring.c
|
string hash may not use all bytes (but this is configurable now) +
|
13 years ago |
lstring.h
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstrlib.c
|
different scheme to check arguments to '%d', '%x', etc. Old scheme
|
13 years ago |
ltable.c
|
random seed used in the hash of all strings to avoid intentional
|
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
|
first implementation of long strings
|
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
|
details (using lua_setglobal/lua_getglobal instead of explicit
|
13 years ago |
lua.h
|
release 5.2.1
|
13 years ago |
luaconf.h
|
no more explicit support for 'luaall_c': unifying file can do
|
13 years ago |
lualib.h
|
removed redundant definition for FILEHANDLE
|
13 years ago |
lundump.c
|
error function can be 'l_noret'
|
13 years ago |
lundump.h
|
changes by lhf (better control of chars x bytes)
|
14 years ago |
lvm.c
|
first implementation of long strings
|
13 years ago |
lvm.h
|
more uniform names for 'equalobj'-related functions
|
14 years ago |
lzio.c
|
macro 'char2int' replaced by 'cast_uchar' (used by other files)
|
14 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 |