bug#26188: Minor typo in manual (7.20.5 SXML Tree Fold)

2017-03-19 Thread Arun Isaac
Hi, In the second line of the argument specification of scheme procedure `fold-layout', "handler-pair" is misspelt as "bandler-pair". It says: binding := ( ...) It should be: binding := ( ...) Regards, Arun Isaac. signature.asc Description: PGP signature

bug#22601: guile.texi section on ice-9 match

2017-03-19 Thread Matt Wette
> On Mar 19, 2017, at 4:42 PM, Matt Wette wrote: > > Patch for guile-2.2.0, wrt doc/ref/match.texi, is attached. > > Updated patch. Upon proofread, I found an error wrt “ooo” in the original. match.texi.patch Description: Binary data

bug#26183: patch for guile-2.2.0 on FreeBSD 11.0

2017-03-19 Thread Matt Wette
Attached is a patch to apply to guile-2.2.0 to compile on FreeBSD 11.0 Changes 1) updated README to indicate which extra FreeBSD packages need to be installed 2) minor change to configure.ac (implies autoconf needs to run) to use bdw-gc-threaded instead of bdw-gc With this, I had successful config

bug#26182: cond-expand doc omits guile-2.2 feature

2017-03-19 Thread Zefram
In Guile 2.2.0, the SRFI-0 (cond-expand) documentation says: ! The Guile core has the following features, ! ! guile ! guile-2 ;; starting from Guile 2.x ! r5rs ! srfi-0 ... As implemented in Guile 2.2.0, the unlisted feature guile-2.2 is also recognised by cond-expand. Since

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra

2017-03-19 Thread Matt Wette
This should be closed. — Matt

bug#22601: guile.texi section on ice-9 match

2017-03-19 Thread Matt Wette
Patch for guile-2.2.0, wrt doc/ref/match.texi, is attached. match.texi.patch Description: Binary data

bug#22601: guile.texi section on ice-9 match

2017-03-19 Thread Matt Wette
I can’t find my fixes. I will start working this again., — Matt

bug#26172: [PATCH] bug: statprof flat display writes summary lines to current-output-port instead of the provided port

2017-03-19 Thread Freja Nordsiek
Small bug I found when using the statprof module when using the statprof procedure with a flat display. The summary lines at the end are not written to the port provided as an argument and are instead written to (current-output-port). A patch is attached, which just makes the format statements use