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

Comparing liblzf/Changes (file contents):
Revision 1.59 by root, Mon Jun 29 23:34:41 2015 UTC vs.
Revision 1.61 by root, Sun Mar 3 11:31:01 2019 UTC

1 1
2TODO: try unaligned copy again in decompressor 2TODO: try unaligned copy again in decompressor
3TODO: allow size-optimised binaries by avoiding unrolling 3TODO: allow size-optimised binaries by avoiding unrolling
4TODO: implement lzf_c_best in lzf. 4TODO: implement lzf_c_best in lzf.
5TODO: undefined unaligned access
5 6
63.8 (unreleased) 73.8 (unreleased)
7 - support a state arg for lzf_c_best. 8 - support a state arg for lzf_c_best.
8 9
93.7 (unreleased) 103.7 (unreleased)
722.1 Fri Nov 2 13:34:42 CET 2007 732.1 Fri Nov 2 13:34:42 CET 2007
73 - switched to a 2-clause bsd license with GPL exception. 74 - switched to a 2-clause bsd license with GPL exception.
74 - get rid of memcpy. 75 - get rid of memcpy.
75 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a 76 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a
76 moderate speed improvement. 77 moderate speed improvement.
77 - applied patch by Kein-Hong Man to maske lzf.c compile under 78 - applied patch by Kein-Hong Man to make lzf.c compile under
78 the crippled mingw32 environment. 79 the crippled mingw32 environment.
79 80
802.0 Fri Feb 16 23:11:18 CET 2007 812.0 Fri Feb 16 23:11:18 CET 2007
81 - replaced lzf demo by industrial-strength lzf utility with behaviour 82 - replaced lzf demo by industrial-strength lzf utility with behaviour
82 similar other compression utilities. Thanks for Stefan Traby for 83 similar other compression utilities. Thanks for Stefan Traby for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines