nickysn
|
b13c8e3ef6
* use UnicodeString instead of WideString in TEnhancedVideoCell
|
4 years ago |
nickysn
|
c15f12ef0d
* synchronized with trunk
|
4 years ago |
florian
|
b4a1c27c58
* renamed new syscall wrapper in linux to be consist with the others
|
4 years ago |
svenbarth
|
d13838ac0b
+ add a test which ensures that a "const TVarData" parameter is passed as a reference.
|
4 years ago |
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 years ago |
florian
|
90ba89a128
* linux: FileGetDate makes use of statx if needed
|
4 years ago |
florian
|
ef04e3983f
* sysutils on linux uses only the new syscalls if the system has no suitable clong type
|
4 years ago |
florian
|
c3656c6b1c
* fallback to fputime if fputimensat fails as not being available
|
4 years ago |
florian
|
d402e0b940
* Y2K38 problem for linux in sysutils.findfirst/findnext should be solved
|
4 years ago |
florian
|
b8ab06aae7
+ futimens syscall
|
4 years ago |
florian
|
e6f575d43c
+ make use of the fputimensat syscall on linux to enable always times beyond 32 bit
|
4 years ago |
florian
|
0c77536f11
+ linux.fputimensat which properly uses the _tim64 version if needed and available
|
4 years ago |
florian
|
33cd5778cd
* properly check for linux version supporting statx
|
4 years ago |
nickysn
|
0d1fef96a1
+ introduced OldEnhancedVideoBuf
|
4 years ago |
nickysn
|
3f852e1444
+ introduced TVideoDriver.InitEnhancedDriver
|
4 years ago |
nickysn
|
f8320dff08
+ added the EnhancedVideoBuf global variable to the video unit
|
4 years ago |
nickysn
|
b8dfa1b8e6
+ initial attempt at defining an enhanced video cell record for the Unicode support in the video unit
|
4 years ago |
florian
|
8b24d60df7
* removed accidently committed printnode
|
4 years ago |
nickysn
|
f8b87e472d
* set eol-style=native and mime-type=text/plain to graph.tex
|
4 years ago |
florian
|
8496690ed0
* additional fix for r48449
|
4 years ago |
svenbarth
|
91050f14b6
+ add event to retrieve the logged messages in addition to writing them to the backend
|
4 years ago |
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 years ago |
florian
|
f39f8d0f1a
* linux: make use of statx in Sysutils.FileAge if available
|
4 years ago |
florian
|
de62cb8b02
* do not execute xend twice which was introduced in r48430
|
4 years ago |
michael
|
a90315c3a0
* Patch from Noel Duffy to implement DNS over TCP and test
|
4 years ago |
nickysn
|
ee3c4629aa
* update revision.inc
|
4 years ago |
florian
|
4bec57702f
* handle generic with ord call of sub-range and enumeration data excluding 0 correctly, resolves #38412
|
4 years ago |
nickysn
|
20a6e682a9
* synchronized with trunk
|
4 years ago |
florian
|
e99827246e
* fix type conversion for array indicies if the ordinal ranges of the involved types do not overlap, resolves #38413
|
4 years ago |
michael
|
89149a2f9f
* Small fix from Andrey to improve link resolving
|
4 years ago |