Re: 1.9.3 check test fail (powerpc-apple-darwin8)

2009-10-05 Thread Ludovic Courtès
Hello, David Fang writes: > I'm seeing the following check failure with guile-1.9.3 on > powerpc-apple-darwin8 (plain ../configure, VPATH build): > > ... > Running r4rs.test > Running r5rs_pitfall.test > Running r6rs-ports.test > ERROR: In procedure dynamic-func: > ERROR: dlsym(0x103120, scm_ini

Re: [PATCH] R6RS-style block comments

2009-10-05 Thread Andreas Rottmann
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Andreas Rottmann writes: > >> Attached is a patch that extends the read syntax to allow for #| ... |# >> block comments. > > Are there objections to this patch? If no, I’ll apply it. > > Note that it makes the reader understand this syntax by defa

[PATCH] Quasisyntax support

2009-10-05 Thread Andreas Rottmann
Hi! As suggested by Ludovic, I've prepared a new version of the quasisyntax patch with Andre van Tonders MIT-Licensed code in its own file, including the complete license text. From: Andreas Rottmann Subject: [PATCH] Add support for `quasisyntax' --- module/ice-9/boot-9.scm |2 + mod

Feature request: psyntax tail patterns

2009-10-05 Thread Andreas Rottmann
Hi! The current psyntax in Guile does not support tail patterns; for example, here's a syntax-rules implementation of SRFI-34 `guard', using this feature: (define-syntax guard (syntax-rules (else) ((guard (var (clauses ... (else default))) body0 body ...) (catch throw-key (

Re: remove ascii images from pdf

2009-10-05 Thread David Arroyo Menéndez
I've filled the form ... El 1 de octubre de 2009 14:02, David Arroyo Menéndez escribió: > I've generated this images to be incorporated in the book, the images will > have the copyright required to do it. Could you give me information about > this subject? > > 2009/10/1 Neil Jerram > > David Arr

Thread local storage

2009-10-05 Thread Ludovic Courtès
Hello, [Gmane swallowed the original message with ID <87hbuf8ddq@inria.fr> so I'm resending it. Beware of Gmane...] I looked again at how/whether we could improve thread-local storage access, using compiler support (the ‘__thread’ storage class). There’s now only one thread-local datum in l

Re: [PATCH] R6RS-style block comments

2009-10-05 Thread Andreas Rottmann
Andreas Rottmann writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi, >> >> Andreas Rottmann writes: >> >>> Attached is a patch that extends the read syntax to allow for #| ... |# >>> block comments. >> >> Are there objections to this patch? If no, I’ll apply it. >> >> Note that it makes t