pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/lua53



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sat Dec  5 22:50:26 UTC 2015

Modified Files:
        pkgsrc/lang/lua53: Makefile distinfo version.mk

Log Message:
Update Lua to version 5.3.2 and link with pthreads to fix pkg/47587.

Lua 5.3.2 fixes all bugs listed in
        http://www.lua.org/bugs.html#5.3.1 [1]

Lua 5.3.2 also contains several internal improvements and includes a
revised reference manual:
        http://www.lua.org/manual/5.3/

[1]
    1. io.lines does not check maximum number of options.
       reported by Patrick Donnell on 10 Jul 2015. existed since 3.0.
       Example:
-- can crash in some machines
t ={}; for i = 1, 253 do t[i] = 1 end
io.lines("someexistingfile", table.unpack(t))()


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/lua53/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/lua53/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/lua53/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index