Go to file
2010-03-08 13:55:52 -03: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 first step towards _ENV: all chunks have an puvalues _ENV with the 2010-03-08 13:55:52 -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 detail: in loadfile read function, no need to return NULL on EOF; 2010-02-18 17:37:57 -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 new instructions to optimize indexing on upvalues 2010-02-26 17:40:29 -03:00
lcode.h new instructions to optimize indexing on upvalues 2010-02-26 17:40:29 -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 macro 'luai_writestringerror' 2010-02-18 17:18:41 -02:00
ldebug.c when finding a 'name' for a function, handle the case when the function 2010-03-05 11:01:29 -03: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 new option '*L' for io.read + options for io.lines 2010-03-03 15:48:57 -03:00
llex.c avoid 'continue' unless necessary 2010-02-27 18:16:24 -03:00
llex.h first step towards _ENV: all chunks have an puvalues _ENV with the 2010-03-08 13:55:52 -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 instructions to optimize indexing on upvalues 2010-02-26 17:40:29 -03:00
lopcodes.h new instructions to optimize indexing on upvalues 2010-02-26 17:40:29 -03:00
loslib.c yet more options moved from luaconf.h into internal files 2009-12-17 11:08:51 -02:00
lparser.c first step towards _ENV: all chunks have an puvalues _ENV with the 2010-03-08 13:55:52 -03:00
lparser.h new instructions to optimize indexing on upvalues 2010-02-26 17:40:29 -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 removed useless test (argv[i] cannot be NULL when i<argc) 2010-02-27 18:15:36 -03:00
lua.h corrected copyright notice to 2010 2010-01-11 15:15:11 -02:00
luaconf.h just in case, better to flush error messages 2010-03-03 15:53:02 -03: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 avoid 'continue' unless necessary 2010-02-27 18:16:24 -03: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