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
2020-06-16Fixing build on linuxwatercal
2020-06-16First stage of updating the project to have full test harness and ↵unknown
incorporate some of the requested changes
2009-06-30add test target to MakefileBrodie Thiesfield
2007-11-13better makefileBrodie Thiesfield
2007-04-23minor changes. no release.Brodie 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