bugs
assignment of nil to parameter may be optimized away
2007-05-16 12:39:08 -03:00
lapi.c
lua_pushstring/pushlstring return string
2007-04-17 10:19:53 -03:00
lapi.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
lauxlib.c
luaL_testudata (a luaL_checkudata that does not raise errors) is
2007-05-15 15:46:12 -03:00
lauxlib.h
luaL_testudata (a luaL_checkudata that does not raise errors) is
2007-05-15 15:46:12 -03:00
lbaselib.c
BUG: setfenv accepts invalid argument
2007-02-09 10:40:21 -02:00
lcode.c
bug: code generated for "-nil", "-true", and "-false" is wrong
2007-05-04 15:41:49 -03:00
lcode.h
unused macro
2006-03-21 16:28:03 -03:00
ldblib.c
error handler in 'lua.c' tries '__tostring' metamethod if error
2007-04-26 17:39:38 -03:00
ldebug.c
better names for metamethods in debug information
2007-05-09 12:49:36 -03:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
no more optimization to avoid LOADNIL at function start
2007-03-27 11:11:38 -03: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
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lgc.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
linit.c
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02:00
liolib.c
does not allow standard files to be closed
2007-04-19 17:22:32 -03:00
llex.c
details
2007-05-11 14:28:56 -03:00
llex.h
details
2007-05-11 14:28:56 -03:00
llimits.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lmathlib.c
details (randomseed calls rand once to dischard first value)
2007-03-27 09:37:00 -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
BUG: loadlib should not use Lua internals (lobject.h)
2007-03-26 12:57:35 -03:00
lobject.c
luaO_log2 can be private to ltable.c
2007-04-10 09:18:17 -03:00
lobject.h
luaO_log2 can be private to ltable.c
2007-04-10 09:18:17 -03:00
lopcodes.c
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lopcodes.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
loslib.c
'os.date' checks arguments before passing them to 'strftime'
2007-05-03 17:49:29 -03:00
lparser.c
details
2007-05-11 14:28:56 -03:00
lparser.h
'lparser.h' should not include 'ltable.h'
2006-03-09 15:15:48 -03:00
lstate.c
new constant LUA_OK
2006-10-10 14:40:17 -03:00
lstate.h
should not manipulate NULL pointers (even without accessing them)
2007-02-07 15:48:52 -02:00
lstring.c
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
lstring.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstrlib.c
when formatting with '%q', all control characters are coded
2007-02-07 15:53:08 -02:00
ltable.c
another way to normalize -0 that avoids problems with very small
2007-04-18 16:24:35 -03:00
ltable.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
ltablib.c
more robust implementation for table.insert
2005-10-23 15:38:15 -02:00
ltests.c
lua_pushstring/pushlstring return string
2007-04-17 10:19:53 -03:00
ltests.h
small simplifications
2006-06-05 16:35:57 -03:00
ltm.c
details
2006-01-10 10:50:00 -02:00
ltm.h
new mark LUAI_DATA for extern data
2005-06-06 10:30:25 -03:00
lua.c
error handler in 'lua.c' tries '__tostring' metamethod if error
2007-04-26 17:39:38 -03:00
lua.h
lua_pushstring/pushlstring return string
2007-04-17 10:19:53 -03:00
luaconf.h
'os.date' checks arguments before passing them to 'strftime'
2007-05-03 17:49:29 -03:00
lualib.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lundump.c
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
two small bugs: some metamethods do not accept callable non-function
2007-03-26 12:56:23 -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
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00