Find a file
2012-01-19 18:14:44 -02:00
bugs BUG: parser may collect a prototype while building it. 2011-10-21 17:34:23 -02:00
lapi.c comments 2011-11-30 10:58:57 -02: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 small bug: format '%d' for lua_Number argument 2011-12-06 14:33:55 -02:00
lauxlib.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
lbaselib.c unused variable removed 2011-11-30 11:03:24 -02:00
lbitlib.c typo in message 2011-06-20 13:35:23 -03:00
lcode.c 'luaK_goiffalse' exported 2011-08-30 13:26:41 -03:00
lcode.h 'luaK_goiffalse' exported 2011-08-30 13:26:41 -03:00
lcorolib.c 'nCcalls' should be local to each thread, as each thread may have its 2011-08-23 14:24:34 -03:00
lctype.c missing 'LUA_CORE' definition 2011-10-03 13:19:23 -03:00
lctype.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
ldblib.c BUG: coroutine hooks were not collected together with coroutine 2012-01-19 18:14:44 -02:00
ldebug.c more uses of 'l_noret' 2011-11-30 10:43:51 -02:00
ldebug.h new type 'l_noret' for function that do not return 2011-10-07 17:45:19 -03:00
ldo.c 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
ldo.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
ldump.c details 2011-11-24 11:25:41 -02: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 error message: "tag method" -> "metamethod" 2011-12-02 11:18:41 -02:00
lgc.h 'luaC_separateudata' renamed to 'separatetobefnz' and called only 2011-10-03 14:54:25 -03:00
linit.c 'luaL_findtable' -> 'luaL_getsubtable' 2011-04-08 16:17:36 -03:00
liolib.c '_fseeki64' and family not available in all Windows platforms 2011-11-25 10:50:03 -02:00
llex.c more uses of 'l_noret' 2011-11-30 10:43:51 -02:00
llex.h more uses of 'l_noret' 2011-11-30 10:43:51 -02:00
llimits.h no more explicit support for 'luaall_c': unifying file can do 2011-12-06 14:58:36 -02:00
lmathlib.c removed and deprecated functions really removed from the code base 2011-07-05 09:49:35 -03:00
lmem.c avoid 'return' "to avoid warnings" 2011-11-30 10:42:49 -02:00
lmem.h some compilers (e.g., gcc C++) do not accept NULL as a pointer in 2011-12-02 11:26:54 -02:00
loadlib.c new way to handle -E option (write a mark in the registry to avoid 2011-12-12 14:34:03 -02:00
lobject.c function prototype did not match one in .h 2011-11-30 17:30:16 -02:00
lobject.h extra comments about what fields are optional debug information 2011-10-31 15:48:22 -02: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 detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
loslib.c 'lUA' -> 'LUA' 2011-11-30 10:35:05 -02:00
lparser.c old error messages may be misleading 2011-12-02 11:23:56 -02:00
lparser.h reducing even more use of C stack by the parser: struct 'FuncState' 2011-07-27 15:09:01 -03:00
lstate.c 'luaC_separateudata' called from 'luaC_freeallobjects' + removed 2011-10-03 14:54:25 -03:00
lstate.h lint (unused definition) 2011-09-30 09:46:06 -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 allow non-integer arguments to integer formats (%d, %x, etc.), 2011-11-30 16:24:56 -02:00
ltable.c avoid 'return' "to avoid warnings" 2011-11-30 10:42:49 -02:00
ltable.h bug: __newindex metamethod may not work if metatable is its own 2011-08-17 17:26:47 -03:00
ltablib.c 'table.pack' does not return 'n' (may be confusing when 2011-11-28 15:26:30 -02:00
ltests.c extra argument to instruction 'checkstack' (in 'testC') 2011-11-09 17:08:07 -02: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 way to handle -E option (write a mark in the registry to avoid 2011-12-12 14:34:03 -02:00
lua.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
luaconf.h no more explicit support for 'luaall_c': unifying file can do 2011-12-06 14:58:36 -02:00
lualib.h removed redundant definition for FILEHANDLE 2011-12-08 10:11:37 -02:00
lundump.c avoid a few warnings (casts) 2011-12-07 16:03:47 -02:00
lundump.h changes by lhf (better control of chars x bytes) 2011-05-17 09:42:43 -03:00
lvm.c cast from 'bool' to 'int' (for C++) 2011-12-07 12:43:55 -02:00
lvm.h more uniform names for 'equalobj'-related functions 2011-05-31 15:27:56 -03:00
lzio.c macro 'char2int' replaced by 'cast_uchar' (used by other files) 2011-07-15 09:35:32 -03:00
lzio.h no more 'zungetc' (better not to read next char) 2011-07-15 09:48:03 -03:00
makefile comments about some compiler options that should be tested once in a while 2011-07-04 13:10:15 -03:00