Go to file
2011-06-09 15:21:25 -03:00
bugs bug: problem with optimizations of short-circuit logic 2011-01-31 12:52:32 -02:00
lapi.c stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -03:00
lapi.h extra api checks for number of returns of C functions and for lua_yield 2009-11-27 13:37:59 -02:00
lauxlib.c more complete (and hopefuly more correct) handling of 'sizeof(char)' 2011-05-03 13:01:57 -03:00
lauxlib.h 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
lbaselib.c new macro 'luai_writeline' to print newlines (and flush 'stdout') 2011-05-26 13:09:40 -03:00
lbitlib.c allows number of bits used by the library to be changed from outside 2010-12-17 11:26:38 -02: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 new module policy: C modules do not create globals and do not register 2010-07-02 08:38:13 -03:00
lctype.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 2009-11-19 17:06:52 -02:00
lctype.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 2009-11-19 17:06:52 -02: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 stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -03:00
ldo.h removed export of function only for coco 2009-12-17 10:28:57 -02:00
ldump.c changes by lhf (better control of chars x bytes) 2011-05-17 09:42:43 -03:00
lfunc.c typo in comments 2010-06-30 11:11:17 -03:00
lfunc.h 'luaF_newLclosure' gets prototype of new closure as argument 2010-06-04 10:06:15 -03:00
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 returns for file-related functions and process-related functions 2011-03-03 13:34:46 -03:00
llex.c removed TOKEN_LEN (useless) 2011-05-03 12:51:16 -03:00
llex.h removed TOKEN_LEN (useless) 2011-05-03 12:51:16 -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 avoid "unreacheable code" warnings 2010-11-18 16:38:27 -02:00
lmem.c change in the relationship between totalbytes and GCdebt - luaM_realloc_ 2010-12-20 17:40:07 -02:00
lmem.h keep memory-error message in the global state, so that its use 2010-04-08 14:16:46 -03:00
loadlib.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
lobject.c no need for two different implementations for equality (one raw and 2011-05-31 15:24:36 -03:00
lobject.h macro 'NNMARK' (mark for non-number values using the NaN trick) 2011-06-09 15:21:25 -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 returns for file-related functions and process-related functions 2011-03-03 13:34:46 -03:00
lparser.c comment 2011-05-02 14:33:01 -03:00
lparser.h no need of lookahead in Zio 2011-02-23 10:13:10 -03:00
lstate.c change in the relationship between totalbytes and GCdebt - luaM_realloc_ 2010-12-20 17:40:07 -02:00
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 new macro 'eqstr' 2010-04-05 13:26:37 -03:00
lstrlib.c more complete (and hopefuly more correct) handling of 'sizeof(char)' 2011-05-03 13:01:57 -03:00
ltable.c stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -03:00
ltable.h macro 'key2tal' replaced by 'gkey' (as both were equal) 2010-06-25 09:18:10 -03:00
ltablib.c table library respects '#' metamethods 2010-12-17 10:15:34 -02:00
ltests.c stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -03:00
ltests.h 'module'/'luaL_register' and associates are deprecated 2010-07-28 12:51:59 -03:00
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 new macro 'luai_writeline' to print newlines (and flush 'stdout') 2011-05-26 13:09:40 -03:00
lua.h copyright updated to 2011 2011-04-18 11:15:48 -03:00
luaconf.h new macro 'luai_writeline' to print newlines (and flush 'stdout') 2011-05-26 13:09:40 -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 stricter control (using tag variants) over closure kinds (Lua x C) 2011-06-02 16:31:40 -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