diff options
Diffstat (limited to 'manual.xml')
-rw-r--r-- | manual.xml | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -9,7 +9,7 @@ | |||
9 | <book lang="en" id="userman" xreflabel="bzip2 Manual"> | 9 | <book lang="en" id="userman" xreflabel="bzip2 Manual"> |
10 | 10 | ||
11 | <bookinfo> | 11 | <bookinfo> |
12 | <title>bzip2 and libbzip2, version 1.0.3</title> | 12 | <title>bzip2 and libbzip2, version 1.0.4</title> |
13 | <subtitle>A program and library for data compression</subtitle> | 13 | <subtitle>A program and library for data compression</subtitle> |
14 | <copyright> | 14 | <copyright> |
15 | <year>&bz-lifespan;</year> | 15 | <year>&bz-lifespan;</year> |
@@ -139,7 +139,7 @@ else.</para> | |||
139 | 139 | ||
140 | <listitem><para><computeroutput>bzip2</computeroutput>, | 140 | <listitem><para><computeroutput>bzip2</computeroutput>, |
141 | <computeroutput>bunzip2</computeroutput> - a block-sorting file | 141 | <computeroutput>bunzip2</computeroutput> - a block-sorting file |
142 | compressor, v1.0.3</para></listitem> | 142 | compressor, v1.0.4</para></listitem> |
143 | 143 | ||
144 | <listitem><para><computeroutput>bzcat</computeroutput> - | 144 | <listitem><para><computeroutput>bzcat</computeroutput> - |
145 | decompresses files to stdout</para></listitem> | 145 | decompresses files to stdout</para></listitem> |
@@ -625,13 +625,13 @@ errors and exit cleanly, but the details of what the problem is | |||
625 | sometimes seem rather misleading.</para> | 625 | sometimes seem rather misleading.</para> |
626 | 626 | ||
627 | <para>This manual page pertains to version &bz-version; of | 627 | <para>This manual page pertains to version &bz-version; of |
628 | <computeroutput>bzip2</computeroutput>. Compressed data created | 628 | <computeroutput>bzip2</computeroutput>. Compressed data created by |
629 | by this version is entirely forwards and backwards compatible | 629 | this version is entirely forwards and backwards compatible with the |
630 | with the previous public releases, versions 0.1pl2, 0.9.0 and | 630 | previous public releases, versions 0.1pl2, 0.9.0 and 0.9.5, 1.0.0, |
631 | 0.9.5, 1.0.0, 1.0.1 and 1.0.2, but with the following exception: 0.9.0 | 631 | 1.0.1, 1.0.2 and 1.0.3, but with the following exception: 0.9.0 and |
632 | and above can correctly decompress multiple concatenated | 632 | above can correctly decompress multiple concatenated compressed files. |
633 | compressed files. 0.1pl2 cannot do this; it will stop after | 633 | 0.1pl2 cannot do this; it will stop after decompressing just the first |
634 | decompressing just the first file in the stream.</para> | 634 | file in the stream.</para> |
635 | 635 | ||
636 | <para><computeroutput>bzip2recover</computeroutput> versions | 636 | <para><computeroutput>bzip2recover</computeroutput> versions |
637 | prior to 1.0.2 used 32-bit integers to represent bit positions in | 637 | 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 | |||
819 | interface.</para> | 819 | interface.</para> |
820 | 820 | ||
821 | <para>Yoshioka Tsuneo | 821 | <para>Yoshioka Tsuneo |
822 | (<computeroutput>QWF00133@niftyserve.or.jp</computeroutput> / | 822 | (<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>) has |
823 | <computeroutput>tsuneo-y@is.aist-nara.ac.jp</computeroutput>) has | ||
824 | contributed some functions to give better | 823 | contributed some functions to give better |
825 | <computeroutput>zlib</computeroutput> compatibility. These | 824 | <computeroutput>zlib</computeroutput> compatibility. These |
826 | functions are <computeroutput>BZ2_bzopen</computeroutput>, | 825 | functions are <computeroutput>BZ2_bzopen</computeroutput>, |
@@ -1352,7 +1351,7 @@ FINISHING/BZ_FINISH | |||
1352 | output has been removed | 1351 | output has been removed |
1353 | Next state = IDLE; Return value = BZ_STREAM_END | 1352 | Next state = IDLE; Return value = BZ_STREAM_END |
1354 | else | 1353 | else |
1355 | Next state = FINISHING; Return value = BZ_FINISHING | 1354 | Next state = FINISHING; Return value = BZ_FINISH_OK |
1356 | 1355 | ||
1357 | FINISHING/other | 1356 | FINISHING/other |
1358 | Illegal. | 1357 | Illegal. |
@@ -2222,7 +2221,7 @@ if ( bzerror != BZ_STREAM_END ) { | |||
2222 | BZ2_bzReadClose ( &bzerror, b ); | 2221 | BZ2_bzReadClose ( &bzerror, b ); |
2223 | /* handle error */ | 2222 | /* handle error */ |
2224 | } else { | 2223 | } else { |
2225 | BZ2_bzReadClose ( &bzerror ); | 2224 | BZ2_bzReadClose ( &bzerror, b ); |
2226 | } | 2225 | } |
2227 | </programlisting> | 2226 | </programlisting> |
2228 | 2227 | ||
@@ -2537,8 +2536,7 @@ recovered from.</para> | |||
2537 | 2536 | ||
2538 | <para>Everything related to Windows has been contributed by | 2537 | <para>Everything related to Windows has been contributed by |
2539 | Yoshioka Tsuneo | 2538 | Yoshioka Tsuneo |
2540 | (<computeroutput>QWF00133@niftyserve.or.jp</computeroutput> / | 2539 | (<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>), so |
2541 | <computeroutput>tsuneo-y@is.aist-nara.ac.jp</computeroutput>), so | ||
2542 | you should send your queries to him (but perhaps Cc: me, | 2540 | you should send your queries to him (but perhaps Cc: me, |
2543 | <computeroutput>&bz-email;</computeroutput>).</para> | 2541 | <computeroutput>&bz-email;</computeroutput>).</para> |
2544 | 2542 | ||