Commit Graph

15022 Commits

Author SHA1 Message Date
Michaël Van Canneyt
2a281b6be6 * Guard against the case connection is nil when closing datasets 2024-01-03 14:08:24 +01:00
Michaël Van Canneyt
5f845aa8ff * Fix AV in some cases. reported by Pascal Riekenberg 2024-01-03 14:08:24 +01:00
Michaël Van Canneyt
f232009010 * Set subtarget define as soon as -t option is parsed 2024-01-03 14:08:24 +01:00
Marcus Sackrow
e076c6fc59 MorphOS: fixed process with Pipes 2024-01-01 16:01:45 +01:00
Martin
7a8fae6194 Fix uninitialized result for dwFlags 2023-12-18 01:57:35 +01:00
Martin
2e9ceda11b Invalidate Handle, even if we don't close it. (it may be set, e.g. for iotNone) 2023-12-18 01:11:26 +01:00
Martin
bd5a82bb25 Remember the IOType at time of handle creation (and before calling user events). User may reuse the instance and change it, then CloseTheirHandles needs to know. 2023-12-18 01:05:14 +01:00
Martin
481f0efe94 The PipeStream will close the handle 2023-12-18 01:03:07 +01:00
Martin
ab2e02cc58 For safety: Invalidate handle first, then Close handle 2023-12-18 01:01:47 +01:00
Martin
89fb28262d Fix range check 2023-12-18 01:00:02 +01:00
Martin
c06bf85045 Fix Result not assigned 2023-12-18 00:58:55 +01:00
Michaël Van Canneyt
f923348cca * Allow users to create descendents of TIODescriptor 2023-12-17 15:49:57 +01:00
Michaël Van Canneyt
60518dc113 * Reset must force close 2023-12-17 15:34:21 +01:00
Michaël Van Canneyt
9546595c15 * FPrevent file descriptor leaks, event to control closing descriptor 2023-12-17 15:33:05 +01:00
Michaël Van Canneyt
409abb8a43 * Prevent file descriptor leaks 2023-12-17 15:22:21 +01:00
Michaël Van Canneyt
09be1dfee1 * Remove dead code. Close handle before raising exception. 2023-12-17 15:19:26 +01:00
Michaël Van Canneyt
7eb9ee390a * Fix compilation for Atari-like 2023-12-17 15:07:05 +01:00
Michaël Van Canneyt
659f7303b9 * Add more checks/tests, add iotNull 2023-12-17 12:28:17 +01:00
Michaël Van Canneyt
1fdc6ef6a7 * Fixes and tests 2023-12-16 22:00:04 +01:00
Michaël Van Canneyt
a55e2c682b * Allow new PrepareCreatedHandleForProcess to do the work 2023-12-16 11:13:29 +01:00
Michaël Van Canneyt
a5a5225636 * Fixes & changes after discussion with Martin 2023-12-16 11:03:50 +01:00
Michaël Van Canneyt
0e0d42f472 * Extended version of tprocess 2023-12-14 23:00:24 +01:00
Michaël Van Canneyt
4d70faa3c2 * Disable inlining for the moment, so lazarus compiles 2023-12-14 18:13:10 +01:00
Henrique Gottardi Werlang
776216d032 Changed the default value for Char, to be a #0 char and not an empty string. 2023-12-13 13:41:51 +00:00
Michaël Van Canneyt
efe31e1e55 * Fix unicode rtl compilation 2023-12-13 14:16:23 +01:00
Michaël Van Canneyt
b95c02af16 * Update to latest version 18ad26b2bee562c00b8800ea4a20df1f946933e0 2023-12-11 19:23:46 +01:00
Karoly Balogh
a9ad18e623 h68units: new package with and for Human68k support units 2023-12-11 06:58:16 +01:00
Karoly Balogh
ee8903ea7b tosunits: add the README as doc 2023-12-11 06:58:16 +01:00
Ondrej Pokorny
a462acdb19 fix EncodeURLElement string types 2023-12-09 11:52:02 +01:00
Michaël Van Canneyt
dd768554b4 * Extra directive name 2023-12-06 20:20:09 +01:00
Michaël Van Canneyt
5ba83e8d35 * Parse inline variable declarations 2023-12-06 19:15:14 +01:00
Michaël Van Canneyt
fc6fc67295 * Delphi allows TEnum.in 2023-12-06 12:04:36 +01:00
Michaël Van Canneyt
be5e84715c * Allow Delphi-style const [ref] 2023-12-06 11:25:55 +01:00
Michaël Van Canneyt
a546d4e64d * Fix time argument of X509GmtimeAdj. Fixes issue #40555 2023-12-06 09:57:15 +01:00
Michaël Van Canneyt
09397bd542 * Delphi-compatible Record-based Regex API 2023-12-05 15:38:49 +01:00
Michaël Van Canneyt
fb9bcac2d3 * Better creation of self-signed certificates. Patch by Anton (@odisey1245). Fixes issue #40553 2023-12-03 21:39:24 +01:00
Michaël Van Canneyt
68217c7cd0 * Subtarget support 2023-12-03 13:14:22 +01:00
Michaël Van Canneyt
1f874777af * More const for string params 2023-12-03 13:14:22 +01:00
Michaël Van Canneyt
4a0402f358 * Correct casing 2023-12-03 13:14:22 +01:00
Michaël Van Canneyt
c49123086d * Make string argument const. 2023-12-02 15:25:02 +01:00
Michaël Van Canneyt
cda64d090e * Make methods static so they are assignment compatible with regular procedures. 2023-12-02 15:10:32 +01:00
Michaël Van Canneyt
4e29cac57f * pcre available only on selected platforms 2023-12-02 15:01:09 +01:00
Michaël Van Canneyt
59cb93fcb4 $ Corrections for widestring use 2023-12-02 13:44:37 +01:00
Michaël Van Canneyt
8d2e2c6c21 * Add Delphi-compatible regular expressions based on libpcre 2023-12-02 13:44:37 +01:00
Michaël Van Canneyt
33917ee19b * Use prefix for enum 2023-12-02 13:44:37 +01:00
Henrique Gottardi Werlang
8a8699ab6a Fix for function Val to validate the parameter count of the function. 2023-12-01 22:13:57 +00:00
Karoly Balogh
998db01365 human68k: some forgotten regenned files 2023-11-30 23:43:27 +00:00
Karoly Balogh
679f2f75b3 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
Karoly Balogh
8d211f17b4 human68k: add support to fpmkunit 2023-11-30 23:43:27 +00:00
Karoly Balogh
ac0287b5e0 human68k: fpmake changes, disable everything that cannot be built currently 2023-11-30 23:43:27 +00:00