bugs
new bug: Resuming the running coroutine makes it unyieldable
2013-11-08 16:23:16 -02:00
lapi.c
limit to 'gcstepmul' imposed by 'lua_gc' (+ some details in 'lgc.c')
2014-02-13 15:25:20 -02:00
lapi.h
lauxlib.c
new field '__name' in metatables to help better error messages
2014-02-11 15:39:15 -02:00
lauxlib.h
'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.)
2014-01-05 12:04:46 -02:00
lbaselib.c
no more local collection
2014-02-13 10:11:34 -02:00
lbitlib.c
avoid undefined shift of LUA_NBITS in rotate operation
2013-07-09 15:31:01 -03:00
lcode.c
C++ needs casts for arithmetic with enums
2014-02-06 17:55:55 -02:00
lcode.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lcorolib.c
lctype.c
lctype.h
ldblib.c
'debug.subtype' -> 'math.type' (to distinguish integers and floats)
2013-07-22 13:05:53 -03:00
ldebug.c
'lua_sethook' returns void
2013-12-09 12:21:10 -02:00
ldebug.h
correct error message for conversion errors from float to int
2013-05-06 14:21:59 -03:00
ldo.c
bug: attempting to resume the running coroutine makes it unyieldable
2013-11-08 16:16:33 -02:00
ldo.h
ldump.c
dumping and undumping integers
2013-04-26 15:48:35 -03:00
lfunc.c
no more local collection
2014-02-13 10:11:34 -02:00
lfunc.h
type of 'refcount' changed to lu_mem (to ensure there will be no
2013-09-11 12:17:00 -03:00
lgc.c
limit to 'gcstepmul' imposed by 'lua_gc' (+ some details in 'lgc.c')
2014-02-13 15:25:20 -02:00
lgc.h
better control for number of finalizers called at each GC cycle
2014-02-13 12:46:38 -02:00
linit.c
new library: utf8
2014-02-06 15:32:33 -02:00
liolib.c
comment
2014-01-27 11:28:45 -02:00
llex.c
new syntax for Unicode escape '\u{012F}'
2014-02-14 13:23:51 -02:00
llex.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
llimits.h
initial size of string table (MINSTRTABSIZE) should be large enough
2013-08-21 16:02:30 -03:00
lmathlib.c
'debug.subtype' -> 'math.type' (to distinguish integers and floats)
2013-07-22 13:05:53 -03:00
lmem.c
lmem.h
loadlib.c
detail (changing some names of macros)
2013-10-07 11:20:31 -03:00
lobject.c
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
2014-02-06 13:59:24 -02:00
lobject.h
UTF-8 encoding exported as format '%U' in 'lua_pushfstring'
2014-02-06 13:59:24 -02:00
lopcodes.c
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lopcodes.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
loslib.c
uses integers for time
2013-05-14 12:57:11 -03:00
lparser.c
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lparser.h
bug (GC can collect long identifier during parser) + change (using
2013-08-30 13:01:37 -03:00
lstate.c
better control for number of finalizers called at each GC cycle
2014-02-13 12:46:38 -02:00
lstate.h
better control for number of finalizers called at each GC cycle
2014-02-13 12:46:38 -02:00
lstring.c
check for shrinking string table done only at the end of a GC cycle
2013-09-11 11:56:15 -03:00
lstring.h
"fixed" objects kept in a separated list (instead of being kept in
2013-08-21 17:09:51 -03:00
lstrlib.c
added explicit default options to string.pack/unpack functions
2014-01-09 14:21:28 -02:00
ltable.c
no more 'L' in macros "luai_num*" (several places that use those macros
2014-01-27 11:34:32 -02:00
ltable.h
bug (GC can collect long identifier during parser) + change (using
2013-08-30 13:01:37 -03:00
ltablib.c
ltests.c
no more local collection
2014-02-13 10:11:34 -02:00
ltests.h
new macro 'luai_userstateclose' (to test it is being called correctly)
2013-11-08 15:36:05 -02:00
ltm.c
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
ltm.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lua.c
still accepts initial '=' for expressions, for compatibility with old
2014-02-05 12:22:55 -02:00
lua.h
no more local collection
2014-02-13 10:11:34 -02:00
luaconf.h
no more 'L' in macros "luai_num*" (several places that use those macros
2014-01-27 11:34:32 -02:00
lualib.h
new library: utf8
2014-02-06 15:32:33 -02:00
lundump.c
no more local collection
2014-02-13 10:11:34 -02:00
lundump.h
lutf8lib.c
added proper headers for a standard lib file
2014-02-06 18:03:24 -02:00
lvm.c
insertion of ".0" in floats with integer values done by "luaL_tolstring",
2014-02-05 17:14:53 -02:00
lvm.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lzio.c
lzio.h
simpler way to create messages for errors in escape sequences
2014-01-31 13:14:22 -02:00
makefile
new library: utf8
2014-02-06 15:32:33 -02:00