bugs
updated several 'fix' fields
2014-05-07 13:57:27 -03:00
lapi.c
detail (comment)
2014-06-26 15:28:24 -03:00
lapi.h
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
new type lua_KFunction + no more 'lua_getctx'
2014-06-10 14:41:38 -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
lcorolib.c
new function 'lua_isyieldable' (and 'coroutine.isyieldable')
2014-05-08 10:52:20 -03:00
lctype.c
lctype.h
ldblib.c
added lots of new comments + small changes in code
2014-05-15 16:27:33 -03:00
ldebug.c
ldebug.h
detail (unknown lines are marked as -1, not 0)
2014-02-25 11:31:16 -03:00
ldo.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
ldo.h
ldump.c
allows different 'source' for each prototype, but inherits it from
2014-06-18 15:35:43 -03:00
lfunc.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lfunc.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lgc.c
simpler handling of 'GCScallfin' state + more comments
2014-05-25 16:08:32 -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
if numeral overflows the reading buffer, signal it as invalid input
2014-06-02 00:00:51 -03:00
llex.c
small improvements concerning 'check_next'
2014-05-21 12:22:02 -03:00
llex.h
llimits.h
'IntPoint' -> 'point2int' + ensure that casted value fits in
2014-06-26 13:17:35 -03:00
lmathlib.c
'math.ifloor' is back
2014-06-18 09:35:53 -03:00
lmem.c
emergency collection can happen even when collector is stopped
2014-06-26 15:29:05 -03:00
lmem.h
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
use proper macros to convert 'GCObject' to other objects + better
2014-06-19 15:39:36 -03:00
lopcodes.c
lopcodes.h
loslib.c
template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)
2014-04-29 14:05:13 -03:00
lparser.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lparser.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -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
cleaner way to handle bit CIST_OAH (with auxiliar macros)
2014-06-12 16:07:30 -03:00
lstring.c
use appropriate macros to convert GCObject to specific types
2014-06-18 19:59:29 -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
'IntPoint' -> 'point2int' + ensure that casted value fits in
2014-06-26 13:17:35 -03:00
ltable.h
ltablib.c
more direct implementation of 'table.pack'
2014-05-16 15:53:25 -03:00
ltests.c
detail (avoid too large macro)
2014-06-19 15:29:30 -03:00
ltests.h
ltm.c
more relaxed rules for __eq metamethod (more similar to other
2014-06-10 15:53:18 -03:00
ltm.h
more relaxed rules for __eq metamethod (more similar to other
2014-06-10 15:53:18 -03:00
lua.c
var-arguments to the script come from 'arg' table (not from original
2014-06-26 14:08:52 -03:00
lua.h
new type lua_KFunction + no more 'lua_getctx'
2014-06-10 14:41:38 -03:00
luaconf.h
LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and that
2014-06-24 14:02:00 -03:00
lualib.h
new library: utf8
2014-02-06 15:32:33 -02:00
lundump.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lundump.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lutf8lib.c
missing macro 'LUAMOD_API' in function to open library
2014-05-14 15:33:37 -03:00
lvm.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lvm.h
function 'luaV_numtointeger' changed to a global macro
2014-05-26 14:10:22 -03:00
lzio.c
lzio.h
simpler way to create messages for errors in escape sequences
2014-01-31 13:14:22 -02:00
makefile
changed macro for compatibility options + details
2014-06-18 10:24:01 -03:00