bugs
|
GC may get stuck during a parser and avoids proper resizing of the
|
2009-11-23 12:59:30 -02:00 |
lapi.c
|
option to return GC to normal (incremental, non generational) mode
|
2010-04-02 12:19:19 -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
|
comments
|
2010-03-29 14:44:31 -03:00 |
lauxlib.h
|
avoid using function environments in C libraries (as it probably will
|
2010-03-17 18:37:37 -03:00 |
lbaselib.c
|
option to return GC to normal (incremental, non generational) mode
|
2010-04-02 12:19:19 -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
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
ldebug.c
|
'_ENV' name permanently stored in global state for easier access
|
2010-03-13 12:55:42 -03:00 |
ldebug.h
|
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
|
2009-06-10 13:57:53 -03:00 |
ldo.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03: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
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
lfunc.h
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
lgc.c
|
added proper code to trace garbage collection
|
2010-04-02 11:37:41 -03:00 |
lgc.h
|
'mainthread' is not inserted in the 'allgc' list anymore, but swept
|
2010-03-25 10:06:36 -03:00 |
linit.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
liolib.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
llex.c
|
avoid 'continue' unless necessary
|
2010-02-27 18:16:24 -03:00 |
llex.h
|
'_ENV' name permanently stored in global state for easier access
|
2010-03-13 12:55:42 -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
|
added proper code to trace garbage collection
|
2010-04-02 11:37:41 -03:00 |
lmem.h
|
allocator function receives the tag of object being allocated in 'osize'
|
2009-12-17 13:46:44 -02:00 |
loadlib.c
|
for compatibility only: 'module' changes the first upvalue of
|
2010-03-19 12:02:34 -03:00 |
lobject.c
|
small changes in 'luaO_pushvfstring'
|
2010-04-02 12:30:27 -03:00 |
lobject.h
|
no more fenvs!
|
2010-03-26 17:58:11 -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
|
'_ENV' name permanently stored in global state for easier access
|
2010-03-13 12:55:42 -03:00 |
lparser.h
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lstate.c
|
global table now is only kept in the registry
|
2010-03-29 14:43:14 -03:00 |
lstate.h
|
global table now is only kept in the registry
|
2010-03-29 14:43:14 -03: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
|
global table now is only kept in the registry
|
2010-03-29 14:43:14 -03: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
|
option to return GC to normal (incremental, non generational) mode
|
2010-04-02 12:19:19 -03:00 |
luaconf.h
|
no more fenvs!
|
2010-03-26 17:58:11 -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
|
avoid using 'luaS_new' when can use 'luaS_newlstr'
|
2010-04-02 12:39:07 -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 |