ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Changes
Revision: 1.4
Committed: Sun Jul 26 05:25:18 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.3: +1 -1 lines
Log Message:
2.0

File Contents

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