bugs
|
BUG: parser may collect a prototype while building it.
|
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
|
macro 'luaL_getmetatable' seems more appropriate when getting
|
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
|
new functions lua_rawsetp/lua_rawgetp
|
13 years ago |
ldebug.c
|
more uses of 'l_noret'
|
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
|
details
|
13 years ago |
lfunc.c
|
typo in comments
|
15 years ago |
lfunc.h
|
'luaF_newLclosure' gets prototype of new closure as argument
|
15 years ago |
lgc.c
|
error message: "tag method" -> "metamethod"
|
13 years ago |
lgc.h
|
'luaC_separateudata' renamed to 'separatetobefnz' and called only
|
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
|
more uses of 'l_noret'
|
13 years ago |
llex.h
|
more uses of 'l_noret'
|
13 years ago |
llimits.h
|
small change to avoid warnings of non-specified order of access
|
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
|
avoid 'return' "to avoid warnings"
|
13 years ago |
loadlib.c
|
comments
|
13 years ago |
lobject.c
|
function prototype did not match one in .h
|
13 years ago |
lobject.h
|
extra comments about what fields are optional debug information
|
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
|
old error messages may be misleading
|
13 years ago |
lparser.h
|
reducing even more use of C stack by the parser: struct 'FuncState'
|
13 years ago |
lstate.c
|
'luaC_separateudata' called from 'luaC_freeallobjects' + removed
|
13 years ago |
lstate.h
|
lint (unused definition)
|
13 years ago |
lstring.c
|
more complete (and hopefuly more correct) handling of 'sizeof(char)'
|
14 years ago |
lstring.h
|
new macro 'eqstr'
|
15 years ago |
lstrlib.c
|
allow non-integer arguments to integer formats (%d, %x, etc.),
|
13 years ago |
ltable.c
|
avoid 'return' "to avoid warnings"
|
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
|
extra argument to instruction 'checkstack' (in 'testC')
|
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
|
new option '-E' to avoid environment variables
|
13 years ago |
lua.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
luaconf.h
|
'lUA' -> 'LUA'
|
13 years ago |
lualib.h
|
avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and
|
14 years ago |
lundump.c
|
details
|
13 years ago |
lundump.h
|
changes by lhf (better control of chars x bytes)
|
14 years ago |
lvm.c
|
comment
|
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 |