guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS libguile/ChangeLog ice-9/...


From: Gary Houston
Subject: guile/guile-core NEWS libguile/ChangeLog ice-9/...
Date: Mon, 04 Jun 2001 14:52:21 -0700

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

Modified files:
        guile-core     : NEWS 
        guile-core/libguile: ChangeLog 
        guile-core/ice-9: ChangeLog 
        guile-core/doc : ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.297&tr2=1.298&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1425&tr2=1.1426&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.443&tr2=1.444&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.94&tr2=1.95&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.297 guile/guile-core/NEWS:1.298
--- guile/guile-core/NEWS:1.297 Sat Jun  2 11:29:24 2001
+++ guile/guile-core/NEWS       Mon Jun  4 14:52:21 2001
@@ -136,13 +136,21 @@
 ** New module (ice-9 rw)
 
 This is a subset of the (scsh rw) module from guile-scsh.  Currently
-it defines a single procedure:
+it defines two single procedures:
 
 *** New function: read-string!/partial str [port_or_fdes [start [end]]]
 
-     Read characters from an fport or file descriptor into a string
-     STR.  This procedure is scsh-compatible and can efficiently read
+     Read characters from a port or file descriptor into a string STR.
+     A port must have an underlying file descriptor -- a so-called
+     fport.  This procedure is scsh-compatible and can efficiently read
      large strings.
+
+*** New function: write-string/partial str [port_or_fdes [start [end]]]
+
+     Write characters from a string STR to a port or file descriptor.
+     A port must have an underlying file descriptor -- a so-called
+     fport.  This procedure is mostly compatible and can efficiently
+     write large strings.
 
 ** New module (ice-9 match)
 
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.94 guile/guile-core/doc/ChangeLog:1.95
--- guile/guile-core/doc/ChangeLog:1.94 Wed May 30 13:32:05 2001
+++ guile/guile-core/doc/ChangeLog      Mon Jun  4 14:52:21 2001
@@ -1,3 +1,8 @@
+2001-06-04  Gary Houston  <address@hidden>
+
+       * scheme-io.texi (Block Reading and Writing): added 
+       write-string/partial, updated read-string!/partial.
+
 2001-05-30  Martin Grabmueller  <address@hidden>
 
        * General: A lot of typo, texinfo markup and layout corrections.
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.443 
guile/guile-core/ice-9/ChangeLog:1.444
--- guile/guile-core/ice-9/ChangeLog:1.443      Sun Jun  3 16:30:49 2001
+++ guile/guile-core/ice-9/ChangeLog    Mon Jun  4 14:52:21 2001
@@ -1,3 +1,7 @@
+2001-06-04  Gary Houston  <address@hidden>
+
+       * rw.scm: export write-string/partial.
+
 2001-06-04  Marius Vollmer  <address@hidden>
 
        Added exception notice to all files.
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1425 
guile/guile-core/libguile/ChangeLog:1.1426
--- guile/guile-core/libguile/ChangeLog:1.1425  Sun Jun  3 16:33:55 2001
+++ guile/guile-core/libguile/ChangeLog Mon Jun  4 14:52:21 2001
@@ -1,3 +1,9 @@
+2001-06-04  Gary Houston  <address@hidden>
+
+       * rw.c (scm_write_string_partial): new procedure implementing
+       write-string/partial in (ice-9 rw).
+       * rw.h: declare scm_write_string_partial.
+       
 2001-06-04  Marius Vollmer  <address@hidden>
 
        Added exception notice to all files.



reply via email to

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