nickysn
|
d52e918fc8
* synchronized with trunk
|
4 年之前 |
florian
|
b4a1c27c58
* renamed new syscall wrapper in linux to be consist with the others
|
4 年之前 |
svenbarth
|
d13838ac0b
+ add a test which ensures that a "const TVarData" parameter is passed as a reference.
|
4 年之前 |
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 年之前 |
nickysn
|
cfc9838349
* fixed compilation of the embedded target
|
4 年之前 |
florian
|
8496690ed0
* additional fix for r48449
|
4 年之前 |
nickysn
|
8b52969b62
* synchronized with trunk
|
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 年之前 |
nickysn
|
80d3a8d130
* synchronized with trunk
|
4 年之前 |
florian
|
4bec57702f
* handle generic with ord call of sub-range and enumeration data excluding 0 correctly, resolves #38412
|
4 年之前 |
nickysn
|
e7d568ea38
* synchronized with trunk
|
4 年之前 |
florian
|
e99827246e
* fix type conversion for array indicies if the ordinal ranges of the involved types do not overlap, resolves #38413
|
4 年之前 |
nickysn
|
af12279bed
* fixed local var dwarf debug info output for WebAssembly
|
4 年之前 |
nickysn
|
fa30ae7d97
+ added the DW_OP_WASM_location constant
|
4 年之前 |
nickysn
|
e2e0756eaf
* fixed compilation with -Sew
|
4 年之前 |
nickysn
|
0ceefa4d22
+ enabled DWARF debug info writing on the WebAssembly target. Note that it
|
4 年之前 |