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

Comparing Array-Heap/Changes (file contents):
Revision 1.5 by root, Sun Jul 26 05:25:41 2009 UTC vs.
Revision 1.10 by root, Tue Jul 14 23:45:09 2015 UTC

1Revision history for Perl extension Array::Heap. 1Revision history for Perl extension Array::Heap.
2
33.21 Wed Jul 15 01:39:13 CEST 2015
4 - mentioned Array::Heap::PriorityQueue::* modules
5 with easier API.
6 - suppress soem bogus warnings on some old 5.12 perls.
7
83.2 Wed Jul 15 01:25:19 CEST 2015
9 - perl 5.10 changed how $a a,d $b variables work,
10 causing functions to fail when called form multiple packages
11 since then (analyzed by Bob Mathews).
12 - added t/03_pkg.t, based on testcase by Bob Mathews.
13 - added stability canary support.
14
153.1 Mon Oct 27 23:33:24 CET 2014
16 - simplify logic in splice_heap.
17 - report out-of-bounds indices in adjust_heap*,
18 instead of crashing or worse.
19
203.0 Fri Apr 19 22:11:11 CEST 2013
21 - implement _idx variants that also keep an index value
22 updates in array references.
2 23
32.0 Sun Jul 26 07:25:27 CEST 2009 242.0 Sun Jul 26 07:25:27 CEST 2009
4 - complete rewrite (use the hopefully clearer 25 - complete rewrite (use the hopefully clearer
5 libev hash functions). 26 libev hash functions).
6 - add splice_heap and adjust_heap family of functions. 27 - add splice_heap and adjust_heap family of functions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines