diff options
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) |