Re: [Chicken-hackers] [PATCH] Go back to sleep when thread-join! is called without timeout.

2013-12-11 Thread Christian Kellermann
Hello Peter, * Peter Bex peter@xs4all.nl [131210 23:53]: Thanks a lot for the patch, and the bugreport! I've pushed it, after a few small modifications: - Added the new file tests/srfi-18-signal-test.scm to distribution/manifest - Updated NEWS - Converted []-style parens to () -

Re: [Chicken-hackers] [PATCH] Go back to sleep when thread-join! is called without timeout.

2013-12-11 Thread Christian Kellermann
* Christian Kellermann ck...@pestilenz.org [131211 10:40]: Since I forgot the manifest again, I don't quite understand it's use. From the makefiles I gathered that it is used on windows to enable priviledge escalation which suppresses a warning box each time a chicken compiled program is run.

[Chicken-hackers] [PATCH] Go back to sleep when thread-join! is called without timeout.

2013-12-10 Thread Christian Kellermann
Hi! Thanks to Michael Greenly I have the opportunity to fix a bug in thread-join!. Please see the commit message for details. Kind regards, Christian -- In the world, there is nothing more submissive and weak than water. Yet for attacking that which is hard and strong, nothing can surpass it.

Re: [Chicken-hackers] [PATCH] Go back to sleep when thread-join! is called without timeout.

2013-12-10 Thread Peter Bex
On Tue, Dec 10, 2013 at 12:49:09PM +0100, Christian Kellermann wrote: Hi! Thanks to Michael Greenly I have the opportunity to fix a bug in thread-join!. Please see the commit message for details. Hi! Thanks a lot for the patch, and the bugreport! I've pushed it, after a few small