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

Comparing liblzf/Changes (file contents):
Revision 1.16 by root, Thu Apr 14 20:38:50 2005 UTC vs.
Revision 1.32 by root, Mon Nov 5 23:28:40 2007 UTC

1 - switched to GPL v2 or any later version.
2
32.1 Fri Nov 2 13:34:42 CET 2007
4 - switched to a 2-clause bsd license with GPL exception.
5 - get rid of memcpy.
6 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a
7 moderate speed improvement.
8 - applied patch by Kein-Hong Man to maske lzf.c compile under
9 the crippled mingw32 environment.
10
112.0 Fri Feb 16 23:11:18 CET 2007
12 - replaced lzf demo by industrial-strength lzf utility with behaviour
13 similar other compression utilities. Thanks for Stefan Traby for
14 rewriting it!
15 - fix state arg prototype.
16
171.7 Wed Sep 27 17:29:15 CEST 2006
18 - remove bogus "unlzf" patch.
19 note to self: never accept well-meant patches.
20 - make lzf more robust in presence of padding bytes or sudden eof.
21
221.6 Fri Jul 7 17:31:26 CEST 2006
23 - the lzf example utility will now uncompress if invoked
24 as "unlzf" (patch by Scott Feeney).
25 - add CHECK_INPUT option that adds more checks for input
26 data validity.
27 - help applications that do not pass in the correct length
28 (such as php) by returning either EINVAL or E2BIG.
29 - default HLOG size is now 15 (cpu caches have increased).
30 - documentation fixes.
31
11.51 Thu Apr 14 22:15:46 CEST 2005 321.51 Thu Apr 14 22:15:46 CEST 2005
2 - incorporated C♯ implementation of both the en- and decoder, 33 - incorporated C♯ implementation of both the en- and decoder,
3 written by "Oren J. Maurice <oymaurice@hazorea.org.il>". 34 written by "Oren J. Maurice <oymaurice@hazorea.org.il>".
4 You cna find it in the cs/ subdirectory. 35 You can find it in the cs/ subdirectory.
5 - make FRST, NEXT IDX overridable if lzf_c.c is directly included 36 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
6 in the code. 37 in the code.
7 38
81.5 Tue Mar 8 20:23:23 CET 2005 391.5 Tue Mar 8 20:23:23 CET 2005
9 - incorporated improvements by Adam D. Moss, 40 - incorporated improvements by Adam D. Moss,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines