bugs
malicious zero-length string in binary code may segfault Lua +
2009-04-27 17:11:11 -03:00
lapi.c
several small improvements based on 'ci' being fixed now (including
2009-04-17 19:00:01 -03:00
lapi.h
detail
2009-04-03 12:58:03 -03:00
lauxlib.c
added comment explaining why the 'feof' test when loading a file
2009-04-02 16:54:06 -03:00
lauxlib.h
'luaL_typeerror' spelled right
2009-02-13 17:39:34 -02:00
lbaselib.c
first implementation of yieldable 'pcall'
2009-04-08 15:04:33 -03:00
lcode.c
avoid constant folding for -0 (to avoid it colapsing to 0)
2008-04-07 15:41:47 -03:00
lcode.h
some cleaning
2008-10-28 10:55:00 -02:00
lctype.c
small bug: EOZ is a valid character to be tested
2009-03-26 15:53:52 -03:00
lctype.h
small bug: EOZ is a valid character to be tested
2009-03-26 15:53:52 -03:00
ldblib.c
'db_errorfb' changed to 'db_traceback' for consistency
2009-02-17 10:21:28 -03:00
ldebug.c
no more code checking
2009-04-30 14:42:21 -03:00
ldebug.h
no more code checking
2009-04-30 14:42:21 -03:00
ldo.c
new way to GC stacks: the entire stack must be correct all the times;
2009-04-28 16:04:36 -03:00
ldo.h
'CallInfo' stack implemented as double-linked list instead of an array
2009-04-17 11:28:06 -03:00
ldump.c
useless test removed (pointed by lint)
2008-07-03 11:25:05 -03:00
lfunc.c
'luaM_freearray' does not need array type as argument
2009-04-17 11:40:13 -03:00
lfunc.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lgc.c
resize string hash table only when new size is smaller than current one
2009-04-29 14:09:41 -03:00
lgc.h
new way to GC stacks: the entire stack must be correct all the times;
2009-04-28 16:04:36 -03:00
linit.c
detail ('name' of baselib is "_G")
2008-01-02 14:16:28 -02:00
liolib.c
closing a "popen" file returns the process exit status
2009-02-20 10:50:27 -03:00
llex.c
ctype 'lalpha' includes '_' (as '_' behaves as a letter from the
2009-03-11 10:27:32 -03:00
llex.h
parser should not call 'luaX_lexerror'
2007-10-25 14:45:47 -02:00
llimits.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lmathlib.c
'math.random' uses lua_Number to manage its arguments (there is no
2009-03-17 14:55:39 -03:00
lmem.c
details
2006-09-14 15:42:28 -03:00
lmem.h
'luaM_freearray' does not need array type as argument
2009-04-17 11:40:13 -03:00
loadlib.c
'loadlib(lib, "*")' loads 'lib' with global names exported to all
2009-03-26 19:25:05 -03:00
lobject.c
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
2009-02-19 14:33:51 -03:00
lobject.h
no more support for old-style varargs
2009-03-26 09:57:01 -03:00
lopcodes.c
generic for coded as two dedicated instructions to simplify resumption
2008-10-30 13:39:30 -02:00
lopcodes.h
better notes about some opcodes (comments only)
2009-03-09 12:27:56 -03:00
loslib.c
by default, 'os.exit' closes current state
2008-06-13 13:59:00 -03:00
lparser.c
no more code checking
2009-04-30 14:42:21 -03:00
lparser.h
added structure for local-variable information to allow extra
2008-05-08 12:44:51 -03:00
lstate.c
new way to GC stacks: the entire stack must be correct all the times;
2009-04-28 16:04:36 -03:00
lstate.h
several small improvements based on 'ci' being fixed now (including
2009-04-17 19:00:01 -03:00
lstring.c
hash table for strings is rehashed in place
2009-04-29 14:09:41 -03:00
lstring.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstrlib.c
check for invalid use of '%' in replacement string in 'string.gsub'
2009-02-03 17:39:19 -02:00
ltable.c
'luaM_freearray' does not need array type as argument
2009-04-17 11:40:13 -03:00
ltable.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
ltablib.c
'context' added to suspendable calls
2009-03-23 11:26:12 -03:00
ltests.c
several small improvements based on 'ci' being fixed now (including
2009-04-17 19:00:01 -03:00
ltests.h
several small improvements based on 'ci' being fixed now (including
2009-04-17 19:00:01 -03:00
ltm.c
tables and strings respect __len metamethod
2007-09-10 14:59:32 -03:00
ltm.h
tables and strings respect __len metamethod
2007-09-10 14:59:32 -03:00
lua.c
'fputs' changed to 'luai_writestring' + use of 'lua_checkversion'
2009-02-19 14:15:35 -03:00
lua.h
'CallInfo' stack implemented as double-linked list instead of an array
2009-04-17 11:28:06 -03:00
luaconf.h
no more support for old-style varargs
2009-03-26 09:57:01 -03:00
lualib.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lundump.c
no more code checking
2009-04-30 14:42:21 -03:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
no more code checking
2009-04-30 14:42:21 -03:00
lvm.h
yielding across lua_call (first version)
2009-03-10 14:14:37 -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
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
2009-02-19 14:33:51 -03:00