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:
authorMartin Baulig <martin@novell.com>2004-11-10 09:19:57 +0300
committerMartin Baulig <martin@novell.com>2004-11-10 09:19:57 +0300
commit7359dcbacf47a07bbd6a722bcd1cd8cafd53b867 (patch)
tree34a5ba0e353f76ecdb1189103510bb61bfc040f4
parent23e223e84cb54e07c1a396230b35da81929b0ec1 (diff)
Merged everything into GMCS.
svn path=/trunk/mcs/; revision=35949
-rwxr-xr-xmcs/mcs/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcs/mcs/ChangeLog b/mcs/mcs/ChangeLog
index 68ea4ddfadb..257aa04d07c 100755
--- a/mcs/mcs/ChangeLog
+++ b/mcs/mcs/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-10 Martin Baulig <martin@ximian.com>
+
+ Merged latest changes into gmcs. Please keep this comment in
+ here, it makes it easier for me to see what changed in MCS since
+ the last time I merged.
+
2004-11-07 Miguel de Icaza <miguel@ximian.com>
* expression.cs (Invocation.OverloadResolve): Flag error if we are
@@ -466,12 +472,6 @@
2004-10-18 Martin Baulig <martin@ximian.com>
- Merged latest changes into gmcs. Please keep this comment in
- here, it makes it easier for me to see what changed in MCS since
- the last time I merged.
-
-2004-10-18 Martin Baulig <martin@ximian.com>
-
* statement.cs (Fixed.Resolve): Don't access the TypeExpr's
`Type' directly, but call ResolveType() on it.
(Catch.Resolve): Likewise.