guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-10-23-g68


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-10-23-g689af21
Date: Sat, 17 Apr 2010 12:05:17 +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=689af21100ee511a3af8fe11e444a64d5242ad21

The branch, master has been updated
       via  689af21100ee511a3af8fe11e444a64d5242ad21 (commit)
      from  892cf971072ae56fa82e4f3696e76066753e5677 (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 689af21100ee511a3af8fe11e444a64d5242ad21
Author: Andy Wingo <address@hidden>
Date:   Sat Apr 17 14:04:49 2010 +0200

    fix read.bm
    
    * benchmark-suite/benchmarks/read.bm (%files-to-load): psyntax-pp.scm,
      not psyntax.scm.

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

Summary of changes:
 benchmark-suite/benchmarks/read.bm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark-suite/benchmarks/read.bm 
b/benchmark-suite/benchmarks/read.bm
index 7bc8150..e5cf7de 100644
--- a/benchmark-suite/benchmarks/read.bm
+++ b/benchmark-suite/benchmarks/read.bm
@@ -1,6 +1,6 @@
 ;;; read.bm --- Exercise the reader.               -*- Scheme -*-
 ;;;
-;;; Copyright (C) 2008 Free Software Foundation, Inc.
+;;; Copyright (C) 2008, 2010 Free Software Foundation, Inc.
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU Lesser General Public License
@@ -27,7 +27,7 @@
        '("ice-9/boot-9.scm"  "ice-9/common-list.scm"
         "ice-9/format.scm"  "ice-9/optargs.scm"
         "ice-9/session.scm" "ice-9/getopt-long.scm"
-         "ice-9/psyntax.pp")))
+         "ice-9/psyntax-pp.scm")))
 
 (define (load-file-with-reader file-name reader buffering)
   (with-input-from-file file-name


hooks/post-receive
-- 
GNU Guile




reply via email to

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