ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
(Generate patch)

Comparing Array-Heap/Changes (file contents):
Revision 1.4 by root, Sun Jul 26 05:25:18 2009 UTC vs.
Revision 1.11 by root, Wed Dec 7 12:06:35 2016 UTC

1Revision history for Perl extension Array::Heap. 1Revision history for Perl extension Array::Heap.
2 2
3TODO: get rid of the superflous SvREFCNT_inc and seta_helper. 33.22 Wed Dec 7 13:06:05 CET 2016
4 - work around a bug in perl 5.20 and later where undef array elements
5 sometimes are represented by 0-pointers, on which perl functions
6 later crash.
4 7
52.0 83.21 Wed Jul 15 01:39:13 CEST 2015
9 - mentioned Array::Heap::PriorityQueue::* modules
10 with easier API.
11 - suppress soem bogus warnings on some old 5.12 perls.
12
133.2 Wed Jul 15 01:25:19 CEST 2015
14 - perl 5.10 changed how $a a,d $b variables work,
15 causing functions to fail when called form multiple packages
16 since then (analyzed by Bob Mathews).
17 - added t/03_pkg.t, based on testcase by Bob Mathews.
18 - added stability canary support.
19
203.1 Mon Oct 27 23:33:24 CET 2014
21 - simplify logic in splice_heap.
22 - report out-of-bounds indices in adjust_heap*,
23 instead of crashing or worse.
24
253.0 Fri Apr 19 22:11:11 CEST 2013
26 - implement _idx variants that also keep an index value
27 updates in array references.
28
292.0 Sun Jul 26 07:25:27 CEST 2009
6 - complete rewrite (use the hopefully clearer 30 - complete rewrite (use the hopefully clearer
7 libev hash functions). 31 libev hash functions).
8 - add splice_heap and adjust_heap family of functions. 32 - add splice_heap and adjust_heap family of functions.
9 - speed up _cmp family of functions by using the MULTICALL 33 - speed up _cmp family of functions by using the MULTICALL
10 API. 34 API.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines