Download List

项目描述

libConfuse is a configuration file parser library
written in C. It's goal is to be easy to use and
quick to integrate into existing code. It supports
sections and (lists of) values (strings, integers,
floats, booleans, or other sections), as well as
some other features (such as single/double-quoted
strings, environment variable expansion,
functions, and nested include statements). It
makes it very easy to add configuration file
capability to a program using a simple API.

系统要求

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.

2008-04-20 17:26
2.6

标签: Minor bugfixes

2004-10-17 22:42
2.5

此版本增加了一个标志,规定一个选项没有默认值。现在的教学也包括在内。
标签: Minor feature enhancements
This release adds a flag to specify that an option doesn't have a default value. A tutorial is now also included.

2004-05-23 13:39
2.3

此版本的固定编制使用时发生的海湾合作委员会2.95错误。它也复制的选项传递给cfg_init结构,因此没有必要再宣布选择静态的。
标签: Minor bugfixes
This release fixed compilation errors that occurred
when using GCC 2.95. It also copies the options
struct passed to cfg_init, so there is no longer any
need to declare the options static.

2003-07-14 23:02
2.1

这主要是一个bug修正版本,但一些新的功能也有。单节现在可以有默认值的支持扩展语法时检索的值。
标签: Major bugfixes
This is mostly a bugfix release, but some new features are also there. Single sections can now have default values which support an extended syntax when retrieving the values.

2003-04-06 14:10
2.0

作为在Windows DLL的建设的支持已被添加在此版本中,和内存泄漏已得到修复,以及其他一些错误。名单的选择现在也可以拥有完全的默认值。功能解析后成立的,也增加了选择。此版本打破了早期版本的兼容性,某些类型的已命名的一致性。
标签: Major feature enhancements
Support for building as a DLL on windows has been added in this version, and memory leaks have been fixed, as well as some other bugs. List options can now also have complete default values. Functions to set options after parsing have also been added. This release breaks compatibility with earlier versions, as some types have been renamed for consistency.

Project Resources