Home | History | Annotate | Download | only in dist
History log of /src/external/bsd/liblzf/dist/lzfP.h
RevisionDateAuthorComments
 1.4  10-Aug-2014  tls Merge tls-earlyentropy branch into HEAD.
 1.3  16-Sep-2012  tls branches: 1.3.8;
*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.2  03-Feb-2010  tls branches: 1.2.6; 1.2.12;
Adjust liblzf to offer the LZF_STATE_ARG API, which is better for small-stack
environments (think bootblocks etc) and no worse elsewise (you can always
just pass the same state argument...) and have correct prototypes when doing
so.
 1.1  03-Feb-2010  tls branches: 1.1.1;
Initial revision
 1.1.1.1  03-Feb-2010  tls Import liblzf version 3.5 (2-clause BSD licensed by Marc Lehmann)
 1.2.12.2  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.6.1  30-Oct-2012  yamt sync with head
 1.3.8.1  07-Apr-2014  tls LZF in the kernel. As an entropy estimator for now but it's very small, and
we could use it for ipcomp, for hibernation, for paging, for core dumps, etc.

RSS XML Feed