bugs
wrong message error in some cases involving closures
2006-08-07 16:04:06 -03:00
lapi.c
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -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
new macro LUA_RELEASE
2006-06-02 12:34:00 -03:00
lcode.c
macros luai_num* take a state L (when available) as argument, to allow
2006-08-07 16:14:30 -03:00
lcode.h
unused macro
2006-03-21 16:28:03 -03:00
ldblib.c
small optimizations (lua_newtable -> lua_createtable)
2005-12-29 14:23:32 -02:00
ldebug.c
wrong message error in some cases involving closures
2006-08-07 16:04:06 -03:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
BUG: there is only one C stack, so nCcalls must be global
2006-08-15 16:59:20 -03:00
ldo.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
ldump.c
small change to strip file names when stripping debug information
2006-02-17 13:51:03 -02: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
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -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
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
llex.h
detail
2006-03-23 15:23:32 -03:00
llimits.h
lua_assert is an internal matter, not to be configured
2005-12-27 15:12:00 -02:00
lmathlib.c
math.log now accepts an optional base
2006-08-07 16:01:56 -03:00
lmem.c
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
lmem.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
loadlib.c
small bug: should not use string after popping it
2006-07-03 17:16:49 -03:00
lobject.c
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
lobject.h
unused macro removed
2006-01-18 09:37:34 -02:00
lopcodes.c
unused include's
2005-11-08 17:45:36 -02:00
lopcodes.h
comment
2006-03-14 16:04:44 -03:00
loslib.c
details
2006-04-26 15:19:49 -03:00
lparser.c
BUG: there is only one C stack, so nCcalls must be global
2006-08-15 16:59:20 -03:00
lparser.h
'lparser.h' should not include 'ltable.h'
2006-03-09 15:15:48 -03:00
lstate.c
BUG: there is only one C stack, so nCcalls must be global
2006-08-15 16:59:20 -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
details
2006-06-22 13:12:59 -03:00
ltable.c
macros luai_num* take a state L (when available) as argument, to allow
2006-08-07 16:14:30 -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
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -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
detail
2006-06-23 13:09:15 -03:00
lua.h
new macro LUA_RELEASE
2006-06-02 12:34:00 -03:00
luaconf.h
macros luai_num* take a state L (when available) as argument, to allow
2006-08-07 16:14:30 -03:00
lualib.h
lua_assert is an internal matter, not to be configured
2005-12-27 15:12:00 -02:00
lundump.c
small change to strip file names when stripping debug information
2006-02-17 13:51:03 -02:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
macros luai_num* take a state L (when available) as argument, to allow
2006-08-07 16:14:30 -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