File: UPDATE

package info (click to toggle)
lua50 5.0.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,120 kB
  • ctags: 1,941
  • sloc: ansic: 11,792; sh: 1,062; makefile: 299
file content (23 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 Lua
src/lgc.c
	C functions also may have stacks larger than current top
	Userdata to be collected still counted into new GC threshold
src/lgc.h
	Userdata to be collected still counted into new GC threshold
src/lparser.c
	Syntax `local function' did not increment stack size
src/lvm.c
	`pc' address was invalidated when a coroutine was suspended
	Count hook might be called without being set
src/lib/lbaselib.c
	Buffer overflow for unusual %p representation
	Wrong number of returns from chunks loaded from stdin
src/lib/liolib.c
	`file.close()' could not be called without arguments
	Buffer overflow for unusual %p representation
src/luac/luac.c
	Missing lock/unlock