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

Comparing liblzf/Changes (file contents):
Revision 1.38 by root, Tue Nov 13 21:14:15 2007 UTC vs.
Revision 1.42 by root, Fri May 9 12:42:50 2008 UTC

1
23.2
3 - include a workaround for failing POSIX and real-world compliance
4 on 64 bit windows (microsoft claims to support POSIX, but is far
5 from it). (bug found and analysed nicely by John Lilley).
6
73.1 Fri Nov 30 11:33:04 CET 2007
8 - IMPORTANT BUGFIX: a too long final literal run would corrupt data
9 in the encoder (this was introduced in 3.0 only, earlier versions
10 are safe).
11
13.0 Tue Nov 13 22:13:09 CET 2007 123.0 Tue Nov 13 22:13:09 CET 2007
2 - switched to 2-clause bsd with "GPL v2 or any later version" option. 13 - switched to 2-clause bsd with "GPL v2 or any later version" option.
3 - speed up compression by ~10-15% in common cases 14 - speed up compression by ~10-15% in common cases
4 by some manual unrolling. 15 by some manual unrolling.
5 - import some compiler tricks from JSON::XS, for further speed-ups. 16 - import some compiler tricks from JSON::XS, for further speed-ups.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines