bugs
|
…
|
|
lapi.c
|
'lua_pushstring' now uses 'luaS_new'
|
2010-04-05 11:21:38 -03:00 |
lapi.h
|
…
|
|
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
|
…
|
|
lcode.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lcode.h
|
…
|
|
lctype.c
|
…
|
|
lctype.h
|
…
|
|
ldblib.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
ldebug.c
|
macro 'eqstr' was being used to compare non-string entities
|
2010-04-08 14:06:33 -03:00 |
ldebug.h
|
…
|
|
ldo.c
|
no more fenvs!
|
2010-03-26 17:58:11 -03:00 |
ldo.h
|
…
|
|
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
|
cannot sweep main thread in sweepstring phase
|
2010-04-05 11:15:35 -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
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
llex.h
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
llimits.h
|
…
|
|
lmathlib.c
|
…
|
|
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
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -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
|
…
|
|
lparser.c
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
lparser.h
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lstate.c
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
lstate.h
|
no need to keep "_ENV" name in global state (can be kept in lex state)
|
2010-04-05 13:35:37 -03:00 |
lstring.c
|
'luaS_new' changed from macro to function
|
2010-04-03 17:24:18 -03:00 |
lstring.h
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -03:00 |
lstrlib.c
|
…
|
|
ltable.c
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -03:00 |
ltable.h
|
…
|
|
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
|
…
|
|
ltm.c
|
…
|
|
ltm.h
|
…
|
|
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
|
…
|
|
lundump.c
|
first version of _ENV; no more global variables
|
2010-03-12 16:14:06 -03:00 |
lundump.h
|
…
|
|
lvm.c
|
new macro 'eqstr'
|
2010-04-05 13:26:37 -03:00 |
lvm.h
|
…
|
|
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
…
|
|