Go to file
Roberto Ierusalimschy c3525610fe bug: when closing the state, 'luaC_separateudata' might mark
userdata in the wrong phase of collection, therefore avoiding
their traversal
2008-06-23 19:07:44 -03:00
bugs patch for "blow stack" bug 2008-05-08 13:55:08 -03:00
lapi.c userdata with finalizers are kept in a separated list 2008-02-19 15:55:09 -03:00
lapi.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
lauxlib.c when error is 'bad self' original message probably makes no sense, so 2008-06-13 15:45:35 -03:00
lauxlib.h luaL_tostring -> luaL_tolstring (more generic) 2008-01-03 15:07:59 -02:00
lbaselib.c 'coroutine.running' should work for the main thread too 2008-02-25 11:33:57 -03:00
lcode.c avoid constant folding for -0 (to avoid it colapsing to 0) 2008-04-07 15:41:47 -03:00
lcode.h unused macro 2006-03-21 16:28:03 -03:00
ldblib.c bug: debug.sethook/gethook may overflow thread's stack 2008-01-21 11:37:08 -02:00
ldebug.c bugs: precheck must use check (instead of assert) and ensures that 2008-04-02 16:14:16 -03:00
ldebug.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
ldo.c avoid calling "tail return" hooks if the hook itself turns off the event 2008-01-18 20:36:50 -02:00
ldo.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
ldump.c avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lfunc.c should not manipulate NULL pointers (even without accessing them) 2007-02-07 15:48:52 -02:00
lfunc.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lgc.c bug: when closing the state, 'luaC_separateudata' might mark 2008-06-23 19:07:44 -03:00
lgc.h userdata with finalizers are kept in a separated list 2008-02-19 15:55:09 -03:00
linit.c detail ('name' of baselib is "_G") 2008-01-02 14:16:28 -02:00
liolib.c micro-optimization: avoid one API call in 'read_chars' 2008-02-12 15:05:36 -02:00
llex.c parser should not call 'luaX_lexerror' 2007-10-25 14:45:47 -02:00
llex.h parser should not call 'luaX_lexerror' 2007-10-25 14:45:47 -02:00
llimits.h avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lmathlib.c clearing some old compatibility code 2007-06-21 10:52:27 -03:00
lmem.c details 2006-09-14 15:42:28 -03:00
lmem.h better documentation for auxiliary functions (that should be called only 2007-02-09 11:04:52 -02:00
loadlib.c new function 'package.searchpath' 2007-12-12 12:36:12 -02:00
lobject.c 'ceillog2' now is exported (other modules may need it) 2008-01-30 16:05:23 -02:00
lobject.h 'ceillog2' now is exported (other modules may need it) 2008-01-30 16:05:23 -02:00
lopcodes.c SETLIST extra argument now is an "instruction" (OP_EXTRAARG) 2008-04-02 14:38:54 -03:00
lopcodes.h SETLIST extra argument now is an "instruction" (OP_EXTRAARG) 2008-04-02 14:38:54 -03:00
loslib.c by default, 'os.exit' closes current state 2008-06-13 13:59:00 -03:00
lparser.c added structure for local-variable information to allow extra 2008-05-08 12:44:51 -03:00
lparser.h added structure for local-variable information to allow extra 2008-05-08 12:44:51 -03:00
lstate.c userdata with finalizers are kept in a separated list 2008-02-19 15:55:09 -03:00
lstate.h outdated comment 2008-06-23 13:51:08 -03:00
lstring.c userdata with finalizers are kept in a separated list 2008-02-19 15:55:09 -03:00
lstring.h added LUAI_FUNC to functions not in the API 2005-04-25 16:24:10 -03:00
lstrlib.c 'posrelat' avoids problems with -(-2^31) 2008-06-12 11:21:18 -03:00
ltable.c 'ceillog2' now is exported (other modules may need it) 2008-01-30 16:05:23 -02:00
ltable.h emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00
ltablib.c 'table.sort' detects invalid order function before calling it 2008-04-07 15:43:00 -03:00
ltests.c "test trick" seems more useful with pointers instead of integers 2008-06-23 13:50:34 -03:00
ltests.h "test trick" seems more useful with pointers instead of integers 2008-06-23 13:50:34 -03:00
ltm.c tables and strings respect __len metamethod 2007-09-10 14:59:32 -03:00
ltm.h tables and strings respect __len metamethod 2007-09-10 14:59:32 -03:00
lua.c stand-alone error-message details 2007-09-05 14:17:39 -03:00
lua.h updated years in some comments/strings 2008-05-09 13:51:44 -03:00
luaconf.h make default GC behavior a little more agressive 2008-04-07 15:58:42 -03:00
lualib.h avoid trailing white spaces 2006-09-11 11:07:24 -03:00
lundump.c two bugs: invalid boolean values in constant table + too deep recursion 2008-04-07 15:44:23 -03:00
lundump.h new versions by lhf 2005-11-16 09:55:07 -02:00
lvm.c SETLIST extra argument now is an "instruction" (OP_EXTRAARG) 2008-04-02 14:38:54 -03:00
lvm.h better documentation for auxiliary functions (that should be called only 2007-02-09 11:04:52 -02:00
lzio.c small improvement 2005-06-03 17:16:16 -03:00
lzio.h several small details 2005-05-17 16:49:15 -03:00
makefile turn off optimizations when testing 2008-02-15 15:44:34 -02:00