pierre
|
cb017ad074
+ Allow compilation for go32v2 target
|
15 年之前 |
pierre
|
709d36a1d0
+ Add signals unit for win64
|
15 年之前 |
pierre
|
889caf5911
* fix type of fourth parameter of msgrcv function
|
15 年之前 |
michael
|
c4cc9b59e0
* Tag is now PtrInt, for upcoming Delphi 64-bit compatibility
|
15 年之前 |
Jonas Maebe
|
749991ec02
+ support extra parameter for initialize() that indicates how many elements
|
15 年之前 |
sergei
|
5f1d15c693
* Patch from LacaK2 implementing some missing properties of BCDVariant, partially fixes #16853.
|
15 年之前 |
Jonas Maebe
|
a631ab2a7e
* add the C-prefix to the exported name of routines that are automatically
|
15 年之前 |
Jonas Maebe
|
6eecf71698
* halt(1) on error
|
15 年之前 |
Jonas Maebe
|
44178f41b6
* don't overwrite register variables when evaluating <=/>= expressions with
|
15 年之前 |
michael
|
a1d8ad7a27
* Changed var to out in TStringList.Find
|
15 年之前 |
sergei
|
b4ac714201
* defutil.pas: added UnicodeString to automatable types, fixes compilation of webtbs/tw2649.pp after r16360. However it requires RTL support similar to one for AnsiString to be complete.
|
15 年之前 |
marco
|
3b7bb9da6a
* using value instead of avalue does not properly set bound because getvalueasvariant
|
15 年之前 |
sergei
|
9d8d518029
* translate_disp_call, support passing Variants by-value (still pass a pointer, but reset ByRef bit in CallDesc.Args[]).
|
15 年之前 |
sergei
|
49013587a9
+ comobj.pp, DispatchInvoke and DoDispCallByID: support Variant parameters passed by value, support Int64 and QWord arguments.
|
15 年之前 |
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
|
15 年之前 |
joost
|
eb698a6d9a
* Fixed type in THTMLContentProducerClass name
|
15 年之前 |
joost
|
8fa8a466b1
* Made WebPage.IsAjaxCall public
|
15 年之前 |
joost
|
144672ffd8
* Process request variables for a HEAD request as if it is a GET request
|
15 年之前 |
joost
|
8c836d1d1a
* Added TRequest.LocalPathPrefix property
|
15 年之前 |
paul
|
23e74d5d46
rtl: fixed typo in variants.pp noticed by Ivan Shikhalev (mantis #0017983)
|
15 年之前 |
Jonas Maebe
|
a5473c33cc
* part of r16347, forgot to commit
|
15 年之前 |
sergei
|
cbdc08b641
* dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies
|
15 年之前 |
sergei
|
ba700ad2ff
* Improvements to Dispatch call handling:
|
15 年之前 |
sergei
|
532f8b9ab5
* Type Word maps to variant type varword, not varqword (probably a typo).
|
15 年之前 |
paul
|
4036be1221
rtl: add IO_REPARSE_TAG constants
|
15 年之前 |
paul
|
f0c3084bee
shlobj: add more SHARD_ constants
|
15 年之前 |
pierre
|
969c81b60f
* Fix DEBUG go32v2 compilation error
|
15 年之前 |
pierre
|
74e1e4c7ba
* Remove go32v2 skiptarget for working tests
|
15 年之前 |
marco
|
485bc5a5b2
* patch from Paul, fixes 17958, newer Vista/W7 interfaces for dialogs.
|
15 年之前 |
paul
|
a8deeaa168
compiler: fix search of outer class type inside inner type declarations (bug #0017945)
|
15 年之前 |