Download List

项目描述

OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration files. A configuration is sequence of directives, each directive consists of zero or more tokens, and each token can be either a string or again a complete sequence. This means the configuration syntax has a recursive structure and allows you to create configurations with arbitrarily-nested sections. The configuration syntax also provides complex single/double/balanced quoting of tokens, hexadecimal/octal/decimal character encodings, character escaping, C/C++ and shell-style comments, etc. The library API allows importing of a configuration text into an Abstract Syntax Tree (AST), traversing the AST, and optionally exporting the AST again as a configuration text.

系统要求

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.

2006-08-10 23:12
0.9.11

构建环境已经升级到GNU libtool来1.5.22,慈善shtool 2.0.6和GNU autoconf的2.60。
标签: Minor feature enhancements
The build environment has been upgraded to GNU libtool 1.5.22, GNU shtool 2.0.6, and GNU autoconf 2.60.

2005-10-04 22:32
0.9.10

构建环境已经升级到GNU libtool来1.5.20和GNU shtool 2.0.3。
标签: Minor bugfixes
The build environment has been upgraded to GNU libtool 1.5.20 and GNU shtool 2.0.3.

2005-01-24 16:46
0.9.8

甲定为“va_list”中的“cfg_fmt_xxx”功能传递变量。 Autoconf的支持va_copy()检测和使用增加了。新的慈善野牛2.0分析器生成器,现在也接受了构建环境。
标签: Minor bugfixes
A fix was made for "va_list" variable passing in
"cfg_fmt_xxx" functions. Autoconf support for
va_copy() detection and usage was added. The new
GNU Bison 2.0 parser generator is now also
accepted in the build environment.

2004-12-20 00:17
0.9.7

在cfg_node_get()函数已得到修复后,最近推出的贷款/礼品/拷贝参数传递语义。这unbreaks的Perl API的解()函数。
标签: Minor bugfixes
The cfg_node_get() function has been fixed after the recent introduction of LOAN/GIFT/COPY argument passing semantics. This unbreaks the Perl API's unpack() function.

2004-12-06 00:01
0.9.6

其余的内存泄漏已被引入一般借款插入/礼品/拷贝参数传递语义。可选DMalloc建设的支持已得到修复。固定大小的扫描器标记缓冲区已被替换成一个动态的缓冲区,以消除旧的1024对令牌的大小限制。非衍生的错误信息打印的字符转义。
标签: Minor bugfixes
Remaining memory leaks have been plugged by introducing the usual LOAN/GIFT/COPY argument passing semantics. Optional DMalloc build support has been fixed. The fixed-size token buffer in scanner has been replaced with a dynamic buffer to eliminate the old 1024 size limit on tokens. Non-printable characters in derived error messages are escaped.

Project Resources