<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scsh-process/tests, branch 1.6.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.6.0</id>
<link rel='self' href='https://code.more-magic.net/scsh-process/atom?h=1.6.0'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/'/>
<updated>2018-08-16T20:41:12Z</updated>
<entry>
<title>Port scsh-process to CHICKEN 5</title>
<updated>2018-08-16T20:41:12Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-08-16T20:41:12Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=dd7d5a27716ca0c02314487711f6a9cb32731440'/>
<id>urn:sha1:dd7d5a27716ca0c02314487711f6a9cb32731440</id>
<content type='text'>
Thanks to Vasilij Schneidermann for providing an initial patch.
</content>
</entry>
<entry>
<title>Wrap tests in module to make porting easier</title>
<updated>2018-08-16T20:00:05Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-08-16T20:00:05Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=b36f392a9a09bb666390260311df358c54cc0f8b'/>
<id>urn:sha1:b36f392a9a09bb666390260311df358c54cc0f8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop bogus test</title>
<updated>2018-08-16T19:59:29Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-08-16T19:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/scsh-process/commit/?id=8362d124fa8df2c6fafd677c16f72facebe8ee1f'/>
<id>urn:sha1:8362d124fa8df2c6fafd677c16f72facebe8ee1f</id>
<content type='text'>
run*/string* does not exist, and run/string* doesn't raise an
exception on nonzero exit status.
</content>
</entry>
<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>
</feed>
