CHANGELO
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:11k
源码类别:

图片显示

开发平台:

Visual C++

  1. ChangeLog file for zlib
  2. Changes in 1.0.4 (24 Jul 96)
  3. - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF
  4.   bit, so the decompressor could decompress all the correct data but went
  5.   on to attempt decompressing extra garbage data. This affected minigzip too.
  6. - zlibVersion and gzerror return const char* (needed for DLL)
  7. - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)
  8. - use z_error only for DEBUG (avoid problem with DLLs)
  9. Changes in 1.0.3 (2 Jul 96)
  10. - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
  11.   small and medium models; this makes the library incompatible with previous
  12.   versions for these models. (No effect in large model or on other systems.)
  13. - return OK instead of BUF_ERROR if previous deflate call returned with
  14.   avail_out as zero but there is nothing to do
  15. - added memcmp for non STDC compilers
  16. - define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly)
  17. - define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO)
  18. - better check for 16-bit mode MSC (avoids problem with Symantec)
  19. Changes in 1.0.2 (23 May 96)
  20. - added Windows DLL support
  21. - added a function zlibVersion (for the DLL support)
  22. - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
  23. - Bytef is define's instead of typedef'd only for Borland C
  24. - avoid reading uninitialized memory in example.c
  25. - mention in README that the zlib format is now RFC1950
  26. - updated Makefile.dj2
  27. - added algorithm.doc
  28. Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
  29. - fix array overlay in deflate.c which sometimes caused bad compressed data
  30. - fix inflate bug with empty stored block
  31. - fix MSDOS medium model which was broken in 0.99
  32. - fix deflateParams() which could generated bad compressed data.
  33. - Bytef is define'd instead of typedef'ed (work around Borland bug)
  34. - added an INDEX file
  35. - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),
  36.   Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas)
  37. - speed up adler32 for modern machines without auto-increment
  38. - added -ansi for IRIX in configure
  39. - static_init_done in trees.c is an int
  40. - define unlink as delete for VMS
  41. - fix configure for QNX
  42. - add configure branch for SCO and HPUX
  43. - avoid many warnings (unused variables, dead assignments, etc...)
  44. - no fdopen for BeOS
  45. - fix the Watcom fix for 32 bit mode (define FAR as empty)
  46. - removed redefinition of Byte for MKWERKS
  47. - work around an MWKERKS bug (incorrect merge of all .h files)
  48. Changes in 0.99 (27 Jan 96)
  49. - allow preset dictionary shared between compressor and decompressor
  50. - allow compression level 0 (no compression)
  51. - add deflateParams in zlib.h: allow dynamic change of compression level
  52.   and compression strategy.
  53. - test large buffers and deflateParams in example.c
  54. - add optional "configure" to build zlib as a shared library
  55. - suppress Makefile.qnx, use configure instead
  56. - fixed deflate for 64-bit systems (detected on Cray)
  57. - fixed inflate_blocks for 64-bit systems (detected on Alpha)
  58. - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
  59. - always return Z_BUF_ERROR when deflate() has nothing to do
  60. - deflateInit and inflateInit are now macros to allow version checking
  61. - prefix all global functions and types with z_ with -DZ_PREFIX
  62. - make falloc completely reentrant (inftrees.c)
  63. - fixed very unlikely race condition in ct_static_init
  64. - free in reverse order of allocation to help memory manager
  65. - use zlib-1.0/* instead of zlib/* inside the tar.gz
  66. - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
  67.   -Wconversion -Wstrict-prototypes -Wmissing-prototypes"
  68. - allow gzread on concatenated .gz files
  69. - deflateEnd now returns Z_DATA_ERROR if it was premature
  70. - deflate is finally (?) fully deterministic (no matches beyond end of input)
  71. - Document Z_SYNC_FLUSH
  72. - add uninstall in Makefile
  73. - Check for __cpluplus in zlib.h
  74. - Better test in ct_align for partial flush
  75. - avoid harmless warnings for Borland C++
  76. - initialize hash_head in deflate.c
  77. - avoid warning on fdopen (gzio.c) for HP cc -Aa
  78. - include stdlib.h for STDC compilers
  79. - include errno.h for Cray
  80. - ignore error if ranlib doesn't exist
  81. - call ranlib twice for NeXTSTEP
  82. - use exec_prefix instead of prefix for libz.a
  83. - renamed ct_* as _tr_* to avoid conflict with applications
  84. - clear z->msg in inflateInit2 before any error return
  85. - initialize opaque in example.c, gzio.c, deflate.c and inflate.c
  86. - fixed typo in zconf.h (_GNUC__ => __GNUC__)
  87. - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
  88. - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
  89. - in fcalloc, normalize pointer if size > 65520 bytes
  90. - don't use special fcalloc for 32 bit Borland C++
  91. - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
  92. - use Z_BINARY instead of BINARY
  93. - document that gzclose after gzdopen will close the file
  94. - allow "a" as mode in gzopen.
  95. - fix error checking in gzread
  96. - allow skipping .gz extra-field on pipes
  97. - added reference to Perl interface in README
  98. - put the crc table in FAR data (I dislike more and more the medium model :)
  99. - added get_crc_table
  100. - added a dimension to all arrays (Borland C can't count).
  101. - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
  102. - guard against multiple inclusion of *.h (for precompiled header on Mac)
  103. - Watcom C pretends to be Microsoft C small model even in 32 bit mode.
  104. - don't use unsized arrays to avoid silly warnings by Visual C++:
  105.      warning C4746: 'inflate_mask' : unsized array treated as  '__far'
  106.      (what's wrong with far data in far model?).
  107. - define enum out of inflate_blocks_state to allow compilation with C++
  108. Changes in 0.95 (16 Aug 95)
  109. - fix MSDOS small and medium model (now easier to adapt to any compiler)
  110. - inlined send_bits
  111. - fix the final (:-) bug for deflate with flush (output was correct but
  112.   not completely flushed in rare occasions).
  113. - default window size is same for compression and decompression
  114.   (it's now sufficient to set MAX_WBITS in zconf.h).
  115. - voidp -> voidpf and voidnp -> voidp (for consistency with other
  116.   typedefs and because voidnp was not near in large model).
  117. Changes in 0.94 (13 Aug 95)
  118. - support MSDOS medium model
  119. - fix deflate with flush (could sometimes generate bad output)
  120. - fix deflateReset (zlib header was incorrectly suppressed)
  121. - added support for VMS
  122. - allow a compression level in gzopen()
  123. - gzflush now calls fflush
  124. - For deflate with flush, flush even if no more input is provided.
  125. - rename libgz.a as libz.a
  126. - avoid complex expression in infcodes.c triggering Turbo C bug
  127. - work around a problem with gcc on Alpha (in INSERT_STRING)
  128. - don't use inline functions (problem with some gcc versions)
  129. - allow renaming of Byte, uInt, etc... with #define.
  130. - avoid warning about (unused) pointer before start of array in deflate.c
  131. - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
  132. - avoid reserved word 'new' in trees.c
  133. Changes in 0.93 (25 June 95)
  134. - temporarily disable inline functions
  135. - make deflate deterministic
  136. - give enough lookahead for PARTIAL_FLUSH
  137. - Set binary mode for stdin/stdout in minigzip.c for OS/2
  138. - don't even use signed char in inflate (not portable enough)
  139. - fix inflate memory leak for segmented architectures
  140. Changes in 0.92 (3 May 95)
  141. - don't assume that char is signed (problem on SGI)
  142. - Clear bit buffer when starting a stored block
  143. - no memcpy on Pyramid
  144. - suppressed inftest.c
  145. - optimized fill_window, put longest_match inline for gcc
  146. - optimized inflate on stored blocks.
  147. - untabify all sources to simplify patches
  148. Changes in 0.91 (2 May 95)
  149. - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
  150. - Document the memory requirements in zconf.h
  151. - added "make install"
  152. - fix sync search logic in inflateSync
  153. - deflate(Z_FULL_FLUSH) now works even if output buffer too short
  154. - after inflateSync, don't scare people with just "lo world"
  155. - added support for DJGPP
  156. Changes in 0.9 (1 May 95)
  157. - don't assume that zalloc clears the allocated memory (the TurboC bug
  158.   was Mark's bug after all :)
  159. - let again gzread copy uncompressed data unchanged (was working in 0.71)
  160. - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
  161. - added a test of inflateSync in example.c
  162. - moved MAX_WBITS to zconf.h because users might want to change that.
  163. - document explicitly that zalloc(64K) on MSDOS must return a normalized
  164.   pointer (zero offset)
  165. - added Makefiles for Microsoft C, Turbo C, Borland C++
  166. - faster crc32()
  167. Changes in 0.8 (29 April 95)
  168. - added fast inflate (inffast.c)
  169. - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this
  170.   is incompatible with previous versions of zlib which returned Z_OK.
  171. - work around a TurboC compiler bug (bad code for b << 0, see infutil.h)
  172.   (actually that was not a compiler bug, see 0.81 above)
  173. - gzread no longer reads one extra byte in certain cases
  174. - In gzio destroy(), don't reference a freed structure
  175. - avoid many warnings for MSDOS
  176. - avoid the ERROR symbol which is used by MS Windows
  177. Changes in 0.71 (14 April 95)
  178. - Fixed more MSDOS compilation problems :( There is still a bug with
  179.   TurboC large model.
  180. Changes in 0.7 (14 April 95)
  181. - Added full inflate support.
  182. - Simplified the crc32() interface. The pre- and post-conditioning
  183.   (one's complement) is now done inside crc32(). WARNING: this is
  184.   incompatible with previous versions; see zlib.h for the new usage.
  185. Changes in 0.61 (12 April 95)
  186. - workaround for a bug in TurboC. example and minigzip now work on MSDOS.
  187. Changes in 0.6 (11 April 95)
  188. - added minigzip.c
  189. - added gzdopen to reopen a file descriptor as gzFile
  190. - added transparent reading of non-gziped files in gzread.
  191. - fixed bug in gzread (don't read crc as data)
  192. - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
  193. - don't allocate big arrays in the stack (for MSDOS)
  194. - fix some MSDOS compilation problems
  195. Changes in 0.5:
  196. - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
  197.   not yet Z_FULL_FLUSH.
  198. - support decompression but only in a single step (forced Z_FINISH)
  199. - added opaque object for zalloc and zfree.
  200. - added deflateReset and inflateReset
  201. - added a variable zlib_version for consistency checking.
  202. - renamed the 'filter' parameter of deflateInit2 as 'strategy'.
  203.   Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
  204. Changes in 0.4:
  205. - avoid "zip" everywhere, use zlib instead of ziplib.
  206. - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
  207.   if compression method == 8.
  208. - added adler32 and crc32
  209. - renamed deflateOptions as deflateInit2, call one or the other but not both
  210. - added the method parameter for deflateInit2.
  211. - added inflateInit2
  212. - simplied considerably deflateInit and inflateInit by not supporting
  213.   user-provided history buffer. This is supported only in deflateInit2
  214.   and inflateInit2.
  215. Changes in 0.3:
  216. - prefix all macro names with Z_
  217. - use Z_FINISH instead of deflateEnd to finish compression.
  218. - added Z_HUFFMAN_ONLY
  219. - added gzerror()