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
small optimization in luaL_addlstring (avoid adding chars one by one)
2010-03-12 15:59:32 -03:00
lauxlib.h
new function 'luaL_cpcall'
2010-01-21 14:49:21 -02:00
lbaselib.c
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
2010-03-13 00:57:46 -03:00
lbitlib.c
use of 'conventional' names for shift and rotate operations +
2010-02-11 13:55:29 -02:00
lcode.c
first version of _ENV; no more global variables
2010-03-12 16:14:06 -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
first version of _ENV; no more global variables
2010-03-12 16:14:06 -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 version of _ENV; no more global variables
2010-03-12 16:14:06 -03:00
lfunc.c
first version of _ENV; no more global variables
2010-03-12 16:14:06 -03: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
first version of _ENV; no more global variables
2010-03-12 16:14:06 -03:00
lopcodes.c
first version of _ENV; no more global variables
2010-03-12 16:14:06 -03:00
lopcodes.h
first version of _ENV; no more global variables
2010-03-12 16:14:06 -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 version of _ENV; no more global variables
2010-03-12 16:14:06 -03:00
lparser.h
first version of _ENV; no more global variables
2010-03-12 16:14:06 -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
must include 'string.h' because a macro uses 'strlen'
2010-03-13 12:55:01 -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
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
2010-03-13 00:57:46 -03: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 definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
2010-03-13 00:57:46 -03:00
lua.h
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
2010-03-13 00:57:46 -03: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 version of _ENV; no more global variables
2010-03-12 16:14:06 -03:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
first version of _ENV; no more global variables
2010-03-12 16:14:06 -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