diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/zlib/ChangeLog')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/zlib/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog b/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog index 808c5f6..d60b6d3 100644 --- a/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog +++ b/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog @@ -383,7 +383,7 @@ Changes in 1.1.0 (24 Feb 98) Changes in 1.0.9 (17 Feb 1998) - added gzputs and gzgets functions - do not clear eof flag in gzseek (Mark Diekhans) -- fix gzseek for files in transtqparent mode (Mark Diekhans) +- fix gzseek for files in transparent mode (Mark Diekhans) - do not assume that vsprintf returns the number of bytes written (Jens Krinke) - replace EXPORT with ZEXPORT to avoid conflict with other programs - added compress2 in zconf.h, zlib.def, zlib.dnt @@ -729,7 +729,7 @@ Changes in 0.61 (12 April 95) Changes in 0.6 (11 April 95) - added minigzip.c - added gzdopen to reopen a file descriptor as gzFile -- added transtqparent reading of non-gziped files in gzread. +- added transparent reading of non-gziped files in gzread. - fixed bug in gzread (don't read crc as data) - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose). - don't allocate big arrays in the stack (for MSDOS) |