bug#12887: Broken pipe while generating guile-procedures.texi

2013-03-07 Thread Andy Wingo
On Tue 05 Mar 2013 21:49, l...@gnu.org (Ludovic Courtès) writes: ‘GUILE_INSTALL_LOCALE’? Or should we go ahead and document it, and simply have its default value change between 2.0 and 2.2? Yes, even better, since the setlocale change will have to be documented at least in NEWS anyway.

bug#13088: stack overflow while compiling

2013-03-07 Thread Andy Wingo
Marking as done. -- http://wingolog.org/

bug#13076: guile: ,option prompt VALUE only accepts literals

2013-03-07 Thread Andy Wingo
On Tue 04 Dec 2012 04:29, Daniel Hartwig mand...@gmail.com writes: The REPL prompt option accepts #f, strings, thunks, and procedures of one argument. However, only the first two can be set using the meta-command ,option; one must use repl-option-set! for thunks and procedures. It seems

bug#12892: ‘gc-stats’ w/o ‘bytes-malloced’

2013-03-07 Thread Andy Wingo
On Thu 07 Mar 2013 13:29, Thien-Thi Nguyen t...@gnuvola.org writes: What is harsh, however, is the constant rejection by debbugs of my mail: http://lists.gnu.org/archive/html/bug-guile/2013-03/threads.html. Am i missing something? I have no earthly idea why this is happening; it's certainly

bug#13076: guile: ,option prompt VALUE only accepts literals

2013-03-07 Thread Andy Wingo
And marking as done -- http://wingolog.org/

bug#12892: ‘gc-stats’ w/o ‘bytes-malloced’

2013-03-07 Thread Thien-Thi Nguyen
() Andy Wingo wi...@pobox.com () Thu, 07 Mar 2013 20:21:53 +0100 [...] Dunno. As an experiment, i've changed the cc to bug-guile in this response. Maybe that will work. Anyway, i'll followup w/ the debbugs folks. -- Thien-Thi Nguyen GPG key: 4C807502

bug#11887: [PATCH] Improve standards conformance of string-number (was Re: bug#11887: string-number edge cases)

2013-03-07 Thread Mark H Weaver
I wrote: Here's a patch to fix these problems. Comments and suggestions welcome. I went ahead and pushed this to stable-2.0. I'm closing this bug. Thanks, Mark

bug#12216: peek-char incorrectly *CONSUMES* eof

2013-03-07 Thread Andy Wingo
On Tue 05 Mar 2013 20:17, David A. Wheeler dwhee...@dwheeler.com writes: I reported: Guile's peek-char has a bug; it incorrectly *consumes* eof instead of just reporting it. Andy Wingo replied: I have the feeling that for interactive use, if you expect to read a EOF from a port and then

bug#13865: redefinition of +

2013-03-07 Thread Andy Wingo
On Mon 04 Mar 2013 15:24, Ian Price ianpric...@googlemail.com writes: Er, screw the repl, but it happens in a script as well. (define (foo) (+ 1 1)) (define (+ a b) (- a b)) (display (foo)) (display (+ 1 1)) (newline) $ guile -s /tmp/file1.scm ;;; note: source file /tmp/file1.scm ;;;

bug#12432: Dead links on projects page

2013-03-07 Thread Andy Wingo
On Thu 13 Sep 2012 11:47, Mark Skilbeck m...@iammark.us writes: The following projects have dead links on the guile website: GnuTLS, This one seems fine, no? BOKIN. Removed, as it seems to have been removed upstream. Thanks, Andy -- http://wingolog.org/

bug#13176: SRFI-37 does not terminate

2013-03-07 Thread Andy Wingo
On Thu 13 Dec 2012 22:45, l...@gnu.org (Ludovic Courtès) writes: The following case does not terminate: scheme@(guile-user) (use-modules (srfi srfi-37)) scheme@(guile-user) (define opts (list (option '(#\I) #f #t (lambda _ #t scheme@(guile-user) (args-fold '(-I) opts (lambda _ (error

bug#13416: guile e0c211b segfaults when linked against libgc 7.1

2013-03-07 Thread Andy Wingo
On Sat 12 Jan 2013 03:22, Ben Noordhuis i...@bnoordhuis.nl writes: gc.c:212:1: warning: 'GC_get_free_space_divisor' defined but not used This comes (I think) from configuring Guile against one version of libgc, then upgrading or downgrading libgc, and then running make without reconfiguring.

bug#13544: (web http) fails to parse numeric timezones in Date header

2013-03-07 Thread Andy Wingo
On Thu 24 Jan 2013 23:13, l...@gnu.org (Ludovic Courtès) writes: scheme@(guile-user) (use-modules(web client)(web uri)) scheme@(guile-user) (http-get (string-uri http://www.sqlite.org/;)) web/http.scm:768:6: In procedure parse-asctime-date: web/http.scm:768:6: Bad Date header: Thu, 24 Jan