ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
Revision: 1.7
Committed: Fri Apr 19 20:53:56 2013 UTC (11 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.6: +1 -2 lines
Log Message:
3.0

File Contents

# Content
1 Revision history for Perl extension Array::Heap.
2
3 3.0 Fri Apr 19 22:11:11 CEST 2013
4 - implement _idx variants that also keep an index value
5 updates in array references.
6
7 2.0 Sun Jul 26 07:25:27 CEST 2009
8 - complete rewrite (use the hopefully clearer
9 libev hash functions).
10 - add splice_heap and adjust_heap family of functions.
11 - speed up _cmp family of functions by using the MULTICALL
12 API.
13 - clarify comparison function semantics.
14 - comparison is now >, not >=.
15 - speed up of everything by taking advantage of the freedom the
16 "no magical/tied stuff is supported" rule.
17
18 1.3 Sun Jul 26 04:58:00 CEST 2009
19 - push_heap_cmp tried to push the comparison function
20 as data element (analyzed by Mark Kidwell).
21
22 1.2 Wed Jul 1 10:29:10 CEST 2009
23 - rename to Array::Heap.
24
25 1.1 Sat Sep 22 15:38:18 CEST 2007
26 - applied patches by thomas drugeon to add
27 _lex variants doing string instead of numeric
28 compares by default.
29
30 1.0 Thu Mar 3 17:59:22 CET 2005
31 - change of contact address.
32 - mature enough for 1.0.
33
34 0.02 Tue Oct 7 22:41:30 CEST 2003
35 - changed name to Array::Heap2.
36
37 0.01 Thu Sep 18 07:08:54 CEST 2003
38 - original version; copied from Linux-NBD
39