guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-36-gb706a0


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-36-gb706a01
Date: Sat, 07 May 2011 09:31:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b706a0112978b1daa4535dff2808eac299167bbf

The branch, stable-2.0 has been updated
       via  b706a0112978b1daa4535dff2808eac299167bbf (commit)
      from  7b292a9d349bd09be4a493a51812d66b7ecbc728 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b706a0112978b1daa4535dff2808eac299167bbf
Author: Andy Wingo <address@hidden>
Date:   Sat May 7 11:31:38 2011 +0200

    fix srfi-1 map-in-order definition
    
    * module/srfi/srfi-1.scm (map-in-order): As we are not extending the
      core `map' binding, actually make a new `map-in-order' alias here.
      Fixes fresh builds.

-----------------------------------------------------------------------

Summary of changes:
 module/srfi/srfi-1.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/module/srfi/srfi-1.scm b/module/srfi/srfi-1.scm
index bcaca65..c60f625 100644
--- a/module/srfi/srfi-1.scm
+++ b/module/srfi/srfi-1.scm
@@ -566,6 +566,8 @@ has just one element then that's the return value."
              (mapn (cdr l1) (map cdr rest) (1- len)
                    (cons (apply f (car l1) (map car rest)) out))))))))
 
+(define map-in-order map)
+
 (define for-each
   (case-lambda
     ((f l)


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]