public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Minor socket fixes
richcollins (author)
Tue Mar 25 14:05:09 -0700 2008
commit  3e67e4233a26f1a9156d1baa60796112fbfa219e
tree    0543fb7eaf18ce76970bc6bd9670a9b8006506fe
parent  77934cb52556341b22fa82f1a77430eb38deb9e8
...
28
29
30
 
31
32
33
...
28
29
30
31
32
33
34
0
@@ -28,6 +28,7 @@ page := URL clone setURL(\"http://www.google.com/\") fetch
0
     s setReadTimeout(timeout)
0
     s setWriteTimeout(timeout)
0
     s setConnectTimeout(timeout)
0
+ self
0
   )
0
 
0
   setURL := method(s,
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-/*metadoc Socket copyright Steve Dekorte, 2004
0
+//metadoc Socket copyright Steve Dekorte, 2004
0
 //metadoc Socket license BSD revised
0
 
0
 /*metadoc Socket description
...
27
28
29
 
30
31
32
...
27
28
29
30
31
32
33
0
@@ -27,6 +27,7 @@ Error := Object clone do(
0
   
0
   with := method(message,
0
     self message := message
0
+ self
0
     //Coroutine currentCoroutine setErrorDescription(message);
0
   )
0
   

Comments

    No one has commented yet.