Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-27Fix a bug reported by andreaplanet in the ICU processing that caused ↵Brodie Thiesfield
conversion of zero-length strings (like empty values) to fail. See http://www.codeproject.com/Articles/13881/Cross-platform-INI-Configuration-Files-Win32-Un-x?msg=4148327#xx4148327xx
2011-03-17prepare for 4.14 releaseBrodie Thiesfield
* change Load() to LoadData() to avoid confusion * add support for GetDoubleValue/SetDoubleValue
2009-06-30test script (although really just testing in name rather than spirit)Brodie Thiesfield
2009-06-30fixing mime-types and line endingsBrodie Thiesfield
2008-04-25added new functions GetBoolValue, GetLongValue, SetBoolValue, SetLongValueBrodie Thiesfield
2007-01-25version 4.2 releaseBrodie Thiesfield
Fix compilation breakages on gcc. Changed comments to get same newline handling like multi-line entries.
2007-01-24version 4.1 releaseBrodie Thiesfield
Fix compilation breakages on gcc. Changed multi-line entries so that regardless of platform the in memory value has lines separated by a single \n character and on save they are delimited by the platform newline characters. Added option to output the UTF-8 file signature to all Save and SaveFile methods.
2007-01-22version 4.0 releaseBrodie Thiesfield