diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:21 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:19:21 -0700 |
commit | b8c9ecb0765fc39423c07613d909c5193378bdfd (patch) | |
tree | c2a2964d00dcfee6c7426ffcdf8e8060727bc2bf /ChangeLog | |
parent | 6759211ad8a5006689216a86c3267bb503bfccc1 (diff) | |
download | zlib-b8c9ecb0765fc39423c07613d909c5193378bdfd.tar.gz zlib-b8c9ecb0765fc39423c07613d909c5193378bdfd.tar.bz2 zlib-b8c9ecb0765fc39423c07613d909c5193378bdfd.zip |
zlib 1.0.9v1.0.9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,6 +1,30 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.0.9 (17 Feb 1998) | ||
5 | - added gzputs and gzgets functions | ||
6 | - do not clear eof flag in gzseek (Mark Diekhans) | ||
7 | - fix gzseek for files in transparent mode (Mark Diekhans) | ||
8 | - do not assume that vsprintf returns the number of bytes written (Jens Krinke) | ||
9 | - replace EXPORT with ZEXPORT to avoid conflict with other programs | ||
10 | - added compress2 in zconf.h, zlib.def, zlib.dnt | ||
11 | - new asm code from Gilles Vollant in contrib/asm386 | ||
12 | - simplify the inflate code (Mark): | ||
13 | . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() | ||
14 | . ZALLOC the length list in inflate_trees_fixed() instead of using stack | ||
15 | . ZALLOC the value area for huft_build() instead of using stack | ||
16 | . Simplify Z_FINISH check in inflate() | ||
17 | |||
18 | - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8 | ||
19 | - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi) | ||
20 | - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with | ||
21 | the declaration of FAR (Gilles VOllant) | ||
22 | - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann) | ||
23 | - read_buf buf parameter of type Bytef* instead of charf* | ||
24 | - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout) | ||
25 | - do not redeclare unlink in minigzip.c for WIN32 (John Bowler) | ||
26 | - fix check for presence of directories in "make install" (Ian Willis) | ||
27 | |||
4 | Changes in 1.0.8 (27 Jan 1998) | 28 | Changes in 1.0.8 (27 Jan 1998) |
5 | - fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) | 29 | - fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) |
6 | - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) | 30 | - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) |