-Add SHA256
ChangeLog:
- Fixed inifinte recursion when adding comparators into bags. That whole area is
unpleasant - conceptually as well as implementation-wise. Comparators no longer
inherit a compare method, so we only call the specialised compare if it exists,
otherwise we just do normal deep comparison.
- Removed a debugging print.
Noticed by: edwin@
- add runtime pear dependency in bsd.pear.mk
This should fix all the issues reported by pointyhat
and probably obsolates many of the BUILD_DEPENDS and
RUN_DEPENDS on PEAR.php in pear ports.
Data::Swap (XS) module allows to swap the contents of two referenced
variables, even if they have different types. The main application is
to change the base type of an object after it has been created, for
example for dynamic loading of data structures:
swap $self, bless $replacement, $newclass;
WWW: http://search.cpan.org/dist/Data-Swap/
PR: ports/90229
Submitted by: Parv <parv@pair.org>
Rollback to 1.2.3 is impossible with new apr and swig
in ports tree: all bindings are broken with these
versions :(
(2) Fix problems with new apache build infrastructure.
I'm sorry for long pause
0.09 2005-11-30
- order_name called with unknown order reported wrong id.
(bug, but one that should be impossible to ever trigger)
- added a #define packWARN for older perls that don't have it yet.
0.08 2005-11-20
- Remove pointless sv_reftype test from object access.
- Add extract_all
- absorb and key_absorb now take any number of heaps as argument
instead of absorbing exactly one.
- Add mass insert/key_insert/_key_insert. Use them in absorb.
- Added merge_arrays
Approved by: tobez
0.11 2005-11-30
- Fixed a missing interpolation in Makefile.PL. This only changes
the text shown during make and doesn't change any functionality.
0.10 2005-11-20
- Fetch required versions of Heap::Simple::XS and
Heap::Simple::Perl in
Makefile.PL, and warn about out of order upgrades.
- Updated documentation (fixes, new functionality)
- insert/key_insert can now take a variable number of
arguments
- absorb/key_absorb can now take a variable number of
arguments
- new method merge_arrays
- new method extract_all
- Updated minimum version numbers of Heap::Simple::Perl and
Heap::Simple::XS so that they support the new documented
features
- Replaced :: by - in author email address (easier quoting for
mailers)