<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scsh-process/tests, branch 1.3.0</title>
<subtitle>Egg to add Scheme Shell process notation to CHICKEN Scheme.
</subtitle>
<id>https://code.more-magic.net/scsh-process/atom?h=1.3.0</id>
<link rel='self' href='https://code.more-magic.net/scsh-process/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/'/>
<updated>2018-04-21T08:40:07Z</updated>
<entry>
<title>Make "&gt;" redirect truncate existing files</title>
<updated>2018-04-21T08:40:07Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-04-21T08:40:07Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=e0a136839ff1f359f01320e2c3e32bae0164b785'/>
<id>urn:sha1:e0a136839ff1f359f01320e2c3e32bae0164b785</id>
<content type='text'>
Thanks to Joerg Wittenberger
</content>
</entry>
<entry>
<title>Fix ordering of (= x y) redirection EPF</title>
<updated>2018-01-26T21:25:23Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-01-26T21:25:23Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=a7fd28ee34353eac9502782ceb0ed3961026f284'/>
<id>urn:sha1:a7fd28ee34353eac9502782ceb0ed3961026f284</id>
<content type='text'>
Thanks to Diego "dieggsy" for pointing out this incongruity with
scsh-process.
</content>
</entry>
<entry>
<title>Run signal handler in a separate thread</title>
<updated>2017-11-18T12:58:13Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2017-11-18T12:58:13Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=1adc1af6d9b52ad33f0b773cfdcd64573a2b7b9e'/>
<id>urn:sha1:1adc1af6d9b52ad33f0b773cfdcd64573a2b7b9e</id>
<content type='text'>
This seems to be necessary so that condition-variable-broadcast! works
when the signal handler is running in the same thread as the waiting
thread.
</content>
</entry>
<entry>
<title>Also unmask (if needed) sigchld in the child process thunk</title>
<updated>2017-11-10T20:08:02Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2017-11-10T20:08:02Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=4e420e4d032b550fa6e0193a3bbf04f4db76cc8b'/>
<id>urn:sha1:4e420e4d032b550fa6e0193a3bbf04f4db76cc8b</id>
<content type='text'>
This would be otherwise kept in masked mode because the thunk is in
the dynamic extent of the dynamic-wind.
</content>
</entry>
<entry>
<title>Don't unmask signal if the signal was already masked before forking</title>
<updated>2017-11-10T20:03:18Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2017-11-10T20:00:22Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=a29a4e79aa00d697a564cb3bd7f1f78d7e5d7245'/>
<id>urn:sha1:a29a4e79aa00d697a564cb3bd7f1f78d7e5d7245</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test case for "annonymous" wait.</title>
<updated>2017-11-08T19:30:33Z</updated>
<author>
<name>Jörg Wittenberger</name>
<email>Joerg.Wittenberger@janztec.com</email>
</author>
<published>2017-11-03T12:44:37Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=18fee2590806ac57f5c09476ea5589d7552b40ab'/>
<id>urn:sha1:18fee2590806ac57f5c09476ea5589d7552b40ab</id>
<content type='text'>
Signed-off-by: Peter Bex &lt;peter@more-magic.net&gt;
</content>
</entry>
<entry>
<title>chicken-version is not from setup-api</title>
<updated>2017-05-23T18:45:55Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2017-05-23T18:09:03Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=217f7dc60a4a0ad0542e71f01378a5d110c9844e'/>
<id>urn:sha1:217f7dc60a4a0ad0542e71f01378a5d110c9844e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix default output redirections to ignore stderr.</title>
<updated>2015-07-18T12:12:23Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2015-07-18T12:12:23Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=0802db49a40586f24db70a95d27500e2845f1eda'/>
<id>urn:sha1:0802db49a40586f24db70a95d27500e2845f1eda</id>
<content type='text'>
This is what scsh does as well, and is more like a regular UNIX shell.
Thanks to Haochi Kiang for reporting the bug and providing a patch.
</content>
</entry>
<entry>
<title>Support unquote-splicing through a variant of exec-path (reported by Moritz)</title>
<updated>2013-06-18T19:10:32Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2013-06-18T19:10:32Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=2e06c9a62f8fa97f1f84c573c3b4f84e605629ad'/>
<id>urn:sha1:2e06c9a62f8fa97f1f84c573c3b4f84e605629ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support new process-fork form which can kill all other threads.  We still see some problems occurring</title>
<updated>2012-11-03T18:14:27Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2012-11-03T18:14:27Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=e6f78c50b27444c8c8faf88962af60134a32e2f0'/>
<id>urn:sha1:e6f78c50b27444c8c8faf88962af60134a32e2f0</id>
<content type='text'>
</content>
</entry>
</feed>
