bugs
|
…
|
|
lapi.c
|
configuration for NaN trick big-endian + macro 'luai_checknum' to
|
2011-06-13 11:13:06 -03:00 |
lapi.h
|
…
|
|
lauxlib.c
|
'os.execute' (and similars) should return 'exit' and code in case
|
2011-06-16 11:11:04 -03:00 |
lauxlib.h
|
declarations should be present only when implementations are
|
2011-06-16 11:10:12 -03:00 |
lbaselib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
lbitlib.c
|
typo in message
|
2011-06-20 13:35:23 -03:00 |
lcode.c
|
more uniform names for 'equalobj'-related functions
|
2011-05-31 15:27:56 -03:00 |
lcode.h
|
…
|
|
lcorolib.c
|
…
|
|
lctype.c
|
resort to standard C ctype for non-ASCII systems
|
2011-06-24 09:25:33 -03:00 |
lctype.h
|
avoid "magic constant" 32 (the difference from 'A' to 'a')
|
2011-06-27 15:22:46 -03:00 |
ldblib.c
|
…
|
|
ldebug.c
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
2011-06-02 16:31:40 -03:00 |
ldebug.h
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
2011-06-02 16:31:40 -03:00 |
ldo.c
|
back to internal table for 'ctype', no more locale manipulation
|
2011-06-28 12:42:04 -03:00 |
ldo.h
|
…
|
|
ldump.c
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lfunc.c
|
…
|
|
lfunc.h
|
…
|
|
lgc.c
|
macro 'checkconsistency' moved to this file, as it is used only
|
2011-05-05 16:42:25 -03:00 |
lgc.h
|
…
|
|
linit.c
|
…
|
|
liolib.c
|
use standard "underscore + uppercases" for reserved keys in the registry
|
2011-06-27 16:42:31 -03:00 |
llex.c
|
error on invalid escape sequences
|
2011-07-08 16:17:30 -03:00 |
llex.h
|
label syntax changed to ':🏷️:'
|
2011-06-20 13:52:48 -03:00 |
llimits.h
|
simpler 'luai_apicheck' (and avoids compilation error...)
|
2011-07-02 12:57:25 -03:00 |
lmathlib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
lmem.c
|
…
|
|
lmem.h
|
…
|
|
loadlib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
lobject.c
|
using 'tolower' instead of 'toupper' (slightly simpler to implement)
|
2011-06-24 09:25:02 -03:00 |
lobject.h
|
NILCONSTANT also depends no endianess (with NaN trick)
|
2011-07-04 17:29:02 -03:00 |
lopcodes.c
|
…
|
|
lopcodes.h
|
…
|
|
loslib.c
|
comment
|
2011-06-20 13:50:59 -03:00 |
lparser.c
|
small simplifications (and assert was wrongly written)
|
2011-07-02 12:58:14 -03:00 |
lparser.h
|
…
|
|
lstate.c
|
…
|
|
lstate.h
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
2011-06-02 16:31:40 -03:00 |
lstring.c
|
…
|
|
lstring.h
|
…
|
|
lstrlib.c
|
no more errors on accesses to 'string' and strings
|
2011-06-28 14:13:52 -03:00 |
ltable.c
|
avoid warning about -unsigned value
|
2011-06-16 11:14:31 -03:00 |
ltable.h
|
…
|
|
ltablib.c
|
removed and deprecated functions really removed from the code base
|
2011-07-05 09:49:35 -03:00 |
ltests.c
|
compilation warning about integer size x pointer size
|
2011-07-02 12:59:17 -03:00 |
ltests.h
|
…
|
|
ltm.c
|
stricter control (using tag variants) over closure kinds (Lua x C)
|
2011-06-02 16:31:40 -03:00 |
ltm.h
|
…
|
|
lua.c
|
correct length for LUA_COPYRIGHT (without trailing '\0')
|
2011-06-16 11:30:58 -03:00 |
lua.h
|
reordering of some defines (more logical grouping)
|
2011-07-02 13:00:15 -03:00 |
luaconf.h
|
'package.loaders' -> 'package.searchers'
|
2011-06-28 14:14:12 -03:00 |
lualib.h
|
avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and
|
2011-05-25 11:12:28 -03:00 |
lundump.c
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lundump.h
|
changes by lhf (better control of chars x bytes)
|
2011-05-17 09:42:43 -03:00 |
lvm.c
|
avoid warnings with -Wstrict-overflow
|
2011-06-09 15:24:22 -03:00 |
lvm.h
|
more uniform names for 'equalobj'-related functions
|
2011-05-31 15:27:56 -03:00 |
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
comments about some compiler options that should be tested once in a while
|
2011-07-04 13:10:15 -03:00 |