Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Esta versión incluye el soporte para listas de definiciones. Cadenas, enteros, y los dobles son compatibles. La documentación está actualizada.
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

La resolución de referencia, se añade. La documentación está reescrito. Los errores son fijos.
Tags: Major feature enhancements
Reference resolution is added. The documentation is rewritten. Known bugs are fixed.

2006-09-12 01:56
0.91

Una nueva bandera le permite controlar qué variables se leen y lo que se leen significados. Se sustituye el código de depuración habituales en el programa principal, que asegura que se leen los valores adecuados.
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

El analizador y su diseño son completamente diferentes. Ahora, de un archivo INI se analiza en la lista. La parte más importante del código fue reescrito desde cero. El formato de archivo de configuración se ha cambiado a ser el formato estándar de INI. Pcnf_strread fue renombrado a pcnf_sread. La biblioteca está construida con autotools.
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

Esta versión incluye la documentación. Contiene parse_conf.texi y parse_conf.html con descripciones completas. Una nueva bandera fue añadido. Si este indicador se establece a continuación, cualquier error interrumpe el programa. También se produjeron mejoras de menor importancia del código. El error con banderas también fue eliminado.
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