Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2006-04-21 17:49:02 +0400
committerZoltan Varga <vargaz@gmail.com>2006-04-21 17:49:02 +0400
commitcd432233b69cb9969552cd364c0b4e48a40c4c97 (patch)
tree0976eb1d9ecb552f55e689ed8d57fa9c0f8f3a5e
parent8aa7e045770e854963374735d4d71888de75e5cd (diff)
2006-04-21 Zoltan Varga <vargaz@gmail.com>
* corlib.dll.sources: Add System.IO/FileOptions.cs. svn path=/branches/mono-1-1-13/mcs/; revision=59754
-rw-r--r--mcs/class/corlib/ChangeLog4
-rw-r--r--mcs/class/corlib/corlib.dll.sources1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog
index ace805a2ebe..8decd759c0d 100644
--- a/mcs/class/corlib/ChangeLog
+++ b/mcs/class/corlib/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-21 Zoltan Varga <vargaz@gmail.com>
+
+ * corlib.dll.sources: Add System.IO/FileOptions.cs.
+
2006-01-26 Zoltan Varga <vargaz@gmail.com>
* corlib.dll.sources: Add DebuggerNonUserCodeAttribute.cs and
diff --git a/mcs/class/corlib/corlib.dll.sources b/mcs/class/corlib/corlib.dll.sources
index f72deb5c990..87b7e00f17b 100644
--- a/mcs/class/corlib/corlib.dll.sources
+++ b/mcs/class/corlib/corlib.dll.sources
@@ -343,6 +343,7 @@ System.IO/FileInfo.cs
System.IO/FileLoadException.cs
System.IO/FileMode.cs
System.IO/FileNotFoundException.cs
+System.IO/FileOptions.cs
System.IO/FileShare.cs
System.IO/FileStream.cs
System.IO/FileStreamAsyncResult.cs