ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
Revision: 1.9
Committed: Tue Jul 14 23:28:09 2015 UTC (8 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-3_2
Changes since 1.8: +7 -0 lines
Log Message:
3.2

File Contents

# Content
1 Revision history for Perl extension Array::Heap.
2
3 3.2 Wed Jul 15 01:25:19 CEST 2015
4 - perl 5.10 changed how $a a,d $b variables work,
5 causing functions to fail when called form multiple packages
6 since then (analyzed by Bob Mathews).
7 - added t/03_pkg.t, based on testcase by Bob Mathews.
8 - added stability canary support.
9
10 3.1 Mon Oct 27 23:33:24 CET 2014
11 - simplify logic in splice_heap.
12 - report out-of-bounds indices in adjust_heap*,
13 instead of crashing or worse.
14
15 3.0 Fri Apr 19 22:11:11 CEST 2013
16 - implement _idx variants that also keep an index value
17 updates in array references.
18
19 2.0 Sun Jul 26 07:25:27 CEST 2009
20 - complete rewrite (use the hopefully clearer
21 libev hash functions).
22 - add splice_heap and adjust_heap family of functions.
23 - speed up _cmp family of functions by using the MULTICALL
24 API.
25 - clarify comparison function semantics.
26 - comparison is now >, not >=.
27 - speed up of everything by taking advantage of the freedom the
28 "no magical/tied stuff is supported" rule.
29
30 1.3 Sun Jul 26 04:58:00 CEST 2009
31 - push_heap_cmp tried to push the comparison function
32 as data element (analyzed by Mark Kidwell).
33
34 1.2 Wed Jul 1 10:29:10 CEST 2009
35 - rename to Array::Heap.
36
37 1.1 Sat Sep 22 15:38:18 CEST 2007
38 - applied patches by thomas drugeon to add
39 _lex variants doing string instead of numeric
40 compares by default.
41
42 1.0 Thu Mar 3 17:59:22 CET 2005
43 - change of contact address.
44 - mature enough for 1.0.
45
46 0.02 Tue Oct 7 22:41:30 CEST 2003
47 - changed name to Array::Heap2.
48
49 0.01 Thu Sep 18 07:08:54 CEST 2003
50 - original version; copied from Linux-NBD
51