bugs
wrong message error in some cases involving closures
2006-08-07 16:04:06 -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
details
2006-06-22 13:12:59 -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
'coroutine.running' should return nil (instead of nothing) for main thread
2006-09-11 11:07:24 -03:00
lcode.c
details
2006-09-14 15:42:28 -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 trailing white spaces
2006-09-11 11:07:24 -03:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
avoid trailing white spaces
2006-09-11 11:07:24 -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
details
2006-06-22 13:12:59 -03:00
llex.c
no more compatibility option for long strings
2006-08-30 10:19:58 -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
avoid trailing white spaces
2006-09-11 11:07:24 -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
details
2006-04-26 15:19:49 -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
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lstate.h
BUG: there is only one C stack, so nCcalls must be global
2006-08-15 16:59:20 -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
avoid trailing white spaces
2006-09-11 11:07:24 -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
avoid trailing white spaces
2006-09-11 11:07:24 -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
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lua.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
luaconf.h
no more compatibility option for long strings
2006-08-30 10:19:58 -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
avoid trailing white spaces
2006-09-11 11:07:24 -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