diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/zlib/ChangeLog')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/zlib/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog b/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog index b7e805a..808c5f6 100644 --- a/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog +++ b/tqtinterface/qt4/src/3rdparty/zlib/ChangeLog @@ -73,7 +73,7 @@ Changes in 1.2.0.8 (4 November 2003) Changes in 1.2.0.7 (21 September 2003) - Correct some debug formats in contrib/infback9 - Cast a type in a debug statement in trees.c -- Change search and tqreplace delimiter in configure from % to # [Beebe] +- Change search and replace delimiter in configure from % to # [Beebe] - Update contrib/untgz to 0.2 with various fixes [Truta] - Add build support for Amiga [Nikl] - Remove some directories in old that have been updated to 1.2 @@ -339,7 +339,7 @@ Changes in 1.1.3 (9 July 1998) . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc: new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) -- tqreplace __far with _far for better portability (Christian Spieler, Tom Lane) +- replace __far with _far for better portability (Christian Spieler, Tom Lane) - fix test for errno.h in configure (Tim Newsham) Changes in 1.1.2 (19 March 98) @@ -385,7 +385,7 @@ Changes in 1.0.9 (17 Feb 1998) - do not clear eof flag in gzseek (Mark Diekhans) - fix gzseek for files in transtqparent mode (Mark Diekhans) - do not assume that vsprintf returns the number of bytes written (Jens Krinke) -- tqreplace EXPORT with ZEXPORT to avoid conflict with other programs +- replace EXPORT with ZEXPORT to avoid conflict with other programs - added compress2 in zconf.h, zlib.def, zlib.dnt - new asm code from Gilles Vollant in contrib/asm386 - simplify the inflate code (Mark): @@ -450,7 +450,7 @@ Changes in 1.0.6 (19 Jan 1998) - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code) - Fix a deflate bug occuring only with compression level 0 (thanks to - Andy Buckler for tqfinding this one). + Andy Buckler for finding this one). - In minigzip, pass transparently also the first byte for .Z files. - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress() - check Z_FINISH in inflate (thanks to Marc Schluper) |