summaryrefslogtreecommitdiff
path: root/packages/fcl-base/src/inifiles.pp
Commit message (Expand)AuthorAgeFilesLines
* TIniFile: allow to set Encodingondrej2020-01-141-7/+24
* TIniFile: fix encoding support:ondrej2020-01-141-5/+36
* IniFiles: fix OwnsEncoding default valuesondrej2020-01-141-2/+4
* TIniFile: remove obsolete FBOM (it will be implemented with TEncoding support)ondrej2020-01-141-17/+0
* * Fix bug 36052, defaultencoding does not need to be freedmichael2019-09-071-9/+2
* * Fix bug ID 35731 (ReadSectionRaw needs to read comments)michael2019-06-191-1/+0
* * Simplifications and slight enhancements, as suggested by AlexeyT (bug ID 33...michael2018-07-141-13/+16
* * Fix bug ID 33883, incorrectly initialized CacheUpdates depending on what co...michael2018-06-281-2/+11
* * fix encoding on save, patch from Ondrej, mantis #33121marco2018-02-031-5/+2
* * patch from Ondrej, mantis #33118, some constructor overloaded to ease init...marco2018-02-031-1/+20
* * Fix bug 33052, stripquotes is removed accidentally in TIniFile constructor ...michael2018-01-201-1/+1
* * Patch from Ondrej Pokorny to make ini files encoding aware (bug ID 32452)michael2017-12-291-29/+70
* * Fix bug 32047michael2017-06-231-3/+3
* * Fix bug ID 24983: additional possibilities for boolean reading/writingmichael2016-09-111-4/+68
* * Make THashedStringList obey CaseSensitive flag (patch from Giulano Colla, b...michael2016-09-091-4/+16
* * Fix wrong ReadInt64 return type. bug ID 30579michael2016-09-091-2/+2
* * Check allowed options when setting options not in constructormichael2016-03-121-0/+5
* * Fix bug ID 29414michael2016-01-171-57/+189
* * Allow use of Formatsettings (bug ID 28693)michael2015-12-271-8/+48
* * Fix bug UD 27026michael2015-04-171-3/+6
* * Skip BOM for inifiles Mantis #24385marco2014-02-241-0/+13
* * Added AddReplacesExistingmichael2014-02-081-1/+4
* * Added TStringHash classmichael2014-02-081-0/+68
* * Added Read/Write of int64michael2013-09-161-0/+15
* * Patch to avoid error when trying to create empty directorymichael2013-04-141-2/+3
* * Attempt to create directory, fail if not possiblemichael2013-02-111-1/+11
* * Patch from Luiz Americo to clean up destructor/constructormichael2012-10-081-14/+2
* * Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/...michael2011-07-161-1/+0
* * Fixed WriteString to be Windows/Delphi compatible. Writing an empty value d...michael2011-07-161-18/+13
* * Fix exception propagation in TiniFile.Free (bug 19046)michael2011-04-021-1/+5
* * Patch from Luiz Americo to use Const string params where possiblemichael2010-07-301-9/+9
* * do not prefix inifile.readsectionvalues results with '=' when key='' (Del...marco2010-06-141-12/+13
* * fixed TIniFile.ReadString in case an unquoted string was read whilejonas2010-05-181-1/+3
* * apply quoting patch for inifile from A. KleinAlmindor2010-05-161-14/+25
* Path from Alexander S. Kleninjoost2008-12-131-1/+10
* * Fixed bug 0011528,michael2008-08-311-1/+3
* * Fixed bug 10769michael2008-02-101-4/+4
* * fpmake supportpeter2008-01-241-0/+1019