------------------------------------------------------------------------
r43414 | michael | 2019-11-08 09:36:31 +0100 (Fri, 08 Nov 2019) | 1 line
* Reduce use of Length(aValue) in setdelimitedtext
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43742 -
------------------------------------------------------------------------
r43405 | michael | 2019-11-06 11:51:34 +0100 (Wed, 06 Nov 2019) | 1 line
* Add AddDelimitedText,AddCommatext by Werner Pamler (bug ID 36249)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43741 -
------------------------------------------------------------------------
r42153 | michael | 2019-06-01 11:42:27 +0200 (Sat, 01 Jun 2019) | 1 line
* Fix bug #35660, introduce prefervaluestonames
------------------------------------------------------------------------
r42168 | michael | 2019-06-03 08:27:37 +0200 (Mon, 03 Jun 2019) | 1 line
* Changed String.Split to conform to behaviour in Delphi Rio (bug ID 35669)
------------------------------------------------------------------------
r42170 | michael | 2019-06-04 09:00:48 +0200 (Tue, 04 Jun 2019) | 1 line
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
------------------------------------------------------------------------
r42171 | michael | 2019-06-04 09:08:45 +0200 (Tue, 04 Jun 2019) | 1 line
* Sort public properties/methods in stringlist
------------------------------------------------------------------------
r42172 | michael | 2019-06-04 09:29:53 +0200 (Tue, 04 Jun 2019) | 1 line
* Added constant for new error message in stringlist
------------------------------------------------------------------------
r42173 | michael | 2019-06-04 10:31:39 +0200 (Tue, 04 Jun 2019) | 1 line
Fix bug ID #0035672
------------------------------------------------------------------------
r42174 | michael | 2019-06-05 13:42:40 +0200 (Wed, 05 Jun 2019) | 1 line
* Fix bug ID #35674, do not create filestream for directories
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42429 -
------------------------------------------------------------------------
r41849 | michael | 2019-04-08 09:51:19 +0200 (Mon, 08 Apr 2019) | 1 line
* Patch from Ondrej Pokorny to let AddStrings call beginupdate/endupdate under all circumstances (bug ID 35341)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42418 -
rtl/objpas/classes/classesh.inc, TStringList:
* rename the private ExchangeItems to ExchangeItemsInt and allow inlining
+ add a protected virtual ExchangeItems
rtl/objpas/classes/stringl.inc, TStringList:
* Exchange: call ExchangeItemsInt
+ let default implementation of ExchangeItems simply call ExchangeItemsInt
* QuickSort: call ExchangeItemsInt directly if there is no override otherwise call ExchangeItems
+ added test
git-svn-id: trunk@25480 -
if an address is passed the compiler cannot know a good
value for the frame so it passed nil and no stack trace is printed, resolves#12528
git-svn-id: trunk@22932 -