Downloadliste

Projektbeschreibung

htable is a lightweight implementation of hash
tables in C, greatly inspired by the
implementations of splay and red-black trees found
in *BSD kernels. To use it, you only need to copy
the header file "htable.h" into your project.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-19 17:24
1.2

Dies ist eine kleinere Bugfix-Release. Das Makefile verwendet, um Regressionstests bauen wurde aktualisiert, um systemweite CC und CFLAGS Variablen zu respektieren. Ein fehlender Pfad zu Binaries Test wurde hinzugefügt, Festsetzung Kompatibilität mit einigen Systemen.
Tags: Minor bugfixes
This is a minor bugfix release. The makefile used to build regression tests was updated to respect system-wide CC and CFLAGS variables. A missing path to test binaries was added, fixing compatibility with some systems.

2008-11-14 06:49
1.1

Einige kleinere Korrekturen wurden die manuelle Anwendung, als auch für das Makro verwendet, um Elemente in der Hash-Tabelle einfügen: es jetzt NULL zurück, wenn das Element bereits vor eingefügt. Es wurde ein Test durchgeführt, um auch dieses neue Verhalten zu überprüfen.
Tags: Minor bugfixes
Some minor corrections were applied to the manual, as well as to the macro used to insert elements in hash table: it now returns NULL if the element was already inserted before. A test was also implemented to check this new behavior.

2008-10-31 02:10
1.0

Tags: Initial freshmeat announcement

Project Resources