Path to this page:
Subject: CVS commit: pkgsrc/lang/lua53
From: Alexander Nasonov
Date: 2016-06-07 00:18:07
Message id: 20160606221807.CD385FBB5@cvs.NetBSD.org
Log Message:
Update lang/lua53 to version 5.3.3.
This bugfix version fixes the following problems:
1. Metatable may access its own deallocated field when it has a
self reference in __newindex.
2. Label between local definitions can mix-up their initializations.
3. gmatch iterator fails when called from a coroutine different
from the one that created it.
Files: