Re: [Chicken-hackers] [PATCH] Remove workaround for MingW's isnormal() which is no longer required

2017-08-20 Thread Evan Hanson
Yep, applied. Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

[Chicken-hackers] [PATCH] Remove workaround for MingW's isnormal() which is no longer required

2017-08-20 Thread Peter Bex
Hi all, I noticed the workaround for MingW's broken isnormal() is no longer needed because in CHICKEN 5, C_flonum_rat has been removed and that was the only function that used it. This is another minor cleanup with no downsides, IMO. Cheers, Peter From 69e308ad1f4ff4313936aa9157e833749ca22be8

[Chicken-hackers] [PATCH] Create chicken.string module in data-structures.scm

2017-08-20 Thread Peter Bex
Hi all, Attached is a straightforward patch to move the string stuff into chicken.string in the data-structures unit. I decided for now to not mess with the ##sys#substring... stuff, but we'll probably want to get rid of the ##sys# prefix some day too. Cheers, Peter From