Mostly changes to get System.dll compiling again. Removes a bunch
authorMiguel de Icaza <miguel@gnome.org>
Thu, 17 Jan 2002 18:51:01 +0000 (18:51 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 17 Jan 2002 18:51:01 +0000 (18:51 -0000)
commitdb1bb4f4eb884f4b03ec2804fa5fc27d4c2fee9f
tree91e4a40b5d78722851adb032e259cd0f8828ba7b
parenta22d5c780cce65c96f30140b83269b2875a087b0
Mostly changes to get System.dll compiling again.  Removes a bunch
of excludes, and now we actually build things.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

* Win32Exception.cs: Add.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

* TraceListenerCollection.cs: Remove Warnings.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

* Dns.cs: Updated to API changes.

* IPAddress.cs: Updated API.  Much left to implement.

* Dns.cs: Remove IPToString method

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

* SocketException.cs: Reimplemented.

svn path=/trunk/mcs/; revision=2023
14 files changed:
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/System.ComponentModel/Win32Exception.cs [new file with mode: 0755]
mcs/class/System/System.Diagnostics/ChangeLog
mcs/class/System/System.Diagnostics/TraceListenerCollection.cs
mcs/class/System/System.Globalization/Locale.cs [new file with mode: 0755]
mcs/class/System/System.Net.Sockets/ChangeLog
mcs/class/System/System.Net.Sockets/SocketException.cs
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/Dns.cs
mcs/class/System/System.Net/IPAddress.cs
mcs/class/System/System.build
mcs/class/System/Test/ChangeLog
mcs/class/System/Test/DnsTest.cs
mcs/class/System/Test/System.Net/DnsTest.cs