summaryrefslogtreecommitdiff
path: root/rtl/objpas/classes
Commit message (Expand)AuthorAgeFilesLines
* * Add deprecation messagemichael2021-03-231-1/+1
* rtl: remove defines for v2.x compiler from the common part of the RTL. It's n...karoly2021-03-231-1/+1
* * make TProxyStream.Check an abstract method; as it is right now one had to o...svenbarth2021-01-062-9/+1
* * GlobalNameSpace must EndWrite before it is released to unlock the critical ...ondrej2020-11-291-0/+3
* * Fix bug where position is not advanced when calling ReadAnsiString/ReadStringmichael2020-10-072-4/+6
* * simplify TThread.RemoveQueuedEvent - decide what to delete and not what to ...ondrej2020-09-301-31/+24
* * when removing a method from the synchronization queue using TThread.RemoveQ...svenbarth2020-09-291-1/+5
* * Additional fix for GetDelimitedTextmichael2020-08-271-1/+1
* * TThread.Terminate does not have any platform specific behavior (it should o...svenbarth2020-08-221-0/+6
* * Simplified SetDelimitedTextmichael2020-08-211-52/+23
* * Fix bug ID 0037605: Setting quotechar to NULL char disables quotingmichael2020-08-211-70/+76
* TWriter: fix default value handling for Int64/QWord values. Issue 37525ondrej2020-08-091-2/+2
* * Add TerminatedSet (delphi compatibility, bug ID 37388)michael2020-07-182-1/+9
* * Fix bug ID 37118michael2020-05-201-1/+4
* * clarify dubious case statementsmichael2020-05-181-2/+2
* * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionalit...svenbarth2020-04-282-29/+7
* * Fix wrong start/stop indexmichael2020-04-071-4/+4
* * Fix bug ID 36837: add ToObjectArray, ToStTringArray and SetStringsmichael2020-04-072-0/+56
* TFileStream: use SysErrorMessage in exception message if availableondrej2020-02-171-0/+12
* TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncodi...ondrej2020-01-141-1/+1
* TStrings: default options: ondrej2020-01-141-1/+1
* Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) sho...ondrej2020-01-141-1/+1
* TStrings: add missing SaveToFile overload with IgnoreEncoding parameterondrej2020-01-142-0/+16
* TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Enco...ondrej2020-01-141-1/+1
* classes: add TStringsOption.soPreserveBOMondrej2020-01-032-1/+5
* classes: introduce TRawByteStringStreamondrej2020-01-022-0/+56
* classes: add TStrings.Options (Delphi-compatibility)ondrej2020-01-022-31/+92
* classes: fix TStrings.SaveToStream overloads (Delphi-compatibility + introduc...ondrej2020-01-022-24/+62
* * Fix bug ID 34303, readability opimizationsmichael2019-12-231-2/+2
* * Fix bug 36284: small refactoringmichael2019-11-121-24/+3
* * Observe doclearmichael2019-11-081-1/+2
* * Refactor AddDelimitedText/SetDelimitedTextmichael2019-11-082-37/+40
* * Reduce use of Length(aValue) in setdelimitedtextmichael2019-11-081-18/+23
* * Add AddDelimitedText,AddCommatext by Werner Pamler (bug ID 36249)michael2019-11-062-0/+37
* * Add some functional methods to TStringsmichael2019-11-022-1/+235
* * Fix bug ID 36234: unicodedatastering must be of type unicodestringmichael2019-11-022-3/+3
* * Fix bug ID 0036246, delphi compatibility propertymichael2019-11-022-0/+15
* * Patch from Serge Anvarov with some optimizations (bug ID 36143)michael2019-10-092-36/+18
* * Fix bug ID 36136, wrong reference count caused by missing const in param michael2019-10-062-3/+3
* * patch from Ondrej, TVerticalAlignment & TTopBottommarco2019-08-251-0/+2
* * Allow context when sorting lists (patch from Ondrej Pokorny, bug ID 0035962)michael2019-08-242-0/+26
* * Fix bug ID 0035817michael2019-07-111-20/+17
* * Fix non-threading platformsmichael2019-06-191-0/+8
* * Patch from Pascal Riekenberg to make component loading thread safe (bug ID ...michael2019-06-192-5/+25
* * Sort public properties/methods in stringlistmichael2019-06-041-19/+18
* * Better fix for 35660: Introduced TMissingNameValueSeparatorActionmichael2019-06-042-7/+31
* * Fix bug 35660, introduce prefervaluestonamesmichael2019-06-012-2/+9
* * Patch from Ondrej to remove unnecessary overload keywordsmichael2019-05-141-7/+7
* * Fix bug ID 0035580michael2019-05-131-7/+7
* * Fix bug ID 35576michael2019-05-132-5/+5