Hi! Ian Price <ianpric...@googlemail.com> skribis:
> From 5f06983d26ccbd7410891730664aa83bef79e763 Mon Sep 17 00:00:00 2001 > From: Ian Price <ianpric...@googlemail.com> > Date: Thu, 22 Nov 2012 09:45:12 +0000 > Subject: [PATCH 1/2] R6RS `string-for-each' should accept multiple string > arguments > > * module/rnrs/base.scm (string-for-each): Rewrite. > * test-suite/tests/r6rs-base.test ("string-for-each"): Add tests. > --- > module/rnrs/base.scm | 39 +++++++++++++++++++++++++++++++++++++- > test-suite/tests/r6rs-base.test | 40 > +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 78 insertions(+), 1 deletions(-) Applied, thanks! (I think what R7RS says doesn’t matter since it’s an R6 module.) Ludo’.