summaryrefslogtreecommitdiffstats
path: root/ini/ini_get_value.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.
* Adding support for explicit 32/64 types (attempt 2).Dmitri Pal2010-05-171-4/+70
| | | | | This is a reworked patch to add support for explicit 32 and 64 bit values in the config files.
* Code restructuringDmitri Pal2010-04-261-0/+523
Time came to split ini_config.c into many much smaller pieces. 1) ini_parse.c - will have parsing functions 2) ini_get_value.c - will have single value interpretation functions 3) ini_get_array.c - will have array interpretation functions. 4) ini_print.c - error printing 5) ini_defines.h - common constants 6) ini_parse.h header for parsing functions 7) ini_list.c - will have list processing functions