Go to file
Roberto Ierusalimschy e2be310a85 better(?) implementation for 'pcall'/'xpcall' (regarding the insertion
of the boolean first result)
2014-05-16 15:54:01 -03:00
bugs updated several 'fix' fields 2014-05-07 13:57:27 -03:00
lapi.c removed macro 'luai_checknum' (as NaN trick is not doable now) 2014-05-15 17:28:39 -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 addition of '.0' to float representation done by the kernel 2014-05-12 18:44:17 -03:00
lauxlib.h keep 'luaL_checkversion_' with its signature in version 5.2, for 2014-04-15 15:25:49 -03:00
lbaselib.c better(?) implementation for 'pcall'/'xpcall' (regarding the insertion 2014-05-16 15:54:01 -03:00
lbitlib.c deprecated library throws an error if called (instead of silently 2014-05-15 16:28:34 -03:00
lcode.c comments 2014-05-08 15:58:46 -03:00
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lcorolib.c new function 'lua_isyieldable' (and 'coroutine.isyieldable') 2014-05-08 10:52:20 -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 added lots of new comments + small changes in code 2014-05-15 16:27:33 -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 new function 'lua_isyieldable' (and 'coroutine.isyieldable') 2014-05-08 10:52:20 -03:00
ldo.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
ldump.c some details to avoid warnings 2014-04-01 11:39:55 -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 'GCmemtrav' does not need to track the entire collection, only each 2014-04-04 14:01:04 -03:00
lgc.h detail (removed unused prototype) 2014-03-19 15:51:16 -03:00
linit.c deprecated library throws an error if called (instead of silently 2014-05-15 16:28:34 -03:00
liolib.c using a more conventional handling of stack space in 'io_readline' 2014-05-15 12:21:06 -03:00
llex.c better error message for unfinished long strings/comments 2014-05-11 11:45:43 -03:00
llex.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
llimits.h cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from 2014-04-15 13:32:49 -03:00
lmathlib.c several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp) 2014-05-14 13:59:27 -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 addition of '.0' to float representation done by the kernel 2014-05-12 18:44:17 -03:00
lobject.h small changes in field order in some structs to reduce padding 2014-05-15 17:41:27 -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 template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE) 2014-04-29 14:05:13 -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 small changes in field order in some structs to reduce padding 2014-05-15 17:41:27 -03:00
lstring.c LUAI_FUNC is being used only in header files 2014-04-02 13:44:42 -03:00
lstring.h removed function 'luaS_eqstr' (not used anywhere) 2014-03-19 15:51:42 -03:00
lstrlib.c using lua_Unsigned (instead of lua_Integer) for bit manipulation 2014-04-27 11:42:26 -03:00
ltable.c cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from 2014-04-15 13:32:49 -03:00
ltable.h bug (GC can collect long identifier during parser) + change (using 2013-08-30 13:01:37 -03:00
ltablib.c more direct implementation of 'table.pack' 2014-05-16 15:53:25 -03:00
ltests.c new API function 'lua_rotate' 2014-05-13 16:40:28 -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 errors like 1e100 << "2" were giving wrong messages 2014-04-11 17:17:39 -03: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 new API function 'lua_rotate' 2014-05-13 16:40:28 -03:00
luaconf.h 'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in 2014-05-15 12:24:32 -03:00
lualib.h new library: utf8 2014-02-06 15:32:33 -02:00
lundump.c 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') 2014-04-29 15:14:16 -03:00
lundump.h macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that 2014-04-15 11:29:30 -03:00
lutf8lib.c missing macro 'LUAMOD_API' in function to open library 2014-05-14 15:33:37 -03:00
lvm.c added a few comments 2014-05-15 17:08:32 -03:00
lvm.h no more integer exponentiation 2014-05-12 18:22:05 -03: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