cppcheck scope reduction for char* delim
Minor change to cfg_load, more sensible structure
Improve handling of NULL parameters and other corner cases
cfg_set() now appends instead of prepends, so config files are not stored in reverse any more
Add cfg_get_keys() function, returning a list of all keys currently set in a cfg_struct.
Add a new cfg_prune() method, which drops any keys that do not match a provided list.
Minor improvements: replace unsigned int with size_t, standardize key normalize function, document array functions, formatting issues
Minor cleanup, add parameter names to header file
Add cfg_set_array and cfg_delete_array function...
Add extern "C" when compiling in __cplusplus mode
dos2unix on cfg_parse.c
Move whitespace characters into their own funct...
Lowercase all keys to make lookups case-insensi...
Many small changes: add const qualifiers, prote...
Initial import.