head 1.20; access; symbols FSL_1_7_0:1.20 CFG_0_9_11:1.20 FSL_1_6_1:1.18 CFG_0_9_10:1.18 FSL_1_6_0:1.17 FSL_1_6b2:1.17 CFG_0_9_9:1.17 FSL_1_6b1:1.16 CFG_0_9_8:1.16 CFG_0_9_7:1.14 CFG_0_9_6:1.13 CFG_0_9_5:1.12 CFG_0_9_4:1.10 FSL_1_5_0:1.8 FSL_1_5a3:1.8 CFG_0_9_3:1.8 FSL_1_5a2:1.7 FSL_1_5a1:1.7 FSL_1_4_0:1.7 FSL_1_4b1:1.7 CFG_0_9_2:1.7 CFG_0_9_1:1.5 FSL_1_4a1:1.5 FSL_1_3_0:1.5 FSL_1_3b1:1.5 FSL_1_2_1:1.5 FSL_1_2_0:1.5 FSL_1_1_0:1.5 FSL_1_1b1:1.5 FSL_1_0_8:1.5 FSL_1_0_7:1.5 FSL_1_0_6:1.3 FSL_1_0_5:1.3 FSL_1_0_4:1.3 FSL_1_0_3:1.3 FSL_1_0_2:1.3 FSL_1_0_1:1.2 FSL_1_0_0:1.2 FSL_0_9_0:1.2 CFG_0_9_0:1.2 FSL_0_1_12:1.1 FSL_0_1_11:1.1 FSL_0_1_10:1.1 FSL_0_1_9:1.1 FSL_0_1_8:1.1 FSL_0_1_7:1.1 FSL_0_1_6:1.1 FSL_0_1_5:1.1 FSL_0_1_1:1.1; locks; strict; comment @# @; 1.20 date 2006.08.10.19.35.56; author rse; state Exp; branches; next 1.19; commitid Isy241gp4yykKkIr; 1.19 date 2006.08.10.19.32.57; author rse; state Exp; branches; next 1.18; commitid KbosAzCq3U7jJkIr; 1.18 date 2005.10.03.09.12.39; author rse; state Exp; branches; next 1.17; 1.17 date 2005.02.18.10.33.30; author rse; state Exp; branches; next 1.16; 1.16 date 2005.01.24.14.35.54; author rse; state Exp; branches; next 1.15; 1.15 date 2004.12.31.19.16.25; author rse; state Exp; branches; next 1.14; 1.14 date 2004.12.19.19.36.25; author rse; state Exp; branches; next 1.13; 1.13 date 2004.12.04.12.54.41; author rse; state Exp; branches; next 1.12; 1.12 date 2004.11.27.19.56.24; author rse; state Exp; branches; next 1.11; 1.11 date 2004.11.20.11.52.41; author rse; state Exp; branches; next 1.10; 1.10 date 2004.10.31.19.37.36; author rse; state Exp; branches; next 1.9; 1.9 date 2004.07.17.07.37.55; author rse; state Exp; branches; next 1.8; 1.8 date 2004.04.23.10.06.08; author thl; state Exp; branches; next 1.7; 1.7 date 2003.11.10.19.15.54; author rse; state Exp; branches; next 1.6; 1.6 date 2003.11.10.19.13.24; author rse; state Exp; branches; next 1.5; 1.5 date 2003.01.06.11.17.42; author rse; state Exp; branches; next 1.4; 1.4 date 2002.11.10.12.12.23; author rse; state Exp; branches; next 1.3; 1.3 date 2002.08.02.19.07.12; author rse; state Exp; branches; next 1.2; 1.2 date 2002.07.30.19.28.37; author rse; state Exp; branches; next 1.1; 1.1 date 2002.07.09.08.29.19; author rse; state Exp; branches; next ; desc @@ 1.20 log @cleanup source tree for status as of 2006 @ text @ _ ___ ____ ____ ____ __ |_|_ _ / _ \/ ___/ ___|| _ \ ___ / _| __ _ _|_||_| | | | \___ \___ \| |_) | / __| |_ / _` | |_||_|_| | |_| |___) |__) | __/ | (__| _| (_| | |_|_|_| \___/|____/____/|_| \___|_| \__, | |___/ OSSP cfg - Configuration Parsing Version 0.9.11 (10-Aug-2006) ABSTRACT 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. Each token can be either a string or again a complete sequence. This means the configuration syntax has a recursive structure and this way allows to create configurations with arbitrarily nested sections. Additionally the configuration syntax 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 a configuration text into an Abstract Syntax Tree (AST), traversing the AST and optionally exporting the AST again as a configuration text. COPYRIGHT AND LICENSE Copyright (c) 2002-2006 Ralf S. Engelschall Copyright (c) 2002-2006 The OSSP Project This file is part of OSSP cfg, a configuration parsing library which can be found at http://www.ossp.org/pkg/lib/cfg/. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. INTERNET LOCATIONS Homepage: http://www.ossp.org/pkg/lib/cfg/ Repository: http://cvs.ossp.org/pkg/lib/cfg/ Distribution: ftp://ftp.ossp.org/pkg/lib/cfg/ @ 1.19 log @bump before release @ text @d28 2 a29 3 Copyright (c) 2002-2005 Ralf S. Engelschall Copyright (c) 2002-2005 The OSSP Project Copyright (c) 2002-2005 Cable & Wireless @ 1.18 log @bump version before release @ text @d8 1 a8 1 Version 0.9.10 (03-Oct-2005) @ 1.17 log @bump before release @ text @d8 1 a8 1 Version 0.9.9 (18-Feb-2005) @ 1.16 log @bump before release @ text @d8 1 a8 1 Version 0.9.8 (24-Jan-2005) @ 1.15 log @Adjust copyright messages for new year 2005. @ text @d8 1 a8 1 Version 0.9.7 (19-Dec-2004) @ 1.14 log @Fixed cfg_node_get() function after recent introduction of LOAN/GIFT/COPY argument passing semantics. This inbreaks the Perl API's unpack() function. @ text @d28 3 a30 3 Copyright (c) 2002-2004 Ralf S. Engelschall Copyright (c) 2002-2004 The OSSP Project Copyright (c) 2002-2004 Cable & Wireless @ 1.13 log @bump before release @ text @d8 1 a8 1 Version 0.9.6 (04-Dec-2004) @ 1.12 log @add Autoconf support for new Perl API @ text @d8 1 a8 1 Version 0.9.5 (27-Nov-2004) @ 1.11 log @Ops, we are already developing towards 0.9.5, of course @ text @d8 1 a8 1 Version 0.9.5 (20-Nov-2004) @ 1.10 log @bump version number @ text @d8 1 a8 1 Version 0.9.4 (31-Oct-2004) @ 1.9 log @Adjust copyright messages for new year 2004. @ text @d8 1 a8 1 Version 0.9.3 (23-Apr-2004) @ 1.8 log @flush pending changes before tagging @ text @d28 3 a30 3 Copyright (c) 2002-2003 Ralf S. Engelschall Copyright (c) 2002-2003 The OSSP Project Copyright (c) 2002-2003 Cable & Wireless Deutschland @ 1.7 log @upgrade build environment @ text @d8 1 a8 1 Version 0.9.2 (10-Nov-2003) @ 1.6 log @fix date @ text @d8 1 a8 1 Version 0.9.1 (10-Nov-2003) @ 1.5 log @update copyright messages for new year @ text @d8 1 a8 1 Version 0.9.1 (02-Aug-2002) @ 1.4 log @remove trailing whitespaces @ text @d28 3 a30 3 Copyright (c) 2002 Ralf S. Engelschall Copyright (c) 2002 The OSSP Project Copyright (c) 2002 Cable & Wireless Deutschland @ 1.3 log @full source tree overhauling @ text @d1 2 a2 2 _ ___ ____ ____ ____ __ |_|_ _ / _ \/ ___/ ___|| _ \ ___ / _| __ _ @ 1.2 log @polishing for release @ text @d1 6 a6 7 __ ___ / _| __ _ / __| |_ / _` | | (__| _| (_| | \___|_| \__, | |___/ d8 1 a8 1 Version 0.9.0 (30-Jul-2002) d53 1 a53 3 HOME AND DOCUMENTATION The documentation and latest release can be found on d55 3 a57 2 o http://www.ossp.org/pkg/lib/cfg/ o ftp://ftp.ossp.org/pkg/lib/cfg/ @ 1.1 log @add standard OSSP autoconf/libtool/shtool environment @ text @d9 1 a9 1 Version d17 9 a25 2 syntax has a recursive structure and this way allows to configure structures which require arbitrarily nested sections. @