summaryrefslogtreecommitdiff
path: root/common/ini/ini_config_ut.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-10The lower level function now returns NOENT if file is not found.Dmitri Pal1-0/+6
2009-04-10Added functions to create list of sections and attributes.Dmitri Pal1-0/+44
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal1-6/+41
Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
2009-04-06Clean up a lot of warnings in Collection and INI parserStephen Gallagher1-8/+6
2009-04-06First attempt to produce INI interface.Dmitri Pal1-0/+701