diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /ChangeLog | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2 zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip |
Fix some typos.
No code changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -162,7 +162,7 @@ Changes in 1.2.7.1 (24 Mar 2013) | |||
162 | - Fix types in contrib/minizip to match result of get_crc_table() | 162 | - Fix types in contrib/minizip to match result of get_crc_table() |
163 | - Simplify contrib/vstudio/vc10 with 'd' suffix | 163 | - Simplify contrib/vstudio/vc10 with 'd' suffix |
164 | - Add TOP support to win32/Makefile.msc | 164 | - Add TOP support to win32/Makefile.msc |
165 | - Suport i686 and amd64 assembler builds in CMakeLists.txt | 165 | - Support i686 and amd64 assembler builds in CMakeLists.txt |
166 | - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h | 166 | - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h |
167 | - Add vc11 and vc12 build files to contrib/vstudio | 167 | - Add vc11 and vc12 build files to contrib/vstudio |
168 | - Add gzvprintf() as an undocumented function in zlib | 168 | - Add gzvprintf() as an undocumented function in zlib |
@@ -362,14 +362,14 @@ Changes in 1.2.5.1 (10 Sep 2011) | |||
362 | - Use u4 type for crc_table to avoid conversion warnings | 362 | - Use u4 type for crc_table to avoid conversion warnings |
363 | - Apply casts in zlib.h to avoid conversion warnings | 363 | - Apply casts in zlib.h to avoid conversion warnings |
364 | - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] | 364 | - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] |
365 | - Improve inflateSync() documentation to note indeterminancy | 365 | - Improve inflateSync() documentation to note indeterminacy |
366 | - Add deflatePending() function to return the amount of pending output | 366 | - Add deflatePending() function to return the amount of pending output |
367 | - Correct the spelling of "specification" in FAQ [Randers-Pehrson] | 367 | - Correct the spelling of "specification" in FAQ [Randers-Pehrson] |
368 | - Add a check in configure for stdarg.h, use for gzprintf() | 368 | - Add a check in configure for stdarg.h, use for gzprintf() |
369 | - Check that pointers fit in ints when gzprint() compiled old style | 369 | - Check that pointers fit in ints when gzprint() compiled old style |
370 | - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler] | 370 | - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler] |
371 | - Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt] | 371 | - Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt] |
372 | - Add debug records in assmebler code [Londer] | 372 | - Add debug records in assembler code [Londer] |
373 | - Update RFC references to use http://tools.ietf.org/html/... [Li] | 373 | - Update RFC references to use http://tools.ietf.org/html/... [Li] |
374 | - Add --archs option, use of libtool to configure for Mac OS X [Borstel] | 374 | - Add --archs option, use of libtool to configure for Mac OS X [Borstel] |
375 | 375 | ||
@@ -1036,7 +1036,7 @@ Changes in 1.2.0.1 (17 March 2003) | |||
1036 | - Include additional header file on VMS for off_t typedef | 1036 | - Include additional header file on VMS for off_t typedef |
1037 | - Try to use _vsnprintf where it supplants vsprintf [Vollant] | 1037 | - Try to use _vsnprintf where it supplants vsprintf [Vollant] |
1038 | - Add some casts in inffast.c | 1038 | - Add some casts in inffast.c |
1039 | - Enchance comments in zlib.h on what happens if gzprintf() tries to | 1039 | - Enhance comments in zlib.h on what happens if gzprintf() tries to |
1040 | write more than 4095 bytes before compression | 1040 | write more than 4095 bytes before compression |
1041 | - Remove unused state from inflateBackEnd() | 1041 | - Remove unused state from inflateBackEnd() |
1042 | - Remove exit(0) from minigzip.c, example.c | 1042 | - Remove exit(0) from minigzip.c, example.c |
@@ -1214,7 +1214,7 @@ Changes in 1.0.9 (17 Feb 1998) | |||
1214 | - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8 | 1214 | - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8 |
1215 | - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi) | 1215 | - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi) |
1216 | - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with | 1216 | - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with |
1217 | the declaration of FAR (Gilles VOllant) | 1217 | the declaration of FAR (Gilles Vollant) |
1218 | - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann) | 1218 | - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann) |
1219 | - read_buf buf parameter of type Bytef* instead of charf* | 1219 | - read_buf buf parameter of type Bytef* instead of charf* |
1220 | - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout) | 1220 | - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout) |
@@ -1570,7 +1570,7 @@ Changes in 0.4: | |||
1570 | - renamed deflateOptions as deflateInit2, call one or the other but not both | 1570 | - renamed deflateOptions as deflateInit2, call one or the other but not both |
1571 | - added the method parameter for deflateInit2 | 1571 | - added the method parameter for deflateInit2 |
1572 | - added inflateInit2 | 1572 | - added inflateInit2 |
1573 | - simplied considerably deflateInit and inflateInit by not supporting | 1573 | - simplified considerably deflateInit and inflateInit by not supporting |
1574 | user-provided history buffer. This is supported only in deflateInit2 | 1574 | user-provided history buffer. This is supported only in deflateInit2 |
1575 | and inflateInit2 | 1575 | and inflateInit2 |
1576 | 1576 | ||