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.41 by root, Tue May 6 22:49:18 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines