Source-Changes archive

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

CVS commit: src/sys/lib/libz



Module Name:    src
Committed By:   mycroft
Date:           Tue Mar 25 22:48:45 UTC 2003

Modified Files:
        src/sys/lib/libz: Makefile crc32.c infblock.c infblock.h inflate.c
            infutil.c infutil.h zconf.h zlib.h

Log Message:
Remove a whole bunch of crap -- including the entirely adler32 stuff that's
only used in gzip headers/footers -- that's not actually used here.  Also use
a smaller CRC table.  Saves >4k of code in boot images.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/lib/libz/Makefile
cvs rdiff -r1.4 -r1.5 src/sys/lib/libz/crc32.c src/sys/lib/libz/infblock.h \
    src/sys/lib/libz/inflate.c src/sys/lib/libz/zconf.h \
    src/sys/lib/libz/zlib.h
cvs rdiff -r1.5 -r1.6 src/sys/lib/libz/infblock.c src/sys/lib/libz/infutil.c \
    src/sys/lib/libz/infutil.h

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