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 жил өмнө |
paul
|
d99b4ae7c1
compiler: set moduleid for record symtables and descendants (fixes bug #0017950)
|
15 жил өмнө |
sergei
|
2d860e356c
* Fixed parameter generation for dispatch calls: assuming that everything is passed by reference and needs only sizeof(ptruint) bytes is wrong. 64-bit primitive types (Double,Int64) are passed by value and require twice more space on 32-bit platforms.
|
15 жил өмнө |
joost
|
6a4ea03acb
* Added FPMakeOptions to the global configuration file, to pass custom options to fpmake
|
15 жил өмнө |
joost
|
4c00ab84f1
* Added option to ignore further invalid options
|
15 жил өмнө |
Jonas Maebe
|
c14574bb56
* don't change the fpu control word in the initialisation code of dynamic
|
15 жил өмнө |
joost
|
c53b2a871b
* Added ability to add custom command-line options for fpmake
|
15 жил өмнө |
joost
|
bf355db3fe
* Added ability to specify absolute paths to install files into
|
15 жил өмнө |
Jonas Maebe
|
d36f8ac542
* fixed potential buffer overflow error when creating the fullprocname for
|
15 жил өмнө |
Jonas Maebe
|
fdfb21387f
* fixed potential buffer overflow errors (reported by Stian Skjelstad,
|
15 жил өмнө |
pierre
|
365c0d82bf
* Fix windows code to avoid closing unopened files
|
15 жил өмнө |
joost
|
af40e489dc
* Make sure that the value of ActionVar is passed as actionname to the OnGetAction event
|
15 жил өмнө |