Downloadliste

Projektbeschreibung

parse_conf is a library for parsing standard
configuration or initialization files, and
supports some extensions over the standard syntax
for a configuration file. A very extensive
reference resolution system is included. The
library is reentrant to be safe when used in a
multi-threaded environment.

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.

2009-09-11 04:19
1.1

Diese Version bietet zusätzlich Unterstützung für die Listen in den Definitionen. Strings, Zahlen, verdoppelt werden unterstützt. Die Dokumentation wird aktualisiert.
Tags: Major feature enhancements
This release adds support for lists in definitions. Strings, integers, and doubles are supported. The documentation is updated.

2008-09-17 13:42
1.0pre

Referenz Auflösung aufgenommen. Die Dokumentation wird neu geschrieben. Bekannte Bugs werden behoben.
Tags: Major feature enhancements
Reference resolution is added. The documentation is rewritten. Known bugs are fixed.

2006-09-12 01:56
0.91

Eine neue Flagge können Sie beobachten, was Variablen gelesen werden und welche Bedeutung gelesen werden. Es ersetzt das übliche Debugging-Code in das Hauptprogramm, die sicherstellt, dass eine angemessene Werte gelesen werden.
Tags: Minor feature enhancements
A new flag allows you to monitor what variables are read and what meanings are read. It replaces the usual debugging code in the main program, which ensures that proper values are read.

2006-08-30 07:04
0.9

Der Parser und das Design sind völlig verschieden. Nun werden alle von einer INI-Datei wird in der Liste analysiert. Der wichtigste Teil des Codes wurde von Grund auf neu geschrieben. Die Konfigurations-Datei-Format wurde geändert, um die Standard-INI-Format. Pcnf_strread wurde umbenannt in pcnf_sread. Die Bibliothek ist jetzt mit autotools gebaut.
Tags: Major feature enhancements
The parser and its design are completely
different. Now all of an INI file is parsed into
the list. The most important part of the code was
rewritten from scratch. The configuration file
format was changed to be the standard INI format.
pcnf_strread was renamed to pcnf_sread. The
library is now built with autotools.

2004-09-10 07:36
0.7

Diese Veröffentlichung fügt Dokumentation. Es enthält parse_conf.texi und parse_conf.html mit voller Beschreibungen. Eine neue Fahne wurde hinzugefügt. Wenn dieses Flag gesetzt ist dann ein Fehler unterbricht das Programm. Es gab auch kleinere Verbesserungen des Codes. Der Fehler mit Flaggen wurde ebenfalls entfernt.
Tags: Documentation
This release adds documentation. It contains parse_conf.texi
and parse_conf.html with full descriptions. A new flag was
added. If this flag is set then any error interrupts the
program. There were also minor improvements of the code.
The bug with flags was also removed.

Project Resources