guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-scsh ChangeLog USAGE network.scm


From: Gary Houston
Subject: guile/guile-scsh ChangeLog USAGE network.scm
Date: Tue, 12 Jun 2001 14:36:52 -0700

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

Modified files:
        guile-scsh     : ChangeLog USAGE network.scm 

Log message:
        * network.scm (socket-connect): export socket-connect.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-scsh/ChangeLog.diff?cvsroot=OldCVS&tr1=1.60&tr2=1.61&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-scsh/USAGE.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-scsh/network.scm.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: guile/guile-scsh/ChangeLog
diff -u guile/guile-scsh/ChangeLog:1.60 guile/guile-scsh/ChangeLog:1.61
--- guile/guile-scsh/ChangeLog:1.60     Wed Jun  6 15:00:34 2001
+++ guile/guile-scsh/ChangeLog  Tue Jun 12 14:36:51 2001
@@ -1,3 +1,7 @@
+2001-06-12  Gary Houston  <address@hidden>
+
+       * network.scm (socket-connect): export socket-connect.
+
 2001-06-06  Gary Houston  <address@hidden>
 
        * scsh-condition.scm (with-errno-handler*): bug fix, errors were
Index: guile/guile-scsh/USAGE
diff -u guile/guile-scsh/USAGE:1.13 guile/guile-scsh/USAGE:1.14
--- guile/guile-scsh/USAGE:1.13 Tue May 29 13:53:57 2001
+++ guile/guile-scsh/USAGE      Tue Jun 12 14:36:51 2001
@@ -243,7 +243,7 @@
 (options/boolean options/value options/linger shutdown/receives shutdown/sends 
shutdown/sends+receives)
 
 (scsh network)
-(bind-listen-accept-loop socket? socket:family socket:inport socket:outport 
socket-address? socket-address:address socket-address:family 
internet-address->socket-address socket-address->internet-address create-socket 
close-socket bind-socket connect-socket listen-socket accept-connection 
socket-remote-address socket-local-address shutdown-socket create-socket-pair 
receive-message receive-message! receive-message/partial 
receive-message!/partial send-message send-message/partial socket-option 
set-socket-option host-info host-info? host-info:name host-info:aliases 
host-info:addresses network-info network-info? network-info:name 
network-info:aliases network-info:net service-info service-info? 
service-info:name service-info:aliases service-info:port service-info:protocol 
protocol-info protocol-info? protocol-info:name protocol-info:aliases 
protocol-info:number)
+(socket-connect bind-listen-accept-loop socket? socket:family socket:inport 
socket:outport socket-address? socket-address:address socket-address:family 
internet-address->socket-address socket-address->internet-address create-socket 
close-socket bind-socket connect-socket listen-socket accept-connection 
socket-remote-address socket-local-address shutdown-socket create-socket-pair 
receive-message receive-message! receive-message/partial 
receive-message!/partial send-message send-message/partial socket-option 
set-socket-option host-info host-info? host-info:name host-info:aliases 
host-info:addresses network-info network-info? network-info:name 
network-info:aliases network-info:net service-info service-info? 
service-info:name service-info:aliases service-info:port service-info:protocol 
protocol-info protocol-info? protocol-info:name protocol-info:aliases 
protocol-info:number)
 
 (scsh scsh)
 (call-terminally fork/pipe %fork/pipe tail-pipe tail-pipe+ alist-update 
alist-compress add-before add-after with-env* with-total-env* with-cwd* 
with-umask* create-temp-file temp-file-channel run/collecting* run/port+proc* 
run/port* run/file* run/string* run/strings* run/sexp* run/sexps* port->string 
port->string-list port->sexp-list port->list port-fold char-filter 
string-filter y-or-n? stdio->stdports with-stdio-ports* stdports->stdio 
command-line-arguments arg* arg argv home-directory exec-path-list suspend 
exec/env exec-path/env exec-path exec fork %fork stringify with-cwd with-umask 
with-env with-total-env run/port run/file run/string run/strings run/sexp 
run/sexps with-stdio-ports)
Index: guile/guile-scsh/network.scm
diff -u guile/guile-scsh/network.scm:1.10 guile/guile-scsh/network.scm:1.11
--- guile/guile-scsh/network.scm:1.10   Mon Dec  4 15:18:03 2000
+++ guile/guile-scsh/network.scm        Tue Jun 12 14:36:51 2001
@@ -12,7 +12,7 @@
   :use-module (scsh rw)
   :use-module (scsh defrec)
 )
-(export bind-listen-accept-loop
+(export socket-connect bind-listen-accept-loop
        socket? socket:family socket:inport socket:outport
        socket-address? socket-address:address socket-address:family
        internet-address->socket-address socket-address->internet-address



reply via email to

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