summaryrefslogtreecommitdiffstats
path: root/lib/inifile/iniFile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added cIniFile::HasValue() function.madmaxoft2014-09-031-0/+5
|
* SuggestionsTiger Wang2014-06-051-0/+2
|
* Addressed Issue #402. cIniFile can now process UTF-8 files that have anarroo2014-02-161-0/+2
| | | | Byte Order Marker, BOM.
* IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2014-01-111-11/+21
| | | | Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so).
* Moved iniFileAlexander Harkness2013-11-241-0/+205