summaryrefslogtreecommitdiff
path: root/lib/zlib/trees.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17lib: zlib: include ctype.hHeinrich Schuchardt1-1/+1
Our ctype.h is in include/linux/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-04-27lib: zlib: fix formatting, referenceHeinrich Schuchardt1-15/+16
Provide a valid reference for the deflate format. Reformat the ALGORITHM and REFERENCES comments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2012-09-29lib: zlib: include deflate into zlib buildLei Wen1-4/+4
Add a new config CONFIG_GZIP_ENABLED, if enabled, the uboot bin would include zlib's deflate method which could be used for compressing. Signed-off-by: Lei Wen <leiwen@marvell.com>
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen1-0/+1244
Signed-off-by: Lei Wen <leiwen@marvell.com>