Download List

프로젝트 설명

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

이 릴리스의 정의 목록에 대한 지원을 추가합니다. 문자열, 정수, 그리고 복식을 지원합니다. 설명서를 업데이 트됩니다.
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

참고 해상도가 추가됩니다. 문서를 재작 성입니다. 알려진 버그가 수정됩니다.
Tags: Major feature enhancements
Reference resolution is added. The documentation is rewritten. Known bugs are fixed.

2006-09-12 01:56
0.91

당신은 새로운 플래그 변수 무엇을 읽는 의미가 무엇을 읽을 수있습니다 모니터할 수있습니다. 이것은 적절한 값을 읽을 수있습니다 있도록 주 프로그램에서 일반적인 디버깅 코드를 대체합니다.
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

파서와 디자인이 완전히 다르다. 이제 모든 INI 파일의 목록으로 구문 분석됩니다. 코드의 가장 중요한 부분은 처음부터 재작 성했습니다. 구성 파일의 형식입니다. pcnf_strread pcnf_sread로 변경되었습니다 표준의 INI 형식이 변경되었습니다. 지금 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

이 릴리스의 설명서를 추가합니다. 그것은 완전한 설명과 parse_conf.texi 및 parse_conf.html가 포함되어있습니다. 새로운 플래그가 추가되었습니다. 만약이 플래그를 누른 다음 모든 프로그램 오류 인터럽트를 설정합니다. 거기 코드도 약간 개선됐다. 플래그 버그도 제거되었습니다.
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