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
AgeCommit message (Collapse)Author
2016-05-25[corlib] More System.Runtime.InteropServices from referencesourceMarek Safar
2009-11-03Jumbo NET_2_0 removalMiguel de Icaza
svn path=/trunk/mcs/; revision=145235
2006-12-22A little more work of CorCompare work:Miguel de Icaza
2006-12-21 Miguel de Icaza <miguel@novell.com> * CriticalHandle.cs: Add Dispose(bool disposing) method, and refactor. svn path=/trunk/mcs/; revision=69920
2005-05-17patches by Andres NahrGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=44590
2005-05-16Set svn:eol-style=native, delete svn:executable.Raja R Harinath
Fix line endings of System/Decimal.cs (only actual "change" in text, to force recompile of mscorlib to reflect changes in decimal constant handling in the compiler) svn path=/trunk/mcs/; revision=44558
2004-06-11Add license and copyright to all source files in corlibDuncan Mak
svn path=/trunk/mcs/; revision=29249
2002-05-08Miscellaneous minor compliancy fixes:Piers Haken
* System/System/UriBuilder.cs: use visible EscapeString * corlib/System.Reflection/ManifestResourceInfo.cs: constructor access, define fields * corlib/System/Convert.cs: remove erroneous CLSCompliant attributes * corlib/System/Math.cs: remove erroneous CLSCompliant attribute Fix enum values: * System/System.CodeDom/CodeBinaryOperatorType.cs * System/System.Net.Sockets/ProtocolFamily.cs * corlib/System.Globalization/CultureTypes.cs * corlib/System.Reflection/FieldAttributes.cs * corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs * corlib/System.Security.Cryptography/CipherMode.cs * corlib/System.Security.Cryptography/CspProviderFlags.cs * corlib/System.Security.Cryptography/PaddingMode.cs * corlib/System.Security.Permissions/IsolatedStorageContainment.cs * corlib/System.Security.Permissions/ReflectionPermissionFlag.cs * corlib/System.Security.Permissions/SecurityPermissionFlag.cs * corlib/System.Security/PolicyLevelType.cs * corlib/System.Security/SecurityZone.cs * corlib/System/AttributeTargets.cs * corlib/System/Environment.cs Remove redundant overrides: * corlib/System.Reflection.Emit/EnumBuilder.cs * corlib/System.Reflection.Emit/TypeBuilder.cs * corlib/System/MissingFieldException.cs * corlib/System/MissingMemberException.cs * corlib/System/MissingMethodException.cs Fix visibility and access modifiers: * System/System.CodeDom.Compiler/CodeGenerator.cs * System/System.Collections.Specialized/NameObjectCollectionBase.cs * System/System.Collections.Specialized/NameValueCollection.cs * System/System.ComponentModel/EventDescriptor.cs * System/System.ComponentModel/EventDescriptorCollection.cs * System/System.Diagnostics/ProcessStartInfo.cs * System/System.Net/DnsPermission.cs * System/System.Net/SocketPermission.cs * System/System/Uri.cs * corlib/System.IO/StreamReader.cs * corlib/System.IO/StringReader.cs * corlib/System.IO/StringWriter.cs * corlib/System.IO/TextWriter.cs * corlib/System.Reflection.Emit/ConstructorBuilder.cs * corlib/System.Reflection.Emit/MethodBuilder.cs * corlib/System.Reflection.Emit/OpCodes.cs * corlib/System.Reflection/Assembly.cs * corlib/System.Runtime.Remoting.Messaging/ReturnMessage.cs * corlib/System.Runtime.Serialization/SerializationException.cs * corlib/System/Activator.cs * corlib/System/Array.cs * corlib/System/Boolean.cs * corlib/System/Byte.cs * corlib/System/Char.cs * corlib/System/DateTime.cs * corlib/System/DivideByZeroException.cs * corlib/System/Double.cs * corlib/System/Int16.cs * corlib/System/Int32.cs * corlib/System/Int64.cs * corlib/System/SByte.cs * corlib/System/Single.cs * corlib/System/Type.cs * corlib/System/UInt16.cs * corlib/System/UInt32.cs * corlib/System/UInt64.cs Fix IDisposable, Dispose() mess * corlib/System.IO/BinaryWriter.cs * corlib/System.IO/BufferedStream.cs * corlib/System.IO/FileStream.cs * corlib/System.IO/MemoryStream.cs * corlib/System.IO/Stream.cs svn path=/trunk/mcs/; revision=4416
2002-02-272002-02-26 Duncan Mak <duncan@ximian.com>Duncan Mak
* ComInterfaceType.cs: Added to CVS. svn path=/trunk/mcs/; revision=2705