diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-10-30 08:36:13 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-10-30 08:49:01 -0700 |
commit | 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b (patch) | |
tree | 6cb5d2059fe21c342cb10a2b25e0ce000c33c96a /ChangeLog | |
parent | 94575859cf7f657f0f31aff4c50761fe3f182699 (diff) | |
download | zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.gz zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.bz2 zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.zip |
Fix some typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -197,7 +197,7 @@ Changes in 1.2.5.2 (17 Dec 2011) | |||
197 | - Add a transparent write mode to gzopen() when 'T' is in the mode | 197 | - Add a transparent write mode to gzopen() when 'T' is in the mode |
198 | - Update python link in zlib man page | 198 | - Update python link in zlib man page |
199 | - Get inffixed.h and MAKEFIXED result to match | 199 | - Get inffixed.h and MAKEFIXED result to match |
200 | - Add a ./config --solo option to make zlib subset with no libary use | 200 | - Add a ./config --solo option to make zlib subset with no library use |
201 | - Add undocumented inflateResetKeep() function for CAB file decoding | 201 | - Add undocumented inflateResetKeep() function for CAB file decoding |
202 | - Add --cover option to ./configure for gcc coverage testing | 202 | - Add --cover option to ./configure for gcc coverage testing |
203 | - Add #define ZLIB_CONST option to use const in the z_stream interface | 203 | - Add #define ZLIB_CONST option to use const in the z_stream interface |
@@ -1270,7 +1270,7 @@ Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] | |||
1270 | - fix array overlay in deflate.c which sometimes caused bad compressed data | 1270 | - fix array overlay in deflate.c which sometimes caused bad compressed data |
1271 | - fix inflate bug with empty stored block | 1271 | - fix inflate bug with empty stored block |
1272 | - fix MSDOS medium model which was broken in 0.99 | 1272 | - fix MSDOS medium model which was broken in 0.99 |
1273 | - fix deflateParams() which could generated bad compressed data. | 1273 | - fix deflateParams() which could generate bad compressed data. |
1274 | - Bytef is define'd instead of typedef'ed (work around Borland bug) | 1274 | - Bytef is define'd instead of typedef'ed (work around Borland bug) |
1275 | - added an INDEX file | 1275 | - added an INDEX file |
1276 | - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), | 1276 | - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), |