Juha
|
adfc424e92
|
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
|
2023-07-07 17:39:03 +03:00 |
|
Juha
|
b7d8333fd9
|
LazUtils: Prevent a zombie process with openDocument and openURL. Issue #35527.
|
2022-01-23 02:46:53 +02:00 |
|
juha
|
a312cf8723
|
LazUtils: Make params of UTF8Process.RunCmdFromPath 'const'. Issue #39005, patch by CudaText man.
git-svn-id: trunk@65251 -
|
2021-06-16 21:38:36 +00:00 |
|
ondrej
|
3a6057e0a3
|
TUTF8Process: workaround for the poNoConsole->poDetached change. Better hacks for old FPC versions without TProcessClassTemplate. Issue #35991
git-svn-id: trunk@63708 -
|
2020-08-09 16:23:09 +00:00 |
|
juha
|
3d951e3ed7
|
LazUtils: Don't override TProcess.Execute for TProcessUTF8 starting from FPC 3.2. Issue #35991.
git-svn-id: trunk@63584 -
|
2020-07-17 07:55:32 +00:00 |
|
juha
|
f18d2348ff
|
LazUtils: Delete very old code for TProcessUTF8 that was needed for FPC 2.x.
git-svn-id: trunk@63563 -
|
2020-07-14 21:27:48 +00:00 |
|
martin
|
bf0028cac1
|
Try to minimize (NOT a fix) the risks of TProcessUtf8 crashes. Crash introduced in r50595 #d0dace2bf5 for issue #28991 / See also issue #035991
git-svn-id: trunk@61736 -
|
2019-08-20 22:16:37 +00:00 |
|
juha
|
f6dcfb9e4f
|
LazUtils: Add process priority constants for latest FPC. Issue #34184, patch from Do-wan Kim.
git-svn-id: trunk@58806 -
|
2018-08-31 08:15:05 +00:00 |
|
juha
|
416b61b5e3
|
LazUtils: Make UTF8Process work on Windows with FPC trunk (r39517+). Issue #34048, patch from Pascal Riekenberg
git-svn-id: trunk@58663 -
|
2018-08-02 09:18:16 +00:00 |
|
bart
|
9b0e7b0b35
|
LazUtils: Fix compilation of utf8process.pp on Darwin with fpc trunk.
git-svn-id: trunk@55241 -
|
2017-06-05 15:54:24 +00:00 |
|
mattias
|
281d09864a
|
lcl: added TProcessUTF8.ParseCmdLine
git-svn-id: trunk@53142 -
|
2016-10-17 13:50:13 +00:00 |
|
juha
|
920c072f0e
|
LazUtils: Add, fix and unify header comments of many units.
git-svn-id: trunk@52518 -
|
2016-06-18 16:40:04 +00:00 |
|
mattias
|
eeeb237080
|
lazutils: fixed TProcessUTF8 ancestor
git-svn-id: trunk@50655 -
|
2015-12-05 18:51:23 +00:00 |
|
mattias
|
82b946cccb
|
lazutils: fixed dangling pointer
git-svn-id: trunk@50646 -
|
2015-12-05 14:08:46 +00:00 |
|
mattias
|
55619096fd
|
lazutils: fixed compilation FC 2.6.4
git-svn-id: trunk@50627 -
|
2015-12-05 00:13:53 +00:00 |
|
mattias
|
93a809284f
|
lazutils: TProcessUTF8: using CreateProcessW on MSWindows, using alias otherwise
git-svn-id: trunk@50603 -
|
2015-12-04 16:06:35 +00:00 |
|
mattias
|
d0dace2bf5
|
lazutils: TProcessUTF8: experimental on mswindows override Execute using CreateProcessW, other platforms: use alias, bug #28991
git-svn-id: trunk@50595 -
|
2015-12-04 15:27:16 +00:00 |
|
mattias
|
fff60a4076
|
lazutils: undo TProcessUTF8 change, not stable
git-svn-id: trunk@50588 -
|
2015-12-03 15:05:22 +00:00 |
|
mattias
|
eeed3eae79
|
lazutils: TProcessUTF8: on mswindows override Execute using CreateProcessW, other platforms: use alias, bug #28991
git-svn-id: trunk@50586 -
|
2015-12-03 14:50:36 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
mattias
|
c65ace9cc9
|
lazutils: wince: fixed compilation
git-svn-id: trunk@46269 -
|
2014-09-20 20:55:52 +00:00 |
|
mattias
|
dc0ea8db95
|
IDE: enabled group compile
git-svn-id: trunk@45987 -
|
2014-07-28 14:53:57 +00:00 |
|
mattias
|
b45abb7b20
|
lazutils: TProcessUTF8: published properties
git-svn-id: trunk@44981 -
|
2014-05-09 12:25:57 +00:00 |
|
mattias
|
6f7a594436
|
lazutils: fixed typo
git-svn-id: trunk@44750 -
|
2014-04-17 06:55:36 +00:00 |
|
mattias
|
35b07b5533
|
lazutils: RunCmdFromPath: cut handles when starting process
git-svn-id: trunk@43389 -
|
2013-11-07 12:51:08 +00:00 |
|
juha
|
ebf3655d31
|
Formatting
git-svn-id: trunk@42067 -
|
2013-07-12 14:57:30 +00:00 |
|
juha
|
ecd140c985
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
|
2013-05-25 09:22:25 +00:00 |
|
mattias
|
7a805339f7
|
lclbase,lazutils: moved utf8process to lazutils
git-svn-id: trunk@39744 -
|
2013-01-03 12:19:51 +00:00 |
|