2001-11-28 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / class / System /
2001-11-26 Phillip Pearson* TcpClient.cs: common_constructor() changed to Init...
2001-11-23 Miguel de IcazaAdd TcpClient and TcpListener from Phillip Pearson
2001-11-21 Nick Drochak2001-11-22 Nick Drochak <ndrochak@gol.com>
2001-11-20 Miguel de Icaza2001-11-20 Miguel de Icaza <miguel@ximian.com>
2001-11-20 Miguel de Icazaoops
2001-11-11 Sean MacIsaac* AttributeUseage.cs: Should define AttributeUsageAttri...
2001-11-09 Miguel de IcazaRemove dependency on Windows.Forms
2001-11-08 Nick Drochak2001-11-09 Nick Drochak <ndrochak@gol.com>
2001-10-27 Miguel de Icaza2001-10-27 Miguel de Icaza <miguel@ximian.com>
2001-10-18 Sean MacIsaacSystem.CodeDom.*: Missing namespace declarations
2001-10-08 Dick PorterFixed syntax errors
2001-10-07 Miguel de IcazaAdd AllTests file from Mario
2001-09-26 Sean MacIsaacDon't build classes that reference WebRequest.
2001-09-26 Sean MacIsaacmakefile: calls NAnt to build class libs
2001-09-26 Sean MacIsaacNAnt build files and System.Data files moved to appropr...
2001-09-26 Sean MacIsaacRemoving old build files. NAnt doesn't use them.
2001-09-26 Mads Pultz* Dns.cs: Initial work on BeginGetHostByName and EndGet...
2001-09-24 Mads Pultz* DnsTest.cs: now tests GetHostByAddress, GetHostByName...
2001-09-23 Mads Pultz*** empty log message ***
2001-09-23 Mads Pultz* DnsTest.cs: Initial work submitted to repository.
2001-09-23 Mads Pultz* Dns.cs: Initial work submitted to repository.
2001-09-21 Dick Porter2001-09-21 Dick Porter <dick@ximian.com>
2001-09-14 Nick Drochak2001-09-14 Nick Drochak <ndrochak@gol.com>
2001-09-13 Dick PorterMore System.Threading stubs, in the System assembly.
2001-09-09 Nick Drochak2001-09-09 Nick Drochak <ndrochak@gol.com>
2001-09-09 Nick Drochak2001-09-09 Nick Drochak <ndrochak@gol.com>
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-07 Sergey ChabanReplaced with specs-compliant enum.
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-04 Miguel de IcazaAdd new files
2001-09-04 Miguel de IcazaAdd System.Diagnostics to System assembly
2001-09-02 Miguel de IcazaFlush
2001-09-02 Miguel de IcazaUpdates with new enumerations that match the ones in...
2001-09-01 Gleb NovodranInitial implementation
2001-08-29 Alexander KlyubinAdded 'clean' target to make files
2001-08-29 Nick Drochak2001-08-24 Nick Drochak <ndrochak@gol.com>
2001-08-28 Christopher Podurgiel2001-08-28 Christopher Podurgiel <cpodurgiel@msn.com>
2001-08-28 Christopher PodurgielNow returns proper message rather than "System Exception".
2001-08-28 Christopher PodurgielAdded reference to System.Xml.
2001-08-28 Christopher PodurgielAdded Implementation of Create() method.
2001-08-27 Miguel de IcazaAdd a couple of new errors and a compiler roadmap.
2001-08-26 Christopher PodurgielNo longer references the NameValueSectionHandler direct...
2001-08-26 Christopher PodurgielConfigurationSettings.cs: No longer references the...
2001-08-24 Christopher Podurgiel2001-08-24 Christopher Podurgiel <cpodurgiel@msn.com>
2001-08-23 Miguel de IcazaRemove ConfigurationSetting from the compilation until...
2001-08-22 John BarnetteInitial add of StringDictionary.
2001-08-22 Jim RichardsonCorrected some minor issues that were preventing compil...
2001-08-22 John BarnetteInitial add of ListDictionary.
2001-08-22 John BarnetteInitial implementation of ListDictionary.
2001-08-21 Miguel de IcazaAdd System.Configuration classes from Chris Podurgiel
2001-08-20 Miguel de IcazaAdd System.Web to the make process
2001-08-20 Nick Drochak2001-08-21 Nick Drochak <ndrochak@gol.com>
2001-08-08 Miguel de IcazaAdd missing enumerations UriPartial and UriHostNameType
2001-08-08 Miguel de IcazaMoved Uri.cs and UriFormatException to System assembly
2001-08-04 Miguel de IcazaAdd EventHandlerList.cs
2001-08-02 Miguel de Icaza*** empty log message ***
2001-08-02 Miguel de Icaza2001-08-02 Miguel de Icaza <miguel@ximian.com>
2001-07-25 Miguel de Icazadoes not compile yet
2001-07-25 Miguel de IcazaAdd NameValueCollection contribution
2001-07-20 Miguel de IcazaCommit
2001-07-20 Miguel de IcazaAdd more classes
2001-07-20 Miguel de IcazaWooohooo! System.Web.Cache from Patrick!
2001-07-20 Miguel de IcazaFlush
2001-07-19 Miguel de Icaza2001-07-17 John Barnette <jbarn@httcb.net>
2001-07-19 Miguel de IcazaAdd StrinEnumerator.cs and StringCollection.cs
2001-07-15 Sean MacIsaac* StringCollection.cs: Added so that CodeDom.* would...
2001-07-15 Sean MacIsaac* MemberAttributes.cs: Added so rest of classes would...
2001-07-15 Sean MacIsaac* CodeGenerator.cs: moved using statement out of namespace
2001-07-15 Sean MacIsaacmakefile *.src easy compilation stuff.
2001-07-15 Sean MacIsaacRemoving uneccessary files.
2001-07-15 Sean MacIsaacRemoving unnecessary files.
2001-07-15 Sean MacIsaacChanges to the makefiles to allow cleaner builds.
2001-07-14 Sean MacIsaacAdded the jay directory, compiler should be okay now.
2001-07-13 Sean MacIsaacFixed all sorts of compiler errors.
2001-07-06 Miguel de IcazaMore files
2001-06-21 Miguel de IcazaAdd CodeDom implementation
2001-06-16 Miguel de IcazaSystem.Net beginning