Histórico de Commits

Autor SHA1 Mensagem Data
  michael d3fa1b4979 * Fix for bug #21691 há 13 anos atrás
  michael ab0a7d096c * Overloaded AddStrings há 13 anos atrás
  michael d1b209025f * Applied patch from Luiz Amerigo to have Delphi compatible behaviour when freeing a stringlist (bug 21529) há 13 anos atrás
  marco 39bc3b9dcf * remove empty override tpersist.destroy(), patch by Luiz Americo, Mantis #21387 há 13 anos atrás
  florian cd2488d177 * fix compilation on 64 Bit targets há 14 anos atrás
  paul 7817f5017d rtl: add TBytesStream class for compatibility with delphi (TStringStream is a descendant of TBytesStream) + test há 14 anos atrás
  michael 4a8914cbb0 * Implemented IndexOfItem, reversed search again in IndexOf há 14 anos atrás
  marco 47af891513 * change resourcestream.handle from thandle to TPFResourceHGlobal, since it is há 14 anos atrás
  michael 96e5333dc2 * Added fakeSeekForward for benefit of descendant streams. há 14 anos atrás
  michael a201f07420 * Added share mode argument to FileCreate call há 14 anos atrás
  paul 812a665cbe rtl: don't crash if resource is not found in TResourceStream and was passed by ID instead of Name (in this case exception tried to get a string from ID) há 14 anos atrás
  marco 32a7502f38 * Change TProxyStream.seek to 64-bit variant. há 14 anos atrás
  michael c4cc9b59e0 * Tag is now PtrInt, for upcoming Delphi 64-bit compatibility há 15 anos atrás
  michael a1d8ad7a27 * Changed var to out in TStringList.Find há 15 anos atrás
  sergei 907e7a32d5 * GetFileHandle(), THandleStream: changed type that is used to store file handle from Integer to THandle, so it can be redefined to 64 bits on certain platforms, see http://lists.freepascal.org/lists/fpc-devel/2010-November/023019.html há 15 anos atrás
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed há 15 anos atrás
  marco a680c63950 * TThread.Resume and suspend deprecated (see user changes trunk) há 15 anos atrás
  sergei a66876704b * Windows platforms: always start a thread in suspended state and resume it later in AfterConstruction if necessary, prevents race conditions in constructor. Fixes Mantis #16884 on Windows. há 15 anos atrás
  marco 6ebda8f2cc * D2009 compat: TStringList.OwnsObjects há 15 anos atrás
  michael 4d2786d238 * Patch from Luiz americo to use FPList where possible há 15 anos atrás
  Jonas Maebe d7cdd9afba * allow tthread-based threads to only start executing once the constructor há 15 anos atrás
  marco d8707ec5d3 * hmodule should scale with pointertype on non-windows. há 15 anos atrás
  michael 037c783442 * Patch from Mattias gaertner to support lazarus lfm encoding in TParser há 15 anos atrás
  michael 561972e0fc * Added TDataModuleClass class pointer há 15 anos atrás
  Jonas Maebe c67712f81f + tthread.start method, simply calls tthread.resume for now (mantis #16326) há 15 anos atrás
  michael f29973cc71 * Added Exchange to TCollection. Bug ID #15517 há 15 anos atrás
  paul 8d7312f87b rtl: use CreateVCLComObject routing to create VCLComObject in case it is not assigned + test há 15 anos atrás
  paul 9aa4504369 rtl: initial TComponent.VCLComObject support - map interface related TComponent methods to the appropriate IVCLComObject interface methods há 15 anos atrás
  paul ea8bf4f2fd rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code. há 15 anos atrás
  florian 42ae8bf971 * fixed memory stream compilation on 64 bit targets há 15 anos atrás