summaryrefslogtreecommitdiff
path: root/confget.c
Commit message (Expand)AuthorAge
* Prepare to release confget-2.2.0.Peter Pentchev2019-01-13
* Fix the check for more than one query type.Peter Pentchev2018-11-27
* Post-release version bump to confget-2.1.1.Peter Pentchev2018-11-27
* Support "--help" and "--version".Peter Pentchev2017-11-11
* Add "-q features" and "-q feature NAME".Peter Pentchev2017-11-11
* This will be confget 2.1.0.Peter Pentchev2017-11-11
* Prepare to release confget-2.0.0.Peter Pentchev2016-04-04
* 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
* Note the C99 change, bump to confget-2.0.0.dev.Peter Pentchev2016-04-04
* Use the C99 'bool' type.Peter Pentchev2016-04-04
* Note the strcmp() cleanup.Peter Pentchev2016-04-04
* Clean up some strcmp() use.Peter Pentchev2016-04-04
* Replace _{GNU,BSD}_SOURCE with _{POSIX_C,XOPEN}_SOURCE.Peter Pentchev2016-04-04
* This is about to be confget-1.06 at some point.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
* Display version before help if both requested.Peter Pentchev2012-10-11
* Post-release version bump to confget-1.05.Peter Pentchev2012-10-11
* Add the "-q sections" command-line option.Peter Pentchev2012-10-09
* Post-release version bump to 1.04.Peter Pentchev2011-10-11
* Somewhat delayed post-release version bump to 1.03.Peter Pentchev2011-07-06
* Add the year 2009 to the copyright notice.Peter Pentchev2009-03-20
* Post-release version bump to confget-1.02.Peter Pentchev2009-03-18
* Completely drop the non-functional jprop backend.Peter Pentchev2008-10-25
* The "-f filename" command-line option is actually optional, not mandatory -Peter Pentchev2008-10-25
* Implement the http_get configuration source. To this end:Peter Pentchev2008-10-25
* If "-" is specified as the config file name, read from stdin.Peter Pentchev2008-10-23
* Post-release version bump to confget-1.01.Peter Pentchev2008-10-23
* Fix the PCRE build by default: since we're already doing -L/usr/local/lib,Peter Pentchev2008-10-17
* Remove an outdated FIXME comment.Peter Pentchev2008-10-16
* Add regular expression support via the PCRE library.Peter Pentchev2008-10-16
* Add the -S command-line flag so that shell scripts may read stuff safely.Peter Pentchev2008-10-16
* Add the '-p prefix' and '-P postfix' command-line options.Peter Pentchev2008-10-16
* Post-release version bump to confget-0.04.Peter Pentchev2008-10-16
* "fp" is too generic for a global variable, rename it to "conffile".Peter Pentchev2008-10-14
* Protect argument names in the function declarations.Peter Pentchev2008-10-14
* Avoid overlong strings in confget.c's usage() function.Peter Pentchev2008-10-14
* Post-release version bump to 0.03.Peter Pentchev2008-10-14
* Pfui, sort the option names here, too.Peter Pentchev2008-10-14
* Add the -N and -n options to always or never display the variable name.Peter Pentchev2008-10-14
* Add the "-m pattern" command-line option to match the variable values.Peter Pentchev2008-10-14
* Allow no section to be specified, using the first one instead.Peter Pentchev2008-10-14
* Allow more than one variable name or match pattern to be specified.Peter Pentchev2008-10-14
* Add the -L command-line option to only display variables with namesPeter Pentchev2008-10-13
* Move more variable matching logic into foundvar(). Now it is supposedPeter Pentchev2008-10-13
* Disconnect the Java properties backend for the present; it seems thatPeter Pentchev2008-10-13