Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/liblzf/dist



Module Name:    src
Committed By:   tls
Date:           Wed Feb  3 03:55:38 UTC 2010

Modified Files:
        src/external/bsd/liblzf/dist: lzf.h lzfP.h lzf_c.c lzf_d.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/liblzf/dist/lzf.h \
    src/external/bsd/liblzf/dist/lzfP.h src/external/bsd/liblzf/dist/lzf_c.c \
    src/external/bsd/liblzf/dist/lzf_d.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index