ダウンロードリスト

プロジェクト概要

basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary unsafe connections like e-mail or terminal lines.

システム要件

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

2006-11-03 16:22
0.6.0

エンコード/ルーチンのデコードスレッドセーフであるとし、コマンドラインのフロントエンドの構文の詳細をbase64には、GNUです:coreutils今から類似して再構築されている。
タグ: Major feature enhancements
The encoding/decoding routines have been
restructured to be thread-safe,
and the syntax of the commandline frontend is more
similar to base64
from the GNU coreutils now.

2006-08-25 16:13
0.5.2

ソースコードは、最新のgccのバージョンと、エラーや警告を避けるために、洗浄されているDOSのアセンブリエンコーダに書き直されているのが速く、ダウンインテル8086と互換性。
タグ: Code cleanup
The source code has been cleaned to avoid errors
and warnings with the
latest gcc versions, and the DOS assembly encoder
has been rewritten to
be faster and compatible down to Intel 8086.

2005-10-09 01:41
0.5.1

このバージョンの修正プログラムのJava小文字を区別せず、ファイル拡張子ケースを処理するb91encと、basE91エンコーダのネイティブなDOSのアセンブリの実装を紹介します。
タグ: Minor feature enhancements
This version fixes Java-b91enc to handle file
extensions case insensitively, and introduces a
native DOS assembly implementation of the basE91
encoder.

2005-06-25 23:12
0.5.0

これは、basE91アルファベットの二重引用符がランダムなデータをエンコーディングの発生を少なくするように変更されたこのバージョンは、下位)(圧縮などのファイルの互換性を中断します。場合は、ASCII形式で出力ニーズに二重引用符(CまたはJavaプログラムなど)を同封することには、このエスケープ文字の必要性を最小限に抑えます。アップグレード前に、ユーザーは、すべてのbasE91エンコードされたファイルをデコードする必要があります。
タグ: Major feature enhancements
This version breaks backward compatibility because
the basE91 alphabet was changed to reduce the
occurrence of double quotes when encoding random
data (e.g. compressed files). If the ASCII output
needs to be enclosed in double quotes (e.g. in C
or Java programs), this minimizes the need for
escape characters. Before upgrading, users should
decode all their basE91 encoded files.

2005-05-16 22:41
0.4.2

AWKのbasE91デコーダはもはやGNU拡張機能に依存します。
タグ: Code cleanup
The AWK basE91 decoder no longer depends on GNU extensions.

プロジェクトリソース