Miguel de Icaza wrote:
Hello,

    The patch is missing ChangeLog entries, and for the code to make it
into the Mono runtime, you have to either license the code under the MIT
X11 license or sign the proper documentation.
The changelogs are attached. I don't know what you mean by signing any documentation though.
>From 189820fed4d6dafa5cdc29e73e63c9e01c20d151 Mon Sep 17 00:00:00 2001
From: Andreas <andr...@blacklight.(none)>
Date: Tue, 3 Mar 2009 17:39:35 +0100
Subject: [PATCH] * class/corlib/System.IO/File.cs: CopyFile now returns a distinct error code. Remove seperate error checking and map error codes to exceptions.
 * class/corlib/System.IO/MonoIO.cs: Change CopyFile to now return uint instead of gboolean
 * class/corlib/System.IO/MonoIOError.cs: Define distinct error codes for CopyFile.

---
 ChangeLog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e558a39..bb95e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-03  Andreas Bergmeier <lcid-f...@gmx.net>
+	
+	* class/corlib/System.IO/File.cs: CopyFile now returns a distinct error code. Remove seperate error checking and map error codes to exceptions. 
+	* class/corlib/System.IO/MonoIO.cs: Change CopyFile to now return uint instead of gboolean
+	* class/corlib/System.IO/MonoIOError.cs: Define distinct error codes for CopyFile.
+
 2009-02-24  Jonathan Pryor  <jpr...@novell.com>
 
 	* docs/Makefile: Remove and don't install nunit-docs.source.  As
-- 
1.6.0.4

>From aedec3f523de357ef4e97a51620e03852c26d28b Mon Sep 17 00:00:00 2001
From: Andreas <andr...@blacklight.(none)>
Date: Tue, 3 Mar 2009 17:40:50 +0100
Subject: [PATCH] * mono/io-layer/io.c:
 * mono/io-layer/io.h:
   Introduced a new CopyFileDistinct function which provides detailed error codes

* mono/metadata/file-io.c:
* mono/metadata/file-io.h:
  Change mono/c interface so CopyFile now returns guint32 instead of gboolean
---
 ChangeLog |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 919af45..69a659e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-03-03  Andreas Bergmeier <lcid-f...@gmx.net>
+
+	* mono/io-layer/io.c:
+	* mono/io-layer/io.h:
+	  Introduced a new CopyFileDistinct function which provides detailed error codes
+
+	* mono/metadata/file-io.c:
+	* mono/metadata/file-io.h:
+	  Change mono/c interface so CopyFile now returns guint32 instead of gboolean
+
 2009-02-26  Marek Habersack  <mhabers...@novell.com>
 
 	* data/mono.web.pc.in: added. Fixes bug #479760
-- 
1.6.0.4

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to