Go to file
Roberto Ierusalimschy 6eadedbfa1 resort to standard C ctype for non-ASCII systems + 'ltoupper' replaced
by 'ltolower'
2011-06-24 09:25:33 -03:00
bugs bug: problem with optimizations of short-circuit logic 2011-01-31 12:52:32 -02:00
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 avoid conversion from 'const char*' to 'void *' (warning about 'const') 2011-06-16 11:12:24 -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 new instruction OP_LOADKX (to replace OP_LOADK with extra argument) 2011-04-07 15:14:12 -03:00
lcorolib.c
lctype.c resort to standard C ctype for non-ASCII systems 2011-06-24 09:25:33 -03:00
lctype.h resort to standard C ctype for non-ASCII systems + 'ltoupper' replaced 2011-06-24 09:25:33 -03:00
ldblib.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
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 added cast to void to calls to 'setlocale' (to easy redefining it as 2011-06-20 13:36:03 -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 detail (cleaning trailing spaces) 2011-01-26 14:30:02 -02:00
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
liolib.c change in the representation of file handles 2011-06-21 10:43:48 -03:00
llex.c label syntax changed to ':🏷️:' 2011-06-23 11:54:48 -03:00
llex.h label syntax changed to ':🏷️:' 2011-06-20 13:52:48 -03:00
llimits.h new macro 'lua_longassert' that is equivalent to an assertion without 2011-05-05 16:43:14 -03:00
lmathlib.c
lmem.c
lmem.h
loadlib.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
lobject.c using 'tolower' instead of 'toupper' (slightly simpler to implement) 2011-06-24 09:25:02 -03:00
lobject.h configuration for NaN trick big-endian + macro 'luai_checknum' to 2011-06-13 11:13:06 -03:00
lopcodes.c change in opcode OP_LOADNIL: B is used as a counter instead of a 2011-04-19 13:22:13 -03:00
lopcodes.h change in opcode OP_LOADNIL: B is used as a counter instead of a 2011-04-19 13:22:13 -03:00
loslib.c comment 2011-06-20 13:50:59 -03:00
lparser.c label syntax changed to ':🏷️:' 2011-06-20 13:52:48 -03:00
lparser.h no need of lookahead in Zio 2011-02-23 10:13:10 -03:00
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 more complete (and hopefuly more correct) handling of 'sizeof(char)' 2011-05-03 13:01:57 -03:00
lstring.h
lstrlib.c avoid warning about -unsigned value 2011-06-16 11:14:31 -03:00
ltable.c avoid warning about -unsigned value 2011-06-16 11:14:31 -03:00
ltable.h
ltablib.c
ltests.c stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -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 small problems with 'luaone.c' 2011-02-28 14:32:10 -03:00
lua.c correct length for LUA_COPYRIGHT (without trailing '\0') 2011-06-16 11:30:58 -03:00
lua.h copyright updated to 2011 2011-04-18 11:15:48 -03:00
luaconf.h configuration for NaN trick big-endian + macro 'luai_checknum' to 2011-06-13 11:13:06 -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 no need of lookahead in Zio 2011-02-23 10:13:10 -03:00
lzio.h no need of lookahead in Zio 2011-02-23 10:13:10 -03:00
makefile details 2011-05-06 13:00:23 -03:00