Downloadliste

Projektbeschreibung

The Configuration File Library (CFL) is a collection of routines for manipulating configuration files. It is a portable library fully written from scratch in pure ANSI C. It is designed to offer C programmers common routines for manipulating configuration text files.

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.

2007-05-27 18:48
1.1

Verpackung ändert. Nr. tritt mehr eine Endlosschleife, wenn es eine leere Datei.
Tags: Minor feature enhancements
Packaging changes. No longer enters an infinite loop if there is an empty file.

2005-02-16 16:32
1.0

Fehlende Fehlermeldungen wurden hinzugefügt. Negative float-Zahlen werden nun korrekt unterstützt.
Tags: Minor bugfixes
Missing error messages were added. Negative float
numbers are now correctly supported.

2004-11-09 12:03
0.9

Die Dokumentation wird jetzt von Doxygen als man-Seiten, HTML und LaTeX erzeugt. Jede Version von GDSL kann nun verwendet werden.
Tags: Documentation
The documentation is now generated by Doxygen as man pages, HTML, and LaTeX. Any version of GDSL can now be used.

2003-06-04 14:42
0.8.0

Das Ausgabeformat cfl_write () ist jetzt korrekt in cfl_init_from_file (h) h, wenn nicht leer ist. Config-Dateien ohne Abschnitten werden nun unterstützt. In der lexikalischen Analysator, Identifikatoren können jetzt Leerzeichen und '-' Arrays sind jetzt in Variablen-Namen unterstützt, können Kommentare mit "Start";, Fehlerbehandlung hinzugefügt wurde, und XML-Ausgabe wurde verbessert.
Tags: Code cleanup
The output format of cfl_write() is now correct in cfl_init_from_file(h) when h is not empty. Config files with no sections are now supported. In the lexical analyser, identifiers can now contains spaces and '-', arrays are now supported in variables names, comments can start with ';', error handling was added, and XML output was improved.

2003-04-23 20:38
0.7.0

Ein Speicherleck wurde behoben. Die Funktionalität wurde hinzugefügt.
Tags: Minor bugfixes
A memory leak has been fixed. Functionality has been added.

Project Resources