pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Set-Object
Module Name: pkgsrc
Committed By: mef
Date: Sun Feb 15 08:20:54 UTC 2015
Modified Files:
pkgsrc/devel/p5-Set-Object: Makefile distinfo
Log Message:
Update 1.28 to 1.34
-------------------
1.34, 2013-12-25
* Make synopsis examples work (tadzik)
1.33, 2013-12-13
* Fix RT #90070: Improve pod for sorted @$set in list context vs
unsorted ->elements (ftobin)
* Fix RT #87658: Typo in pod (dsteinbrunner)
1.32, 2013-05-15 rurban (released 2013-12-13)
* Reverts Changes.pod patch RT#85244 as it conflicts with the
Set::Object pod on metacpan. Also RT #85246
1.31, 2013-05-13 rurban
* Changes.pod patch by Gregor Hermann, debian perl group - RT#85244
1.30, 2013-04-04 rurban (new maintainer)
* Fixes for 5.16 and newer - RT#83426 Sort by member names, not the
refs. Fix wrong weak test with globals. Changed to lexicals and use
strict/warnings.
* Fix t/misc/segfault.t, check SvMAGICAL before doing "mg_find"
* Fixed wrong C format types in warnings and "SET_OBJECT_MAGIC_backref".
Added PREREQ_PMs, make Test::LeakTrace and Moose an optional
dependency for t/misc/more_leaks.t
* Improve thread-safety (forbid concurrent writes), but still dealing
with Attempt to free non-existent shared string and Unbalanced string
table refcount: (1) for "8" during global destruction. - RT #22760
* Add missing typemap entry const char * for 5.6
1.29, 13 Feb 2013
* Fixed a typo in a function which really shouldn't exist - RT#79653
* Marked a couple of functions as deprecated for removal (including the
above function).
* Fixed the magic cleanup code to use the appropriate macro/function to
clean up the magic list instead of trying to do it itself.
Unsurprisingly, fixes a memory leak. (RT#69967, also RT#67289)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Set-Object/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Set-Object/distinfo
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