pkgsrc/lang/lua53
alnsn 225552cb24 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))()
2015-12-05 22:50:26 +00:00
..
files
patches
ALTERNATIVES
buildlink3.mk Instead of having only lua.pc, provide both the versioned pkg-config file 2015-07-20 11:30:54 +00:00
DESCR Update DESCR of Lua 5.x and LuaJIT 2.0 packages 2015-10-31 21:37:52 +00:00
distinfo Update Lua to version 5.3.2 and link with pthreads to fix pkg/47587. 2015-12-05 22:50:26 +00:00
Makefile Update Lua to version 5.3.2 and link with pthreads to fix pkg/47587. 2015-12-05 22:50:26 +00:00
PLIST Fix manual pages: .1 is not a teeny number, it's lua5.3(1). 2015-12-01 22:20:31 +00:00
version.mk Update Lua to version 5.3.2 and link with pthreads to fix pkg/47587. 2015-12-05 22:50:26 +00:00