From f10a33538e9bab6deb61779b3d8aae168824ef48 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 20 Dec 2006 22:13:13 +0100 Subject: bzip2-1.0.4 --- manual.xml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'manual.xml') diff --git a/manual.xml b/manual.xml index 1ab5bd7..b22a6c8 100644 --- a/manual.xml +++ b/manual.xml @@ -9,7 +9,7 @@ - bzip2 and libbzip2, version 1.0.3 + bzip2 and libbzip2, version 1.0.4 A program and library for data compression &bz-lifespan; @@ -139,7 +139,7 @@ else. bzip2, bunzip2 - a block-sorting file - compressor, v1.0.3 + compressor, v1.0.4 bzcat - decompresses files to stdout @@ -625,13 +625,13 @@ errors and exit cleanly, but the details of what the problem is sometimes seem rather misleading. This manual page pertains to version &bz-version; of -bzip2. Compressed data created -by this version is entirely forwards and backwards compatible -with the previous public releases, versions 0.1pl2, 0.9.0 and -0.9.5, 1.0.0, 1.0.1 and 1.0.2, but with the following exception: 0.9.0 -and above can correctly decompress multiple concatenated -compressed files. 0.1pl2 cannot do this; it will stop after -decompressing just the first file in the stream. +bzip2. Compressed data created by +this version is entirely forwards and backwards compatible with the +previous public releases, versions 0.1pl2, 0.9.0 and 0.9.5, 1.0.0, +1.0.1, 1.0.2 and 1.0.3, but with the following exception: 0.9.0 and +above can correctly decompress multiple concatenated compressed files. +0.1pl2 cannot do this; it will stop after decompressing just the first +file in the stream. bzip2recover versions prior to 1.0.2 used 32-bit integers to represent bit positions in @@ -819,8 +819,7 @@ understanding the more general but more complex low-level interface. Yoshioka Tsuneo -(QWF00133@niftyserve.or.jp / -tsuneo-y@is.aist-nara.ac.jp) has +(tsuneo@rr.iij4u.or.jp) has contributed some functions to give better zlib compatibility. These functions are BZ2_bzopen, @@ -1352,7 +1351,7 @@ FINISHING/BZ_FINISH output has been removed Next state = IDLE; Return value = BZ_STREAM_END else - Next state = FINISHING; Return value = BZ_FINISHING + Next state = FINISHING; Return value = BZ_FINISH_OK FINISHING/other Illegal. @@ -2222,7 +2221,7 @@ if ( bzerror != BZ_STREAM_END ) { BZ2_bzReadClose ( &bzerror, b ); /* handle error */ } else { - BZ2_bzReadClose ( &bzerror ); + BZ2_bzReadClose ( &bzerror, b ); } @@ -2537,8 +2536,7 @@ recovered from. Everything related to Windows has been contributed by Yoshioka Tsuneo -(QWF00133@niftyserve.or.jp / -tsuneo-y@is.aist-nara.ac.jp), so +(tsuneo@rr.iij4u.or.jp), so you should send your queries to him (but perhaps Cc: me, &bz-email;). -- cgit v1.2.3-55-g6feb