Add new overloads
[mcs.git] / class / corlib / System.IO / ChangeLog
blob61daa28204ed043c4326b93d47ee71395308d097
1 2009-11-23  Miguel de Icaza  <miguel@novell.com>
3         * DirectoryInfo.cs: Added the new overloads.
5         * Directory.cs: Add EnumerateFiles and EnumerateFileSystemEntries
6         overloads.    Share code.
7         
8         Add new GetFileSystemEntries overload
10 2009-11-22  Miguel de Icaza  <miguel@novell.com>
12         * Directory.cs: Added new IEnumerable methods to Directory.
14         * MonoIO.cs: Surface a high level FindFirst/FindNext API to
15         implement the various enumerable APIs.
17 2009-11-13  Marek Safar <marek.safar@gmail.com>
19         * UnmanagedMemoryAccessor.cs: Finished.
21 2009-11-08  Miguel de Icaza  <miguel@novell.com>
23         * FileInfo.cs: Partially implement.
25         * Stream.cs: Implement synchornized.
27 2009-11-07  Miguel de Icaza  <miguel@novell.com>
29         * UnmanagedMemoryStream.cs: Move the CLS attribute to the methods
30         that are unsafe.
32         * Path.cs (Combine):e Fix implementation to follow docs (we need
33         to reset the path if any of the combined paths is rooted), and add a
34         couple of overloads;
36         * FileStream.cs (Flush/flushToDisk): Implement.
38         * Stream.cs (CopyTo): Implement.
40 2009-11-03  Miguel de Icaza  <miguel@novell.com>
42         * FileStream.cs: Check the return value of MonoIO.Write and handle
43         short-writes as those can happen when a FileStream is used on top
44         of a pipe on Unix.
46         Fixes bug: #531613, this should be backported to 2-4 and 2-6 after
47         some testing.
49 2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>
51         * FileStream.cs: Reduce code duplication by merging FillBuffer 
52         with FillBufferToStream
54 2009-10-28  Sebastien Pouliot  <sebastien@ximian.com>
56         * FileStream.cs: Move code to deal with 'anonymous' filenames
57         into two methods (returning the path, fullpath or only the 
58         filename). Default Moonlight to anonymous (not only for isolated
59         storage) unless the coreclr is disable (e.g. smcs)
61 2009-10-21  Miguel de Icaza  <miguel@novell.com>
63         * BinaryWriter.cs, BinaryReader.cs: 4.0 signature update.
65         * File.cs (ReadLines, AppendAllLines, WriteAllLines): Add
66         IEnumerable methods.
68         * Path.cs (Combine): add the params overload. 
70 2009-10-15  Sebastien Pouliot  <sebastien@ximian.com>
72         * UnmanagedMemoryStream.cs: Fix some and add missing validations
74 2009-09-23  Sebastien Pouliot  <sebastien@ximian.com> 
76         * StreamReader.cs: Add back UTF32 under NET_2_1 (for smcs)
78 2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>
80         * Directory.cs: Don't expose SearchOption in NET_2_1
81         * DirectoryInfo.cs: Don't expose SearchOption in NET_2_1
82         * MonoIO.cs: Don't throw a DriveNotFoundException under NET_2_1 -
83         an IOExpection will be thrown (like the 1.x profile)
85 2009-09-22  Sebastien Pouliot  <sebastien@ximian.com>
87         * StreamReader.cs: Don't use UTF32 under NET_2_1
89 2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
91         * Directory.cs: Avoid imperative CAS checks and remove 
92         AccessControl types for NET_2_1
93         * DirectoryInfo.cs: Remove AccessControl types for NET_2_1
94         * File.cs: Remove AccessControl types for NET_2_1
95         * FileInfo.cs: Remove AccessControl types for NET_2_1
96         * FileStream.cs: Remove AccessControl types for NET_2_1
97         * Path.cs: Avoid imperative CAS checks for NET_2_1
99 2009-09-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
101         * DirectoryInfo.cs: throw if FullPath is not a directory.
102         Fixes bug #539791.
104 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
106         * UnmanagedMemoryAccessor.cs: New net 4.0 class.
108 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
110         * Path.cs: only trim the end of the file.
111         Fixes bug #521924.
113 2009-05-05  Miguel de Icaza  <miguel@novell.com>
115         * Contribution from David Uvalle <david.uvalle@gmail.com> that
116         implements FileInfo.Replace.
118 2009-04-25  Miguel de Icaza  <miguel@novell.com>
120         * StreamReader.cs (DataAvailable): New internal function to work
121         around the fact that StreamReaders are now blocking on Peek(), and
122         that our own Console.TermInfoDriver used Peek() as a way of
123         probing if there was data on a stream before to avoid blocking. o
125 2009-04-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
127         * StreamReader.cs: if Peek() needs to block, do it.
128         Fixes bug #496905.
130 2009-03-22  Marek Habersack  <mhabersack@novell.com>
132         * FileStream.cs: implemented the SafeFileHandle property.
134 2009-02-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
136         * StringReader.cs: LF followed by CR is 2 lines.
138 2009-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
140         * MonoIO.cs:
141         * MonoIOError.cs: enable ERROR_NOT_SAME_DEVICE.
143 2009-02-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
145         * StreamReader.cs: when a LF ends a decoded buffer and is not followed
146         by a CR in the next decoded buffer, we didn't flush the string.
147         Fixes bug #445326.
149 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
151         * DriveInfo.cs: Added GetDiskFreeSpaceInternal
152         to query drive size and free space.
153         Added GetDriveTypeInternal to query type of drive.
155 2008-12-20  Miguel de Icaza  <miguel@novell.com>
157         * FileStream.cs: Found while debugging webcompare, we should add
158         Obsoletes to the FileStream constructors that take IntPtrs.
160 2008-11-27  Sebastien Pouliot  <sebastien@ximian.com>
162         * FileInfo.cs: Change ToString (in 2.1) not to return the full path
163         of the filename (since it's not SecurityCritical).
165 2008-11-09  William Holmes  <billholmes54@gmail.com>
167         * TextReader.cs : Adding the NullTextReader as a private class to
168           the TestReader class for the Null field of the TestReader.
170         Code is contributed under MIT/X11 license.
172 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
174         * MonoIO.cs : Add DuplicateHandle.
176 2008-10-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
178         * Path.cs: clean the path when we're not in windows. 
179         Bug #321706 fixed.
181 2008-10-12  Zoltan Varga  <vargaz@gmail.com>
183         * BinaryReader.cs (Read7BitEncodedInt): Check for an invalid encoding.
184         Fixes #434581.
186 2008-08-22  Sebastien Pouliot  <sebastien@ximian.com>
188         * FileStream.cs, MonoIO.cs: For Silverlight 2.0 (NET_2_1) we always
189         throw IsolatedStorageException instead of FileNotFoundException and
190         DirectoryNotFoundException.
192 2008-08-21  Sebastien Pouliot  <sebastien@ximian.com>
194         * FileStream.cs: Adjust exception being thrown for Silverlight 2.0.
195         * FileSystemInfo.cs: In Silverlight 2 this type does not inherit from 
196         MarshalByRefObject nor does it implement ISerializable.
197         * Stream.cs: In Silverlight 2 this type does not inherit from 
198         MarshalByRefObject.
199         * TextReader.cs: In Silverlight 2 this type does not inherit from 
200         MarshalByRefObject.
201         * TextWriter.cs: In Silverlight 2 this type does not inherit from 
202         MarshalByRefObject.
203         * UnmanagedMemoryStream.cs: For Silverlight 2 add CLSCompliant(false)
204         to the PositionPointer property.
206 2008-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
208         * StreamWriter.cs: Change argument check for buffersize to require
209         positive number. Removed duplicate disposed check for AutoFlush.
210         Removed unnecessary initialization of bools.
212 2008-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
214         * StreamWriter.cs: Removed duplicate argument checks from .ctor taking
215         path, as these checks are already done in FileStream .ctor. Removed
216         parameter name from ArgumentException to match MS.
218 2008-07-28  Marek Safar <marek.safar@gmail.com>
220         * File.cs: Delay DateTime .cctor invocation.
222 2008-07-04  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
224         * File.cs: Fix parameter name
226 2008-07-03  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
228         * TextWriter.cs:
229         * StreamWriter.cs:
230         * StreamReader.cs:
231         * Stream.cs:
232         * MemoryStream.cs:
233         * File.cs:
234         * DriveNotFoundException.cs:
235         * Directory.cs: Fix parameter names
237 2008-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
239         * BinaryReader.cs: Fix parameter names
240         * BinaryWriter.cs: Fix parameter names, fix exceptions
241         * BufferedStream.cs: Fix parameter names
242         * Directory.cs: Fix parameter names, fix exceptions, optimize == "" cases
243         * DirectoryInfo.cs:
244         * DirectoryNotFoundException.cs:
245         * FileNotFoundException.cs:
246         * FileStream.cs: Fix parameter names, fix exceptions
247         * IOException.cs: Fix parameter names
249 2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
251         * Path.cs: Fixed exception arguments to match MS. Removed obsolete
252         LAMESPEC comment. In GetPathRoot, throw ArgumentException if path
253         is whitespace-only. Throw ArgumentException in HasExtension, if path
254         contains invalid path characters.
256 2008-05-29  Robert Jordan  <robertj@gmx.net>
258         * Path.cs (InsecureGetFullPath): Call CanonicalizePath for
259         UNC paths as well.
260         * Path.cs (GetServerAndShare): New helper method.
261         * Path.cs (SameRoot, CanonicalizePath): Add UNC support.
262         Fixes #394681 and a bunch of TestGetFullPath unit test cases.
263         All changes are Win32 related.
265 2008-05-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
267         * DriveInfo.cs: Fix compiler warning
269 2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>
271         * CheckArgument.cs: Removed. Lots of unused code. The two methods
272         used are now inlined into Path.cs
273         * CheckPermission.cs: Removed. Lots of unused code.
274         * Path.cs: Inlined two checks.
275         [Found using Gendarme]
277 2008-04-18  Sebastien Pouliot  <sebastien@ximian.com>
279         * Path.cs: Change PathSeparatorChars from private to internal since
280         it's needed for IsolatedStorage.
282 2008-04-17  Gert Driesen  <drieseng@users.sourceforge.net>
284         * DirectoryInfo.cs: Added new internal ctor, which takes a bool that
285         indicates whether the original path should only container the last
286         part of the directory. Moved logic for determining the Name and
287         Parent to Initialize method, to allow it to be re-used on
288         deserialization. Renamed argument names to fix corcompare issues.
289         Added missing argument checks.
290         * Directory.cs (CreateDirectoriesInternal): Use internal ctor for
291         DirectoryInfo to ensure OriginalPath only contains last part of
292         the directory. 
293         * File.cs: Removed redundant checks from Create. On 2.0 profile, pass
294         FileOptions to FileStream. Removed redundant directory check from
295         Delete and modified exceptions to more closely match MS.
296         * FileInfo.cs: Added argument check to ctor to match MS. Added missing
297         deserialization ctor. Modified argument checks in MoveTo, and removed
298         redundant checks. Added missing argument checks in CopyTo. Code
299         formatting.
300         * FileSystemInfo.cs: Modified argument checks in CheckPath to more
301         closely match MS.
302         * MonoIO.cs: Added msg that does not disclose filename for 
303         ERROR_FILE_EXISTS. 
304         * Path.cs: Use String.Length instead of comparing with String.Empty.
305         Removed exceptions argument names to match MS.
307 2008-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
309         * File.cs: Changed argument names and thrown exception to better match
310         .NET. Use String.Length instead of comparison with empty string.
311         * DirectoryInfo.cs: Added missing deserialization ctor.
313 2008-04-04  Dick Porter  <dick@ximian.com>
315         * File.cs: Pretty up the file share exception with the path name.
317 2008-03-28  Sebastien Pouliot  <sebastien@ximian.com>
319         * Directory.cs: Exception differs when deleting a directory if it 
320         does not exists or if a file of the same name exists. Also don't 
321         include path in exception if Delete fails.
323 2008-03-20  Marek Safar  <marek.safar@gmail.com>
325         * Path.cs (Combine): Call ToString to optimize concatenation.
327 2008-03-02  Gert Driesen  <drieseng@users.sourceforge.net>
329         * DriveInfo.cs: Removed debug code.
331 2008-02-15  Miguel de Icaza  <miguel@novell.com>
333         * UnmanagedMemoryStream.cs: Implement few missing pieces.
335 2008-02-10  Zoltan Varga  <vargaz@gmail.com>
337         * UnexceptionalStreamReader.cs (Read): Optimize this to avoid making a number of
338         calls + creation of a string for each character read.
340 2008-02-03  Sebastien Pouliot  <sebastien@ximian.com>
342         * MemoryStream.cs: Remove unused code found by Gendarme.
344 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
346         * BinaryReader.cs: Fix ReadCharBytes method to avoid non-linear behavior. 
347         Fixes #352184.
349 2007-12-28  Zoltan Varga  <vargaz@gmail.com>
351         * MemoryStream.cs: Fix crash if internalBuffer is null. Avoid calling
352         unsafe icalls. Fixes #350860.
354 2007-11-21  Atsushi Enomoto  <atsushi@ximian.com>
356         * FileStream.cs : Close() does not exist in 2.0 (Stream does).
357           Move GC.SuppressFinalize() to Dispose(true).
359 2007-11-12  Juraj Skripsky  <js@hotfeet.ch>
361         * Path.cs (GetRandomFileName): Return filenames containing only
362         characters from the range [a..z0..9] as MS.NET does. 
364 2007-11-02  Atsushi Enomoto  <atsushi@ximian.com>
366         * StreamReader.cs : Encoding.GetMaxCharCount() does not always return
367           the maximum max char count for Decoder.GetChars() since it might
368           contain pending buffer by flush. Fixed bug #338370.
370 2007-11-01  Miguel de Icaza  <miguel@novell.com>
372         * Path.cs (GetDirectoryName): The paths returned from this routine
373         should be canonical, not just a substring.   In addition to fixing
374         this, it also fixes #324742.
376 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
378         * BinaryReader.cs, BinaryWriter.cs : use unsafe encoding that has ""
379           for replacement fallback. Binary serialization regression is fixed.
381 2007-09-06  Atsushi Enomoto  <atsushi@ximian.com>
383         * Stream.cs, BufferedStream.cs, MemoryStream.cs: in 2.0 override
384           Dispose(bool) rather than Close().
385           Stream.Dispose() is virtual in 2.0.
387 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
389         * BinaryReader.cs: Fixed line endings.
390         * FileStream.cs: Rename name argument to path. Spaces to tabs.
392 2007-08-20  William Holmes  <billholmes54@gmail.com>
394         *File.cs:  Add implementation for IO.File.Replace methods.
395         *MonoIO.cs: Declared an internal call for ReplaceFile
397         Code is contributed under MIT/X11 license.
399 2007-07-31  Dick Porter  <dick@ximian.com>
401         * MonoIO.cs: Fix formatting of 'access denied' exception when the
402         path info isn't known.  Fixes bug 82141.
404 2007-07-08  Gert Driesen  <drieseng@users.sourceforge.net>
406         * Directory.cs: Renamed Move arguments to match MS. Allow Move to be
407         used to move files, patch by Robert Jordan. Fixes bug #81912. Spaces
408         to tabs.
410 2007-06-21  Dick Porter  <dick@ximian.com>
412         * FileStream.cs: Fix FileShare test, fixing better bug 79250.
414 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
416         * UnmanagedMemoryStream.cs : added Closed event for sys.Resources use.
417         * IntPtrStream.cs : added internal get_BaseAddress(), for the same.
419 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
421         * UnmanagedMemoryStream.cs: In Read and ReadByte, use Marshal.ReadByte
422         to read bytes as this allows us to start reading from the current
423         position. In Read, return 0 when reading beyond the end of the stream
424         and only read bytes until the end of the stream (not capacity).
425         In ReadByte, return -1 when reading beyond the end of the stream.
426         In SetLength: changed argument validation (and reported exceptions) to
427         match MS, removed duplicate access check and changed the current
428         position if length is less than position. In Write: throw
429         NotSupportedException when attempting to write beyond capacity, use
430         Marshal.WriteByte since that allows us to start writing from the
431         current position. Adjust length when position moves beyond length
432         in both Write and WriteByte. Allow position to be moved beyond
433         capacity of stream. Fixed position using Seek (=+ typo). Changed
434         CanRead to ignore current position. Allow Position to be used to move
435         beyond capacity of stream.
437 2007-05-24  Gert Driesen  <drieseng@users.sourceforge.net>
439         * UnmanagedMemoryStream.cs: Changed argument names and exceptions 
440         (msg, params) to match MS. Verify access argument in ctor. 
442 2007-05-23  Atsushi Enomoto  <atsushi@ximian.com>
444         * UnmanagedMemoryStream.cs : couple of bugfixes. in Read(), don't
445           return buffer beyond the requested length. Fixed .ctor() for wrong
446           capacity initialization.
448 2007-05-12  Jonathan Chambers  <joncham@gmail.com>
450         * FileStream.cs: Implement SafeHandle constructors.
452 2007-05-01  Dick Porter  <dick@ximian.com>
454         * File.cs:
455         * Stream.cs: Missed a few 2.0 methods
457 2007-04-30  Dick Porter  <dick@ximian.com>
459         * Directory.cs: 
460         * FileShare.cs: 
461         * DirectoryNotFoundException.cs: 
462         * SeekOrigin.cs: 
463         * FileAttributes.cs: 
464         * IOException.cs: 
465         * MemoryStream.cs: 
466         * FileMode.cs: 
467         * BinaryWriter.cs: 
468         * TextWriter.cs: 
469         * File.cs: 
470         * BinaryReader.cs: 
471         * TextReader.cs: 
472         * UnmanagedMemoryStream.cs: 
473         * StringWriter.cs: 
474         * FileAccess.cs: 
475         * FileLoadException.cs: 
476         * BufferedStream.cs: 
477         * Stream.cs: 
478         * FileInfo.cs: 
479         * FileStream.cs:
480         * StringReader.cs: 
481         * StreamWriter.cs: 
482         * EndOfStreamException.cs: 
483         * DriveInfo.cs: 
484         * StreamReader.cs: 
485         * PathTooLongException.cs: 
486         * DriveType.cs: 
487         * FileNotFoundException.cs: 2.0 profile updates
489 2007-04-21  Alp Toker  <alp@atoker.com>
491         * FileStream.cs: Respect request for buffering in all cases.
493         Gonzalo added code in r42667 that disables buffering even when it is
494         requested, in the case that ftype != MonoFileType.Disk. This was
495         killing performance for users who do Console.OpenStandardOutput(1024)
496         but were ending up with a non-buffered FileStream.
498         The new behaviour appears correct but we should watch for any
499         regressions.
501 2007-04-05  Dick Porter  <dick@ximian.com>
503         * Directory.cs: Pass combined path and pattern to
504         MonoIO.GetFileSystemEntries()
506 2007-04-03  Alp Toker  <alp@atoker.com>
508         * UnmanagedMemoryStream.cs: Should not have a public Dispose().
509         This behaviour is already provided by the base class.
511 2007-04-03  Alp Toker  <alp@atoker.com>
513         * Stream.cs: CreateWaitHandle() obsolete in 2.0.
515 2007-03-18  Alp Toker  <alp@atoker.com>
517         * UnmanagedMemoryStream.cs:
518         * Directory.cs: Exception message typo fixes.
520 2007-03-11  Zoltan Varga  <vargaz@gmail.com>
522         * UnmanagedMemoryStream.cs: Fix a warning.
524 2007-03-05  Miguel de Icaza  <miguel@novell.com>
526         * Path.cs: Manually call FileStream and pass the new internal
527         FileOptions.1 flag that means "This is a temporary file, use 600
528         permissions". 
530         * FileOptions.cs: Document the new private enum value.
532 2007-02-22  Dick Porter  <dick@ximian.com>
534         * MonoIOError.cs: 
535         * MonoIO.cs: Handle ERROR_CANNOT_MAKE.
537 2007-02-19      Eyal Alaluf <eyala@mainsoft.com>
539         * DirectoryInfo.cs, Directory.cs: Use MonoNotSupported & MonoLimitation
540           attribute to tag that DirectorySecurity is not supported.
542 2007-02-19      Boris Kirzner <borisk@mainsoft.com>
544         * Path.cs: fix order of InvalidPathChars on windows.
546 2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
548         * StreamReader.cs: Removed checks for non-existing directory or file,
549         since these checks are also performed in FileStream.
551 2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
553         * FileStream.cs: Always resolve to absolute paths for exceptions, when not
554         in anonymous mode.
556 2007-01-24 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
558         * StreamReader.cs: fix for bug #75526. We return earlier from Read () if
559         the underlying stream might block or end on the next read.
561 2007-01-22  Miguel de Icaza  <miguel@novell.com>
563         * DirectoryInfo.cs: Throw a better exception (accorind go the
564         docs, UnauthorizedAccessException is thrown if the underlying
565         platform does not support it and *also* if there are no
566         permissions to access it, which is more convenient than the
567         PlatformNotSupportedException that only states that it needs Win2k
568         or newer).
570 2006-12-23  Alp Toker  <alp@atoker.com>
572         * Directory.cs: "platfor" typofix
574 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
576         * File.cs: Add stubs for Encrypt and Decrypt that throws 
577         NotSupportedException just like non-NTFS file systems would with MS.
578         Remove nested #if NET_2_0.
579         * FileInfo.cs: Add stubs for Encrypt and Decrypt that throws 
580         NotSupportedException just like non-NTFS file systems would with MS.
582 2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>
584         * Directory.cs : non NET_2_0 build fix.
586 2006-12-15  Miguel de Icaza  <miguel@novell.com>
588         * FileInfo.cs: Empty implementations for Encrypt and Decrypt
590 Mon Dec 11 11:40:06 CET 2006 Paolo Molaro <lupus@ximian.com>
592         * FileStream.cs: correct exception message patch from
593         Markus Mauhart <mmauhart@chello.at>.
595 2006-11-28  Duncan Mak  <duncan@novell.com>
597         * TextReader.cs (Dispose): Expose as public in NET_2_0.
599 2006-11-26  Miguel de Icaza  <miguel@novell.com>
601         * DriveInfo.cs, DriveType.cs: Add a couple of classes for
602         CreativeDocs.Net.  
604         Thanks MoMA!  http://www.mono-project.com/Moma
606 2006-11-16  Miguel de Icaza  <miguel@novell.com>
608         * DirectoryInfo.cs (GetFiles): Implement option with SearchOptions
609         == AllDirectories
611 2006-11-13  Dick Porter  <dick@ximian.com>
613         * Directory.cs: Don't follow symlinks when deleting directories.
614         Keeps bug 79733 fixed while fixing bug 79887.
616         * MonoIO.cs: ExistsSymlink() added, which checks for
617         FileAttributes.ReparsePoint.
619 2006-11-07  Dick Porter  <dick@ximian.com>
621         * Directory.cs: CreateDirectory() should only throw IOException in
622         the 2.0 profile if a file already exists with the same name, not a
623         directory.
625 2006-11-03 Jensen Somers <jensen.somers@gmail.com>
627         * Directory.cs: CreateDirectory() should throw IOException if a
628         file or directory with the same name already exists, in the 2.0
629         profile.  Fixes bug 79806.
631 2006-10-30 Joel Reed  <joel.reed@ddiworld.com>
633         * DirectoryInfo.cs: Implement SearchOption.AllDirectories option.
635 2006-10-11  Dick Porter  <dick@ximian.com>
637         * FileStream.cs: Cope with 2.0 FileShare.Delete values.  Patch by
638         Peter Dettman <peter.dettman@iinet.net.au> fixing bug 79250.
640 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
642         * FileInfo.cs: added 2.0 IsReadOnly. Patch by Joel Reed.
644 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
646         * FileInfo.cs: eol-style.
648 2006-09-19  Gert Driesen  <drieseng@users.sourceforge.net>
650         * FileNotFoundException.cs: Changed message for default ctor to match
651         MS. Use internal message field of Exception to check whether Message
652         is null. On 2.0 profile, use file/assembly load failure message when
653         no message is set and a filename was specified. On 1.0 profile,
654         always use file/assembly load failure message when no message is set
655         (regardless of whether a filename was specified or not). Made some
656         cosmetic changes to ToString to have it match MS.
658 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
660         * BinaryReader.cs (Read): Avoid allocating memory when reading a char.
662 2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
664         * StreamReader.cs: avoid ArgumentOutRangeException when the underlying
665         stream returns -1 on Read.
667 2006-08-30  Lluis Sanchez Gual  <lluis@novell.com>
669         * FileInfo.cs: OpenRead should open the file using the Read share mode.
671 2006-08-21  Sebastien Pouliot  <sebastien@ximian.com>
673         * Path.cs: Added internal method IsPathSubsetOf required to implement
674         correctly FileIOPermission (better located here).
676 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
678         * File.cs: (Delete) avoid creating the exception object for the 'file
679         not found' case.
681 2006-07-24  Miguel de Icaza  <miguel@novell.com>
683         * FileShare.cs: Add Delete in 2.0
685 2006-07-06  Dick Porter  <dick@ximian.com>
687         * Directory.cs: When creating a directory treat ERROR_FILE_EXISTS
688         (ie a file already exists with that name) the same as
689         ERROR_ALREADY_EXISTS (ie a directory already exists with that
690         name.)  Keeps bug 50753 fixed when I fix the io-layer
691         CreateDirectory() behaviour.
693 2006-06-21  Atsushi Enomoto <atsushi@ximian.com>
695         * Directory.cs : implemented GetFiles() and GetDirectories() which
696           takes SearchOption (as they are used in one of ruby.net stuff).
698 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
700         * File.cs: never throw in Exists.
702 2006-05-18  Miguel de Icaza  <miguel@novell.com>
704         * Directory.cs (Exists): Ignore INVALID_HANDlE, return false.
706 2006-06-03 John Luke <john.luke@gmail.com>
708         * Path.cs: fix typo in [Obsolete] message
709         
710 2006-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
712         * BinaryReader.cs: use BlockCopyInternal.
714 2006-05-01  Daniel Drake  <dsd@gentoo.org>
716         * Directory.cs: Return false (as documented) on ERROR_ACCESS_DENIED in
717         Exists() rather than throwing an exception. Bug #78239.
719 2006-04-29  Atsushi Enomoto <atsushi@ximian.com>
721         * UnexceptionalStreamReader.cs (Read): Fix for #78218, where we
722         consumed characters from the input even when the count was not set
723         to zero, causing some characters to be missing in some
724         circumstances. 
726 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
728         * Directory.cs: make sure the parent directory is not an empty string
729         when a file name with no path is provided. Fixes bug #78209. Patch by
730         Emery Conrad.
732 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
734         * StreamReader.cs : implemented EndOfStream property.
735         * File.cs : implemented AppendAllText(), WriteAllLines(),
736           WriteAllBytes() and ReadAllLines(). Bug #77813 fixed.
738 2006-04-28  Robert Jordan  <robertj@gmx.net>
740         * Path.cs (GetPathRoot): Return just the \\server\share
741         part of a UNC. Fixes #78147.
744 2006-04-26  Miguel de Icaza  <miguel@novell.com>
746         * FileStream.cs: Implement the FileOptions usage by passing all
747         the information to the C layer.  Remove the "isAsync" argument for
748         MonoIO.Open, and instead pass it on the FileOptions.
750         * FileOptions.cs: Make it build when including WriteThrough
752         * MonoIO.cs: Update MonoIO.Open signature to drop the async
753         argument and take FileOptions instead. 
755 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
757         * FileStream.cs: Add new net 2.0 ctor.
759         * FileOptions.cs: New file.
761 2006-03-21  Miguel de Icaza  <miguel@novell.com>
763         * Stream.cs: In 2.0 make Close call Dispose(true).
765 2006-03-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
767         * FileStream.cs: Seek() should flush the buffer, if any. Fixes bug
768         #77863.
770 2006-03-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
772         * Stream.cs: Add 2.0 members to Stream.cs (CanTimeout,
773         ReadTimeout and WriteTimeout).
774         
775 2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
777         * File.cs: In 2.0 profile, File.Get****Time(Utc) should not throw
778         IOException if specified path does not exist. Fixes bug #77641.
780 2006-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
782         * FileStream.cs: To match MSFT, ignore FileShare.Inheritable on 2.0
783         profile. This fixes bug #77644. Improved usefulness of some existing
784         exception messages.
786 2006-02-22  Joerg Rosenkranz <joergr@voelcker.com>
788         * MonoIO.cs, MonoIOError.cs: Verbose exception for error 39 
789           (disk full).
790           
791 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
793         * Stream.cs FileStream.cs: Add new 2.0 Dispose () method and protected
794         Dispose (bool) method.
796 2006-01-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
798         * TextWriter.cs: Dispose () is public in 2.0.
800 2006-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
802         * UnexceptionalStreamReader.cs: Read (char,int,int) should not
803         return -1. Thanks to Jakob Berkman.
805 2006-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
807         * StreamReader.cs: (ReadToEnd) if Read returns -1 or 0, we're done.
809 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
811         * Path.cs : (GetRandomFileName) use random buffer ;-) It somehow
812           caused infinite loop on Windows.
814 2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>
816         * DirectoryInfo.cs : on Windows top directory is something like c:\.
818 2006-01-17  Joshua Tauberer  <tauberer@for.net>
820         * StreamReader.cs: Avoid two totally unnecessary string creations.
821           (kind of pedantic)
823 2006-01-13  Ben Maurer  <bmaurer@andrew.cmu.edu>
825         * TextWriter.cs: Call char[],int,int from the Write(char[]) method
826         both for msft compat and for performance. Thanks to "Mike Glenn" 
827         <mglenn@zoominternet.net> for pointing.
829 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
831         * File.cs: Support for Read/WriteAllText
833 2006-01-11  Sebastien Pouliot  <sebastien@ximian.com>
835         * Path.cs: Previous fix caused regression of bug #76191. Fixed (again)
837 2006-01-09  Sebastien Pouliot  <sebastien@ximian.com>
839         * Path.cs: Fix c14n on Windows when the first separator after the root
840         isn't '\'. Fix problems for XSP with 1.1.13.
842 2006-01-07  Miguel de Icaza  <miguel@novell.com>
844         * Path.cs (GetTempFilename): Append ".tmp" to the path, some
845         external application expect this extension.
847 2006-01-05  Kornél Pál  <kornelpal@hotmail.com>
849         * DriveNotFoundException.cs: Added.
850         * MonoIO.cs: Added ERROR_INVALID_DRIVE handling. Pass HResult to
851           IOException constructors.
852         * MonoIOError.cs: Expose ERROR_INVALID_DRIVE.
854 2006-01-02  Sebastien Pouliot  <sebastien@ximian.com>
856         * UnexceptionalStreamReader.cs: Re-implemented the Read method to fix 
857         the new line handling when reading from the Console (bug #77108).
859 2005-12-24  Kornél Pál  <kornelpal@hotmail.com>
861         * FileStream.cs: Set buf_start to actual initial position when creating
862           FileStreams from handles.
864 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
866         * DirectoryInfo.cs: Fixed #77090 to fix /home parent to be / (and not
867         null).
869 2005-12-21  Sebastien Pouliot  <sebastien@ximian.com>
871         * Path.cs: Fixed #77058 where a Windows drive wasn't considered during
872         path canonalization.
874 2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>
876         * Path.cs: Fixed #77007 where a Windows drive is specified with a 
877         partial path.
879 2005-12-15  Sebastien Pouliot  <sebastien@ximian.com>
881         * DirectoryInfo.cs: Fixed #76903 where the Name property wasn't 
882         correct in some cases. Added special case for Windows drives. Reduced
883         temporary allocations in Get* methods (removed ArrayList). Added some
884         new 2.0 methods (partial).
885         * MonoIO.cs: Removed InvalidPathChars icall as the return value is 
886         different from 1.x and 2.0. The values are now defined in Path.cs.
887         * Path.cs: Fixed #76191 so that GetFullPath on a Windows drive returns
888         the current directory (if it's on the specified drive). Fixed 2.0 API
889         changes (e.g. static class).
890         * SearchOption.cs: Added missing [Serializable] (2.0).
892 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
894         * Directory.cs: Fix a warning.
896 2005-11-10  Dick Porter  <dick@ximian.com>
898         * DirectoryInfo.cs: Fix endless recursion problem with root
899         directory on windows too.  Fixes bug 76191.
901 2005-11-06  Zoltan Varga  <vargaz@freemail.hu>
903         * Directory.cs: Add stub for net 2.0 GetFiles method.
905         * SearchOption.cs: New file.
907 2005-10-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
909         * StreamReader.cs: made ReadLine() less memory-hungry. Fixes bug #76399.
911 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
913         * MonoIO.cs: replace FindFirst/FindNext/FindClose with
914         GetFileSystemEntries.
915         * Directory.cs: simplify GetFileSystemEntries by using the new icall.
917 2005-10-01  Ben Maurer  <bmaurer@ximian.com>
919         * BinaryReader.cs: The patch below had a nasty little bug with
920         long strings that had non-ascii chars in it, because it was
921         looking at the char count, not the byte count.
923 2005-09-11  Ben Maurer  <bmaurer@ximian.com>
925         * BinaryReader.cs: An optimization for ReadString that had been
926         approved/well tested for a while but never gotten in. Bug #52754.
928 2005-09-05  Miguel de Icaza  <miguel@novell.com>
930         * MonoIOError.cs: expose the ERROR_DIR_NOT_EMPTY as we are
931         throwing it. 
933         * MonoIO.cs: Return a properly named error.
935 2005-08-23  Raja R Harinath  <rharinath@novell.com>
937         Fix #75679.
938         * StreamReader.cs (DiscardBufferedData): Reset the decoder too.
940 2005-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
942         * BinaryReader.cs: use Buffer.BlockCopy instead of Array.Copy when
943         expanding the buffer.
945 2005-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
947         * Directory.cs: don't leak 'find' handles.
949 2005-07-05  Dick Porter  <dick@ximian.com>
951         * MonoIO.cs:
952         * MonoIOError.cs: Add error message for ERROR_WRITE_FAULT.
954 2005-07-04  Sebastien Pouliot  <sebastien@ximian.com>
956         * DirectoryInfo.cs: Fixed recursion problem with root directory 
957         introduced when fixing bug #75443.
959 2005-07-02  Sebastien Pouliot  <sebastien@ximian.com>
961         * FileSystemInfo.cs: Fixed exception arguments. Added ComVisible for
962         NET_2_0.
963         * DirectoryInfo.cs: Fixed bug #75443 when the directory ends with a
964         separator. Added ComVisible for NET_2_0. Normalized line endings.
966 2005-05-26  Miguel de Icaza  <miguel@novell.com>
968         * File.cs (ReadAllBytes): add.
970 Tue May 17 10:54:18 CEST 2005 Paolo Molaro <lupus@ximian.com>
972         * FileStream.cs: complete fix for #74971.
974 2005-05-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
976         * FileStream.cs: make WriteByte work in all cases when no buffer is
977         being used. Fixes bug #74971.
979 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
981         * Directory.cs: if the pattern is just a file name and it exists, return
982         it right away. Fixes bug #72143.
984 2005-05-06  Ben Maurer  <bmaurer@ximian.com>
986         * File.cs (Open): If a stream is opened with Append access, you
987         only want Write access. Fixes bug #71088.
989 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
991         * UnexceptionalStreamWriter.cs: don't throw anything on Flush. Closes
992         bug #74190.
994 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
996         * Path.cs: don't trim the path in CanonicalizePath on non-windows
997         systems. Fixes bug #53173.
999 2005-04-09  Miguel de Icaza  <miguel@novell.com>
1001         * StreamWriter.cs (Initialize): Avoid echoing the preamble to a
1002         file if the position of the stream is not at the beginning.  Fixes
1003         bug #74513
1005 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1007         * FileStream.cs:
1008         * MonoIO.cs: remove dead code related to async IO.
1010 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
1012         * Directory.cs: Added a Demand for Read/Write when creating a new 
1013         directory.
1014         * FileSystemInfo.cs: Added an InheritanceDemand for Unrestricted on 
1015         the class.
1016         * Path.cs: Added a Demand for PathDiscovery in GetFullPath method.
1017         Added an Assert for unrestricted file access to GetTempFilename as
1018         the method must create the (zero-length) file and can be called from
1019         partially trusted code. Added a Demand for unrestricted environment
1020         access to GetTempPath method.
1021         * FileStream.cs: Added a Demand for UnmanagedCode for all constructors
1022         accepting a file handle. Added LinkDemand and InheritanceDemand for 
1023         UnmanagedCode to get Handle and SafeFileHandle (2.0) properties.
1025 2005-03-16  Lluis Sanchez Gual  <lluis@novell.com>
1027         * BinaryReader.cs, BinaryWriter.cs: Read/write dobules, floats and
1028         decimals in little endian format.
1030 2005-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1032         * MonoIO.cs:
1033         * MonoIOError.cs: handle ERROR_LOCK_VIOLATION.
1035 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
1037         * FileStream.cs: Anonymize part of the path when exceptions are throw
1038         by a FileStream is used for isolated storage. Throw a DirectoryNotFound
1039         Exception for any FileMode not just CreateNew (see new unit tests).
1041 2005-03-09  Dick Porter  <dick@ximian.com>
1043         * MonoIOError.cs: 
1044         * MonoIO.cs: Add a few more exception messages
1046 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
1048         * CheckPermission.cs: Fix warning.
1050 2005-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1052         * File.cs: Exists does not throw when there are invalid characters in
1053         the file name.
1054         * MonoIOError.cs: uncommented INVALID_NAME.
1056         Patch by Gert Driesen.
1058 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
1060         * FileStream.cs: Added new constructor to allow anonymous files (i.e.
1061         when Name property is "[Unknown]") for IsolatedStorage. Added
1062         SafeFileHandle property and a reference to Microsoft.Win32.SafeHandles
1063         for the NET_2_0 profile.
1065 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
1067         * FileNotFoundException.cs, FileLoadException.cs: Fixed bad "if ();".
1069 2005-01-27  Sebastien Pouliot  <sebastien@ximian.com>
1071         * FileNotFoundException.cs, FileLoadException.cs: Protect the fusion
1072         (GAC) log from being disclosed unless code has ControlPolicy and 
1073         ControlEvidence. Added missing HResult value. Fixed Message property 
1074         to match MS results. Changed ToString to use a StringBuilder.
1076 2005-01-24  Sebastien Pouliot  <sebastien@ximian.com>
1078         * Directory.cs: Added CAS security to Get|SetCurrentDirectory to 
1079         complete Environment security checks.
1081 2004-12-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1083         * BufferedStream.cs: use Buffer.BlockCopyInternal instead of Array.Copy.
1085 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1087         * File.cs: delegate to the runtime the task of checking for destination
1088         file existence in Move.
1090 2004-12-11  Ben Maurer  <bmaurer@ximian.com>
1092         * BinaryReader.cs (ReadByte): Check for exceptions here.
1094 2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
1096         * TextWriter.cs : create CoreNewLine in another .ctor().
1098 2004-12-05  Ben Maurer  <bmaurer@ximian.com>
1100         * TextWriter.cs (WriteLine): Use CoreNewLine so that this does
1101         not make a string out of the array every time it is called.
1103         Thanks to Atsushi for the idea.
1105 2004-12-04  Ben Maurer  <bmaurer@ximian.com>
1107         * DirectoryInfo.cs (CreateSubDirectory): Check the input here.
1108         
1109         * FileSystemInfo.cs (CheckPath): Empty paths are invalid.
1111 2004-11-19  Dick Porter  <dick@ximian.com>
1113         * MonoIOError.cs: 
1114         * MonoIO.cs: Add a proper message for sharing violation
1116 2004-11-01  Ben Maurer  <bmaurer@ximian.com>
1118         * MonoIOError.cs: All of these fields just take up room in corlib,
1119         bloating things up. To make it worse, we need to malloc data at
1120         runtime about them. Since most are not used, am commenting them
1121         out
1123 2004-09-19  Dick Porter  <dick@ximian.com>
1125         * UnexceptionalStreamWriter.cs: 
1126         * UnexceptionalStreamReader.cs: Wrappers around StreamWriter and
1127         StreamReader that catch IOException.  Used by System.Console so
1128         that graphical applications dont get IO errors when their
1129         stdin/out/err vanishes (ie when they spew debug output.)
1131 2004-09-12 Ben Maurer  <bmaurer@ximian.com>
1133         * BinaryReader.cs: Use ReadByte when possible. Gives a tad
1134         of perf, and fixes a bug reported on mono-patches-list
1136 2004-09-08  Miguel de Icaza  <miguel@ximian.com>
1138         * File.cs: Added Gettextification, provide a better error message
1139         for #62112
1141 2004-09-08  Marek Safar  <marek.safar@seznam.cz>
1143         * Directory.cs,
1144         * File.cs: Class is static for NET_2_0.
1146 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
1148         * MemoryStream.cs (SetLength): Use Array.Clear here
1150 2004-09-05 Ben Maurer  <bmaurer@users.sourceforge.net>
1152         * Path.cs (Combine): Array.IndexOf is slow (because of the
1153         special cases it must handle). So, rather than doing IndexOf
1154         just check each type of seperator.
1156 2004-09-05 Ben Maurer  <bmaurer@users.sourceforge.net>
1158         * StringReader.cs (StreamReader): remove sourceChars and disposed
1159         variables
1160         (Read): Copy directly from the string, rather than a char []
1161         (Dispose, CheckObjectDisposedException): the flag for being
1162         disposed is now source == null.
1164 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1166         * Stream.cs: Close() does not call Flush(). Fixes bug #65340.
1168 2004-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
1170         * StreamWriter.cs: avoid String.ToCharArray for perf.
1172 2004-08-18  Dick Porter  <dick@ximian.com>
1174         * StreamWriter.cs: Flush the buffer if AutoFlush is set to true.
1175         Fixes bug 63063, patch by Laurent Debacker (debackerl@yahoo.com).
1177 2004-08-13  Dick Porter  <dick@ximian.com>
1179         * StreamWriter.cs: Allow FileShare.Read access to the underlying
1180         FileStream, to be compatible with MS.  Fixes bug 62152.
1182 2004-07-06  Dick Porter  <dick@ximian.com>
1184         * MonoIO.cs: Add ERROR_INVALID_PARAMETER to the exception list.
1185         Don't blow away the SetFileTime() error before the caller gets to
1186         see it.  Part of the bug fix to 60970.
1188 2004-07-05  Dick Porter  <dick@ximian.com>
1190         * CheckPermission.cs:
1191         * File.cs:
1192         * FileInfo.cs:
1193         * MonoIO.cs:
1194         * FileStream.cs: Give the filename when throwing
1195         FileNotFoundException.  Fixes bug 61120, based on patch from
1196         Carlos Alberto Cesario <carloscesario@gmail.com>.
1198 2004-07-05  Dick Porter  <dick@ximian.com>
1200         * File.cs: File.Move() should check that the destination doesn't
1201         already exist.  Fixes bug 60915, patch based on one from Carlos
1202         Alberto Cesario <carloscesario@gmail.com>.
1204 2004-06-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1206         * Directory.cs: implemented GetLogicalDrives.
1208 2004-06-24  Lluis Sanchez Gual  <lluis@novell.com>
1210         * StreamReader.cs: In DiscardBufferedData(), reset the mayBlock flag.
1212 2004-06-21  Atsushi Enomoto  <atsushi@ximian.com>
1214         * FileStream.cs :
1215           .ctor() should block write access when created with FileAccess.Write.
1217 2004-06-21  Atsushi Enomoto  <atsushi@ximian.com>
1219         * FileStream.cs : Check buffer size before creating file.
1220         * StreamReader.cs : Check encoding!=null before creating file.
1221         * File.cs,
1222           MonoIO.cs : Convert DateTime to FileTime after checking
1223           file IO sharing violation (it just fixes the type of exception).
1225 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
1227         * MemoryStream.cs: added TODO for serialization
1228         * StringWriter.cs: added TODO for serialization
1230 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
1232         * TextWriter.cs: fixed CoreNewLine to return char[]
1234 2004-06-14  Dick Porter  <dick@ximian.com>
1236         * Directory.cs:
1237         * File.cs: Catch PATH_NOT_FOUND errors in Exists() too.  Fixes bug
1238         59354.
1240 2004-06-09  Duncan Mak  <duncan@ximian.com>
1242         * BufferedStream.cs (SetLength): Add checks and throw the
1243         appropriate Exceptions here instead.
1245         * FileStream.cs (SetLength): Revert part of my last patch, we're
1246         throwing ObjectDisposedException instead of IOException again.
1248 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1250         * FileStream.cs: re-enabled ignoring broken pipe errors when reading.
1251         Fixes bug #59639.
1253 2004-06-08  Duncan Mak  <duncan@ximian.com>
1255         * Directory.cs (IsRootDirectory): New helper method for
1256         determining if a path is the root directory. Handles both Unix as
1257         well as Windows.
1258         (GetParent): Use IsRootDirectory for the check.
1260 2004-06-08  Duncan Mak  <duncan@ximian.com>
1262         * File.cs: Fix line endings, took out ^Ms.
1264         * Directory.cs (GetParent): Return null if the specified path is
1265         the root directory.
1267         * StreamReader.cs (StreamReader):
1268         (Initialize): Add a check that buffer_size must not be less than
1269         or equal to zero.
1271 2004-06-07  Duncan Mak  <duncan@ximian.com>
1273         * FileStream.cs (SetLength): The other exceptions have precendence
1274         over ObjectDisposedException, which is not one of the exceptions
1275         listed in the documentation). Also, instead of throwing an
1276         ObjectDisposedException, throw an IOException.
1278 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1280         * BufferedStream.cs: fixed typo that prevented Read() from working.
1281         This went out with beta 2. Closes bug #59534.
1283 2004-05-31  Atsushi Enomoto  <atsushi@ximian.com>
1285         * Directory.cs, File.cs : Fixed Exists() that raised 
1286           DirectoryNotFoundException. Quick fix for bug #59354.
1288 2004-05-30  Sebastien Pouliot  <sebastien@ximian.com>
1290         * BinaryReader.cs: Added missing disposed check for most methods. 
1291         Reordered some exceptions to match MS implementation. 
1292         * BufferedStream.cs: Fixed Seek logic (check for CanSeek and dispose).
1293         SetLength must also reset Position and check for dispose.
1294         * FileStream.cs: Added missing check for invalid SeekOrigin. Added
1295         missing validations.
1297 2004-05-27  Dick Porter  <dick@ximian.com>
1299         * FileSystemInfo.cs: Take out the error checking in Refresh(), it
1300         broke other stuff
1301         
1302 2004-05-27  Dick Porter  <dick@ximian.com>
1304         * MonoIO.cs: Define icalls for Lock() and Unlock()
1305         
1306         * FileStream.cs: Implement Lock() and Unlock().  Also improve IO
1307         error reporting.
1309         * FileSystemInfo.cs:
1310         * File.cs:
1311         * Directory.cs: Improve IO error reporting
1313 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1315         * FileStream.cs: delay seeking to the end when FileMode.Append is
1316         specified until after buffer initialization. Fixes bug #59151.
1318 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
1320         * BufferedStream.cs: Added globalization and fixed exceptions and 
1321         possible integer overflow.
1322         * FileStream.cs: Fixed possible integer overflow.
1323         * MemoryStream.cs: Fixed possible integer overflow.
1324         * StringReader.cs: Fixed possible integer overflow.
1325         * TextWriter.cs: Fixed possible integer overflow.
1327 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1329         * FileInfo.cs,
1330           DirectoryInfo.cs : ToString() should return constructor arg as is.
1331           This fixes bug #58804.
1333 2004-05-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1335         * Directory.cs: ERROR_FILE_NOT_FOUND in FindFirstFile means there are
1336         no files, but the directory was found. Fixes bug #58875.
1338 2004-05-24  Duncan Mak  <duncan@ximian.com>
1340         * StreamWriter.cs (Close): Remember to set the 'closed' flag.
1342         * DirectoryInfo.cs: 
1343         * FileInfo.cs: Reformat the whole file to use DOS line endings.
1344         (MoveTo): Return if the destination of Move is the
1345         same as the file's current location.
1347 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
1349         * MemoryStream.cs: Fixed exception reporting to match MS Fx. Fixed the
1350         condition to allow zeroization of existing data when we shrink the 
1351         stream.
1352         * StreamReader.cs: Add checks for null encoding. Fixed possible integer
1353         overflow and ArgumentNullException in Read.
1354         * StreamWriter.cs: Add dispose check to Write(char) and Write(char[]),
1355         AutoFlush. Fixed possible integer overflow in Write(char[],int,int).
1356         * StringWriter.cs: Fixed possible integer overflow in Write. Changed
1357         spaces for tabs.
1359 2004-05-22  Duncan Mak  <duncan@ximian.com>
1361         * Directory.cs: Reformat the whole file to use Unix line endings
1362         for consistency.
1363         (GetFileSystemEntries): If pattern is String.Empty, always
1364         return an empty string array. Throw the ArgumentException if path
1365         is an empty string (determined using the new helper method)
1366         (IsEmptyString): Returns true on an empty string or a string with
1367         only whitespace characters.
1369         * Path.cs (GetPathRoot): Throw an ArgumentException if the path
1370         argument is String.Empty.
1372 2004-05-20  Jackson Harper  <jackson@ximian.com>
1374         * DirectoryInfo.cs: Create subdirectories correctly if more then
1375         one is supplied.
1376         
1377 2004-05-16  Atsushi Enomoto  <atsushi@ximian.com>
1379         * DirectoryInfo.cs: Fixed ToString() as well as FileInfo.
1381 2004-05-16  Atsushi Enomoto  <atsushi@ximian.com>
1383         * FileInfo.cs: ToString() returns not full path but just the file name.
1385 2004-05-14  Marek Safar  <marek.safar@seznam.cz>
1387         * TextWriter.cs: Removed useless [CLSCompliant (false)]
1389 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1391         * Directory.cs: use the real wildcard for file names as it is supported
1392         now in io-layer. SearhPattern is not needed now.
1394 2004-04-30 Ben Maurer  <bmaurer@users.sourceforge.net>
1396         * BinaryWriter.cs, Stream.cs: ensure we have beforefieldinit.
1398 2004-04-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1400         * Path.cs: readonlyificate.
1402 2004-04-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1404         * FileStream.cs: constify.
1406 2004-04-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1408         * SearchPattern.cs: Call invariant String.ToLower
1410 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1412         * FileStreamAsyncResult.cs: invoke the callback if set as completed
1413         before the asynchronous stuff jumps in.
1415 2004-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1417         * FileStream.cs: only pass the async flag set to true when opening the
1418         file and AIO is supported by the underlying system. Fixes bug #56883.
1420 2004-04-12  Gert Driesen (drieseng@users.sourceforge.net)
1422         * FileSystemInfo.cs: Implemented ISerializable, corrected COM 
1423         visibility of UTC properties
1425 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
1427         * BufferedStream.cs: On Position change, do not reset the buffer if the
1428         new position is in the limits of the buffer. This fixes #49403.
1430 2003-04-03  Atsushi Enomoto <atsushi@ximian.com>
1432         * Path.cs : ChangeExtension() does not remove dot(.) when extension is
1433           an empty string.
1435 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
1437         * FileSystemInfo.cs: Added InternalRefresh, a virtual method that derived
1438           classes can override to perform class specific refreshing.
1439         * FileInfo.cs: Refresh existence flag when Refresh is called.
1440         * TextWriter.cs: Applied patch by Benjamin Jemlich for bug #52512.
1441           The method Write(char) should do nothing by default.
1443 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1445         * BinaryReader.cs: don't modify the underlying stream in Peek(). Fixes
1446         bug #51741. Patch by Nick Vaughan.
1448 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
1450         * FileStream.cs: ReadByte(): when buffering is disabled, read the byte
1451         with a direct call to ReadData. In InitBuffer(), if buffering is
1452         disabled, create a buffer of one byte, to be used in ReadByte.  This
1453         fixes bug #52361.
1455 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
1457         * Path.cs: In GetDirectoryName, fixed check for volumeSeparator. This
1458           fixes bug #53892.
1460 2004-03-24  Lluis Sanchez Gual  <lluis@ximian.com>
1462         * File.cs: In Move, throw IOException instead of ArgumentException if 
1463           destination is a directory.
1464         * MonoIO.cs: In ExistsDirectory, return ERROR_PATH_NOT_FOUND instead of
1465         ERROR_FILE_NOT_FOUND, since we are looking for a directory, not a file.
1466         
1467 2004-03-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1469         * StreamWriter.cs: Removed unneeded function
1471 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1473         * FileStream.cs: added support for asynchronous I/O without using the
1474         OS native libraries if available.
1476         * FileStreamAsyncResult.cs: IAsyncResult for asynch. I/O.
1478         * MonoIO.cs: added BeginRead/Write, GetSupportsAsync. Open has now a
1479         new parameter to tell ifthe file will be used for asynch operations.
1481         * Stream.cs: BeginRead/Write do not use delegates. They just are
1482         actually synchronous.
1484         * StreamAsyncResult.cs: IAsyncResult for Stream.
1486 2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1488         * Directory.cs: check if the error returned in Exists is different
1489         from 'path not found' and throw the appropiate exception in that case.
1490         See #55160.
1492 2004-03-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1494         * MonoIO.cs: added case for ERROR_FILENAME_EXCED_RANGE.
1496 2004-02-25  Jackson Harper <jackson@ximian.com>
1498         * File.cs: Report the filename when deleting a file fails. Patch
1499         by Gert Driesen. Fixes bug #54855.
1500         
1501 2004-02-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1503         * FileStream.cs: remove dangling ^Ms.
1505 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1507         * FileStream.cs: (.ctor) Path.DirectoryName can be empty and make
1508         Path.GetFullPath crash. Fixed it.
1510         * MonoIO.cs: fixed typo.
1512 2004-02-13  Jackson Harper  <jackson@ximian.com>
1514         * FileStream.cs: Throw some more exceptions for invalid
1515         params. Fixes some unit test failures.
1516         * BufferedStream.cs: If the stream is closed (can't read from it
1517         or write to it) throw an ObjectDisposedException.
1518         
1519 Tue Jan 20 23:10:22 CET 2004 Paolo Molaro <lupus@ximian.com>
1521         * StreamWriter.cs, TextWriter.cs: comply with the documented
1522         behaviour and use a decode buffer to improve performance.
1524 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1526         * Path.cs: now Path.GetFullPath ("/") returns "/" instead of "".
1528 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1530         * Path.cs: add the trailing directory separator only for volumes.
1531         Fixes bug #53035.
1533 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
1535         * IntPtrStream.cs: Fix build bustage.
1536         
1537         * IntPtrStream.cs: Add a 'Closed' event. Also throw exceptions after
1538         the stream is closed.
1540 2004-01-18 Ben Maurer  <bmaurer@users.sourceforge.net>
1542         * FileStream.cs: Locking from bug #32344 removed. This is not
1543         necessary because the correct fix was actually in the console.
1544         This fixes bug #53026. Miguel de Icaza reviewed/approved this
1545         patch.
1547 2004-01-14  Zoltan Varga  <vargaz@freemail.hu>
1549         * FileStream.cs (.ctor): Avoid allocating a large buffer when reading
1550         from small files.
1552 2004-01-10  Atsushi Enomoto <atsushi@ximian.com>
1554         * Path.cs : GetDirectoryName ("c:\readme.txt") should return "c:\"
1555           instead of "c:" . This fixed bug #52735.
1557 2004-01-04  Nick Drochak <ndrochak@gol.com>
1559         * Path.cs: Remove defined but unused variable, and also got rid of
1560         some unreachable code.  Eliminates some build warnings.
1562 2003-12-28 Ben Maurer  <bmaurer@users.sourceforge.net>
1564         * BinaryWriter.cs: use one encoding buffer for writing
1565         strings rather than allocting one/string. HUGE perf
1566         boost when writing many strings.
1568 2003-12-25  Atsushi Enomoto <atsushi@ximian.com>
1570         * Path.cs : Fixed GetFullPath() (and CanonicalizePath()), 
1571           HasExtension(), GetPathRoot() and IsPathRooted() to fit with tests.
1573 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1575         * FileStream.cs: (.ctor) do not set handle
1576         in object until after it is validated via
1577         GetFileType so finalizer doesn't see bad handles and
1578         initialize this.handle to InvalidHandle
1580 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
1582         * MonoIO.cs: SetFileTime() Failed Open returns InvalidHandle
1583         not Zero
1585 2003-12-17  Atsushi Enomoto <atsushi@ximian.com>
1587         * Directory.cs : SetCurrentDirectory() should raise errors for
1588           some kind of arguments.
1590 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1592         * Path.cs: GetTempPath () ends with DirectorySeparatorChar. Fixes bug
1593         #52056.
1595 2003-12-06  Ravindra  <rkumar@novell.com>
1596         *MonoIO.cs: Added a new exception case. It is thrown 
1597         when a directory creation is attempted with a name that
1598         is already used by an existing file.
1600 2003-11-28  Dick Porter  <dick@ximian.com>
1602         * Path.cs: Use the char form of LastIndexOf, so that the
1603         comparison is done with the Invariant culture.
1605 2003-11-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1607         * Directory.cs: provide the path when getting the IOException.
1609 2003-11-18  John Luke  <jluke@cfl.rr.com>
1611         * CheckArgument.cs:
1612         (PathLength): fix recursion found by JonK
1613         
1614 2003-11-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1616         * Directory.cs:
1617         (GetCurrentDirectory):
1618         (SetCurrentDirectory): moved here from Environment. Handle error cases.
1620         * MonoIO.cs: add path to the default error message.
1622 2003-11-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1624         * StringReader.cs: fixed ReadLine for some cases where there are mixed
1625         '\r' and '\n'. Closes bug #51020.
1627 2003-11-14 Ben Maurer  <bmaurer@users.sourceforge.net>
1629         * MemoryStream.cs (.ctor): We need to check if buffer is null
1630         before we get the Length of it.
1632 2003-11-14  Miguel de Icaza  <miguel@ximian.com>
1634         * StreamReader.cs, TextReader, StreamReader (Read): Add [Out]
1636 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1638         * Directory.cs: allow directory names without wildcards in the pattern.
1639         Fixes bug #3 50969.
1641         * SearchPattern.cs: made InvalidChars and WildcardChars internal.
1643 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1645         * FileStream.cs: use the argument name when throwing exception.
1647         * StreamReader.cs:
1648         * StringReader.cs:
1649         * TextReader.cs: added [In] attribute for the array in Read.
1651 2003-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1653         * DirectoryInfo.cs: fixed ToString. Closes bug #50842.
1655 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
1657         * Directory.cs: Adjust for missing PlatformID.Unix.
1659 2003-10-28  Miguel de Icaza  <miguel@ximian.com>
1661         * StreamReader.cs: Add checks for disposed stream from bug report
1662         #48696 (Patrik Reali)
1664         * TextReader.cs (Read): Return the total number of bytes read, 
1665         patch from Patrik Realli.
1667 2003-10-20  Miguel de Icaza  <miguel@ximian.com>
1669         * FileStream.cs public FileStream (string name, FileMode mode)
1670         constructor: If we pass FileMode.Append, we can not pass
1671         FileAccess.ReadWrite.  This fixes bug 44959
1673 2003-09-26  Miguel de Icaza  <miguel@ximian.com>
1675         * BufferedStream.cs (Write): Use CanWrite in Write.  Patch from
1676         Francisco Figueiredo Jr.
1678 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1680         * BinaryReader.cs: return the correct number of bytes read when there
1681         are some bytes from peeking.
1683 2003-09-11  Lluis Sanchez Gual  <lluis@ximian.com>
1685         * BufferedStream.cs, FileStream.cs, MemoryStream.cs, Stream.cs:
1686           Added [In,Out] attributes to Read method.
1688 2003-08-05  Martin Baulig  <martin@ximian.com>
1690         * StreamReader.cs (DiscardBufferedData): Do the same like on the
1691         ms runtime: just discard the buffered data, but don't modify the
1692         BaseStream.Position.
1694 2003-08-04  Martin Baulig  <martin@ximian.com>
1696         * StreamReader.cs (DiscardBufferedData): Implemented.
1698 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
1700         * IntPtrStream.cs (Read): Use correct offset here;  Change the
1701         code to use a byte* instead of an IntPtr to reduce the number of
1702         casts used. 
1704         (Read): Use Marshal.Copy instead of the now
1705         deprecated MemCopy.
1707         (IntPtrStream): New stream implementation, it maps to a region in
1708         memory.
1710 2003-07-23  Duncan Mak  <duncan@ximian.com>
1712         * StreamReader.cs (Initialize): This method is not exposed in the
1713         API, mark as internal.
1715 Fri Jul 18 14:42:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
1717         * MonoIO.cs: 64bit fix from Bernie Solomon <bernard@ugsolutions.com>.
1719 2003-07-16  Dick Porter  <dick@ximian.com>
1721         * FileInfo.cs: Update path info when a file is moved.  Patch by
1722         John Luke <jluke@cfl.rr.com>, fixes bug 44253.
1724 2003-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1726         * MemoryStream.cs: fixed bug #46060. Thanks to Carlos Barcenilla.
1728 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
1730         * FileStream.cs (Dispose): Flush the buffer even if we don't own the
1731         handle.
1732         * FileStream.cs: Add a new constructor parameter to turn off buffering.
1733         This is used by the Console.OpenStandard...() methods. Also fix
1734         argument checking in InitBuffer(), so a zero buffer size is also 
1735         rejected.
1737 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
1739         * Stream.cs: use async.delegate invoke 
1741 2003-06-18  Nick Drochak <ndrochak@gol.com>
1743         * FileSystemInfo.cs: Refresh cache when changeing file times.
1745 2003-06-11  Zoltan Varga  <vargaz@freemail.hu>
1747         * FileStream.cs: Fix errors in previous checkins:
1748         (Write): Only take the shortcut route if the data is longer than the
1749         buffer length.
1750         (Write): Flush the buffer before writing out the new data
1751         (Write): Flush the buffer after writing out a segment since otherwise
1752         we will go into an infinite loop.
1753         (FlushBuffer): Remove my last change since it was clearly wrong.
1754         (Seek): Run FlushBuffer () after the in-buffer seek optimization.
1755         (Seek): Only use the in-buffer optimization if the buffer is not
1756         empty.
1757         (Length): Call FlushBuffer () since buffer data might change the size
1758         of the stream.
1760 2003-06-09  Ville Palo <vi64pa@kolumbus.fi>
1762         * FileStream.cs:
1763         - removed unusefull bugfix (DirectoryNotFoundException)
1764         - Flush before seek.
1765         
1766 2003-06-09  Ville Palo <vi64pa@kolumbus.fi>
1768         * FileStream.cs: Check buffer size before append/read -exceptios
1769         
1770 2003-06-09  Ville Palo <vi64pa@kolumbus.fi>
1772         * FileStream.cs: Check DirectoryNotFound before FileNotFound.
1773         
1774 2003-06-09  Ville Palo <vi64pa@kolumbus.fi>
1776         * FileStream.cs: Does not anymore flush while writing
1777         
1778 2003-06-02  Nick Drochak <ndrochak@gol.com>
1780         * FileInfo.cs (MoveTo): Throw exceptions when dest exists, and check
1781         for null too.
1783 2003-05-27  Lluis Sanchez Gual <lluis@ximian.com>
1785         * BinaryReader.cs: Stream don't need to be seekable to use PeekChar.
1787 2003-05-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1789         * Path.cs: fixed bug #42631.
1791 2003-05-22  Zoltan Varga  <vargaz@freemail.hu>
1793         * File.cs (Move): Allow moving of directories.
1794         Fix 'destination is a directory' test.
1796 2003-05-21  Ben Maurer  <bmaurer@users.sourceforge.net>
1798         * StringWriter.cs: Fixed bug #43431: "StringWriter
1799         .ctor(CultureInfo) does not create a new StringBuilder ()"
1801 2003-05-11  Zoltan Varga  <vargaz@freemail.hu>
1803         * FileStream.cs (FlushBuffer): After a flush, the buffer is
1804         advanced by buf_offset bytes, not buf_length bytes.
1806 2003-05-16  Dick Porter  <dick@ximian.com>
1808         * MonoIO.cs: Implement GetTempPath
1810 2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1812         * DirectoryInfo.cs: fixed bug #42991.
1813         * Path.cs:
1814         (CanonicalizePath): store the value of the trimmed input string. Make it
1815         work with paths such as "/home/xxx/.".
1817 2003-05-08  Ben Maurer <bmaurer@users.sourceforge.net>
1818         * Path.cs 
1819         (CanonicalizePath) Fixed bug #42631, which duplicated the
1820         root part of the path under Windows.
1822 2003-05-08  Ville Palo <vi64pa@kolumbus.fi>
1824         * FileSystemInfo.cs: Added 1.1 properties LastAccessTimeUtc, 
1825         LastWriteTimeUtc and CreationTimeUtc
1826         
1827 2003-05-07  Ben Maurer <bmaurer@users.sourceforge.net>
1828         * Path.cs 
1829         (GetPathRoot) Added support for UNC paths.
1830         (CanonicalizePath) Added optimizations per Miguel's requests.
1832 2003-05-06  Ville Palo <vi64pa@kolumbus.fi>
1834         * BufferedStream.cs: 
1835           - Removed unusefull code.
1836           - Added ObjectDisposedException to Position
1837           - Dont flush if stream is allready closed.
1838           - Flush throws also ObjectDisposedException.
1839         * Directory.cs:
1840           - GetFileSystemEtries: ArgumentNullException if pattern is null
1841         * DirectoryInfo.cs: Fixed little MoveTo () bug.
1842         * FileInfo.cs:
1843           - Exists: If file does not exists when instance is created the
1844           value of the Exists property does not change even if file is created
1845           afterwards.
1846           - Delete: If path is a directory UnauthorizedException is thrown.
1847           - CopyTo: Now we can overwrite file if wanted.
1848         * Path.cs: 
1849           - GetFullPath: Now throws exception when path is "   ".
1850         
1851 2003-05-04  Ben Maurer <bmaurer@users.sourceforge.net>
1852         * Directory.cs (GetLogicalDrives) Marked as MonoTODO
1853         because we need to implement the method on Windows.
1854         * Path.cs 
1855         (CanonicalizePath) Added new function to get
1856         rid of . and .. in path names. Need to figure out what
1857         other functions should call this.
1858         (GetFullPath) Added call to the above function.
1859         
1860 2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1862         * StreamReader.cs:
1863         (.ctor): fixed parameters passed to FileNotFoundException.
1865 2003-04-25  Dietmar Maurer  <dietmar@ximian.com>
1867         * BinaryReader.cs (Read): make sure the buffer is big enough (fix
1868         bug # 40702)
1870 2003-04-24  Pedro Martinez Julia  <yoros@wanadoo.es>
1872         * BufferedStream.cs: Test if it's possible to seek in a Stream
1873         before access to Position. This prevents the exception thrown when
1874         the stream is System.Net.Sockets.NetworkStream.
1876 2003-04-22  Ville Palo <vi64pa@kolumbus.fi>
1878         * Directory.cs: clean up --> performance improvment. Some exceptions
1879         are now checked in File.cs.
1880         * File.cs: Implemented Get/SetXXXTimeUtc () methods. Some bugfixes.
1881         
1882 2003-04-21  Ville Palo <vi64pa@kolumbus.fi>
1884         * Directory.cs: lots of fixes. 
1885           - Added GetXXXtimeUtc () (v1.1) methods.
1886           - Added SetXXXtimeUtc () (v1.1) methods.      
1887         
1888 2003-04-20  Igor Nosyryev <nosyryev@attbi.com>
1890         * StringReader.cs (Read): Increment nextChar by charsToRead
1891         instead of count, that will guarantee that the next time the
1892         method is called, it will return 0 on an empty string rather than
1893         throwing an exception
1895 2003-04-19  Ville Palo <vi64pa@kolumbus.fi>
1897         * BufferedStream.cs: Some fixes, mostly throwing exceptions.
1898         * MemoryStream.cs: Changed the order of exception checking
1899         * StringReader.cs: little clean up
1900         
1901 2003-04-14  Ville Palo <vi64pa@kolumbus.fi>
1903         * BinaryWriter.cs: Fixed decimal writing and lots of 
1904         ObjectDisposedExceptions added.
1905         
1906 2003-04-13  Ville Palo <vi64pa@kolumbus.fi>
1908         * BinaryReader.cs: Fix to ReadDecimal() method.
1909         
1910 2003-04-13  Ville Palo <vi64pa@kolumbus.fi>
1912         * StringReader.cs: Added some ObjectDisposedExceptions.
1913         * StringWriter.cs: Added some ObjectDisposedExceptions.
1914         * BinaryReader.cs: Added some ObjectDisposedExceptions.
1915         
1916 2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1918         * FileStream.cs: fixed the windows build. This is an mcs bug. I'll
1919         fill a bug report.
1921 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1923         * FileStream.cs: fixed bug #40182 and made more unit test pass.
1925 2003-04-11  Ville Palo <vi64pa@kolumbus.fi>
1927         * FileStream.cs: Added new methods Lock () and Unlock ()
1928         
1929 2003-04-11  Ville Palo <vi64pa@kolumbus.fi>
1931         * StringReader.cs: Throws exceptions if constructor parameter is null.
1932         
1933 2003-04-11  Ville Palo <vi64pa@kolumbus.fi>
1935         * StringWriter.cs: Now throws an exception if StringBuilder parameter
1936         is null
1937         
1938 2003-04-05  Miguel de Icaza  <miguel@ximian.com>
1940         * TextWriter.cs: Implemented Synchronized method.
1942         * TextReader.cs: Implemented Synchronized method.
1944 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
1946         * FileStream.cs (Read, ReadByte, Seek): throw
1947         ObjectDisposedException if the handle has been released.
1948         
1949         (Read): Throw exceptions specified in the spec.
1951         (Read, Write, ReadSegment, WriteSegment): There is no requirement for any
1952         instance methods of FileStream to be thread safe, so remove all
1953         the calls to lock on the object
1955 2003-03-31  Nick Drochak <ndrochak@gol.com>
1957         * Path.cs (GetDirectoryName): Throw proper execption when path is empty.
1959 2003-03-20  Lluis Sanchez Gual <lluis@ideary.com>
1961         * FileNotFoundException.cs: fixed serialization bug.
1963 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1965         * StringWriter.cs : don't release internalString on Dispose().
1967 2003-03-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1969         * StreamReader.cs: fixed bug #39280.
1971 2003-03-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1973         * Directory.cs: readded mkdir -p behavior. Thanks to kiwnix for
1974         pointing it out.
1976 2003-03-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1978         * MemoryStream.cs: general fixes and reformatted. Passes all tests in
1979         the new MemoryStreamTest.
1981 2003-03-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1983         * MemoryStream.cs: undo my bogus fix in ToArray. Allow GetBuffer and
1984         ToArray even after closing the stream.
1986 2003-03-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1988         * Directory.cs:
1989         (Move): don't use File.Move.
1990         * DirectoryInfo.cs: fixed Name property.
1991         
1992         Fixes bug #37755.
1994 2003-03-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1996         * DirectoryInfo.cs: changed ToString to match MS behavior.
1997         * Path.cs: further fixes to GetDirectoryName to return null in the
1998         same cases that MS does.
2000         Fixes bug #38387.
2002 2003-03-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2004         * Path.cs: fixed a couple of bugs reported in #35906.
2006 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2008         * Directory.cs: fixed bugs #38939 and #38940. No need for separate
2009         unix/windows/unc shares code paths.
2011 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2013         * File.cs: fix by Elan Feingold <efeingold@mn.rr.com> for
2014         SetCreationTime, SetLastAccessTime and SetLastWriteTime.
2016 2003-02-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2018         * MemoryStream.cs:
2019         (ToArray): return only the portion of the buffer that contains
2020         data, not the whole buffer. (note: this makes XmlDocument.Load work
2021         again with documents that have a <?xml without the 'encoding'
2022         attribute, which makes gtk-sharp generator work again).
2024 2003-02-25  Nick Drochak <ndrochak@gol.com>
2026         * File.cs (GetCreationTime): Throw proper execption when path is not
2027         found.
2029 Tue Feb 25 11:55:35 CET 2003 Paolo Molaro <lupus@ximian.com>
2031         * MemoryStream.cs: make it behave sanely when the stream is
2032         incrementally expanded.
2034 2003-02-21  Dick Porter  <dick@ximian.com>
2036         * FileStream.cs: Use locks around buffer manipulations.  Fixes bug
2037         32344
2039 2003-02-18  Dick Porter  <dick@ximian.com>
2041         * FileStream.cs: Make FileMode.Append work, and check for Seeking
2042         back over old data (undocumented ms behaviour, throws an exception
2043         if you try).  Fixes bug 35975.
2045 2003-02-17  Dick Porter  <dick@ximian.com>
2047         * FileStream.cs: Don't close the handle if the stream doesn't own
2048         it.  Patch from Raymond Penners (raymond@dotsphinx.com), bug
2049         35623.
2051 2003-02-14  Zoltan Varga  <vargaz@freemail.hu>
2053         * FileStream.cs (Write): flush after writing the last segment as well.
2055 2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2057         * StringReader.cs:
2058         (ReadLine): fixed the case when the string ends with a '\n'.
2060 2003-02-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2062         * MemoryStream.cs: create the buffer of the specified capacity.
2064 2003-01-31  Patrik Torstensson
2066         * MemoryStream.cs: use BlockCopyInternal instead of Array.Copy, this is
2067         the same way as MS does it (performance improvement)
2069 2003-01-29  Zoltan Varga  <vargaz@freemail.hu>
2071         * Directory.cs (GetFileSystemEntries): moved error handling to the
2072         correct instance of GetFileSystemEntries so all callers can enjoy it.
2074 2003-01-28  Zoltan Varga  <vargaz@freemail.hu>
2076         * File.cs: add error handling to Get...Time methods.
2078 2003-01-26  Zoltan Varga  <vargaz@freemail.hu>
2080         * Directory.cs: fix GetParent so it actually works.
2082 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2084         * Path.cs: fixlet to ChangeExtension for the case when the path is
2085         empty.
2087 2003-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2089         * BufferedStream.cs: don't try to write a 0 sized array on when
2090         flushing the stream.
2091         
2092         Fixes bug #37045.
2094 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
2096         * FileStream.cs: Add IsAsync property.  (Documented in "C# In A Nutshell".)
2098 2003-01-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2100         * MemoryStream.cs: fixed bug #36319.
2102 2002-12-16  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2103         
2104         * Directory.cs: Some fixes to SMB shares handling, and not compiling 
2105         with csc, mcs compiles it correctly (mcs bug 35652)
2107 2002-12-14  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2109         * Directory.cs: Some fixes related to correct some exceptions thrown
2111 2002-12-11  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2113         * Directory.cs: Some Exceptions added, fixed GetParent(),
2114         CreateDirectory() should work with unix, native windows and
2115         windows samba shares. Converted end-lines from dos-mode to unix-mode
2117 2002-12-08  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2119         * Directory.cs: CreateDirectory  works now with Absolute paths
2120         too, not only with relative ones.
2122 2002-12-07  Peter Williams  <peterw@ximian.com>
2124         * Directory.cs: Don't use the uninitialized pathsumm here.
2125         Don't try and create "" if we're using an absolute path.
2127 2002-12-07  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
2129         * Directory.cs: Now the creation of a new directory works recursively
2130         it will make parents as needed.
2132 2002-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2134         * BufferedStream.cs: applied patch from <carlosga@telefonica.net> that
2135         fixes Flush ().
2137 Tue Nov 19 13:01:22 CET 2002 Paolo Molaro <lupus@ximian.com>
2139         * StreamWriter.cs: output the encoding preamble at the start of a
2140         stream if needed.
2142 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2144         * StreamReader.cs: Changed all Encoding.UTF8 to Encoding.UTF8Unmarked.
2146 2002-11-06  Miguel de Icaza  <miguel@ximian.com>
2148         * StreamWriter.cs: Changed all Encoding.UTF8 to Encoding.UTF8Unmarked.
2150 2002-10-31  Dick Porter  <dick@ximian.com>
2152         * FileStream.cs: Fix buffering properly this time.  Also kludge
2153         around broken pipe errors, treating them as EOF instead of
2154         throwing an IO exception.
2156         * MonoIO.cs: Return the error status in a parameter, as the
2157         GetLastError() value has long since been blown away if we try and
2158         look it up in a subsequent internal call invocation.
2160         * FileSystemInfo.cs: 
2161         * FileInfo.cs: 
2162         * File.cs: 
2163         * Directory.cs: MonoIO methods now have an error parameter
2165 2002-10-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2167         * TextReader.cs: implemented ReadBlock ().
2169 2002-10-30  Miguel de Icaza  <miguel@ximian.com>
2171         * StreamWriter.cs: Ditto for Null stream.
2173         * BinaryReader.cs: Use Unmarked here too.
2175         * BinaryWriter.cs: Use the UTF8Unmarker encoding by default, this
2176         is what .NET does.
2178 2002-10-23  Dick Porter  <dick@ximian.com>
2180         * FileStream.cs: Implemented CanSeek, and used it around all the
2181         calls to MonoIO.Seek.  Fixed buffering in Read() so that it
2182         doesn't block forever on short reads.
2184         * MonoFileType.cs: New enum for GetFileType
2185         
2186         * MonoIO.cs: Added GetFileType
2188 2002-10-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2190         * StreamReader.cs: ReadLine now treats a \r not followed by a \n as a
2191         \n (this is what MS does).
2193 2002-10-18  Dick Porter  <dick@ximian.com>
2195         * FileStream.cs: SeekOrigin.End still calculates the offset from
2196         the end of the file with positive values extending the length.
2197         Fixes bug 32471.
2199 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2201         * Path.cs: some cleanup. Thanks to Martin Aliger.
2203 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2205         * FileStream.cs: throw an exception if trying to open a directory.
2206         Thanks to Martin Aliger.
2208 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2210         * Path.cs: fixes bug #28046.
2212 2002-09-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2214         * StreamReader.cs: give more information when wrong parameters passed.
2216 2002-09-21  Miguel de Icaza  <miguel@ximian.com>
2218         * FileStream.cs: Do not call FSync on the file.
2220 2002-09-16  Miguel de Icaza  <miguel@ximian.com>
2222         * TextWriter.cs (Null): The Null field should be an instance of a
2223         TextWriter class that does nothing, so it is an instance of the
2224         NullTextWriter class.
2226 2002-09-16  Nick Drochak  <ndrochak@gol.com>
2228         * MemoryStream.cs (Close): Don't throw an exception if the stream
2229         is already closed.
2231 2002-09-15  Miguel de Icaza  <miguel@ximian.com>
2233         * FileStream.cs (Dispose): Call FlushBuffer(), and not Flush, as
2234         Flush calls fsync().  
2236         The API docs show no explicit mention that Flush() should even do
2237         an fsync, I am thinking that we should drop that from the
2238         runtime. 
2240 2002-09-09  Miguel de Icaza  <miguel@ximian.com>
2242         * StreamWriter.cs: When no encoding is provided, create an
2243         encoding without markers, this is what MS does.
2245 2002-09-06  Miguel de Icaza  <miguel@ximian.com>
2247         * StreamReader.cs: Implement detection of byte marks and skipping
2248         of byte marks at the beginning of the stream.
2250         (ReadToEnd): Use buffered read instead of char-by-char
2251         processing. 
2253         Correct the default arguments for creating the StreamReader.
2255 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2257         * CheckArgument.cs: fixed check for empty string.
2258         * Path.cs: various fixes. It passes all the tests in new PathTest.
2260 2002-08-29  Duncan Mak  <duncan@ximian.com>
2262         * StreamWriter.cs: Set DisposedAlready after calling flush. Fixes
2263         the build for gtk#.
2265 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2267         * BinaryReader.cs:
2268         * BinaryWriter.cs:
2269         * MemoryStream.cs:
2270         * StreamReader.cs:
2271         * StreamWriter.cs:
2272         * StringReader.cs:
2273         * StringWriter.cs:
2274         * TextWriter.cs: IDisposable fixes.
2276 2002-08-24  Miguel de Icaza  <miguel@ximian.com>
2278         * StreamReader.cs: Removed TODOs, as the code seems to be
2279         complete. 
2281         * Path.cs (GetTempFileName): Make this routine atomic by not
2282         testing and then creating, but using the create call to ensure
2283         that we own the filename.
2285 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2287         * FileLoadException.cs: implemented ToString.
2289         * StreamWriter.cs: added Null field and implemented Write (char) and
2290         Write (char []).
2292 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2294         * StreamReader.cs: implemented NullStreamReader.
2296 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
2298         * Path.cs (GetDirectoryName): Fix for filenames with size = 1
2300         * File.cs: Removed all references that threw exceptions when the
2301         paths contains a colon, as this is a valid part of an identifier
2302         on Unix.
2304         Everywhere: The String.Empty return from GetDirectoryName means
2305         that there is no directory information about the path.
2307 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2309         * FileNotFoundException.cs: use Message and InnerException from base
2310         class. Changed Message and ToString ().
2312 2002-08-19  Dick Porter  <dick@ximian.com>
2314         * BinaryWriter.cs: The length of a string is counted in bytes, not
2315         chars
2317 2002-08-18  Dick Porter  <dick@ximian.com>
2319         * BinaryReader.cs: Fixed buffering
2321 2002-08-09  Nick Drochak  <ndrochak@gol.com>
2323         * BinaryReader.cs: added virtual to Dispose(bool).
2325 2002-08-03  Jason Diamond  <jason@injektilo.org>
2327         * StringWriter.cs: Return UnicodeEncoding for Encoding property.
2329 2002-08-03  Jason Diamond  <jason@injektilo.org>
2331         * StreamWriter.cs: Use GetByteCount() to get exact length instead
2332         of GetMaxByteCount when converting chars to bytes.
2334 2002-07-31  Duncan Mak  <duncan@ximian.com>
2336         * StreamReader.cs: 
2337         (Dispose): Added and implmented.
2339         * StreamWriter.cs: 
2340         (Dispose): Fixed visibility.
2341         (Initialize): Fixed visibility, made internal.
2343         * BinaryReader.cs:
2344         (Dispose): Fixed visibility.
2346 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2348         * File.cs:
2349         (Create): allow file names without path.
2351 Fri Jul 26 15:45:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
2353         * FileStream.cs: patch from erik@bagfors.nu to add
2354         Name property support.
2356 2002-07-20  Dick Porter  <dick@ximian.com>
2358         * MonoIO.cs: Added icall to CreatePipe
2360 2002-07-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2362         * FileInfo.cs: fixes buglet #27940
2364 2002-07-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2366         * Path.cs: removed unneeded line from GetExtension.
2368 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2370         * FileStream.cs:
2371         (.ctor): call MonoIO.GetException with the file name.
2373 2002-07-02  Mike Kestner  <mkestner@speakeasy.net>
2375         * StreamReader.cs: Guard against ^\n lines as pointed out by Gonzalo.
2377 2002-07-02  Mike Kestner  <mkestner@speakeasy.net>
2379         * StreamReader.cs: Revert the last Peek change and fix the ReadLine
2380         end of line detection code instead.
2382 2002-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2384         * StreamReader.cs:
2385         (Peek): no need to have seek capabilitites. 
2387 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
2389         * Path.cs (ChangeExtension): handle some special cases (fixes bug #25319)
2391         * File.cs (Delete): only call Directory.Exists() if DirName != ""
2393 2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2395         * Directory.cs: fixed bug #26133 and also test if the directory exist
2396         before performing the search.
2398 2002-06-12  Nick Drochak  <ndrochak@gol.com>
2400         * StringReader.cs (ReadLine): Return null when we get to end of the
2401         string.
2403 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>
2405         * StreamWriter.cs: added ability to write null value
2406         
2407 2002-05-19  Lawrence Pit  <loz@cable.a2000.nl>
2409         * Stream.cs: NullStream.ReadByte now returns -1 instead of 0 to
2410         prevent endless loops.
2412 2002-05-17  Dan Lewis  <dihlewis@yahoo.co.uk>
2414         * FileStream.cs: Enforce lower bound on buffer size.
2416 2002-05-16  Piers Haken <piersh@friskit.com>
2418         * Stream.cs: Implement synchronous {Begin|End}{Read|Write}() methods.
2420 2002-05-17  Nick Drochak  <ndrochak@gol.com>
2422         * StreamWriter.cs: Implement buffering.  Also implemented dispose
2423         pattern as recommended by the MS docs.  Must call Close() now
2424         to ensure the buffer is flushed.
2426 2002-05-15  Nick Drochak  <ndrochak@gol.com>
2428         * Path.cs (GetDirectoryName): Return String.Empty if there is no
2429         directory
2431         * StreamReader.cs: Add some parameter checking on file names.
2433         * StreamWriter.cs: Add some parameter checking on file names.
2435 2002-05-14 Nick Drochak  <ndrochak@gol.com>
2437         * File.cs: Add parameter checks to most methods. Not completely done,
2438         but all current unit tests pass.
2440         * Path.cs: Implement GetTempFileName().
2442 2002-05-10  Nick Drochak  <ndrochak@gol.com>
2444         * StreamWriter.cs (Flush): Throw proper exception if internal stream
2445         has already been closed when we try to flush.
2447 2002/05/10  Nick Drochak <ndrochak@gol.com>
2449         * FileNotFoundException.cs (ToString): Don't try to use the inner
2450         exception, because it might be null.  Use the message instead.
2452 2002-05-09  Nick Drochak  <ndrochak@gol.com>
2454         * File.cs (Delete): Do not throw an exception if the file does not
2455         exist.
2457 2002-05-08  Mike Gray     <mikeg@mikegray.org>
2459         * File.cs: According to ECMA spec and MS docs Copy(src, dest)
2460         should not overwrite dest by default.
2462 2002-05-08  Nick Drochak  <ndrochak@gol.com>
2464         * StreamWriter.cs: Add paramter check to constructors and throw
2465         exceptions where appropriate.
2467 Tue May 7 11:47:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
2469         * StreamReader.cs: return the number of chars read even if we diddn't
2470         fill the whole buffer (makes Sergey's ilasm work with mono).
2472 2002-05-07  Mike Gray     <mikeg_us@hotmail.com> 
2474         * FileInfo.cs (Create): Implement missing method.
2476 2002-05-07  Mike Gray     <mikeg_us@hotmail.com>
2478         * File.cs: Implemented CreateText method, and fixed dst compares
2479         to compare against "" instead of null twice.
2481 2002-05-05  Nick Drochak  <ndrochak@gol.com>
2483         * StreamReader.cs: Throw exceptions where needed. Changed Null field to
2484         use new internal class since null cannot be passed to constructor 
2485         anymore. Also, fix a coule of small bugs.
2487 2002-05-03  Nick Drochak  <ndrochak@gol.com>
2489         * MemoryStream.cs: Refrain from allocating array until the space is
2490         really needed. This fixes a bug in the Length property when the
2491         constructor without the byte array is used.
2493 2002-05-01  Duncan Mak  <duncan@ximian.com>
2495         * DirectoryNotFoundException.cs (constructor): Added missing
2496         serialization constructor.
2498 2002-04-30  Duncan Mak  <duncan@ximian.com>
2500         * FileLoadException.cs (constructors): Added missing (string,
2501         string) ctor, as well as (string, string, Exception) ctor.
2503         (Message): Added more info to the error message
2505         (ToString): Added. We'll need to add the StackTrace stuff when
2506         that works.
2508         * FileShare.cs: Add a missing field, Inheritable.
2509         
2510         * TextReader.cs: Renamed Synchronised method to Synchronized.
2512         * TextWriter.cs: Renamed Synchronised method to Synchronized.
2513         Renamed protected member coreNewLine to CoreNewLine.
2515 2002-04-30  Sergey Chaban  <serge@wildwestsoftware.com>
2517         * BinaryReader.cs: Allocate buffer before its first use.
2518         Handle end of stream properly. Methods to read native types
2519         (ReadInt* etc.) are little-endian (see Compact Framework docs).
2521         * BinaryWriter.cs: Store data in little-endian format.
2522         Use internal buffer for conversions.
2524 2002-03-31  Dick Porter  <dick@ximian.com>
2526         * Directory.cs: Strip out "." and ".." from returned list
2528         * FileAttributes.cs: Get the right enum values
2530 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
2532         * TextWriter.cs (write): added check for null
2534 2002-03-28  Dan Lewis  <dihlewis@yahoo.co.uk>
2536         * Directory.cs: Throws DirectoryNotFoundException.
2537         * MonoIO.cs: Fixed to work around enum problem.
2539 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
2541         * StreamReader.cs: Implemented ReadLine() and ReadEnd().
2543 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
2545         * Directory.cs, File.cs, FileSystemInfo.cs, FileInfo.cs,
2546         DirectoryInfo.cs, Path.cs: Modified to use MonoIO class instead of
2547         wrapper and PAL classes.
2549         * MonoIO.cs, MonoIOStat.cs, MonoIOError.cs: Added.
2551 2002-03-25  Mike Kestner <mkestner@speakeasy.net>
2553         * MemoryStream.cs (Read): Fixed bug in exception throw.
2555 2002-03-24  Mike Kestner <mkestner@speakeasy.net>
2557         * StreamReader.cs (ReadBuffer): Fix buffer merging bugs.
2559 2002-03-23  Martin Baulig  <martin@gnome.org>
2561         * StreamReader.cs: Always do buffered reading, use 4k blocks.
2562         (Read (char[], int, int)): Implemented.
2563         (DiscardBufferedData): Implemented.
2565 2002-03-21  Mike Kestner <mkestner@speakeasy.net>
2567         * StreamReader.cs : Fill out, add buffering, and use encoding.
2569 2002-03-19  Martin Baulig  <martin@gnome.org>
2571         * StreamWriter.cs (StreamWriter (string)): The default is to override
2572         the file, not to append to it.
2573         (StreamWriter (string path, bool append)): When appending, seek to the
2574         end of the file, otherwise truncate the file to zero length.
2575         (Dispose (bool)): Close the internalStream.
2576         (Flush): Flush the interalStream.
2577         (Write (char[], int, int)): Flush the internalStream in auto-flush-mode.
2579 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
2581         * FileStream.cs: Flush buffer before FileSetLength.
2583 2002-02-28  Miguel de Icaza  <miguel@ximian.com>
2585         * Stream.cs (NullStream): Do not track position, this beast does
2586         nothing in practice.
2588 2002-03-15  Dan Lewis <dihlewis@yahoo.co.uk>
2590         * SearchPattern.cs: New class. Glob matching code for Directory.
2591         * Directory.cs: Changed to use SearchPattern instead of mono_glob_*()
2593 2002/03/15 Nick Drochak <ndrochak@gol.com>
2595         * DirectoryInfo.cs: Fixed the overloaded GetDirectories and GetFiles.
2596         This code seemed to be copied from somewhere, and it was close,
2597         but didn't match the docs.  This was the last bit needed to get
2598         NAnt to compile with our class libs.
2600 2002-03-12  Duncan Mak  <duncan@ximian.com>
2602         * EndOfStreamException.cs:
2603         * FileLoadException.cs:
2604         * FileNotFoundException.cs:
2605         * PathTooLongException.cs: Changed the base classes to IOException
2606         instead of SystemException.
2608         * IOException.cs: Added missing constructors.
2609         
2610 2002-03-07  Nick Drochak  <ndrochak@gol.com>
2612         * FileMode.cs: Docs don't say this should be explicitly derived from
2613         int, so just make it a normal Enum.
2615 2002-03-02  Jason Diamond  <jason@injektilo.org>
2617         * StringReader.cs: Fixed off-by-one error in Peek() and Read().
2619 2002-02-12  Nick Drochak  <ndrochak@gol.com>
2621         * PathTooLongException.cs: put it in the correct namespace
2622         * EndOfStreamException.cs: put it in the correct namespace
2624 Thu Jan 31 17:32:32 CET 2002 Paolo Molaro <lupus@ximian.com>
2626         * Directory.cs: handle opendir() return NULL and absolute filenames.
2628 2002-01-31  Duncan Mak  <duncan@ximian.com>
2630         * FileLoadException.cs:
2631         * FileNotFoundException: Added missing bits for serialization.
2633 Thu Jan 24 17:42:54 CET 2002 Paolo Molaro <lupus@ximian.com>
2635         * Directory.cs: allow directories in GetFiles() mask.
2637 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
2639         * FileInfo.c (CopyTo, MoveTo): Implement.
2641         * FileStream.cs: Add argument checking to the constructor.
2643         * File.cs: Rewrote most of the file.  Implement Copy, Open, Create,
2644         OpenText, OpenWrite, Move.  Made pending methods flagged as MonoTODO. 
2645         
2646         * Directory.cs (Delete): reimplement without using DirectoryInfo.
2647         (Delete): Implement the recursive version.
2648         (GetCreationTime, GetLastWriteTime, GetLastAccessTime): Implement.
2649         (Move): Reimplement.
2650         (getNames): dead code removal.
2652         * Path.cs: define an internal DirectorySeparatorStr that we use in
2653         a few spots.
2655         * Wrapper.cs: Updated to new version.
2656         
2657         * DirectoryInfo (Delete): Implement using the Directory API.
2659         * DirectoryInfo.cs (GetFiles, GetDirectories, GetFileSystemInfos,
2660         Delete, Create, Parent, Exists, MoveTo): Implement. 
2662         * Directory.cs (GetListing): implement new utility function.
2663         (GetDirectories): Implement.
2664         (GetFileSystemEntries): Implement.
2665         (GetFiles): Implement.
2667         * CheckArgument.cs (Path): Do not allow null by default.
2669 Tue Jan 22 22:53:23 CET 2002 Paolo Molaro <lupus@ximian.com>
2671         * DirectoryInfo.cs, FileInfo.cs: do not use Debug from the system
2672         assembly in corlib.
2674 2002-01-20 Nick Drochak  <ndrochak@gol.com>
2676         * SeekOrigin.cs: Added Serializable attribute.
2678 2002-01-19  Duncan Mak  <duncan@ximian.com>
2680         * PathTooLongException.cs: 
2681         * EndOfStreamException.cs: Added to CVS.
2683 Thu Jan 10 12:06:46 MST 2002 Matt Kimball <matt@kimball.net>
2685         * BufferedStream.cs: Initial implemenation.  The synchronous
2686         methods for both reading and writing are implemented.  I'll do the
2687         asynchronous methods in a bit.
2688         
2689 Wed Jan  9 16:04:39 MST 2002 Matt Kimball <matt@kimball.net>
2691         * BinaryWriter.cs: Initial implementation.  And it's all there.
2693         * BinaryReader.cs: The constructor now uses the passed in encoding,
2694         not UTF8 always.
2696 Wed Jan  9 13:54:28 MST 2002 Matt Kimball <matt@kimbal.net>
2698         * BinaryReader.cs: Initial implementation.  I think it's complete.
2700 2002-01-04  Ravi Pratap  <ravi@ximian.com>
2702         * CheckArgument.cs, CheckPermission.cs, Directory.cs: MonoTODO
2703         attribute decorations.
2705         * DirectoryInfo.cs, File.cs, FileInfo.cs, FileSystemInfo.cs,
2706         Path.cs, TextReader.cs, TextWriter.cs : Ditto.
2708         * FileLoadException.cs, FileNotFoundException.cs, StreamReader.cs: 
2709         Ditto.
2711 2001-12-11  Dick Porter  <dick@ximian.com>
2713         * FileStream.cs: Use handles rather than casting file descriptors.
2714         Added Handle property.
2716 Wed Nov 14 16:47:47 CET 2001 Paolo Molaro <lupus@ximian.com>
2718         * CheckPermission.cs: disable ModeAccess() code: it's wrong.
2719         * FileStream.cs: only trow an exception if the read failed in ReadByte().
2720         * StreamReader.cs: implement Peek and Read.
2721         * TextWriter.cs: CLSCompliant updates.
2723 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
2725         * FileNotFoundException.cs: Added some constructors
2727         * Path.cs (GetFullPath): Fixed implementation
2729 Fri Nov 2 18:27:58 CET 2001 Paolo Molaro <lupus@ximian.com>
2731         * DirectoryNotFoundException.cs: implemented.
2733 Tue Sep 25 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2735         * File.cs: fix signatures of the Open() and OpenRead() functions
2736         (they are static).
2738 Thu Sep 13 18:04:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
2740         * FileLoadException.cs, FileNotFoundException.cs: added.
2742 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2744         * TextReader.cs: implemented the Read method
2746         * StreamReader.cs: impl. stubs
2748         * StreamWriter.cs: impl.
2750         * TextWriter.cs: implemented Write and WriteLine methods
2752 Sun Aug 26 23:01:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
2754         * FileAccess.cs, FileMode.cs: change values to be compatible with
2755         the ms ones.
2756         
2757 Sun Aug 26 11:47:56 CEST 2001 Paolo Molaro <lupus@ximian.com>
2759         * IOException.cs: Implemented System.IO.Exception.
2761 2001-07-18  Michael Lambert <michaellambert@email.com>
2763         *SeekOrigin.cs.cs, FileShare.cs, FileMode.cs, FileAccess.cs: Add.
2765 2001-07-19  Marcin Szczepanski <marcins@zipworld.com.au>
2767         * System.IO.MemoryStream.cs: Added.  Had quite a few cases of
2768         "LAMESPEC", but the tests work against the MS implementation so
2769         the major functions are right (ie. Read/Write/Seek).  Some more
2770         tests required for the various constructors and exceptions.
2772 2001-07-16  Marcin Szczepanski <marcins@zipworld.com.au>
2774         * StringReader.cs, StringWriter.cs, TextReader.cs, TextWriter.cs:
2775         New class implemenations.
2777         * StringReaderTest.cs, StringWriterTest.cs: Test suite for the above.