Commit History

Author SHA1 Message Date
  michael b5a2b3860b * Added AddEmptyStrings to ExtractStrings (bug 25633) 11 years ago
  marco 67e64e8be3 * killed a ver2_4 exception 11 years ago
  michael 098769d1b3 * Added TStringList.CompareStrings (Delphi compatibility), patch by Stephano, bug ID #24981 12 years ago
  nickysn fccbbd92b2 * Classes unit functions related to exceptions and stacktraces updated to use CodePointer 12 years ago
  svenbarth 08543ddeba Fix for Mantis #23899 . Allow to overwrite TStringList.ExchangeItems if necessary. 12 years ago
  michael bda396906d * Forgot to commit 12 years ago
  nickysn 4953fd0bb0 * use CodePointer in Classes.TReader.FindMethod() and TFindMethodEvent for i8086 medium memory model compatibility 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
  nickysn 730f7c82b7 * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 12 years ago
  svenbarth 930b76e8fb Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 12 years ago
  marco 4d9f1629d9 * removed a workaround for pre 2.6.0 fpdocs 12 years ago
  svenbarth 764f36a179 Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 12 years ago
  michael 11a531ab62 * Fixed bug #23477 12 years ago
  michael e3b48d6eb2 * Simplified observer/observed GUIDs, patch from Luiz Americo (Bug ID 23420) 12 years ago
  michael 217679843e * IFPObserver methods made public 12 years ago
  marco 5d42d3a53c * change make TBinaryObjectWriter.WriteStr public mantis #22973 13 years ago
  Jonas Maebe 404e1a34a4 * changed resource handle parameters from THandle to TFPResourceHMODULE so 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
  marco 666fecb6df * workaround for unsupported construct in fpdoc. (enum declared nested in class) 13 years ago
  michael d3fa1b4979 * Fix for bug #21691 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
  marco 39bc3b9dcf * remove empty override tpersist.destroy(), patch by Luiz Americo, Mantis #21387 13 years ago
  florian cd2488d177 * fix compilation on 64 Bit targets 14 years ago
  paul 7817f5017d rtl: add TBytesStream class for compatibility with delphi (TStringStream is a descendant of TBytesStream) + test 14 years ago
  michael 4a8914cbb0 * Implemented IndexOfItem, reversed search again in IndexOf 14 years ago
  marco 47af891513 * change resourcestream.handle from thandle to TPFResourceHGlobal, since it is 14 years ago
  michael 96e5333dc2 * Added fakeSeekForward for benefit of descendant streams. 14 years ago