OpenGrok
Cross Reference: lzf.c
xref
: /
src
/
external
/
bsd
/
liblzf
/
dist
/
lzf.c
Home
|
History
|
Annotate
|
Download
|
only in
dist
History log of
/src/external/bsd/liblzf/dist/lzf.c
Revision
Date
Author
Comments
1.2
16-Sep-2012
tls
*Sigh* provide, by default, the dumb "allocate 64K on the stack" variant
of the lzf_compress API by default. This is because there is evidently
code floating around out there in the world with broken autoconf scripts that
don't check for LZF_STATE_ARG in the lzf header files and just assume the
dumb version of the API.
We rename the sane API to lzf_compress_r and implement the dumb API in
terms of it. Consequently, bump liblzf major version number. This is
fine because nothing used our liblzf with the old API.
Add lzf(1) utility from LZF distribution. Add manual page for lzf(1).
1.1
03-Feb-2010
tls
branches: 1.1.1;
Initial revision
1.1.1.1
03-Feb-2010
tls
branches: 1.1.1.1.6; 1.1.1.1.12;
Import liblzf version 3.5 (2-clause BSD licensed by Marc Lehmann)
1.1.1.1.12.1
20-Nov-2012
tls
Resync to 2012-11-19 00:00:00 UTC
1.1.1.1.6.1
30-Oct-2012
yamt
sync with head
Indexes created Sun Apr 26 00:22:38 UTC 2026