bugs
|
patch for last bug
|
2007-03-09 15:51:32 -03:00 |
lapi.c
|
more specific ident labels
|
2007-02-07 12:28:00 -02:00 |
lapi.h
|
emergency garbage collector (core forces a GC when allocation fails)
|
2006-07-11 12:53:29 -03:00 |
lauxlib.c
|
new function luaL_tostring
|
2007-02-07 15:51:21 -02:00 |
lauxlib.h
|
new function luaL_tostring
|
2007-02-07 15:51:21 -02:00 |
lbaselib.c
|
BUG: setfenv accepts invalid argument
|
2007-02-09 10:40:21 -02:00 |
lcode.c
|
bug: wrong code when constant is coded after it should be
|
2007-03-09 15:50:56 -03:00 |
lcode.h
|
unused macro
|
2006-03-21 16:28:03 -03:00 |
ldblib.c
|
avoid trailing white spaces
|
2006-09-11 11:07:24 -03:00 |
ldebug.c
|
detail
|
2007-03-26 15:35:34 -03:00 |
ldebug.h
|
added LUAI_FUNC to functions not in the API
|
2005-04-25 16:24:10 -03:00 |
ldo.c
|
new constant LUA_OK
|
2006-10-10 14:40:17 -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
|
'lua_strlen' is for compatibility only
|
2006-09-18 11:03:18 -03:00 |
llex.c
|
more regularity in the use of quotes in error messages
|
2007-02-07 15:49:18 -02:00 |
llex.h
|
more regularity in the use of quotes in error messages
|
2007-02-07 15:49:18 -02: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
|
comments
|
2006-11-22 09:02:03 -02:00 |
lobject.h
|
avoid trailing white spaces
|
2006-09-11 11:07:24 -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
|
bug: os.date throws error when result is the empty string
|
2006-09-19 10:57:08 -03:00 |
lparser.c
|
more regularity in the use of quotes in error messages
|
2007-02-07 15:49:18 -02: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
|
avoid trailing white spaces
|
2006-09-11 11:07:24 -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
|
new constant LUA_OK
|
2006-10-10 14:40:17 -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
|
new constant LUA_OK
|
2006-10-10 14:40:17 -03:00 |
lua.h
|
new year...
|
2007-02-07 15:54:52 -02:00 |
luaconf.h
|
detail for windows
|
2007-02-07 15:46:20 -02: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 |