bugs
|
…
|
|
lapi.c
|
draft version of a generational mode for garbage collection. (Not well
|
2010-03-22 15:28:03 -03:00 |
lapi.h
|
…
|
|
lauxlib.c
|
'lua_assert' not visible from libraries
|
2010-03-22 14:28: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
|
draft version of a generational mode for garbage collection. (Not well
|
2010-03-22 15:28:03 -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
|
…
|
|
lctype.h
|
…
|
|
ldblib.c
|
new macro 'luai_writestringerror'
|
2010-02-18 17:18:41 -02:00 |
ldebug.c
|
'_ENV' name permanently stored in global state for easier access
|
2010-03-13 12:55:42 -03:00 |
ldebug.h
|
…
|
|
ldo.c
|
when yielding, original 'func' value must be kept and restored so
|
2010-02-09 09:56:29 -02:00 |
ldo.h
|
…
|
|
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
|
…
|
|
lgc.c
|
userdata with finalizers are kept in a separated list ('udgc'), instead
|
2010-03-24 10:07:01 -03:00 |
lgc.h
|
userdata with finalizers are kept in a separated list ('udgc'), instead
|
2010-03-24 10:07:01 -03:00 |
linit.c
|
…
|
|
liolib.c
|
avoid using function environments in C libraries (as it probably will
|
2010-03-17 18:37:37 -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
|
…
|
|
lmathlib.c
|
…
|
|
lmem.c
|
…
|
|
lmem.h
|
…
|
|
loadlib.c
|
for compatibility only: 'module' changes the first upvalue of
|
2010-03-19 12:02:34 -03: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
|
…
|
|
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
|
userdata with finalizers are kept in a separated list ('udgc'), instead
|
2010-03-24 10:07:01 -03:00 |
lstate.h
|
userdata with finalizers are kept in a separated list ('udgc'), instead
|
2010-03-24 10:07:01 -03:00 |
lstring.c
|
…
|
|
lstring.h
|
must include 'string.h' because a macro uses 'strlen'
|
2010-03-13 12:55:01 -03:00 |
lstrlib.c
|
…
|
|
ltable.c
|
…
|
|
ltable.h
|
…
|
|
ltablib.c
|
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
|
2010-03-13 00:57:46 -03:00 |
ltests.c
|
userdata with finalizers are kept in a separated list ('udgc'), instead
|
2010-03-24 10:07:01 -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
|
draft version of a generational mode for garbage collection. (Not well
|
2010-03-22 15:28:03 -03:00 |
luaconf.h
|
just in case, better to flush error messages
|
2010-03-03 15:53:02 -03:00 |
lualib.h
|
…
|
|
lundump.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lundump.h
|
…
|
|
lvm.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lvm.h
|
…
|
|
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
warnings that are not compatible with C++ separated from other warning
|
2010-01-13 14:19:54 -02:00 |