| 1 |
Revision history for Perl extension Array::Heap. |
| 2 |
|
| 3 |
3.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. |
| 7 |
|
| 8 |
3.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 |
|
| 13 |
3.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 |
|
| 20 |
3.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 |
|
| 25 |
3.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 |
|
| 29 |
2.0 Sun Jul 26 07:25:27 CEST 2009 |
| 30 |
- complete rewrite (use the hopefully clearer |
| 31 |
libev hash functions). |
| 32 |
- add splice_heap and adjust_heap family of functions. |
| 33 |
- speed up _cmp family of functions by using the MULTICALL |
| 34 |
API. |
| 35 |
- clarify comparison function semantics. |
| 36 |
- comparison is now >, not >=. |
| 37 |
- speed up of everything by taking advantage of the freedom the |
| 38 |
"no magical/tied stuff is supported" rule. |
| 39 |
|
| 40 |
1.3 Sun Jul 26 04:58:00 CEST 2009 |
| 41 |
- push_heap_cmp tried to push the comparison function |
| 42 |
as data element (analyzed by Mark Kidwell). |
| 43 |
|
| 44 |
1.2 Wed Jul 1 10:29:10 CEST 2009 |
| 45 |
- rename to Array::Heap. |
| 46 |
|
| 47 |
1.1 Sat Sep 22 15:38:18 CEST 2007 |
| 48 |
- applied patches by thomas drugeon to add |
| 49 |
_lex variants doing string instead of numeric |
| 50 |
compares by default. |
| 51 |
|
| 52 |
1.0 Thu Mar 3 17:59:22 CET 2005 |
| 53 |
- change of contact address. |
| 54 |
- mature enough for 1.0. |
| 55 |
|
| 56 |
0.02 Tue Oct 7 22:41:30 CEST 2003 |
| 57 |
- changed name to Array::Heap2. |
| 58 |
|
| 59 |
0.01 Thu Sep 18 07:08:54 CEST 2003 |
| 60 |
- original version; copied from Linux-NBD |
| 61 |
|