summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src/unix/process.inc
Commit message (Expand)AuthorAgeFilesLines
* * two new priority classes for all but wince. See comments in process.ppmarco2018-08-291-1/+2
* Handle poPassInput to be able to handle interactive processes for Windows an...pierre2016-01-291-8/+13
* * improved TProcess.WaitOnExit with timeout implementation to use fpGetTimeOf...florian2016-01-241-1/+21
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-241-0/+21
* * avoid deprecated warning.marco2015-11-061-1/+1
* * don't use vfork in case we may have to call any OS routine after we'vejonas2014-10-081-3/+21
* * Add support for xfce terminalmichael2014-04-161-3/+5
* * Changed signature of TForkEventmichael2014-02-111-1/+1
* * Check runningmichael2014-02-071-1/+1
* * Added ExitCode (different from ExitStatus)michael2014-02-071-7/+12
* * improved KDE detectionmichael2012-09-051-1/+1
* * Set terminal correctly (fix for #21028)michael2012-08-201-3/+3
* * workaround rangecheck error, Mantis #22055. Possibly temporarily while marco2012-06-161-1/+1
* * if wifexited, pass exitcode unmodified. Bug #22055, though it doesn't clos...marco2012-06-031-3/+7
* * increase loop in determine xterm, Mantis #21028marco2012-01-151-0/+1
* * uses and resourcestrings moved to platform specific includeshajny2011-10-021-2/+15
* * Changed CommandLine/ApplicationName to Executable and Parameters (12034 and...michael2011-04-271-59/+69
* * Patch from #18617 Forkevent from Seth Grover.marco2011-01-271-0/+2
* + use "Terminal" under Haiku to launch external programs (patch byjonas2010-10-081-4/+35
* * Patch from Mantis 14709marco2009-11-031-1/+2
* * use "open" rather than xterm for poNewConsole on Darwin (patch byjonas2009-11-011-0/+4
* * Use ExeSearch instead of FileSearch to find process executablejoost2009-03-221-1/+1
* * fixed a bunch of cases where ESysEINTR wasn't handledjonas2009-03-191-41/+57
* * fixed unix version of tprocess.waitonexit (use unix.waitprocess so alljonas2009-03-191-4/+2
* * empty tprocess command line results on windows now in the same exception as...florian2008-07-071-13/+9
* * fix executable not found exceptionpeter2007-11-131-8/+10
* * created fcl-async and fcl-process packagespeter2007-10-281-0/+399