lua-users home
lua-l archive

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


Hi lhf,

A off-topic question about Lua5.2, when will it release?
Many thanks,

------------------------------------------
blog: http://sunxiunan.com/
C++, Lua, living in Dalian
http://twitter.com/sagasw
------------------------------------------


On Sun, Oct 30, 2011 at 1:12 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
A new patch file for Lua 5.1.4 is available at
       http://www.lua.org/ftp/patch-lua-5.1.4-4

It combines all patches listed at
       http://www.lua.org/bugs.html#5.1.4

Apply this patch to a pristine copy of Lua 5.1.4 with:
       wget http://www.lua.org/ftp/lua-5.1.4.tar.gz
       tar zxf lua-5.1.4.tar.gz
       cd lua-5.1.4/src
       wget http://www.lua.org/ftp/patch-lua-5.1.4-4
       patch < patch-lua-5.1.4-4

Use curl -O -R if you don't have wget (e.g., in Mac OS X).

This patch is identified by the data below:
       # patch-lua-5.1.4-4 created 2011-10-29T14:56:19-0200
        md5: 329d8695e3e6f1267190e220559f7b6c  -
       sha1: ddb21425ee0a7d8882efc3fb6b105132bc9f6224  -

All feedback welcome.
--lhf