Skip to content

Tags: xyui/lua

Tags

v5-3-4

small updates

v5-3-3

'lua_pushglobaltable' returns 'void'

v5-3-2

format "%s" in 'string.format' accepts embedded zeros when it

has no modifiers

v5-3-1

bug in order NaN x int (tests must ensure that NaN does not get

converted to integer)

v5-3-0

'setkey' -> 'setnodekey' (to avoid conflicts with POSIX)

v5-3-beta

detail (using 'sizeof' instead of 'strlen' for length of a constant

string)

v5-3-alpha

release changed to (5.3) alpha

v5-2-3

details (typos in comments)

v5-2-2

logic for checking mode for 'fopen' moved to macro 'lua_checkmode'

v5-2-1

bugs: Internal Lua values may escape through the debug API +

Problems when yielding from debug hooks