Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add casts in gzwrite.c for pointer differences. | Mark Adler | 2013-04-13 | 1 | -1/+2 |
| | |||||
* | zlib 1.2.7.1v1.2.7.1 | Mark Adler | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Minor spacing cleanup in a comment in gzguts.h. | Mark Adler | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Use underscored I/O function names for WINAPI_FAMILY. | Mark Adler | 2013-02-23 | 1 | -0/+7 |
| | | | | Suggested by E. Timothy Uy. | ||||
* | Use _snprintf for snprinf in Microsoft C. | Mark Adler | 2012-06-03 | 1 | -0/+8 |
| | | | | | | | | | | | More than a decade later, Microsoft C does not support the C99 standard. It's good that _snprintf has a different name, since it does not guarantee that the result is null terminated, as does snprintf. However where _snprintf is used under Microsoft C, the destination string is assured to be long enough, so this will not be a problem. This occurs in two places, both in gzlib.c. Where sprintf functionality is needed by gzprintf, vsnprintf is used in the case of Microsoft C. | ||||
* | Fix gzopen_w() type and add #include for the type. | Mark Adler | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Add gzopen_w() in Windows for wide character path names. | Mark Adler | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Simplify test and use of gcc hidden attribute. | Mark Adler | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Improve the detection of no hidden visibility attribute. | Mark Adler | 2012-02-19 | 1 | -2/+1 |
| | |||||
* | Do not use the visibility attribute if NO_VIZ defined. | Mark Adler | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Require gcc 4.0 or later on Mac OS X to use the hidden attribute. | Mark Adler | 2012-02-18 | 1 | -1/+2 |
| | |||||
* | Test for existence of strerror. | Mark Adler | 2012-02-18 | 1 | -1/+1 |
| | | | | | | SunOS 4.1 claims that it is __STDC__, but it does not have strerror in string.h. Instead of using __STDC__, this puts a direct test for strerror in configure, and uses that information in gzguts.h. | ||||
* | 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 |