summaryrefslogtreecommitdiff
path: root/com32/lib/zlib
Commit message (Collapse)AuthorAgeFilesLines
* zlib: use (void(0)) instead of empty #definesPatrick Masotta2015-09-131-6/+6
| | | | | | Originally-By: Patrick Masotta <masottaus@yahoo.com> [Use (void(0)) instead of a dummy function - gene.cumm@gmail.com] Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* zlib: rename DEBUG to DEBUG_ZLIB againH. Peter Anvin2010-07-065-26/+26
| | | | | | We don't want to use the global DEBUG for zlib... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* zlib: update to zlib 1.2.5H. Peter Anvin2010-07-0520-727/+1665
| | | | | | Update zlib to zlib 1.2.5. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* zlib: change DEBUG to DEBUG_ZLIBH. Peter Anvin2010-07-015-25/+25
| | | | | | | zlib uses DEBUG for something slightly different than the Syslinux main code, so change the name of the symbol. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* zlib: fix warning in crc32.cH. Peter Anvin2010-01-101-1/+1
| | | | | | Fix a signed/unsigned warning in crc32.c. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* zlib: remove unused sample programsH. Peter Anvin2009-08-102-888/+0
| | | | | | | Remove unused sample programs (example.c, minigzip.c); we don' tuse them and they are just noise. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* zlib: kill gzio.cH. Peter Anvin2009-08-091-1017/+0
| | | | | | | Remove gzio.c, which is a zlib-specific stdio-like interface. We implement this in the actual filesystem layer, which is much cleaner. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-1713-13/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-1/+0
|
* Move <zconf.h> to the right placesyslinux-3.07-pre2hpa2005-01-121-323/+0
|
* Move <zlib.h> to include directory; add prototype for ftell()hpa2005-01-081-1200/+0
|
* Add zlib to libcom32hpa2005-01-0829-0/+12069