master
examples: Example of new CFGF_KEYVAL flag: env { foo=bar; baz=foo }
tests: align cfg_addtsec() test with API get-or-create contract
Use NULL instead of 0 to initialize pointers
Merge branch 'master' into annotation-support
Fix issue #24: Add support for CFGF_DEPRECATED and CFGF_DROP option flags
Audit feedback: change CFGF_KEYVAL -> CFGF_KEYSTRVAL
reformat to fit 80 columns removed silly reverse-dns option
examples/ftpconf.c: fix type cast in conf_parse_acb()
Add missing examples from old nongnu.org homepage.
Remove useless Emacs version control
Add nested.conf example from Thomas Adam
Add missing errno.h include for Linux/UNIX
Fixed and extended the example programs
Windows does not have LC_MESSAGES, skip setlocale() altogether
documented new cfG_print functions, support for simple option in cfg_get functions
examples: Add special C++ comment case to trigger #120
trivial: reduce variable scope