summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_config.c
Commit message (Collapse)AuthorAgeFilesLines
* The lower level function now returns NOENT if file is not found.Dmitri Pal2009-04-101-3/+5
|
* Added functions to create list of sections and attributes.Dmitri Pal2009-04-101-0/+79
|
* INI component: Fixed issues introduced by cleanup.Dmitri Pal2009-04-091-58/+169
| | | | | | | Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
* Fix const warningsSimo Sorce2009-04-071-1/+1
|
* Style fixes for /commonSimo Sorce2009-04-071-406/+457
|
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-061-9/+6
|
* First attempt to produce INI interface.Dmitri Pal2009-04-061-0/+1286