summaryrefslogtreecommitdiff
path: root/zlib/gzio.c
Commit message (Collapse)AuthorAgeFilesLines
* The header "config.h" needs to be included "early" to control other headers.Kent Boortz2008-10-131-0/+5
| | | | | This time the inclusion of <stdio.h> before "config.h" enabled legacy large file support, seek64() and similar, on AIX breaking the compile of "gzio.c"
* let's try to avoid re-defining _vsnprintf on WindowsDaniel Fischer2008-08-131-2/+2
|
* Fixes bug #15787. Fix makes available _FILE_OFFSET_BITS definition forSergeyV@selena.2006-01-121-2/+2
| | | | | | zlib library in order to enable support of files larger than 2Gb. Providing an effective test is hardly possible, since the problem starts only when archive table becomes larger than 2Gb.
* Import zlib-1.2.3 libraryjimw@mysql.com2005-08-091-17/+34
|
* upgrade zlib to 1.2.2serg@serg.mylan2005-03-231-0/+4
|
* First step of implementation of WL#1518 "make bundled zlibkonstantin@mysql.com2004-07-211-198/+328
| | | | usable for unix builds": zlib 1.2.1 imported
* Adding the new zlib tree for Windowsmiguel@hegel.local2002-03-191-0/+875