dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.896,1.897


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.896,1.897
Date: Sat, 10 May 2003 13:27:14 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv1651

Modified Files:
        ChangeLog 
Log Message:
Prevent automatic finalization from closing underlying streams , because
these might be used elsewhere


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.896
retrieving revision 1.897
diff -C2 -r1.896 -r1.897
*** ChangeLog   9 May 2003 19:54:58 -0000       1.896
--- ChangeLog   10 May 2003 17:27:11 -0000      1.897
***************
*** 1,3 ****
--- 1,12 ----
  
+ 2003-05-10  Gopal.V  <address@hidden>
+       
+       * runtime/System/IO/BinaryReader.cs, runtime/System/IO/BinaryWriter.cs:
+       Remove automatic stream closing when the wrapping writer is finalized.
+ 
+       * runtime/System/IO/StreamReader.cs, runtime/System/IO/StreamWriter.cs:
+       Close the underlying stream only if it is locally constructed and not
+       pased out via BaseStream property.
+ 
  2003-05-09  Gopal.V  <address@hidden>
  





reply via email to

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