1Revision history for Perl extension Clone.
2
3$Log: Changes,v $
4Revision 0.31  2009/01/20 04:54:37  ray
5Made changes for build failure on Solaris, apparently compiler warnings from the last patch are errors in Solaris.
6Also, brought Changes file up to date.
7
8Revision 0.30  2008/12/14 03:33:14  ray
9Updating log: Applied patches from RT # 40957 and #41551.
10
11Revision 0.29  2008/12/14 03:32:41  ray
12Updating log: Applied patches supplied by Andreas Koenig, see RT #34317.
13
14Revision 0.28  2008/12/14 03:31:33  ray
15Updating log: Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
16Perl no longer uses the SvANY part of the SV struct in the same way which
17meams the old way of storing the hash key is no longer unique.
18Thanks to Slaven Rezic for the patch.
19
20Revision 0.27  2008/12/14 03:30:40  ray
21Updating Log: Latest patch from Ruslan Zakirov. Patched another memory leak.
22
23Revision 0.26  2007/10/15 04:52:42  ray
24Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
25Perl no longer uses the SvANY part of the SV struct in the same way which
26meams the old way of storing the hash key is no longer unique.
27Thanks to Slaven Rezic for the patch.
28
29Revision 0.25  2007-07-25 03:41:04  ray
30Latest patch from Ruslan Zakirov. Patched another memory leak.
31
32Revision 0.24  2007-07-25 03:33:57  ray
33Bug fix for 5.9.*, for some reason the 'visible' logic is no longer working.
34I #if 'ed it out until I figure out what is going on.
35Also removed an old redundant CLONE_STORE, could have been the cause of some
36memory leaks.
37
38Revision 0.23  2007-04-20 05:40:27  ray
39Applied patch so clone will contiue to work with newer perls.
40Also fixed test to work with older perls.
41
42Revision 0.22  2006-10-08 05:35:19  ray
43D'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.
44
45Revision 0.21  2006-10-08 04:02:56  ray
46Clone was segfaulting due to a null SV object in a magical reference (a
47PERL_MAGIC_utf8).
4821859: Clone segfault (isolated example)
49
50Revision 0.20  2006/03/08 17:15:23  ray
51Commented out VERSION causes errors with DynaLoader in perl 5.6.1 (and
52probably all earlier versions. It was removed.
53
54Revision 0.19  2006/03/06 07:22:32  ray
55added a test and fix for tainted variables.
56use a static VERSION in Clone.pm.
57
58Revision 0.18  2005/05/23 15:34:31  ray
59moved declaration to top of function, M$ (and other) C compilers choke.
60
61Revision 0.17  2005/05/05 22:26:01  ray
62Changed PERL_MAGIC_backref to '<' for compatability with 5.6
63
64Revision 0.16  2005/04/20 15:49:35  ray
65Bug fix for id 11997, "Clone dies horribly when Scalar::Util::weaken is around"
66see http://rt.cpan.org/Ticket/Display.html?id=11997 for details.
67
68Revision 0.15.2.1  2005/05/05 21:55:30  ray
69changed PERL_MAGIC_backref to '<' for backward compatibility with 5.6
70
71Revision 0.15  2003/09/07 22:02:35  ray
72VERSION 0.15
73
74Revision 0.13.2.3  2003/09/07 21:51:03  ray
75added support for unicode hash keys. This is only really a bug in 5.8.0 and
76the test in t/03scalar supports this.
77
78Revision 0.14  2003/09/07 05:48:10  ray
79VERSION 0.14
80
81Revision 0.13.2.2  2003/09/07 05:45:52  ray
82bug fix: refs to a qr (regexp) expression was causing a segfault.
83
84Revision 0.13.2.1  2003/09/06 20:18:37  ray
85Bug fix on cloning references, only set ROK in clone if it's set in ref.
86
87Revision 0.13  2002/06/12 06:42:14  ray
88VERSION 0.13
89
90Revision 0.13  2002/02/03 02:12:29  ray
91VERSION 0.13
92
93Revision 0.11.2.1  2002/02/03 02:10:30  ray
94removed dependency on Storable for tests.
95
96Revision 0.12  2001/09/30 20:35:27  ray
97Version 0.12 release.
98
99Revision 0.11  2001/07/29 19:30:27  ray
100VERSION 0.11
101
102Revision 0.10.2.3  2001/07/28 21:53:03  ray
103fixed memory leaks on un-blessed references.
104
105Revision 0.10.2.2  2001/07/28 21:52:41  ray
106added test cases for circular reference bugs and memory leaks.
107
108Revision 0.10.2.1  2001/07/28 21:52:15  ray
109fixed circular reference bugs.
110
111Revision 0.10  2001/04/29 21:48:45  ray
112VERSION 0.10
113
114Revision 0.9.2.3  2001/03/11 00:54:41  ray
115change call to rv_clone in clone to sv_clone; this allows any scalar to
116be cloned.
117
118Revision 0.9.2.2  2001/03/11 00:50:01  ray
119version 0.09.3: cleaned up code, consolidated MAGIC.
120
121Revision 0.9.2.1  2001/03/05 16:01:52  ray
122added support for double-types.
123
124Revision 0.9  2000/08/21 23:05:55  ray
125added support for code refs
126
127Revision 0.8  2000/08/11 17:08:24  ray
128Release 0.08.
129
130Revision 0.7  2000/08/01 00:31:24  ray
131release 0.07.
132
133Revision 0.6.2.3  2000/07/28 20:40:25  ray
134added support for circular references
135
136Revision 0.6.2.2  2000/07/28 19:04:14  ray
137first pass at circular references.
138
139Revision 0.6.2.1  2000/07/28 18:54:33  ray
140added support for scalar types.
141
142
1430.06  Thu May 25 17:48:59 2000 GMT
144	- initial release to CPAN.
145
1460.01  Tue May 16 08:55:10 2000
147	- original version; created by h2xs 1.19
148
149