lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Luiz,

Was the tarball for 5.0.1 supposed to be attached to your email or should I
download it from www.lua.org?

Marius Gheorghe

-----Original Message-----
From: Luiz Henrique de Figueiredo [mailto:lhf@tecgraf.puc-rio.br]
Sent: Tuesday, October 07, 2003 10:44 AM
To: lua@bazar2.conectiva.com.br
Subject: Re: Lua 5.0 -> 5.0.1

Here is the list of changes.
--lhf

This is Lua 5.0.1, an update of Lua 5.0 that includes the following changes,
which fix all known bugs in Lua 5.0.

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
src/lib/liolib.c
        `file:close' could not be called without a file
        Buffer overflow for unusual %p representation

To use this update, simply open this tarball over the original Lua 5.0
source.