Go to file
Roberto Ierusalimschy 6efffb9acd only count in 'atomic' objects marked for the first time 2012-05-29 14:52:17 -03:00
bugs bug: wrong handling of 'nCcalls' in coroutines 2012-05-11 11:10:28 -03:00
lapi.c compensate for 'GCSTEPSIZE' in GC steps 2012-05-23 12:42:27 -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 details (using lua_setglobal/lua_getglobal instead of explicit 2012-04-20 14:05:17 -03:00
lauxlib.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
lbaselib.c small bug: a reader function should not modify the Lua stack 2012-04-27 11:13:19 -03: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 wrong error message when 'coroutine.create' or 'coroutine.wrap' are 2012-04-27 15:59:04 -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 object tag keeps variant bits too -> no need for 'isC' field in 2012-01-20 20:05:50 -02:00
ldebug.h new type 'l_noret' for function that do not return 2011-10-07 17:45:19 -03:00
ldo.c no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
ldo.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
ldump.c "default: lua_assert(0)" in switches helps debugging + uses 2012-01-23 21:02:10 -02:00
lfunc.c no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lfunc.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lgc.c only count in 'atomic' objects marked for the first time 2012-05-29 14:52:17 -03:00
lgc.h definition of 'GCSTEPSIZE' moved to header file + small changes 2012-05-23 12:43:14 -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 field 'reserved' -> 'extra' (may be used for other purposes too) 2012-01-23 21:05:51 -02:00
llex.h more uses of 'l_noret' 2011-11-30 10:43:51 -02:00
llimits.h definition for 'MAX_LMEM' 2012-05-28 17:32:28 -03:00
lmathlib.c allow "long double" precision for PI constant if needed 2012-05-18 14:47:53 -03:00
lmem.c removed debug code 2012-05-23 12:41:53 -03: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 detail (separate code to create 'searchers' table into a new function) 2012-04-26 16:38:52 -03:00
lobject.c function prototype did not match one in .h 2011-11-30 17:30:16 -02:00
lobject.h better(?) handling of '#define's for IEEE-related tricks + avoid using 2012-05-11 11:10:50 -03:00
lopcodes.c details (header comments) 2012-05-14 10:34:18 -03:00
lopcodes.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
loslib.c spaces -> tabs in #defines 2012-05-23 12:37:09 -03:00
lparser.c extend optimization of 'if a then break end' for the case 2012-05-20 11:51:23 -03:00
lparser.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lstate.c spaces -> tabs in #defines 2012-05-23 12:37:09 -03:00
lstate.h merge of fields 'lastmajormem' (used in gen. mode) and 'estimate' 2012-05-22 14:50:39 -03:00
lstring.c definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important) 2012-05-11 11:14:42 -03:00
lstring.h random seed used in the hash of all strings to avoid intentional 2012-02-01 19:57:15 -02:00
lstrlib.c spaces -> tabs in #defines 2012-05-23 12:37:09 -03:00
ltable.c spaces -> tabs in #defines 2012-05-23 12:37:09 -03: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 no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -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 spaces -> tabs in #defines 2012-05-23 12:37:09 -03:00
lua.h release 5.2.1 2012-04-20 10:18:26 -03:00
luaconf.h definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important) 2012-05-11 11:14:42 -03:00
lualib.h removed redundant definition for FILEHANDLE 2011-12-08 10:11:37 -02:00
lundump.c no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lundump.h no more 'Proto' objects on the stack. Protos are anchored on outer 2012-05-08 10:53:33 -03:00
lvm.c macro 'checkGC' takes care of setting 'top' to limit stack live values 2012-05-14 14:50:49 -03:00
lvm.h more uniform names for 'equalobj'-related functions 2011-05-31 15:27:56 -03:00
lzio.c details (header comments) 2012-05-14 10:34:18 -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