Re: GNU Guile 1.9.15 released — last call before 2.0!

2011-02-03 Thread Mark Harig
The date listed on the primary web page for the GNU Guile 1.9.15 release is 2011-01-02 (2011 January 02), instead of the correct date 2011-02-02 (2011 February 02). http://www.gnu.org/software/guile/ -Original Message- From: Neil Jerram To: Ludovic Courtès Cc: guile-u...@gnu.org; gu

Re: GNU Guile 1.9.15 released — last call before 2.0!

2011-02-03 Thread Ludovic Courtès
Hi, Mark Harig writes: > The date listed on the primary web page for the GNU Guile 1.9.15 > release is 2011-01-02 (2011 January 02), instead of the correct date > 2011-02-02 (2011 February 02). Oops, my bad. Fixed, thanks! Ludo’.

Subject: on second/.go-cached run: ERROR: Unbound variable: for-each

2011-02-03 Thread Jan Nieuwenhuizen
Hi, My embryonal LilyPond GUI now works with Guile 1.9.15, but it cannot run from cached .go files -- see below. Can you help me with this; how do I go about debugging this? If/once you have a working guile-gnome setup which includes gnomecanvas, simply do git clone git://github.com/janneke

Re: [PATCH] Fix non-portable usage of `isinf' in `max' and `min'

2011-02-03 Thread Ludovic Courtès
Hello! And thanks for the patch stream and quick fixes! :-) Mark H Weaver writes: > Ah, I was using a non-portable extension of isinf(x) to determine the > sign of the infinity. This patch should fix it. We use Gnulib’s ‘isinf’ module. It could be that it’s buggy, or it could be improved to

Re: [PATCH] Improved exactness handling for complex number parsing

2011-02-03 Thread Andy Wingo
On Thu 03 Feb 2011 10:14, Mark H Weaver writes: > This patch implements the ideas outlined in my response to Mike Gran's > recent post entitled "Effects of updated number fixes on parsing". Applied, and thanks again for the high quality of these patches, their commit logs, and the news entries a

Re: [PATCH] Fix non-portable usage of `isinf' in `max' and `min'

2011-02-03 Thread Andy Wingo
On Thu 03 Feb 2011 01:38, Mark H Weaver writes: > Ah, I was using a non-portable extension of isinf(x) to determine the > sign of the infinity. This patch should fix it. Applied, thanks. Andy -- http://wingolog.org/

[PATCH] Improved exactness handling for complex number parsing

2011-02-03 Thread Mark H Weaver
This patch implements the ideas outlined in my response to Mike Gran's recent post entitled "Effects of updated number fixes on parsing". In brief, it modifies scm_i_string_to_number to apply exactness specifiers to each component _before_ calling scm_make_rectangular or scm_make_polar, as is done