Go to file
2010-12-20 15:24:15 -02:00
bugs
lapi.c finalizers (__gc) for tables 2010-11-26 12:32:31 -02:00
lapi.h
lauxlib.c new function 'luaL_setmetatable' 2010-11-10 16:05:36 -02:00
lauxlib.h comment about compatibility-only functions 2010-11-16 17:20:01 -02:00
lbaselib.c removed 'newproxy' 2010-12-17 13:14:58 -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 way to distinguish between indexing tables in registers and 2010-07-07 13:27:29 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c 'debug.setmetatable' returns object (like 'setmetatable') 2010-12-20 15:24:15 -02:00
ldebug.c getlocal/setlocal can access vararg parameters 2010-11-30 15:17:51 -02:00
ldebug.h
ldo.c corrected warnings from different compilers (mostly casts and small 2010-10-25 17:01:37 -02:00
ldo.h
ldump.c version from lhf 2010-10-25 12:33:38 -02:00
lfunc.c
lfunc.h
lgc.c 'micro' bug: when closing state, old objects are finalized (breaking 2010-12-03 09:48:25 -02:00
lgc.h new macro 'luaC_condGC' to allow extra code to be run in case 2010-12-17 10:02:29 -02:00
linit.c 'debug' library is loaded by default 2010-11-12 13:48:30 -02:00
liolib.c new function 'luaL_setmetatable' 2010-11-10 16:05:36 -02:00
llex.c 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) 2010-12-10 12:53:15 -02:00
llex.h
llimits.h new macro 'cast_uchar' 2010-12-10 11:40:22 -02:00
lmathlib.c avoid "unreacheable code" warnings 2010-11-18 16:38:27 -02:00
lmem.c
lmem.h
loadlib.c no more sentinel to detect loops in module dependencies; 2010-11-10 18:00:04 -02:00
lobject.c official support for floating hexa numerals 2010-12-10 17:03:46 -02:00
lobject.h 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) 2010-12-10 12:53:15 -02:00
lopcodes.c details in opcode list 2010-10-13 13:45:54 -03:00
lopcodes.h POS_A replaced by POS_Ax (which is more "precise") 2010-10-25 10:24:55 -02:00
loslib.c 'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE) 2010-10-05 09:18:03 -03:00
lparser.c new closures are always created on "next" register (so that GC knows 2010-12-17 10:03:41 -02:00
lparser.h new way to distinguish between indexing tables in registers and 2010-07-07 13:27:29 -03:00
lstate.c finalizers (__gc) for tables 2010-11-26 12:32:31 -02:00
lstate.h finalizers (__gc) for tables 2010-11-26 12:32:31 -02:00
lstring.c
lstring.h
lstrlib.c official support for floating hexa numerals 2010-12-10 17:03:46 -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
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
ltm.h
lua.c 'printf' replaced by 'luai_writestring' 2010-12-03 15:20:50 -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 version from lhf 2010-10-25 12:33:38 -02:00
lundump.h
lvm.c GC does not mark dead registers inside activation record 2010-12-17 10:05:37 -02:00
lvm.h
lzio.c
lzio.h
makefile -DLUA_COMPAT_ALL is the default 2010-11-16 09:39:42 -02:00