ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/Changes
(Generate patch)

Comparing Compress-LZF/Changes (file contents):
Revision 1.3 by root, Wed Feb 27 20:51:21 2002 UTC vs.
Revision 1.19 by pcg, Thu Mar 3 17:10:16 2005 UTC

1Revision history for Perl extension Compress::LZF 1Revision history for Perl extension Compress::LZF
2
31.401 Thu Mar 3 18:00:52 CET 2005
4 - upgraded to liblzf-1.401.
5 - change of contact address.
6
71.4 Wed Dec 15 08:09:33 CET 2004
8 - upgraded to liblzf-1.4.
9
101.0 Mon May 3 20:25:07 CEST 2004
11 - yet another minor reference copying vs. inc bug.
12
130.1046 Fri Jan 17 08:14:30 CET 2003
14 - added debian files, realized that debians package management
15 is quite useless.
16
170.1045 Thu Sep 5 23:54:11 CEST 2002
18 - always make a stringified copy of the argument for
19 sfreeze, so the assertion "sfreeze makes a string out
20 of it's argument" holds even for integers.
21 - "simple" objects now include PVIV and PVNV.
22
230.1044 Thu Sep 5 06:44:13 CEST 2002
24 - MINOR: add set_serializer interface.
25
260.1043 Sat May 18 23:40:01 CEST 2002
27 - bugfix when freezing non-SVt_PV-PV's.
28 - thanks to all cpan-testers ;)
29
300.1042 Fri May 17 22:09:08 CEST 2002
31 - removed some debugging code that kept sfreeze from properly
32
330.1041 Wed Apr 10 05:12:47 CEST 2002
34 - sthaw now returns a copy of it's argument instead of the argument
35 itself in the pass-through case, as this is the required semantics
36 for perl.
37
380.104 Tue Mar 26 18:48:02 CET 2002
39 - fix more logic bugs. never wrote functions with such contorted
40 logic :( maybe I should just ignore the idea of saving single bytes
41 whereever possible to make this module much cleaner...
42
430.103 Sun Mar 3 05:39:00 CET 2002
44 - try to handle magical objects that are no references
45 by creating a referebce to them and passing this ref to
46 storable.
2 47
30.102 Wed Feb 27 21:50:18 CET 2002 480.102 Wed Feb 27 21:50:18 CET 2002
4 - handle magic in sfreeze. 49 - handle magic in sfreeze.
5 50
60.101 Fri Feb 22 01:15:25 CET 2002 510.101 Fri Feb 22 01:15:25 CET 2002

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines