bugs
|
'module' may change the environment of a C function +
|
2008-08-06 10:32:45 -03:00 |
lapi.c
|
GC step does not unblock collector (when it is blocked by "stop")
|
2008-08-01 14:01:16 -03:00 |
lapi.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
2006-07-11 12:53:29 -03:00 |
lauxlib.c
|
buffer creation ensures buffer space plus MINSTACK in the stack
|
2009-02-17 11:31:16 -03:00 |
lauxlib.h
|
'luaL_typeerror' spelled right
|
2009-02-13 17:39:34 -02:00 |
lbaselib.c
|
'writestring' changed into a configurable macro
|
2009-02-07 10:23:15 -02:00 |
lcode.c
|
avoid constant folding for -0 (to avoid it colapsing to 0)
|
2008-04-07 15:41:47 -03:00 |
lcode.h
|
some cleaning
|
2008-10-28 10:55:00 -02:00 |
ldblib.c
|
'db_errorfb' changed to 'db_traceback' for consistency
|
2009-02-17 10:21:28 -03:00 |
ldebug.c
|
generic for coded as two dedicated instructions to simplify resumption
|
2008-10-30 13:39:30 -02:00 |
ldebug.h
|
added LUAI_FUNC to functions not in the API
|
2005-04-25 16:24:10 -03:00 |
ldo.c
|
concat TM can yield
|
2008-11-06 10:43:51 -02:00 |
ldo.h
|
first steps towards yielding through longjump
|
2008-08-13 14:02:42 -03:00 |
ldump.c
|
useless test removed (pointed by lint)
|
2008-07-03 11:25:05 -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
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
2008-06-26 16:42:45 -03:00 |
lgc.h
|
simplification in the handling of finalizers: no more 'tmudata' list +
|
2008-06-26 16:42:45 -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
|
comment (should not use 'go trhough' when simply using multiple labels)
|
2009-02-11 16:25:20 -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
|
change in error message
|
2008-08-06 10:38:32 -03:00 |
lobject.c
|
'ceillog2' now is exported (other modules may need it)
|
2008-01-30 16:05:23 -02:00 |
lobject.h
|
bug: string at the end of TString must consider the entire TString
|
2008-08-05 16:26:23 -03:00 |
lopcodes.c
|
generic for coded as two dedicated instructions to simplify resumption
|
2008-10-30 13:39:30 -02:00 |
lopcodes.h
|
generic for coded as two dedicated instructions to simplify resumption
|
2008-10-30 13:39:30 -02:00 |
loslib.c
|
by default, 'os.exit' closes current state
|
2008-06-13 13:59:00 -03:00 |
lparser.c
|
generic for coded as two dedicated instructions to simplify resumption
|
2008-10-30 13:39:30 -02:00 |
lparser.h
|
added structure for local-variable information to allow extra
|
2008-05-08 12:44:51 -03:00 |
lstate.c
|
better control of call status through CallInfo
|
2008-08-26 10:27:42 -03:00 |
lstate.h
|
better control of call status through CallInfo
|
2008-08-26 10:27:42 -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
|
check for invalid use of '%' in replacement string in 'string.gsub'
|
2009-02-03 17:39:19 -02: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
|
detail (added 'UNUSED' to unused argument)
|
2008-10-28 10:54:25 -02:00 |
ltests.h
|
larger alignment requirement helps to uncover some kinds of bugs
|
2008-08-05 16:24:46 -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
|
do not use compatibility macros in Lua
|
2008-07-11 14:51:01 -03:00 |
lua.h
|
added missing parentheses around function names
|
2008-08-13 11:08:49 -03:00 |
luaconf.h
|
'writestring' changed into a configurable macro
|
2009-02-07 10:23:15 -02: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
|
no more '__len' metamethod for strings
|
2009-02-16 17:09:28 -03:00 |
lvm.h
|
better control of call status through CallInfo
|
2008-08-26 10:27:42 -03: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
|
whole build depends on 'makefile' itself + better format for warning
|
2008-10-28 14:52:00 -02:00 |