<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scsh-process/tests, branch 1.2.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.2.0</id>
<link rel='self' href='https://code.more-magic.net/scsh-process/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/'/>
<updated>2017-11-18T12:58:13Z</updated>
<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>
<entry>
<title>Provide a new 'wait' procedure so we don't need to modify the type of process-wait, which could lead to trouble in user code when compiled with scrutiny and/or specialization.  This procedure returns the values in a different order for ease of use.  May be a bit confusing...</title>
<updated>2012-10-06T17:12:21Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2012-10-06T17:12:21Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=ca747cf3bd3fbbdd4f9c2b13d8bdc5e69daf8a24'/>
<id>urn:sha1:ca747cf3bd3fbbdd4f9c2b13d8bdc5e69daf8a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Workaround for bug in 4.8.0 when loading scsh-process in compiled mode - it segfaults immediately.  TODO: Figure out why</title>
<updated>2012-10-05T19:37:05Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2012-10-05T19:37:05Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=730e3ff9e081b0bbd78826f52ff8d83c0ed70e30'/>
<id>urn:sha1:730e3ff9e081b0bbd78826f52ff8d83c0ed70e30</id>
<content type='text'>
</content>
</entry>
</feed>
