Michaël Van Canneyt
545db4a070
* Extend GetLocalTimeOffset to return Dst or not
2025-02-19 17:31:01 +01:00
Rika Ichinose
0b97f169b0
Remove conditionals that rely on not defined(FPC_HAS_CPSTRING).
2024-11-04 10:28:33 +00:00
Michaël Van Canneyt
06eaec4313
* Fix compilation under unicode rtl
2024-10-26 23:41:28 +02:00
Nikolay Nikolov
37b7835b12
+ added unit unix98pty. Only enabled for linux, for now, but can be enabled in the future on other unix-likes.
2024-10-19 16:11:25 +03:00
Pierre Muller
abb5294b6e
Add CC_OPT for riscv processors
2024-09-29 08:13:43 +00:00
Rika Ichinose
c261d5fdee
Fix reading past the end of the string in Unix.FSearch.
2024-06-20 01:02:40 +03:00
Michaël Van Canneyt
c3339e9a51
* Prevent file handle leak
2024-01-28 11:30:37 +01:00
Michaël Van Canneyt
e79f5ef577
* Introduce fmShareNoLocking to disable locking of file descriptors on unix
2024-01-28 11:30:37 +01:00
florian
185a346744
* fix darwin compilation after TTimespecArr changes
2024-01-18 22:19:42 +01:00
florian
54dba5738c
* cleaned up TTimespecArr declarations
2024-01-17 23:25:03 +01:00
florian
4dc4d2b2ba
* use TTimespecArr instead of tkernel_timespecs in sysutils
2024-01-17 23:25:03 +01:00
Michaël Van Canneyt
af3ebf1464
* Change GetSystemTimes signature to be delphi compatible, implement for linux
2024-01-15 15:41:49 +01:00
florian
774e0f9122
+ support for fputimens on non-linux OSes
...
* reworked fputimens support on linux
+ FileSetDate for all unix OSes
2024-01-14 22:23:11 +01:00
Pierre Muller
9dc75c3005
Avoid double declaration of seterrno
2024-01-07 14:40:04 +01:00
Pierre Muller
7c9cf75418
Fix syscall unit compilation for i386-linux using -dFPC_USE_LIBC
2024-01-06 17:06:51 +01:00
Pierre Muller
2cb7e44a1b
Fix compilation of syscall unit for Linux with -dFPC_USE_LIBC option
2024-01-05 17:46:49 +01:00
Sven/Sarah Barth
c11772deca
* ensure that the SysCall unit is also usable when FPC_USE_LIBC is defined
2024-01-04 22:26:15 +01:00
florian
3cd2cbcda8
* GetEpochTime (not used though it seems) should return time_t
2023-12-03 23:28:23 +01:00
Michaël Van Canneyt
594090b215
* Add delphi-compatible observers to classes
2023-11-08 00:04:18 +01:00
Michaël Van Canneyt
25c75b1784
* Ensure null-terminated strings. Patch by modersohn, fixes issue #40499
2023-11-03 17:01:03 +01:00
Pierre Muller
0f0454a092
Modify references to old syslinux unit in comments
2023-09-19 21:53:26 +00:00
Pierre Muller
603614e28e
Adapt USE_STATX code to FPC_DOTTEDUNITS
2023-08-02 14:18:26 +02:00
Michael VAN CANNEYT
ccfa38c68e
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
Michael VAN CANNEYT
78374bf772
* Synchronize API for AnsiString/Unicode string, keep string where possible.
2023-07-24 15:38:09 +02:00
Michaël Van Canneyt
4c529287c6
* string -> shortstring
2023-07-22 08:26:22 +00:00
Pierre Muller
512faa7141
Restore usage of fpexecve function inside ExecuteProcess
...
as set by commit 305d34a8f6
2023-07-19 18:03:02 +02:00
Michaël Van Canneyt
bf3ced76b2
* Remove use of internal conversion routines
2023-07-15 18:22:36 +02:00
Michael VAN CANNEYT
6084bb6d09
* Some forgotten string -> shortstring instances
2023-07-14 20:13:43 +02:00
Michael VAN CANNEYT
96c83e7f39
* move $H here
2023-07-14 17:26:11 +02:00
Michael VAN CANNEYT
b9a1a90d6e
* String -> ansistring
2023-07-14 17:26:11 +02:00
Michael VAN CANNEYT
74fdf0692c
* string -> shortstring
2023-07-14 17:26:11 +02:00
Michael VAN CANNEYT
6ffa3d4a89
* Char -> AnsiChar
2023-07-14 17:26:09 +02:00
Pierre Muller
a342b74f66
Set iconv_is_in_libc macro for DragonFly OS
2023-05-26 09:39:39 +02:00
marcoonthegit
452ec93f06
* implement waitformultiple for win32 only.
...
* Change interface to allow for COM waiting + a basic windows implementation. (only for desktop apps? Use msgwait* for the rest?)
2023-05-20 14:37:26 +02:00
Pierre Muller
01ad5f2c28
Set macro iconv_is_in_libc for FreeBSD OS
2023-05-05 14:27:58 +02:00
Pierre Muller
be1cc68a99
Change libc statx function to weakexternal
...
Test if statx is nil before call
2023-03-12 16:28:58 +01:00
Jinyang He
92e60d2107
add loongarch64 linux rtl support
2023-02-05 19:18:48 +00:00
Jonas Maebe
305d34a8f6
Darwin: fix make cycle
...
unix.fpexecv takes a rawbytestring as first parameter, so inside the child
it was converting the pchar back to an ansistring and also converting it
to the OS file system code page. Since Darwin uses vfork/execv in
SysUtils.Executeprocess, this could result in (exception)stack corruption
and for some reason only since d1b2fe16
it actually caused issues.
Use execve instead, which takes a pchar as first argument and doesn't
do any further conversions
2023-01-22 22:34:25 +01:00
Michaël Van Canneyt
770c21c0dd
* Fix compile error for i386-linux
2023-01-21 20:21:29 +01:00
Michael Van Canneyt
d1b2fe1659
* Date/Time info for files (Delphi compatibility)
2023-01-21 13:45:04 +01:00
marcoonthegit
f341baeaa7
* fixed ambiguity between pipe(2) with two params and pipe(3) with one that broke -dFPC_USE_LIBC
2022-08-22 13:22:57 +02:00
Jonas Maebe
8c251db2c1
Darwin: fix compilation on macOS/AArch64 after 1f328cf3
...
No function suffixes there since there's no backward compatibility issue.
2022-07-10 22:28:30 +02:00
Jonas Maebe
1f328cf362
Darwin: use recent versions of stat(fs) records when available
...
When the RTL is built for Mac OS X 10.6 or newer, use the new versions
and the corresponding alternate system library functions.
Also extracted the Darwin stat record definition to reduce the
ifdef hell.
2022-07-06 22:25:05 +02:00
marcoonthegit
99e3789fa3
* commit ACM's fpc.diff, resolves mantis #37220 and FreeBSD 12/13 syscall port
2022-06-18 13:58:00 +02:00
marcoonthegit
e5ac0b2689
* anonymous method overloads for synchronize/queue.
2022-06-01 13:54:06 +02:00
Jonas Maebe
d5b368988f
LLVM: add Read/WritePort* implementations
...
Fixes Unix graph compilation on x86 with LLVM
2021-12-16 21:17:42 +01:00
Michaël Van Canneyt
e97e27b8d5
* Raise exception for fileseek positions that do not fit in longing. Issue #39407
2021-10-17 17:58:11 +02:00
Nikolay Nikolov
f21273612a
+ also fill DayOfWeek in the Unix implementation of SysUtils.GetLocalTime
2021-10-13 02:39:04 +03:00
svenbarth
d0b1402e10
* fix for Mantis #37252 : apply patch by Bi0T1N to implement TThread.NameThreadForDebugging for Mac OS X 10.6 and newer (older versions don't provide the required functions)
...
git-svn-id: trunk@49323 -
2021-05-02 12:46:39 +00:00
florian
c1f85ac3a1
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
...
git-svn-id: trunk@49164 -
2021-04-10 13:29:59 +00:00