<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/packages/fcl-process/src/process.pp, branch master</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title> * add podetached. Follow up to mantis @32055 due to regression, see </title>
<updated>2020-05-02T20:06:32+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2020-05-02T20:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=286c79bf9117b5d18244a1b61c15cecd547f99b3'/>
<id>286c79bf9117b5d18244a1b61c15cecd547f99b3</id>
<content type='text'>
   https://forum.lazarus.freepascal.org/index.php/topic,49631.0

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45228 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   https://forum.lazarus.freepascal.org/index.php/topic,49631.0

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45228 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * improve porunidle casing, suggestion by Bart.</title>
<updated>2020-04-03T08:47:54+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2020-04-03T08:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=5e8b8c68ec06991d628352a60a5f1867b0d2e293'/>
<id>5e8b8c68ec06991d628352a60a5f1867b0d2e293</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44529 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44529 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * use a PO flag to run idle event. This allows both cases (slow, long term input, and short, quick input) to run without derivation of the class for runcommand.</title>
<updated>2020-04-01T21:12:10+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2020-04-01T21:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=f47f612f827d8f2c60a11a874b4d8bf4a0518436'/>
<id>f47f612f827d8f2c60a11a874b4d8bf4a0518436</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44496 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44496 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * two new priority classes for all but wince. See comments in process.pp</title>
<updated>2018-08-29T10:00:36+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-29T10:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1727bd855cc3121677bd7d9ce0201acce56e6017'/>
<id>1727bd855cc3121677bd7d9ce0201acce56e6017</id>
<content type='text'>
 * some left over changes to RunCommandEventCode in preparation of more events.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39681 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * some left over changes to RunCommandEventCode in preparation of more events.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39681 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * centralize some type definitions so that they are compatible between process and processunicode</title>
<updated>2018-08-20T11:46:11+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-20T11:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=5d659b719d4065eefc2e37a2e7c6dcccb63f27f4'/>
<id>5d659b719d4065eefc2e37a2e7c6dcccb63f27f4</id>
<content type='text'>
 * add an extra parameter to the callback in preparation of readoutput callbacks. 
   This is needed to let the callback differentiate between stderr or stdout callbacks
 * rename processunicode class to TProcess on recommendation of MvC.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39651 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * add an extra parameter to the callback in preparation of readoutput callbacks. 
   This is needed to let the callback differentiate between stderr or stdout callbacks
 * rename processunicode class to TProcess on recommendation of MvC.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39651 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * second part processunicode commit.</title>
<updated>2018-08-18T13:56:21+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-18T13:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=7c2b13ed4c719007002d4e1d02b565a6985a170b'/>
<id>7c2b13ed4c719007002d4e1d02b565a6985a170b</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39627 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39627 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Unicode version TProcess in two commits.</title>
<updated>2018-08-18T13:55:11+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-18T13:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=9c06555fd0a581421132ad3b9ac1d5b487c32641'/>
<id>9c06555fd0a581421132ad3b9ac1d5b487c32641</id>
<content type='text'>
 * first  misc files &amp; rename process.pp -&gt; processbody.inc

 Next commit will add new process.pp + update of processbody.inc to preserve history.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39626 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * first  misc files &amp; rename process.pp -&gt; processbody.inc

 Next commit will add new process.pp + update of processbody.inc to preserve history.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39626 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * give stderr as much chance to drain as output per runcommandloop cycle.</title>
<updated>2018-08-18T10:30:24+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-18T10:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=a882f7ebc814ccac6324f3b1e9c6107540b7e712'/>
<id>a882f7ebc814ccac6324f3b1e9c6107540b7e712</id>
<content type='text'>
 * clean some stale variable declarations
 * variable with class to instantiate in runcommand. This allows hooking runcommand* with a derivative.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39625 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * clean some stale variable declarations
 * variable with class to instantiate in runcommand. This allows hooking runcommand* with a derivative.

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39625 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Fixed RunCommandIndir with poStderrToOutput</title>
<updated>2018-08-15T21:31:56+00:00</updated>
<author>
<name>joost</name>
<email>joost@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-15T21:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=29985690c3530629979dddae1013c477cb82f5fb'/>
<id>29985690c3530629979dddae1013c477cb82f5fb</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39620 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39620 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix compilation after r39568 as Min() requires the Math unit</title>
<updated>2018-08-04T14:12:55+00:00</updated>
<author>
<name>svenbarth</name>
<email>svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2018-08-04T14:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=26a8acc216cb403d482ba30c0010a390bc435790'/>
<id>26a8acc216cb403d482ba30c0010a390bc435790</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39571 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39571 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
