bugs
bug: problem with optimizations of short-circuit logic
2011-01-31 12:52:32 -02:00
lapi.c
full collection does not restart collector + avoid changing GC
2010-12-29 16:00:23 -02:00
lapi.h
extra api checks for number of returns of C functions and for lua_yield
2009-11-27 13:37:59 -02:00
lauxlib.c
'luaL_findtable' returns boolean about whether it created a new
2011-01-10 13:51:42 -02:00
lauxlib.h
'luaL_findtable' returns boolean about whether it created a new
2011-01-10 13:51:42 -02:00
lbaselib.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
lbitlib.c
allows number of bits used by the library to be changed from outside
2010-12-17 11:26:38 -02:00
lcode.c
new scheme to close upvalues in 'break'; jump instructions may
2011-02-01 16:03:10 -02:00
lcode.h
new scheme to close upvalues in 'break'; jump instructions may
2011-02-01 16:03:10 -02:00
lcorolib.c
new module policy: C modules do not create globals and do not register
2010-07-02 08:38:13 -03:00
lctype.c
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
2009-11-19 17:06:52 -02:00
lctype.h
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
2009-11-19 17:06:52 -02:00
ldblib.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
ldebug.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
ldebug.h
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
2009-06-10 13:57:53 -03:00
ldo.c
some reorganization of dynamic data structures used by the parser
2011-02-07 15:14:50 -02:00
ldo.h
removed export of function only for coco
2009-12-17 10:28:57 -02:00
ldump.c
version from lhf
2010-10-25 12:33:38 -02:00
lfunc.c
typo in comments
2010-06-30 11:11:17 -03:00
lfunc.h
'luaF_newLclosure' gets prototype of new closure as argument
2010-06-04 10:06:15 -03:00
lgc.c
full collection does not restart collector + avoid changing GC
2010-12-29 16:00:23 -02:00
lgc.h
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
linit.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
liolib.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
llex.c
new reserved word 'goto'
2011-02-02 12:55:17 -02:00
llex.h
some reorganization of dynamic data structures used by the parser
2011-02-07 15:14:50 -02:00
llimits.h
better control for GC running or stopped
2011-02-01 14:52:38 -02:00
lmathlib.c
avoid "unreacheable code" warnings
2010-11-18 16:38:27 -02:00
lmem.c
change in the relationship between totalbytes and GCdebt - luaM_realloc_
2010-12-20 17:40:07 -02:00
lmem.h
keep memory-error message in the global state, so that its use
2010-04-08 14:16:46 -03:00
loadlib.c
trying to avoid assumption that sizeof(char)==1
2011-02-07 17:15:24 -02:00
lobject.c
trying to avoid assumption that sizeof(char)==1
2011-02-07 17:15:24 -02:00
lobject.h
prototype for 'luaO_ceillog2' was different from definition
2011-01-07 13:46:27 -02:00
lopcodes.c
no more 'OP_CLOSE' instructions (use jumps to close upvalues)
2011-02-07 10:28:27 -02:00
lopcodes.h
no more 'OP_CLOSE' instructions (use jumps to close upvalues)
2011-02-07 10:28:27 -02:00
loslib.c
detail (cleaning trailing spaces)
2011-01-26 14:30:02 -02:00
lparser.c
simpler code for repeat-until
2011-02-09 15:03:18 -02:00
lparser.h
some reorganization of dynamic data structures used by the parser
2011-02-07 15:14:50 -02:00
lstate.c
change in the relationship between totalbytes and GCdebt - luaM_realloc_
2010-12-20 17:40:07 -02:00
lstate.h
change in the relationship between totalbytes and GCdebt - luaM_realloc_
2010-12-20 17:40:07 -02:00
lstring.c
corrected some places where an old object could end up in front
2010-05-10 15:23:45 -03:00
lstring.h
new macro 'eqstr'
2010-04-05 13:26:37 -03:00
lstrlib.c
trying to avoid assumption that sizeof(char)==1
2011-02-07 17:15:24 -02:00
ltable.c
allows larger array parts in tables (no need to restrict it to 2^26)
2010-11-11 13:38:43 -02:00
ltable.h
macro 'key2tal' replaced by 'gkey' (as both were equal)
2010-06-25 09:18:10 -03:00
ltablib.c
table library respects '#' metamethods
2010-12-17 10:15:34 -02:00
ltests.c
new macro 'cast_uchar'
2010-12-10 11:40:22 -02:00
ltests.h
'module'/'luaL_register' and associates are deprecated
2010-07-28 12:51:59 -03:00
ltm.c
first implementation of light C functions
2010-04-14 12:13:48 -03:00
ltm.h
first implementation of light C functions
2010-04-14 12:13:48 -03:00
lua.c
detail in 'print_usage'
2011-02-07 10:27:13 -02:00
lua.h
better organization for coercion functions between lua_Number and
2010-10-26 17:32:19 -02:00
luaconf.h
official support for floating hexa numerals
2010-12-10 17:03:46 -02:00
lualib.h
bitlib renamed to 'bit32' + new function for arithmetic shift
2010-10-25 12:32:36 -02:00
lundump.c
trying to avoid assumption that sizeof(char)==1
2011-02-07 17:15:24 -02:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
trying to avoid assumption that sizeof(char)==1
2011-02-07 17:15:24 -02:00
lvm.h
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
2009-12-17 14:20:01 -02:00
lzio.c
lzio.h
new macro 'zungetc'
2009-05-18 14:26:25 -03:00
makefile
-DLUA_COMPAT_ALL is the default
2010-11-16 09:39:42 -02:00