Commit History

Author SHA1 Message Date
  michael 098769d1b3 * Added TStringList.CompareStrings (Delphi compatibility), patch by Stephano, bug ID #24981 12 years ago
  nickysn e54c87dab1 * changed a method address typecast to CodePointer instead of Pointer in TStringList.QuickSort for compatibility with the i8086 medium and compact memory models 12 years ago
  svenbarth 08543ddeba Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if necessary. 12 years ago
  michael 3c7881ef04 * Fixed AV when setting capacity to something smaller than count but larger than 0 (bug ID 24943) 12 years ago
  michael 4afefd6cbe * Added AddText as suggested in bug ID #24764 12 years ago
  marco eebfeca41d * removed all ver2_* defines older than 2_4. 2_4 can probably also get removed from trunk, but better in a separate commit. 12 years ago
  marco 912d8f1c52 * set namevalueseparator to =, mantis #24116 12 years ago
  michael 37ba6f9b27 * Fixed 23805 12 years ago
  florian b00ff8a4e0 * patch by Bart Broersma, simplify TStringList.InsertItem, resolves #23860 12 years ago
  michael 11a531ab62 * Fixed bug #23477 12 years ago
  michael 4ecfde31e1 * Prevent Move from freeing an associated object if OwnsObjects=True (reported on sourceforge) 12 years ago
  florian 39aef35bdc * pass not only exception address but also frame to raise: 12 years ago
  marco a48aba60fb * fix for Delphi incompatible DelimitedText, Mantis #19610, big patch from Reinier Olislagers. 13 years ago
  michael 441e059f32 * Changed ooChanged to ooChange, to be more consistent with tense in other values 13 years ago
  michael 43be53351e * Added observer support 13 years ago
  michael ab0a7d096c * Overloaded AddStrings 13 years ago
  michael d1b209025f * Applied patch from Luiz Amerigo to have Delphi compatible behaviour when freeing a stringlist (bug 21529) 13 years ago
  michael 723482c814 * Correctly free objects when destroying stringlist instance 13 years ago
  michael a1d8ad7a27 * Changed var to out in TStringList.Find 14 years ago
  sekelsenmat 8b6e8079ec Fixes a potential crash in TStrings.SaveToStream 15 years ago
  marco 6ebda8f2cc * D2009 compat: TStringList.OwnsObjects 15 years ago
  michael bc735a639f * Call specialchars in TStringList constructor 15 years ago
  joost 8f90db3e98 * Fixed mem-leaks 15 years ago
  paul 8292fcc49e rtl: override TObject.Equals for TBits and TStrings classes 15 years ago
  paul aa5a5e79ce merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994: 15 years ago
  marco 1e7ee7aef4 * Patch from Paul Ishenin, load stringlists with fmdenywrite. (improves sharing behaviour) 16 years ago
  yury 1fe90fe7dc * Removed unused code and unused local variable. 17 years ago
  michael 64e6d68a64 * Implemented StrictDelimiter without the delphi bugs (mantis #8910) 17 years ago
  michael 2482742fc5 * Var -> Out parameters in tstrings.getnameval 17 years ago
  michael 16db18bb73 * Patch from Paul Ishenin to fix tstrings.assign 17 years ago