update

来自「世界上最快的脚本语言lua的源码」· 代码 · 共 24 行

TXT
24
字号
This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes,which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS.src/ldo.c	Attempt to resume running coroutine crashed Luasrc/lgc.c	C functions also may have stacks larger than current top	Userdata to be collected still counted into new GC thresholdsrc/lgc.h	Userdata to be collected still counted into new GC thresholdsrc/lparser.c	Syntax `local function' did not increment stack sizesrc/lvm.c	`pc' address was invalidated when a coroutine was suspended	Count hook might be called without being setsrc/lib/lbaselib.c	Buffer overflow for unusual %p representation	Wrong number of returns from chunks loaded from stdinsrc/lib/liolib.c	`file.close()' could not be called without arguments	Buffer overflow for unusual %p representationsrc/luac/luac.c	Missing lock/unlock

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?