Path to this page:
Subject: CVS commit: pkgsrc/devel/nspr
From: Ryo ONODERA
Date: 2016-09-30 13:54:27
Message id: 20160930115427.E0F05FBD2@cvs.NetBSD.org
Log Message:
Update to 4.13
Changelog:
NSPR 4.13 has the following bug fixes:
*Â PL_strcmp (and others) were fixed to return consistent results
 when one of the arguments is NULL.
*Â PollEvent was fixed to not block on clear.
* Pipes are always nonblocking.
* PR_GetNameForIdentity: added thread safety lock and bound checks.
* Removed the PLArena freelist.
* Avoid some integer overflows.
* fixed several comments.
For the full list see:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.13
Files: