Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include io.h in gzguts.h for Microsoft compilers. | Mark Adler | 2012-01-29 | 1 | -2/+1 |
| | |||||
* | zlib 1.2.6v1.2.6 | Mark Adler | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Include io.h for Turbo C / Borland C on all platforms [Truta]. | Mark Adler | 2012-01-18 | 1 | -1/+1 |
| | |||||
* | Fix gzeof() to behave just like feof() when read is not past end of file. | Mark Adler | 2011-12-11 | 1 | -2/+3 |
| | | | | | | | | Before, gzeof() would return true (accurately) when the last read request went just up to the end of the uncompressed data. In the analogous case, feof() would return false, only returning true when a read request goes past the end of the file. This patch corrects gzeof() to behave in the same way as feof(), as noted in the zlib.h documentation. | ||||
* | Fix gzwrite.c to accommodate reduced memory zlib compilation. | Mark Adler | 2011-12-10 | 1 | -0/+7 |
| | | | | | | gzwrite.c had hard-coded parameters to deflateInit2() which could contradict compile-time options for the use of less memory and fewer code bits. This patch suggested by Karsten Saunte fixes that. | ||||
* | Include io.h for Turbo C / Borland C++. | Mark Adler | 2011-11-21 | 1 | -0/+4 |
| | |||||
* | Facilitate compilation with Borland C++ for pragmas and vsnprintf. | Mark Adler | 2011-11-19 | 1 | -0/+6 |
| | |||||
* | Add a transparent write mode to gzopen() when 'T' is in the mode. | Mark Adler | 2011-10-02 | 1 | -1/+1 |
| | |||||
* | Merge vestigial vsnprintf determination from zutil.h to gzguts.h. | Mark Adler | 2011-10-02 | 1 | -3/+42 |
| | | | | | | | | | This also moves some of the same from zconf.h to gzguts.h. A new function, gzflags(), was created to pass the compilation flags related to vsnprintf usage back to zlibCompileFlags() in zutil.c. In the process, various compiler configuration files were updated to include gzflags(), as well as the new gzgetc_() function added when the gzgetc() macro was introduced in a previous patch. | ||||
* | Update copyright dates on gz* source files. | Mark Adler | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Change gzgetc() to a macro for speed (~40% speedup in testing). | Mark Adler | 2011-09-26 | 1 | -3/+5 |
| | |||||
* | Simplify gzseek() now that raw after gzip is ignored. | Mark Adler | 2011-09-26 | 1 | -1/+0 |
| | |||||
* | zlib 1.2.4.5v1.2.4.5 | Mark Adler | 2011-09-09 | 1 | -4/+8 |
| | |||||
* | zlib 1.2.4.3v1.2.4.3 | Mark Adler | 2011-09-09 | 1 | -11/+5 |
| | |||||
* | zlib 1.2.4.2v1.2.4.2 | Mark Adler | 2011-09-09 | 1 | -2/+10 |
| | |||||
* | zlib 1.2.4.1v1.2.4.1 | Mark Adler | 2011-09-09 | 1 | -11/+5 |
| | |||||
* | zlib 1.2.4v1.2.4 | Mark Adler | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | zlib 1.2.3.8v1.2.3.8 | Mark Adler | 2011-09-09 | 1 | -0/+11 |
| | |||||
* | zlib 1.2.3.7v1.2.3.7 | Mark Adler | 2011-09-09 | 1 | -4/+10 |
| | |||||
* | zlib 1.2.3.6v1.2.3.6 | Mark Adler | 2011-09-09 | 1 | -6/+12 |
| | |||||
* | zlib 1.2.3.5v1.2.3.5 | Mark Adler | 2011-09-09 | 1 | -0/+109 |