Go to file
2007-02-07 15:49:18 -02:00
bugs bug: os.date throws error when result is the empty string 2006-09-19 10:57:08 -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 detail 2006-10-16 11:38:38 -03:00
lauxlib.h lua_dostring/lua_dofile should return any values returned by the chunk 2006-04-12 17:31:15 -03:00
lbaselib.c xpcall now may get arguments to function to be called 2006-10-24 16:46:12 -03:00
lcode.c detail 2006-10-10 14:39:00 -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 2006-11-22 09:43:47 -02: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 math.log now accepts an optional base 2006-08-07 16:01:56 -03:00
lmem.c details 2006-09-14 15:42:28 -03:00
lmem.h details 2006-09-14 15:42:28 -03:00
loadlib.c new constant LUA_OK 2006-10-10 14:40:17 -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 bug: string.format("%") reads past the string 2006-09-18 13:33:14 -03: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 detail (tab->space) 2006-11-30 09:25:40 -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 small optimization for ""..x 2006-09-19 11:06:45 -03:00
lvm.h small improvements 2005-08-22 15:54:49 -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 emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03:00