Skip to content
Jan 31, 2017
small updates
May 30, 2016
'lua_pushglobaltable' returns 'void'
Nov 25, 2015
format "%s" in 'string.format' accepts embedded zeros when it
has no modifiers
Jun 9, 2015
bug in order NaN x int (tests must ensure that NaN does not get
converted to integer)
Jan 5, 2015
'setkey' -> 'setnodekey' (to avoid conflicts with POSIX)
Oct 22, 2014
detail (using 'sizeof' instead of 'strlen' for length of a constant
string)
Jul 31, 2014
release changed to (5.3) alpha
Nov 21, 2013
details (typos in comments)
Mar 21, 2013
logic for checking mode for 'fopen' moved to macro 'lua_checkmode'
Jun 11, 2012
bugs: Internal Lua values may escape through the debug API +
Problems when yielding from debug hooks