Lines Matching refs:minigzip

127 - Fix bug in test/minigzip.c for configure --solo
251 - Move example.c and minigzip.c to test/
351 - Only define unlink() in minigzip.c if unistd.h not included
354 - Include stdlib.h in minigzip.c for setmode() definition under WinCE
403 - Check file name lengths and add -c option in minigzip.c [Li]
494 - Remove USE_MMAP configuration determination (only used by minigzip)
510 - Provide alternative to perror() in minigzip.c for WinCE [Alves]
626 gzio.c, example.c and minigzip.c [Truta]
696 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
751 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta]
896 - Remove casting to sizeof in minigzip.c; give a proper type
918 - Add casting to sizeof() in gzio.c and minigzip.c
931 - Add some casts to minigzip.c
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
976 - Remove exit(0) from minigzip.c, example.c
1127 - in minigzip, try mmap'ing the input file first (Miguel Albrecht)
1128 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain
1155 - do not redeclare unlink in minigzip.c for WIN32 (John Bowler)
1167 - pass minigzip command line options to file_compress
1205 - In minigzip, pass transparently also the first byte for .Z files.
1231 level) in minigzip (thanks to Tom Lane)
1256 - in minigzip.c, use static buffers only for 16-bit systems
1257 - fix suffix check for "minigzip -d foo.gz"
1283 on to attempt decompressing extra garbage data. This affected minigzip too.
1422 - Set binary mode for stdin/stdout in minigzip.c for OS/2
1478 - workaround for a bug in TurboC. example and minigzip now work on MSDOS.
1481 - added minigzip.c