Go to file
Roberto Ierusalimschy af512ad6da use of 'conventional' names for shift and rotate operations +
right/left versions for them
2010-02-11 13:55:29 -02:00
bugs GC may get stuck during a parser and avoids proper resizing of the 2009-11-23 12:59:30 -02:00
lapi.c field 'oldtop' renamed to 'extra', as it can be used for other 2010-02-09 09:55:37 -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 removed support for '#fist-line comment' on binary files (as binary 2010-02-11 13:52:50 -02:00
lauxlib.h new function 'luaL_cpcall' 2010-01-21 14:49:21 -02:00
lbaselib.c 'unpack' moved to table library (and therefore "renamed" to 2009-12-28 14:30:31 -02:00
lbitlib.c use of 'conventional' names for shift and rotate operations + 2010-02-11 13:55:29 -02:00
lcode.c added casts from int to enumerations to follow C++ rules 2010-01-11 15:38:30 -02:00
lcode.h limit of constants per function changed to 2^26 using extra arguments 2009-09-23 17:33:05 -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 new debug info 'isvararg' and 'nparams' 2010-01-06 12:42:35 -02:00
ldebug.c "no value" added to array luaT_typenames + occurrences of "userdata" 2010-01-13 14:18:25 -02:00
ldebug.h 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 2009-06-10 13:57:53 -03:00
ldo.c when yielding, original 'func' value must be kept and restored so 2010-02-09 09:56:29 -02:00
ldo.h removed export of function only for coco 2009-12-17 10:28:57 -02:00
ldump.c first implementation of lexical environments 2009-09-30 12:38:37 -03:00
lfunc.c allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
lfunc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lgc.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 2009-12-22 13:32:50 -02:00
lgc.h allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
linit.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 2009-12-22 13:32:50 -02:00
liolib.c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 2009-12-17 14:20:01 -02:00
llex.c parser/scanner keep GC running 2009-11-17 14:33:38 -02:00
llex.h parser keeps list of active local variables in a single dynamic array, 2009-10-11 17:02:19 -03:00
llimits.h more options moved from luaconf.h into internal files 2009-12-17 10:50:20 -02:00
lmathlib.c new mark LUAMOD_API for all luaopen_* functions 2009-11-24 10:05:44 -02:00
lmem.c allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
lmem.h allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
loadlib.c HINSTANCE -> HMODULE (they are the same thing, but the MS documentation 2010-01-13 14:30:27 -02:00
lobject.c typo (thanks to Gavin) 2010-02-05 17:09:09 -02:00
lobject.h 'setobj' must assing fields one by one, to allow trick of using 2010-01-08 18:00:20 -02:00
lopcodes.c new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 2009-11-19 17:06:52 -02:00
lopcodes.h new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 2009-11-19 17:06:52 -02:00
loslib.c yet more options moved from luaconf.h into internal files 2009-12-17 11:08:51 -02:00
lparser.c again changing macro to function to save a few bytes 2010-01-06 09:48:02 -02:00
lparser.h parser keeps list of active local variables in a single dynamic array, 2009-10-11 17:02:19 -03:00
lstate.c no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 2009-12-22 13:32:50 -02:00
lstate.h field 'oldtop' renamed to 'extra', as it can be used for other 2010-02-09 09:55:37 -02:00
lstring.c allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
lstring.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstrlib.c reorganization of switch in function 'match' (details) 2010-01-04 14:37:19 -02:00
ltable.c allocator function receives the tag of object being allocated in 'osize' 2009-12-17 13:46:44 -02:00
ltable.h macro 'gkey' returns a "real" TValue* 2009-11-06 15:07:48 -02:00
ltablib.c table.pack was locking last result, avoiding its collection 2010-01-13 17:59:10 -02:00
ltests.c "no value" added to array luaT_typenames + occurrences of "userdata" 2010-01-13 14:18:25 -02:00
ltests.h missing 'external' in variable declaration 2010-01-11 15:33:09 -02:00
ltm.c "no value" added to array luaT_typenames + occurrences of "userdata" 2010-01-13 14:18:25 -02:00
ltm.h "no value" added to array luaT_typenames + occurrences of "userdata" 2010-01-13 14:18:25 -02:00
lua.c better usage messages, showing entire offending argument 2010-02-09 09:58:57 -02:00
lua.h corrected copyright notice to 2010 2010-01-11 15:15:11 -02:00
luaconf.h new function 'luaL_cpcall' 2010-01-21 14:49:21 -02:00
lualib.h new mark LUAMOD_API for all luaopen_* functions 2009-11-24 10:05:44 -02:00
lundump.c first implementation of lexical environments 2009-09-30 12:38:37 -03:00
lundump.h new versions by lhf 2005-11-16 09:55:07 -02:00
lvm.c __unm metamethod gets nil as its 2nd parameter 2010-01-15 14:23:58 -02:00
lvm.h 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' 2009-12-17 14:20:01 -02:00
lzio.c small improvement 2005-06-03 17:16:16 -03:00
lzio.h new macro 'zungetc' 2009-05-18 14:26:25 -03:00
makefile warnings that are not compatible with C++ separated from other warning 2010-01-13 14:19:54 -02:00