Change log for confget, the configuration file variable extractor 1.03 2011/07/06 - support spaces in INI file section names, as suggested by green in Debian bug #632400 - do not make the compiler warnings fatal by default 1.02 2009/03/20 - do not fail the regexp tests if confget was compiled without regular expression support - explain the Config::IniFiles cross-reference in the manual page, as discussed with George Danchev on the debian-mentors mailing list - split the install target into separate targets for the various components of the program - add some comments to the t/t1.ini and t/t2.ini files, describing the structure of the INI files parsed by confget - install the t1.ini and t2.ini files as examples, as discussed with George Danchev on the debian-mentors mailing list 1.01 2008/11/06 - if '-' is specified for the configuration file name, read from the standard input stream - improve the general description of confget in the manual page - add an 'http_get' backend for decoding HTTP GET request variables - make the filename argument non-mandatory, since there are configuration types (e.g. http_get) that do not read their data from a file - completely drop the non-functional stub for a Java properties backend type 1.00 2008/10/16 - add the '-p prefix' and '-P postfix' command-line options - add the '-S' command-line flag so shell scripts may safely read individual variables or slurp the contents of whole sections - add regular expression support through the PCRE library and the '-x' command-line flag 0.03 2008/10/14 - avoid overlong strings in confget.c's usage() function - add sample high-warning-level compiler flags to the Makefile - protect argument names in the function declarations - do not use a generic name such as "fp" for a global variable - clear out the config file variable after closing the file - pull in the correct definition for strdup() 0.02 2008/10/14 - by default, use the binary files' group for the manpages, too - add support for different configuration file types - ini - the already-supported INI file backend - add the '-t type' and '-T' command-line options - add a trivial README file - add a simple TODO list - automatically track source dependencies - use fgetln(3) or getline(3) to read lines from a file - move more variable matching logic into foundvar() - fix a bug when parsing key/value lines without whitespace - add the -L command-line option to display all variables with names matching the specified pattern - mark some Makefile targets as phony - allow more than one variable or pattern to be specified on the command line - note that either -DHAVE_GETLINE or -DHAVE_FGETLN must be defined in the C compiler's flags at build time - make the section argument optional and let the first section in the INI file be used instead - add the -m command-line option to match the values against a pattern 0.01 2008/09/25 - Initial public release. Comments: Peter Pentchev $Ringlet$