summaryrefslogtreecommitdiff
path: root/confget_ini.c
Commit message (Expand)AuthorAge
* Add the -O (override) command-line option.Peter Pentchev2016-04-04
* Display the *last* value for a variable.Peter Pentchev2016-04-04
* Minimize variables' scope by using C99 declarations.Peter Pentchev2016-04-04
* Remove the $Ringlet VCS tags.Peter Pentchev2016-04-04
* Make some errors immediately fatal.Peter Pentchev2016-04-04
* Use the C99 'bool' type.Peter Pentchev2016-04-04
* Clean up some strcmp() use.Peter Pentchev2016-04-04
* Treat -s '' as "variables defined before any section".Peter Pentchev2016-04-04
* Replace _{GNU,BSD}_SOURCE with _{POSIX_C,XOPEN}_SOURCE.Peter Pentchev2016-04-04
* Update the copyright years on some changed files.Peter Pentchev2013-02-20
* Add 'const' qualifiers to lots of pointers.Peter Pentchev2013-02-20
* Add the "-q sections" command-line option.Peter Pentchev2012-10-09
* Support spaces in INI file section names.Peter Pentchev2011-07-06
* Define _BSD_SOURCE to pull in the correct definition of strdup().Peter Pentchev2008-10-14
* "fp" is too generic for a global variable, rename it to "conffile".Peter Pentchev2008-10-14
* Allow no section to be specified, using the first one instead.Peter Pentchev2008-10-14
* Fix a bug when parsing INI files with no whitespace at all.Peter Pentchev2008-10-13
* Move more variable matching logic into foundvar(). Now it is supposedPeter Pentchev2008-10-13
* Break out the read-line-from-a-file logic into the confgetline() routinePeter Pentchev2008-10-13
* Move some common routines to a confget_common.c.Peter Pentchev2008-10-13
* Implement support for configuration backends.Peter Pentchev2008-10-10