Tags · cloudwu/lua

v5-3-2

Toggle v5-3-2's commit message

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

has no modifiers

v5-3-1

Toggle v5-3-1's commit message

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

converted to integer)

v5-3-0

Toggle v5-3-0's commit message

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

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

string)

v5-2-2

Toggle v5-2-2's commit message

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

v5-2-1

Toggle v5-2-1's commit message

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

Problems when yielding from debug hooks