Télécharger la liste

Description du projet

dot.conf is a simple configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, ${NAME:-default} style environment variable substitution for arguments, and on-the-fly inclusion of additional config files. Some behaviour can be toggled with flags at runtime. To keep dotconf from printing out warnings, you can install your own customized errorhandler.

Système requise

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.

2003-02-21 04:28
1.0.11

La compilation a été fixée pour les systèmes où 'char' est traitée comme «unsigned char», et des corrections ont été apportées à la gestion de version et le préfixe d'utilisation dans dotconf.m4.
Tags: Stable, Minor bugfixes
Compilation was fixed for systems where 'char' is handled as 'unsigned char', and fixes were made to the version handling and prefix usage in dotconf.m4.

2002-02-04 22:44
1.0.9

Un fichier. RPM spec, des correctifs pour la manutention rompu commentaires dans le texte et de fichiers d'héritage option d'inclusion, de nouveaux indicateurs de transformer les commentaires hors ligne et de permettre à des noms d'options en double, 3 nouveaux exemples, et plusieurs nettoyages internes et met à jour la documentation.
Tags: Stable, Minor bugfixes
An RPM .spec file, fixes for broken inline comment handling and file-inclusion option inheritance, new flags to turn inline comments off and to allow duplicate option names, 3 new examples, and several internal cleanups and documentation updates.

2001-12-30 02:41
1.0.7

La manipulation commentaires dans le texte a été corrigé, et quelques nettoyages Win32 ont été appliquées.
Tags: Stable, Minor bugfixes
The inline comment handling has been fixed, and some Win32 cleanups have been
applied.

2001-09-03 23:37
1.0.6

Octal et chiffres hexadécimaux sont maintenant analysées correctement pour ARG_INTs. Win32 soutien a été beaucoup amélioré. Quelques bugs ont été corrigés.
Tags: Stable, Minor feature enhancements
Octal and hexadecimal digits are now parsed correctly for ARG_INTs. Win32 support has been improved a lot. Some bugs have been fixed.

2001-07-26 20:52
1.0.5

Une erreur de segmentation qui s'est produit avec ARG_INT et ARG_TOGGLE si l'argument était manquante a été fixée. Plusieurs fuites de mémoire ont été corrigés.
Tags: Stable, Minor bugfixes
A segmentation fault which occurred with ARG_INT and ARG_TOGGLE if the argument
was missing was fixed. Several memory leaks were fixed.

Project Resources