guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS


From: Gary Houston
Subject: guile/guile-core NEWS
Date: Wed, 24 Jan 2001 13:31:39 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/01/24 13:31:39

Modified files:
        guile-core     : NEWS 

Log message:
        

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/NEWS.diff?r1=1.241&r2=1.242

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.241 guile/guile-core/NEWS:1.242
--- guile/guile-core/NEWS:1.241 Tue Jan 23 16:02:42 2001
+++ guile/guile-core/NEWS       Wed Jan 24 13:31:39 2001
@@ -70,18 +70,18 @@
 ** New module (ice-9 rdelim).
 
 This exports the following procedures which were previously defined
-in the root module:
+in the default environment:
 
-read-line read-line! read-delimited read-delimited!
-;; TODO: read-string!/partial %read-delimited! %read-line write-line
+read-line read-line! read-delimited read-delimited! %read-delimited!
+%read-line write-line
 
-For backwards compatibility the definitions are also imported into the
-root module in this version of Guile.  However you should add:
+For backwards compatibility the definitions are still imported into the
+default environment in this version of Guile.  However you should add:
 
 (use-modules (ice-9 rdelim))
 
-to any program which uses the definitions, since this may be removed
-in in a future version.
+to any program which uses the definitions, since this may change in
+future.
 
 Alternatively, if guile-scsh is installed, the (scsh rdelim) module
 can be used for similar functionality.



reply via email to

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