diff options
author | abs <abs> | 2007-02-06 18:43:27 +0000 |
---|---|---|
committer | abs <abs> | 2007-02-06 18:43:27 +0000 |
commit | 4bd27b3e6eb957621fc7fefeee6996ce134f4f51 (patch) | |
tree | 7843fb135c8315b828c3781a4ea414789c00bd3c /devel/p5-Heap/distinfo | |
parent | 70f18b2b7e332ec8d5665283473a00bbf1daefd5 (diff) | |
download | pkgsrc-4bd27b3e6eb957621fc7fefeee6996ce134f4f51.tar.gz |
Update devel/p5-Heap from 0.50 to 0.71
0.60 Sun Nov 16 16:58:12 EST 2003
- ensured that $elem->heap can be tested for undef
to determine whether it is actually on a heap at
the moment
- requested by Dan Bolser <dmb@mrc-dunn.cam.ac.uk>
- fixed bug in Heap::Binary delete
- noted by Arun Bhalla <bhalla@uiuc.edu>
- changes to t/test.t
- added tests for delete
- made test run against all Heap variants
- made test configurable to get a small test case
for solving bugs
- fixed bug in Heap::Binomial delete
- Heap::Fibonacci delete worked in tests
0.70 Fri Dec 5 00:55:41 EST 2003
- finally got around to renaming minimum and
extract_minimum methods to top and extract_top
- prompted by Steve Lembark <lembark@wrkhors.com>
- old names are still supported, but depracated
0.71 Thu Jun 17 12:25:36 EDT 2004
- fixed a memory leak in Heap::Fibonacci
- the DESTROY method did'nt traverse fully
- one final reference to extract_minimum in doc for Heap.pm
- both issues reported by Christian Plessl <plessl@tik.ee.ethz.ch>
Diffstat (limited to 'devel/p5-Heap/distinfo')
-rw-r--r-- | devel/p5-Heap/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Heap/distinfo b/devel/p5-Heap/distinfo index 379157f93e4..18c1dfd5069 100644 --- a/devel/p5-Heap/distinfo +++ b/devel/p5-Heap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:25 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/06 18:43:27 abs Exp $ -SHA1 (Heap-0.50.tar.gz) = aa520ff557d2d418b0f9d12a2eb69920e39d2799 -RMD160 (Heap-0.50.tar.gz) = 8878be46ea6b76b4532ac38fad5110b8c9387941 -Size (Heap-0.50.tar.gz) = 28966 bytes +SHA1 (Heap-0.71.tar.gz) = 3d514a25d83f51169e0ef4feda95e45d8cba4df8 +RMD160 (Heap-0.71.tar.gz) = 86f74a7610eef3dd491f01ebfba845176136b7fc +Size (Heap-0.71.tar.gz) = 16618 bytes |