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-2-4-g7f17


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-4-g7f171db
Date: Tue, 18 Aug 2009 16:00:13 +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=7f171dbfa04ee80ae5486e5eab637dce9c1d640a

The branch, master has been updated
       via  7f171dbfa04ee80ae5486e5eab637dce9c1d640a (commit)
      from  9591a2b016c5c11d2cd92ff0d43cd511f28bc07f (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 7f171dbfa04ee80ae5486e5eab637dce9c1d640a
Author: Andy Wingo <address@hidden>
Date:   Tue Aug 18 17:52:46 2009 +0200

    remove (ice-9 lineio)'s dependency on (ice-9 readline)
    
    * module/ice-9/lineio.scm: Use (ice-9 rdelim) instead of (ice-9
      readline) to remove readline dependency.

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

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

diff --git a/module/ice-9/lineio.scm b/module/ice-9/lineio.scm
index 055eb6e..68f2903 100644
--- a/module/ice-9/lineio.scm
+++ b/module/ice-9/lineio.scm
@@ -20,7 +20,7 @@
 
 
 (define-module (ice-9 lineio)
-  :use-module (ice-9 readline)
+  :use-module (ice-9 rdelim)
   :export (unread-string read-string lineio-port?
           make-line-buffering-input-port))
 


hooks/post-receive
-- 
GNU Guile




reply via email to

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