Downloadliste

Projektbeschreibung

Libtc is a collection of useful functions for C programming. It includes implementations of linked list, hash table, red-black tree, and priority queue. There is also a flexible configuration file parser and some other odds and ends. All functions are totally reentrant and thread safe.

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.

2004-03-07 06:55
1.1.0

Die neuen Hash-API wurde aus der Standard. Die tclist_remove Funktion geändert wurde. Die conf-Parser wurde verbessert. Einige Bugs wurden behoben. Alle GPL-Code wurde entfernt.
Tags: Minor feature enhancements
The new hash API has been made the default. The
tclist_remove function has been changed. The conf parser has
been improved. Some bugs have been fixed. All GPL code has
been removed.

2003-11-23 16:30
1.0.3

Eine effiziente Zuweisung für kleine gleich große Stücke Speicher wurde hinzugefügt. Die Hash-Tabelle wurde optimiert. Ein Fehler in der Konfiguration Parser wurde behoben.
Tags: Minor feature enhancements
An efficient allocator for small equal-sized
memory chunks has been added. The hash table has
been optimized. A bug in the configuration parser
has been fixed.

2003-11-07 04:45
1.0.2

Die Hash-Tabelle wurde optimiert und unterstützt nun beliebige Tasten. Ein paar Übertragbarkeit Probleme wurden behoben.
Tags: Minor feature enhancements
The hash table has been optimized and now supports
arbitrary keys. A few portability issues have been
fixed.

2003-11-03 04:37
1.0.1

Diese Version kompiliert auf, zumindest, Linux, Solaris, AIX und Mac OS X / Darwin. Eine raffinierte undokumentierte Funktion wurde ebenfalls hinzugefügt. Weitere Dokumentation ist in Arbeit.
Tags: Minor feature enhancements
This release compiles on, at least, Linux, Solaris, AIX, and Mac OS X/Darwin. A nifty undocumented function has also been added. More documentation is in the works.

2003-10-30 19:17
1.0.0

Die API wurde vereinheitlicht und bereinigt um nicht den Namensraum wie viel verschmutzen. Ein Skript, um den Quellcode für die neue API-Update enthalten.
Tags: Minor feature enhancements
The API has been unified and cleaned up so as not to pollute the namespace as much. A script to update the source code for the new API is included.

Project Resources