Description: fcl-process (active) Revisions in this set e429be38e8494ae7f18c1a2fbb0f9cc90f990044,e13625d56244d06fdf64691a927ea0d170a3412b,038c163717927f9729f0fdac74fcc3838b73bd30,08e494ffd190d815266b31fbdb893e48a5aab5ac,d901f72002f040261d377c0912ff84b5ed492af4,272417e60290f8ab6fc8d475e20b9a4635114c7e,2e1c7cbc10083a3e098b553f8adc1326fc349df0,031539dd691dc1efcabd08c952076aaafd417ebb,1546c4a7947afcb45783b1251b01fd31016ef84d,f0703c4dacac7060ffd9cf3f556e78375534b290,d89851d094088a6b69224a516b7398ae39ec11ef,dc30431d89aead90e9d743c90af2446098da3e26,54157a17c670544aa05a377a22a5c49f14aa0188,d56da2d93085d4d3c18a661709bf7216c59eaa08,abb5792aed050247263fe6765e7a5fee25371ffd,8c8b336914750c2808a2624f5be633ad93ec66e4,299c90b91dc4624b9ebb9f0c2b10fc3933863411,7ffbbdd50becaf2ea8eeb59f95b77564b479ca28,31654093377e7c7b7b69665ec0b19b212589eddb,84e230f6e5d2d61acdedd57ee9f510894ba0481a commit e429be38e8494ae7f18c1a2fbb0f9cc90f990044 Author: Pierre Muller Date: Mon Jan 8 11:28:20 2024 +0100 Fix compilation of fcl-process for wince target OS, FIXME: untested :-( R100 packages/fcl-process/src/win/pipes.inc packages/fcl-process/src/winall/pipes.inc M packages/fcl-process/src/wince/process.inc --- commit e13625d56244d06fdf64691a927ea0d170a3412b Author: Pierre Muller Date: Mon Jan 8 20:05:38 2024 +0000 Revert move of packages/fcl-process/src/win/pipes.inc to packages/fcl-process/src/winall directory: wince should use dummy/pipes.inc file R100 packages/fcl-process/src/winall/pipes.inc packages/fcl-process/src/win/pipes.inc --- commit 038c163717927f9729f0fdac74fcc3838b73bd30 Author: J. Gareth "Curious Kit" Moreton Date: Thu Jan 11 07:45:51 2024 +0000 * New CG tests for verifying tvecnode.simplify correctness A tests/test/cg/tvecsimplify1.pp A tests/test/cg/tvecsimplify1a.pp A tests/test/cg/tvecsimplify2.pp A tests/test/cg/tvecsimplify2a.pp A tests/test/cg/tvecsimplify3.pp A tests/test/cg/tvecsimplify4.pp --- commit 08e494ffd190d815266b31fbdb893e48a5aab5ac Author: florian Date: Sun Jan 21 11:32:06 2024 +0100 * extended test M tests/test/units/sysutils/tfile1.pp --- commit d901f72002f040261d377c0912ff84b5ed492af4 Author: florian Date: Fri Jan 26 21:43:18 2024 +0100 * named test properly R100 tests/webtbs/tw40589.pp tests/webtbs/tw40598.pp --- commit 272417e60290f8ab6fc8d475e20b9a4635114c7e Author: florian Date: Sat Jan 27 20:31:40 2024 +0100 * while on windows the max. possible year should be 1980+127=2127, 2104 causes an error (seems to be limited to 2099), so stay with 2096 M tests/test/units/sysutils/tfile1.pp --- commit 2e1c7cbc10083a3e098b553f8adc1326fc349df0 Author: Michaël Van Canneyt Date: Sun Jan 28 11:22:10 2024 +0100 * Do not lock output files M packages/fcl-process/src/unix/process.inc --- commit 031539dd691dc1efcabd08c952076aaafd417ebb Author: Michaël Van Canneyt Date: Sun Jan 28 11:23:08 2024 +0100 * Use TProcess file redirection facilities M tests/utils/redir.pp --- commit 1546c4a7947afcb45783b1251b01fd31016ef84d Author: Michaël Van Canneyt Date: Mon Jan 29 08:59:56 2024 +0100 * Set executeredir M tests/utils/redir.pp --- commit f0703c4dacac7060ffd9cf3f556e78375534b290 Author: Michaël Van Canneyt Date: Mon Jan 29 20:58:39 2024 +0100 * Fix exit code M tests/utils/redir.pp --- commit d89851d094088a6b69224a516b7398ae39ec11ef Author: Michaël Van Canneyt Date: Mon Jan 29 21:15:20 2024 +0100 * Fixed compilation with FPC 3.2.2 M tests/utils/redir.pp --- commit dc30431d89aead90e9d743c90af2446098da3e26 Author: florian Date: Mon Jan 29 23:28:21 2024 +0100 * compile with stack checking M tests/webtbs/tw40598.pp --- commit 54157a17c670544aa05a377a22a5c49f14aa0188 Author: Martin Frb Date: Sun Feb 4 10:10:11 2024 +0100 * Patch from Martin to rename iotNone to iotDefault. M packages/fcl-process/src/process.pp M packages/fcl-process/src/processbody.inc M packages/fcl-process/src/win/process.inc --- commit d56da2d93085d4d3c18a661709bf7216c59eaa08 Author: Michaël Van Canneyt Date: Sun Feb 4 10:32:24 2024 +0100 * Introduce ToString for all enumerateds. M packages/fcl-process/src/process.pp M packages/fcl-process/src/processbody.inc --- commit abb5792aed050247263fe6765e7a5fee25371ffd Author: Michaël Van Canneyt Date: Sun Feb 4 10:33:48 2024 +0100 * Patch from Martin to improve backwards compatibility: do not use Startf_UseStdHandles if all descriptors are iotDefault M packages/fcl-process/src/win/process.inc --- commit 8c8b336914750c2808a2624f5be633ad93ec66e4 Author: Michaël Van Canneyt Date: Sun Feb 4 10:42:37 2024 +0100 * Fix compilation of processunicode M packages/fcl-process/src/processbody.inc M packages/fcl-process/src/processunicode.pp --- commit 299c90b91dc4624b9ebb9f0c2b10fc3933863411 Author: Michaël Van Canneyt Date: Sun Feb 4 10:47:37 2024 +0100 * Patch from Martin to set FCloseHandleOnExecute before invoking OnGetHandle - the handler might change it M packages/fcl-process/src/processbody.inc --- commit 7ffbbdd50becaf2ea8eeb59f95b77564b479ca28 Author: Pierre Muller Date: Mon Feb 5 07:21:36 2024 +0000 Fix dummy and wince fcl-process code after commit 54157a17 M packages/fcl-process/src/dummy/process.inc M packages/fcl-process/src/wince/process.inc --- commit 31654093377e7c7b7b69665ec0b19b212589eddb Author: Michaël Van Canneyt Date: Thu Feb 15 14:00:42 2024 +0100 * Extra check for poStdErrToStdOut M packages/fcl-process/src/unix/process.inc --- commit 84e230f6e5d2d61acdedd57ee9f510894ba0481a Author: Michaël Van Canneyt Date: Thu Feb 15 14:05:47 2024 +0100 * Remove some hints/warnings, add extra check for poStdErrToOutPut M packages/fcl-process/src/win/process.inc