Clone
view release on metacpan or search on metacpan
0.27 2008-12-14 03:30:40 ray
- Updating Log: Latest patch from Ruslan Zakirov. Patched another
memory leak.
0.26 2007-10-15 04:52:42 ray
- Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
- Perl no longer uses the SvANY part of the SV struct in the same way which
means the old way of storing the hash key is no longer unique.
Thanks to Slaven Rezic for the patch.
0.25 2007-07-25 03:41:04 ray
- Latest patch from Ruslan Zakirov. Patched another memory leak.
0.24 2007-07-25 03:33:57 ray
- Bug fix for 5.9.*, for some reason the 'visible' logic is no longer
working. I #if 'ed it out until I figure out what is going on.
- Also removed an old redundant CLONE_STORE, could have been the cause of
some memory leaks.
0.23 2007-04-20 05:40:27 ray
- Applied patch so clone will contiue to work with newer perls.
- Also fixed test to work with older perls.
0.22 2006-10-08 05:35:19 ray
- D'oh! The 0.21 tardist that I just uploaded to CPAN contained the
0.20 Clone.xs file. This release is just in case any of the 0.21
releases get mirrored.
0.21 2006-10-08 04:02:56 ray
- Clone was segfaulting due to a null SV object in a magical reference (a
PERL_MAGIC_utf8).
- 21859: Clone segfault (isolated example)
0.20 2006-03-08 17:15:23 ray
- Commented out VERSION causes errors with DynaLoader in perl 5.6.1 (and
probably all earlier versions. It was removed.
0.19 2006-03-06 07:22:32 ray
- added a test and fix for tainted variables.
- use a static VERSION in Clone.pm.
0.18 2005-05-23 15:34:31 ray
- moved declaration to top of function, M$ (and other) C compilers choke.
0.17 2005-05-05 22:26:01 ray
- Changed PERL_MAGIC_backref to '<' for compatability with 5.6
0.16 2005-04-20 15:49:35 ray
- Bug fix for id 11997, "Clone dies horribly when Scalar::Util::weaken
is around" see http://rt.cpan.org/Ticket/Display.html?id=11997
for details.
0.15.2.1 2005-05-05 21:55:30 ray
- changed PERL_MAGIC_backref to '<' for backward compatibility with 5.6
0.15 2003-09-07 22:02:35 ray
- VERSION 0.15
0.13.2.3 2003-09-07 21:51:03 ray
- added support for unicode hash keys. This is only really a bug in 5.8.0
and the test in t/03scalar supports this.
0.14 2003-09-07 05:48:10 ray
- VERSION 0.14
0.13.2.2 2003-09-07 05:45:52 ray
- bug fix: refs to a qr (regexp) expression was causing a segfault.
0.13.2.1 2003-09-06 20:18:37 ray
- Bug fix on cloning references, only set ROK in clone if it's set in ref.
0.13 2002-02-03 02:12:29 ray
- VERSION 0.13
0.11.2.1 2002-02-03 02:10:30 ray
- removed dependency on Storable for tests.
0.12 2001-09-30 20:35:27 ray
- Version 0.12 release.
0.11 2001-07-29 19:30:27 ray
- VERSION 0.11
0.10.2.3 2001-07-28 21:53:03 ray
- fixed memory leaks on un-blessed references.
0.10.2.2 2001-07-28 21:52:41 ray
- added test cases for circular reference bugs and memory leaks.
0.10.2.1 2001-07-28 21:52:15 ray
- fixed circular reference bugs.
0.10 2001-04-29 21:48:45 ray
- VERSION 0.10
0.09.2.3 2001-03-11 00:54:41 ray
- change call to rv_clone in clone to sv_clone; this allows any scalar to
be cloned.
0.09.2.2 2001-03-11 00:50:01 ray
- version 0.09.3: cleaned up code, consolidated MAGIC.
0.09.2.1 2001-03-05 16:01:52 ray
- added support for double-types.
0.09 2000-08-21 23:05:55 ray
- added support for code refs
0.08 2000-08-11 17:08:24 ray
- Release 0.08.
0.07 2000-08-01 00:31:24 ray
- release 0.07.
0.06.2.3 2000-07-28 20:40:25 ray
- added support for circular references
0.06.2.2 2000-07-28 19:04:14 ray
- first pass at circular references.
( run in 3.046 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )