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

Comparing Compress-LZF/Changes (file contents):
Revision 1.10 by root, Thu Sep 5 04:44:55 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.
2 22
30.1044 Thu Sep 5 06:44:13 CEST 2002 230.1044 Thu Sep 5 06:44:13 CEST 2002
4 - MINOR: add set_serializer interface. 24 - MINOR: add set_serializer interface.
5 25
60.1043 Sat May 18 23:40:01 CEST 2002 260.1043 Sat May 18 23:40:01 CEST 2002
100.1042 Fri May 17 22:09:08 CEST 2002 300.1042 Fri May 17 22:09:08 CEST 2002
11 - removed some debugging code that kept sfreeze from properly 31 - removed some debugging code that kept sfreeze from properly
12 32
130.1041 Wed Apr 10 05:12:47 CEST 2002 330.1041 Wed Apr 10 05:12:47 CEST 2002
14 - sthaw now returns a copy of it's argument instead of the argument 34 - sthaw now returns a copy of it's argument instead of the argument
15 itself in the pass-through case, as this i the required semantics 35 itself in the pass-through case, as this is the required semantics
16 for perl. 36 for perl.
17 37
180.104 Tue Mar 26 18:48:02 CET 2002 380.104 Tue Mar 26 18:48:02 CET 2002
19 - fix more logic bugs. never wrote functions with such contorted 39 - fix more logic bugs. never wrote functions with such contorted
20 logic :( maybe I should just ignore the idea of saving single bytes 40 logic :( maybe I should just ignore the idea of saving single bytes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines