Re: [Chicken-hackers] [PATCH] Fix reexports with renaming in import libraries

2014-02-24 Thread Kon Lovett
On Feb 23, 2014, at 4:14 AM, Peter Bex peter@xs4all.nl wrote: Hi all, Felix has put in some time to help us fix #219, and I think it would be nice to get this into 4.9.0. The fix is really rather simple. For more info see the ticket and the commit message. This is basically the

Re: [Chicken-hackers] [PATCH] Fix isnormal() on Mingw, restore tests (fixing #1062 properly)

2014-02-24 Thread Kon Lovett
On Feb 23, 2014, at 4:48 AM, Peter Bex peter@xs4all.nl wrote: Hi all, While investigating how to make isnormal() work on Solaris (but before figuring out we need to define __C99FEATURES__), I came across an alternate solution involving __builting_isnormal, which apparently is a GCC

[Chicken-hackers] [PATCH] Disable deployment tests on Hurd

2014-02-24 Thread Peter Bex
Hi all, Here's a simple patch to disable the deploy tests on GNU Hurd. Apparently, this OS really identifies its kernel as GNU :) There are some notes about ELF $ORIGIN support being added because Java requires it: https://www.gnu.org/software/hurd/user/jkoenig/java/report.html However, this