ダウンロードリスト

プロジェクト概要

Lbzip2 is a parallel, SMP-based, bzip2-compatible compression utility, with a commandline resembling that of the original bzip2. It is usable both on its own and as a filter passed to GNU tar with the "--use-compress-program" option. It uses Gnulib, and its building and testing process is managed by the GNU build system. Starting with release 2.0, lbzip2 is independent of libbz2 and features yambi, an independent BWT compression stack with improved speed and robustness.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2009-12-02 19:09
0.19

このリリースでは、GNUの周り作品/ kFreeBSD標準準拠の問題。のGNU / kFreeBSDいくつかのSTREAMSに関連するerrnoにマクロはSUSv2で義務付けられて定義されていません。その結果、lbzip2 - 0.18はGNUに基づいて構築することはできません/ kFreeBSD。このバージョンかどうかをこれらの(および一部の他の)マクロに頼る前に定義されます。
タグ: Minor bugfixes
This release works around a GNU/kFreeBSD standards-compliance problem. GNU/kFreeBSD does not define some STREAMS-related errno macros mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on GNU/kFreeBSD. This version checks if those (and some other) macros are defined before relying on them.

2009-11-29 23:33
0.18

健全性チェックが両方の伸長に追加されました。入力ファイルのオペランドがすぐに削除されます。 -を保つ-強制オプションを追加しました。所有者、グループ、アクセス許可ビット、アクセス時刻、変更時刻を定期的に出力ファイルにコピーされます。ロギングとクリーンアップされた内部情報、警告、および致命的なレベルに分類される。別の終了ステータスは、ケースのときに警告メッセージが印刷され導入されました。デコンプレッサ堅牢性のテストを再れた実行されます。著者ようやくlbzip2と、自分のシステムにbzip2を置き換えている。
タグ: Major feature enhancements
Sanity checks were added to both decompressors. Input FILE operands
are now removed. The --keep and --force options were added. Owner, group,
permission bits, access time, modification time are copied to regular
output files. Logging was cleaned up and internally categorized into
INFO, WARNING, and FATAL levels. A separate exit status was introduced
for the case when a warning message was printed. The decompressor
robustness tests were re-executed. The author has finally replaced bzip2
with lbzip2 on his system.

2009-10-29 22:17
0.17

初期化されないフィールドは、構造体の代入式の中でスタックにアクセスしていました。理論的には、このトラップ表現へのアクセスが読み取りentailedかもしれない。なぜなら、すべては、最初の場所で使用されていないので、これらのフィールドが初期化されていない、これは移植性のバグこれらのフィールドがなく専用の構造を導入することで修正されました。
タグ: Code cleanup
Uninitialized fields were accessed on the stack in a structure assignment expression. Theoretically, this might have entailed read accesses to trap representations. Since those fields weren't initialized because they weren't used at all in the first place, this portability bug was fixed by introducing a dedicated structure without those fields.

2009-10-26 10:41
0.16

これlbzip2入力ファイルを削除していない非正規入力してコマンドライン上でスキップされ、渡されたファイル(シンボリックリンク)が続きます。終了する代わりに、lbzip2スキップ入力してコマンドラインでは、またはを開くことができないことのためには、対応する出力ファイルを作成することはできませんに渡されるファイルです。標準的な出力もで閉じている-フィルタモードだけで、stdoutとファイルのオペランドではない。信号処理のクリーンアップされている。lbzip2現在の行の多くのファイルをスキップ中に中断されることができます。破損したパイプに、エラーメッセージを書く不完全な出力ファイルにはもう結果はありません。
タグ: Minor bugfixes
Non-regular input files passed on the command line are skipped (symbolic links are followed, because lbzip2 doesn't remove input files). Instead of exiting, lbzip2 skips input files passed on the command line that it cannot open, or for which it cannot create the corresponding output files. Standard output is also closed with --stdout and file operands, not just in filter mode. Signal handling has been cleaned up; lbzip2 can now be interrupted during skipping many files in a row. Writing an error message to a broken pipe doesn't result in an incomplete output file anymore.

2009-10-21 18:34
0.16rc1

機能を設定可能な圧縮ブロックサイズのような、ファイルのオペランドでの作業を実施した。 lbzip2今では複数考えることができ、コマンドのレッドラインの互換性のあるほとんどの状況でbzip2のための代替はありません。 Lbzip2は削除されませんまたはファイルが上書きされ、しかし。以前はGNU getconfバグの回避策をEGLIBCに大きなファイルをサポートしてビルドスクリプトが拡張されました。開発状況ベータ版に転落した。
タグ: Major feature enhancements
Features like settable compression block size and working with file operands were implemented. lbzip2 can now be considered a multi-threaded, command-line compatible replacement for bzip2 in most situations. Lbzip2 never deletes or overwrites files, however. The workaround for an earlier GNU getconf bug was extended to EGLIBC in the large file support build script. The development status was degraded to beta.

プロジェクトリソース