ダウンロードリスト

プロジェクト概要

このパッケージは、双方向リスト(doubly linked list)のAPIで構成されます。このAPIは、6つの機能グループ:初期化、ステータスおよびステート、ポインタの操作、リストの更新、検索、そして入力/出力に、分かれています。このAPIは、生産されているソフトウェアで10年以上にわたって使用されています。

システム要件

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

2012-01-17 05:31
2.0.0

このリリースは Python API を紹介し、Python で書かれたユニット テストがあります。C API は、薄い ctypes ラッパーでラップされます。Python コードをすることができます easy_install とをインストールし、卵ファイルを作成します。C には、いくつかのバグ修正と再編のディレクトリ構造があります。C のマニュアルはいくつかの場所では、バグ修正を反映して更新されています。
This release introduces a Python API and has unit tests written in Python. The C API is wrapped in thin ctypes wrappers. The Python code can be install with easy_install and creates an egg file. The C implementation has a few bugfixes and a reorganized directory structure. The C documentation has been updated in a few places, reflecting the bugfixes.

2011-05-05 09:58
1.2.1

このバージョンは最新とMakefileのターゲットをビルドするためにもDLL_Version関数のバグを修正もたらします。この関数は、APIの通常の使用のために必要はありません。 HTML形式、PostScript、およびPDF形式のマニュアルは、すべてのtarballに含まれています。
This version brings up-to-date the build targets in the Makefile and also fixes a bug in the DLL_Version function. This function is not necessary for normal use of the API. HTML, PostScript, and PDF documentation are all included in the tarball.

2007-07-30 01:57
1.2.0

CVSは、変更履歴を手動で保存HISTORYファイルに置き換えて生成される。 3つのヘッダーファイルを1つには、縮小されているコードの書式設定の一部を変更しています。ドキュメントが更新されている、新しいPDFファイルに追加されている既存のPSおよびHTMLのドキュメント。プロジェクトは現在、デュアルライセンスです:Eclipseのライセンスは、オリジナルのArtisticライセンスに追加されています。
タグ: Code cleanup
A CVS-generated ChangeLog has replaced the manually kept HISTORY file. The three header files have been reduced to one, and the code formatting has partially changed. The documentation has been updated, and a new PDF file has been added to the already existing PS and HTML docs. The project is now dual licensed: the Eclipse license has been added to the original Artistic License.

2001-01-30 15:12
1.1.0

このリリースでの新機能のノードは、上記のノードを挿入する交換、または現在のレコードポインタの下、n番目のレコードの検索、および仮想インデックススキーム。
The new features in this release is swapping of nodes, inserting nodes above or below a current record pointer, searching for an nth record, and a virtual indexing scheme.

プロジェクトリソース