Go to file
Roberto Ierusalimschy dead3858b8 detail 2006-10-16 11:38:38 -03:00
bugs bug: os.date throws error when result is the empty string 2006-09-19 10:57:08 -03:00
lapi.c avoid trailing white spaces 2006-09-11 11:07:24 -03: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 new constant LUA_OK 2006-10-10 14:40:17 -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 avoid local "pc" in interpreter loop (tricky optimization with no real gain) 2006-09-19 10:57:50 -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 small changes in casts 2005-12-22 14:19:56 -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 behavior of 'strchr(x, 0)' is ill defined. 2006-09-18 13:06:41 -03:00
llex.h detail 2006-03-23 15:23:32 -03: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 emergency garbage collector (core forces a GC when allocation fails) 2006-07-11 12:53:29 -03: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 details 2006-09-14 15:42:28 -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 avoid local "pc" in interpreter loop (tricky optimization with no real gain) 2006-09-19 10:57:50 -03: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 new constant LUA_OK 2006-10-10 14:40:17 -03:00
luaconf.h 'lua_strlen' is for compatibility only 2006-09-18 11:03:18 -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 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