bugs
|
bug: problem with optimizations of short-circuit logic
|
14 years ago |
lapi.c
|
configuration for NaN trick big-endian + macro 'luai_checknum' to
|
14 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
'os.execute' (and similars) should return 'exit' and code in case
|
14 years ago |
lauxlib.h
|
declarations should be present only when implementations are
|
14 years ago |
lbaselib.c
|
removed and deprecated functions really removed from the code base
|
14 years ago |
lbitlib.c
|
typo in message
|
14 years ago |
lcode.c
|
more uniform names for 'equalobj'-related functions
|
14 years ago |
lcode.h
|
new instruction OP_LOADKX (to replace OP_LOADK with extra argument)
|
14 years ago |
lcorolib.c
|
new module policy: C modules do not create globals and do not register
|
15 years ago |
lctype.c
|
resort to standard C ctype for non-ASCII systems
|
14 years ago |
lctype.h
|
avoid "magic constant" 32 (the difference from 'A' to 'a')
|
14 years ago |
ldblib.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
ldebug.c
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 years ago |
ldebug.h
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 years ago |
ldo.c
|
back to internal table for 'ctype', no more locale manipulation
|
14 years ago |
ldo.h
|
removed export of function only for coco
|
15 years ago |
ldump.c
|
changes by lhf (better control of chars x bytes)
|
14 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
|
macro 'checkconsistency' moved to this file, as it is used only
|
14 years ago |
lgc.h
|
detail (cleaning trailing spaces)
|
14 years ago |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
liolib.c
|
use standard "underscore + uppercases" for reserved keys in the registry
|
14 years ago |
llex.c
|
'\*' -> '\z' + '\?' is not an official escape sequence
|
14 years ago |
llex.h
|
label syntax changed to ':🏷️:'
|
14 years ago |
llimits.h
|
simpler 'luai_apicheck' (and avoids compilation error...)
|
14 years ago |
lmathlib.c
|
removed and deprecated functions really removed from the code base
|
14 years ago |
lmem.c
|
change in the relationship between totalbytes and GCdebt - luaM_realloc_
|
14 years ago |
lmem.h
|
keep memory-error message in the global state, so that its use
|
15 years ago |
loadlib.c
|
removed and deprecated functions really removed from the code base
|
14 years ago |
lobject.c
|
using 'tolower' instead of 'toupper' (slightly simpler to implement)
|
14 years ago |
lobject.h
|
NILCONSTANT also depends no endianess (with NaN trick)
|
14 years ago |
lopcodes.c
|
change in opcode OP_LOADNIL: B is used as a counter instead of a
|
14 years ago |
lopcodes.h
|
change in opcode OP_LOADNIL: B is used as a counter instead of a
|
14 years ago |
loslib.c
|
comment
|
14 years ago |
lparser.c
|
small simplifications (and assert was wrongly written)
|
14 years ago |
lparser.h
|
no need of lookahead in Zio
|
14 years ago |
lstate.c
|
change in the relationship between totalbytes and GCdebt - luaM_realloc_
|
14 years ago |
lstate.h
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 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
|
no more errors on accesses to 'string' and strings
|
14 years ago |
ltable.c
|
avoid warning about -unsigned value
|
14 years ago |
ltable.h
|
macro 'key2tal' replaced by 'gkey' (as both were equal)
|
15 years ago |
ltablib.c
|
removed and deprecated functions really removed from the code base
|
14 years ago |
ltests.c
|
compilation warning about integer size x pointer size
|
14 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
|
correct length for LUA_COPYRIGHT (without trailing '\0')
|
14 years ago |
lua.h
|
reordering of some defines (more logical grouping)
|
14 years ago |
luaconf.h
|
'package.loaders' -> 'package.searchers'
|
14 years ago |
lualib.h
|
avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and
|
14 years ago |
lundump.c
|
changes by lhf (better control of chars x bytes)
|
14 years ago |
lundump.h
|
changes by lhf (better control of chars x bytes)
|
14 years ago |
lvm.c
|
avoid warnings with -Wstrict-overflow
|
14 years ago |
lvm.h
|
more uniform names for 'equalobj'-related functions
|
14 years ago |
lzio.c
|
no need of lookahead in Zio
|
14 years ago |
lzio.h
|
no need of lookahead in Zio
|
14 years ago |
makefile
|
comments about some compiler options that should be tested once in a while
|
14 years ago |