guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 rw.scm


From: Gary Houston
Subject: guile/guile-core/ice-9 rw.scm
Date: Mon, 04 Jun 2001 14:49:36 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/06/04 14:49:36

Modified files:
        guile-core/ice-9: rw.scm 

Log message:
        * rw.scm (ice-9): export write-string/partial.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/rw.scm.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/rw.scm
diff -u guile/guile-core/ice-9/rw.scm:1.3 guile/guile-core/ice-9/rw.scm:1.4
--- guile/guile-core/ice-9/rw.scm:1.3   Sun Jun  3 16:29:45 2001
+++ guile/guile-core/ice-9/rw.scm       Mon Jun  4 14:49:36 2001
@@ -47,6 +47,6 @@
 ;;; (scsh rw).
 
 (define-module (ice-9 rw)
-  :export (read-string!/partial))
+  :export (read-string!/partial write-string/partial))
 
 (%init-rw-builtins)



reply via email to

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