bugs
new bug: Resuming the running coroutine makes it unyieldable
2013-11-08 16:23:16 -02:00
lapi.c
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03: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
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03:00
lauxlib.h
'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.)
2014-01-05 12:04:46 -02:00
lbaselib.c
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03:00
lbitlib.c
bitlib has been deprecated
2014-03-18 15:27:08 -03:00
lcode.c
small bug (from revision 2.80): LUA_OP* constants are not from
2014-03-09 16:21:34 -03:00
lcode.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lcorolib.c
added 'return' (when possible) to calls to error functions
2013-02-21 10:44:53 -03:00
lctype.c
missing 'LUA_CORE' definition
2011-10-03 13:19:23 -03:00
lctype.h
detail (cleaned whitespaces at end of lines)
2011-07-15 09:50:29 -03:00
ldblib.c
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03:00
ldebug.c
'lua_sethook' returns void
2013-12-09 12:21:10 -02:00
ldebug.h
detail (unknown lines are marked as -1, not 0)
2014-02-25 11:31:16 -03:00
ldo.c
more uniformity for defining system-dependent features
2014-02-26 12:27:56 -03:00
ldo.h
'lua_load' has an extra argument 'mode'
2011-11-29 13:55:08 -02:00
ldump.c
make all dumps/loads go trhough Load/DumpVector (so it is easier
2014-03-11 15:56:27 -03:00
lfunc.c
new list 'twups' to allow traversal of upvalues from dead threads
2014-02-18 10:39:37 -03:00
lfunc.h
new list 'twups' to allow traversal of upvalues from dead threads
2014-02-18 10:39:37 -03:00
lgc.c
userdata can have any Lua value as uservalue
2014-02-19 10:52:42 -03:00
lgc.h
detail (removed unused prototype)
2014-03-19 15:51:16 -03:00
linit.c
new library: utf8
2014-02-06 15:32:33 -02:00
liolib.c
with 64-bit integers, file offsets do not need to be floats
2014-03-19 15:57:42 -03: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
new macro 'cast_void'
2014-03-07 13:19:00 -03:00
lmathlib.c
'debug.subtype' -> 'math.type' (to distinguish integers and floats)
2013-07-22 13:05:53 -03:00
lmem.c
removed debug code
2012-05-23 12:41:53 -03:00
lmem.h
typo in comment
2013-02-20 11:08:21 -03:00
loadlib.c
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03:00
lobject.c
back with 'L' for macros 'luai_num*', but now with a new macro
2014-03-06 13:15:18 -03:00
lobject.h
userdata can have any Lua value as uservalue
2014-02-19 10:52:42 -03: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
configuration for Lua type corresponding to 'time_t'
2014-03-20 16:18:54 -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
no need to keep threads in a different GC list, now that there is the
2014-02-18 10:46:26 -03:00
lstate.h
no need to keep threads in a different GC list, now that there is the
2014-02-18 10:46:26 -03:00
lstring.c
removed function 'luaS_eqstr' (not used anywhere)
2014-03-19 15:51:42 -03:00
lstring.h
removed function 'luaS_eqstr' (not used anywhere)
2014-03-19 15:51:42 -03:00
lstrlib.c
detail in string.rep: allow large repetitions of the empty string (no
2014-03-12 15:09:06 -03: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
no need to handle 0 as a special case in 'table.remove'
2013-03-07 15:17:24 -03:00
ltests.c
userdata can have any Lua value as uservalue
2014-02-19 10:52:42 -03: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
more uniformity for defining system-dependent features
2014-02-26 12:27:56 -03:00
lua.h
lua_gettable and similars return type of gotten value
2014-03-12 17:57:40 -03:00
luaconf.h
bitlib has been deprecated
2014-03-18 15:27:08 -03:00
lualib.h
new library: utf8
2014-02-06 15:32:33 -02:00
lundump.c
make all dumps/loads go trhough Load/DumpVector (so it is easier
2014-03-11 15:56:27 -03:00
lundump.h
make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is
2014-03-11 11:22:54 -03:00
lutf8lib.c
'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c')
2014-03-20 11:11:00 -03:00
lvm.c
detail (comment)
2014-03-15 09:29:48 -03:00
lvm.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lzio.c
details (header comments)
2012-05-14 10:34:18 -03:00
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