summaryrefslogtreecommitdiffstats
path: root/ini/ini_list_valueobj.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing headersDmitri Pal2013-01-241-2/+1
| | | | | | | Move GNU_SOUCE definition to configure.ac Change all headers to use config.h. Move config.h to the top. Remove errno.h if it is not needed.
* The implementation of the new interfaceDmitri Pal2012-10-171-0/+136
The three files in the patch implement the functions of the new interface. It is mostly inspired by the old interface except that the string value is replaced with the value object that hides all the metadata about the value itself. The main function to get value now allows more than one value per key.