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)
|
14 роки тому |
marco
|
32a7502f38
* Change TProxyStream.seek to 64-bit variant.
|
14 роки тому |
michael
|
c4cc9b59e0
* Tag is now PtrInt, for upcoming Delphi 64-bit compatibility
|
14 роки тому |
michael
|
a1d8ad7a27
* Changed var to out in TStringList.Find
|
14 роки тому |
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
|
14 роки тому |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
15 роки тому |
marco
|
a680c63950
* TThread.Resume and suspend deprecated (see user changes trunk)
|
15 роки тому |
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.
|
15 роки тому |
marco
|
6ebda8f2cc
* D2009 compat: TStringList.OwnsObjects
|
15 роки тому |
michael
|
4d2786d238
* Patch from Luiz americo to use FPList where possible
|
15 роки тому |
Jonas Maebe
|
d7cdd9afba
* allow tthread-based threads to only start executing once the constructor
|
15 роки тому |
marco
|
d8707ec5d3
* hmodule should scale with pointertype on non-windows.
|
15 роки тому |
michael
|
037c783442
* Patch from Mattias gaertner to support lazarus lfm encoding in TParser
|
15 роки тому |
michael
|
561972e0fc
* Added TDataModuleClass class pointer
|
15 роки тому |
Jonas Maebe
|
c67712f81f
+ tthread.start method, simply calls tthread.resume for now (mantis #16326)
|
15 роки тому |
michael
|
f29973cc71
* Added Exchange to TCollection. Bug ID #15517
|
15 роки тому |
paul
|
8d7312f87b
rtl: use CreateVCLComObject routing to create VCLComObject in case it is not assigned + test
|
15 роки тому |
paul
|
9aa4504369
rtl: initial TComponent.VCLComObject support - map interface related TComponent methods to the appropriate IVCLComObject interface methods
|
15 роки тому |
paul
|
ea8bf4f2fd
rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code.
|
15 роки тому |
florian
|
42ae8bf971
* fixed memory stream compilation on 64 bit targets
|
15 роки тому |
florian
|
b5167560c3
* T*MemoryStream now uses PtrInt for sizes and positions so it can be bigger than 2 GB on 64 Bit systems, resolves #15313
|
15 роки тому |
giulio2
|
d257b19798
* Skip UTF-8 BOM in TParser (classes) and dfmreader (fcl-res)
|
15 роки тому |
marco
|
805e5a79c6
* writer.writeset, reader.readset as per mantis 10501
|
15 роки тому |
marco
|
27114853b4
* TStream.Read/writeqword. Mantis 15023
|
15 роки тому |
marco
|
6ed7d33569
* patch from 15003 from M spiller, reverting now implemented.
|
15 роки тому |
marco
|
21f569391b
* Patch from Sergei/Anton. Mantis 10948. Under ifndef ver2_2
|
15 роки тому |
paul
|
8292fcc49e
rtl: override TObject.Equals for TBits and TStrings classes
|
15 роки тому |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
15 роки тому |
marco
|
b5e361a4cb
* TOleStream + TProxystream (Mantis 8376)
|
15 роки тому |
ivost
|
fff6e218af
* readded BeforeDestructor that calls Destroying (delphi compatibility issue)
|
16 роки тому |