svenbarth
|
fe5b29c111
* fix for Mantis #38249: apply adjusted patch by avk to implemnt CastTo handling when the source variant is a custom variant, but the destination type is not
|
4 лет назад |
florian
|
90ba89a128
* linux: FileGetDate makes use of statx if needed
|
4 лет назад |
florian
|
ef04e3983f
* sysutils on linux uses only the new syscalls if the system has no suitable clong type
|
4 лет назад |
florian
|
c3656c6b1c
* fallback to fputime if fputimensat fails as not being available
|
4 лет назад |
florian
|
d402e0b940
* Y2K38 problem for linux in sysutils.findfirst/findnext should be solved
|
4 лет назад |
florian
|
b8ab06aae7
+ futimens syscall
|
4 лет назад |
florian
|
e6f575d43c
+ make use of the fputimensat syscall on linux to enable always times beyond 32 bit
|
4 лет назад |
florian
|
0c77536f11
+ linux.fputimensat which properly uses the _tim64 version if needed and available
|
4 лет назад |
florian
|
33cd5778cd
* properly check for linux version supporting statx
|
4 лет назад |
florian
|
8b24d60df7
* removed accidently committed printnode
|
4 лет назад |
nickysn
|
f8b87e472d
* set eol-style=native and mime-type=text/plain to graph.tex
|
4 лет назад |
florian
|
8496690ed0
* additional fix for r48449
|
4 лет назад |
svenbarth
|
91050f14b6
+ add event to retrieve the logged messages in addition to writing them to the backend
|
4 лет назад |
svenbarth
|
dc48872552
+ add support for logging to StdOut or StdErr instead of a file or system output; if the specified output is not opened an exception will be thrown
|
4 лет назад |
florian
|
f39f8d0f1a
* linux: make use of statx in Sysutils.FileAge if available
|
4 лет назад |
florian
|
de62cb8b02
* do not execute xend twice which was introduced in r48430
|
4 лет назад |
michael
|
a90315c3a0
* Patch from Noel Duffy to implement DNS over TCP and test
|
4 лет назад |
florian
|
4bec57702f
* handle generic with ord call of sub-range and enumeration data excluding 0 correctly, resolves #38412
|
4 лет назад |
florian
|
e99827246e
* fix type conversion for array indicies if the ordinal ranges of the involved types do not overlap, resolves #38413
|
4 лет назад |
michael
|
89149a2f9f
* Small fix from Andrey to improve link resolving
|
4 лет назад |
michael
|
c3aca47e50
* Patch from Andrey Sobol to fix broken topic links
|
4 лет назад |
florian
|
706e72e1fd
* better error message for runtime errors 202 and 210, resolves #38254
|
4 лет назад |
michael
|
5e7291af15
* Patch from Bart Broersma to introduce protected data property
|
4 лет назад |
michael
|
e723c1fff6
* Fix from Bart Broersma (better handling of managed data), issue ID #38406
|
4 лет назад |
michael
|
71f5e4534e
* Batch from Bart Broersma to add some info (Issue ID #38408)
|
4 лет назад |
florian
|
e5002dd291
* updated copyright year to 2021
|
4 лет назад |
florian
|
bcfa71d706
+ lazarus project for demo
|
4 лет назад |
pierre
|
5dbd9eb2e0
Introduce USE_REAL_INSTRUCTIONS to handle expressions not accepted by old assemblers
|
4 лет назад |
florian
|
bbbdbb9efa
* fix demo example for delphi_stream being defined
|
4 лет назад |
yury
|
1112e9f301
* Fixed wrong buffers in the XML registry test.
|
4 лет назад |