diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:07 -0700 |
commit | bdde4e09d21edff02ea5093b7f6eccbf166b272f (patch) | |
tree | a64632a98a6bea6e5df864d6e5b6f2e51ea69c1c /ChangeLog | |
parent | 1c71d8b13b54f91ddec361d3053ecce26e6ff761 (diff) | |
download | zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.gz zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.bz2 zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.zip |
zlib 0.92v0.92
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | ChangeLog file for zlib | 1 | ChangeLog file for zlib |
2 | 2 | ||
3 | Changes in 0.92 (3 May 95) | ||
4 | - don't assume that char is signed (problem on SGI) | ||
5 | - Clear bit buffer when starting a stored block | ||
6 | - no memcpy on Pyramid | ||
7 | - suppressed inftest.c | ||
8 | - optimized fill_window, put longest_match inline for gcc | ||
9 | - optimized inflate on stored blocks. | ||
10 | - untabify all sources to simplify patches | ||
11 | |||
3 | Changes in 0.91 (2 May 95) | 12 | Changes in 0.91 (2 May 95) |
4 | - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h | 13 | - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h |
5 | - Document the memory requirements in zconf.h | 14 | - Document the memory requirements in zconf.h |