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-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-01-21[bcl] Remove ONLY_1_1 defines from class libsAlexander Köplinger
This is not used anymore.
2012-06-02[System] Removal of the NET_2_0 in the source codeMiguel de Icaza
Modulo the GUID in the assembly and the GUID embedded in some field initializers that use the assembly GUID for their name, the assemblies are idential before and after the patch.
2011-09-05Few corcompare fixesMarek Safar
2011-03-17More NET_2_0 define removalMiguel de Icaza
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
This is a scripted conversion of mixed line-ending files to LF-only or CRLF-only based on which patch is smaller. I used a threshold of upto a quarter of the lines to determine whether to keep the patch or not.
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
2006-11-28Improve MonoTODOsMiguel de Icaza
svn path=/trunk/mcs/; revision=68541
2005-11-14It does not hurt to keep this with nothingMiguel de Icaza
svn path=/trunk/mcs/; revision=52997
2005-10-282005-10-28 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* IntranetZoneCredentialPolicy.cs: ShouldSendCredential was changed to virtual in 2.0 final. svn path=/trunk/mcs/; revision=52350
2005-10-182005-10-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* TimerElapsedEventArgs.cs: Re-added [ComVisible (false)] attribute before NET_2_0. svn path=/trunk/mcs/; revision=51873
2005-10-182005-10-17 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* IntranetZoneCredentialPolicy.cs: New. Implemented (2.0). This class decide if the credentials should be sent if the sepcified uri is in the intranet zone. svn path=/trunk/mcs/; revision=51838
2005-10-182005-10-17 Sebastien Pouliot <sebastien@ximian.com> Sebastien Pouliot
* SessionSwitchReason.cs: Fixed start value of enum (no 0 item). * TimerElapsedEventArgs.cs: Removed [ComVisible (false)] attribute. svn path=/trunk/mcs/; revision=51824
2005-10-172005-10-17 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PowerModeChangedEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. * SessionEndingEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. * SessionEndedEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. * SessionSwitchReason.cs: New. Enum for 2.0. * SessionSwitchEventArgs.cs: New. Class for 2.0. * SessionSwitchEventHandler.cs: New. Delegate for 2.0. * SystemEvents.cs: Added a LinkDemand for FullTrust (i.e. Unrestricted permission set) at the class level. Added new events DisplaySettingsChanging and SessionSwitch (2.0). Added [Obsolete], [Browsable] and [EditorBrowsable] on LowMemory event (2.0). * TimerElapsedEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. * UserPreferenceCategory.cs: Added new VisualStyle value for 2.0. * UserPreferenceChangedEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. * UserPreferenceChangingEventArgs.cs: Added a LinkDemand and an InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at the class level. svn path=/trunk/mcs/; revision=51821
2005-09-30Does not harmMiguel de Icaza
svn path=/trunk/mcs/; revision=51012
2004-09-062004-09-06 Marek Safar <marek.safar@seznam.cz>Marek Safar
* CodeCompileUnit.cs, * CodeMemberMethod.cs, * CodeMethodReferenceExpression.cs, * CodeStatement.cs, * CodeTypeDeclaration.cs, * CodeTypeMember.cs, * CodeTypeReference.cs : Implemented NET_2_0. * CodeChecksumPragma.cs, * CodeDirective.cs, * CodeDirectiveCollection.cs, * CodeRegionDirective.cs, * CodeRegionMode.cs, * CodeTypeParameter.cs, * CodeTypeParameterCollection.cs, * CodeTypeReferenceOptions.cs : New NET_2_0 files svn path=/trunk/mcs/; revision=33419
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2004-06-032004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Cscompmgd/Microsoft.CSharp/TODOAttribute.cs: * Microsoft.JScript/Microsoft.JScript/TODOAttribute.cs: * Microsoft.Web.Services/Microsoft.Web.Services/TODOAttribute.cs: * Mono.Data.MySql/Mono.Data.MySql/TODOAttribute.cs: * Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseTypes/TODOAttribute.cs: * Mono.Data.Tds/Mono.Data.Tds.Protocol/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsClient/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsTypes/TODOAttribute.cs: * System/Microsoft.Win32/TODOAttribute.cs: * System/System/TODOAttribute.cs: * System.Data/System.Data/TODOAttribute.cs: * System.Data.OracleClient/System.Data.OracleClient/TODOAttribute.cs: * System.Design/System.Design/TODOAttribute.cs: * System.Design/System.Web.UI.Design.WebControls/TODOAttribute.cs: * System.Design/System.Windows.Forms.Design/TODOAttribute.cs: * System.DirectoryServices/System.DirectoryServices/TODOAttribute.cs: * System.Drawing.Design/Assembly/TODOAttribute.cs: * System.Messaging/System.Messaging/MonoTODO.cs: * System.Web/System.Web/TODOAttribute.cs: * System.Web.Mobile/System.Web.Mobile/TODOAttribute.cs: * System.Web.Services/System.Web.Services/TODOAttribute.cs: * System.Windows.Forms/System.Resources/ResXResourceReader.cs: * System.Windows.Forms/System.Windows.Forms/TODOAttribute.cs: * System.Windows.Forms/WINELib/TODOAttribute.cs: * System.XML/System.Xml/TODOAttribute.cs: Added Comment property. svn path=/trunk/mcs/; revision=28778
2003-11-12TimerElapsedEventArgs.cs: Added missing Attribute, restyledAndreas N
svn path=/trunk/mcs/; revision=19906
2003-07-102003-07-10 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* SystemEvents.cs: Implemented preliminary timer support, added private constructor, fixed events svn path=/trunk/mcs/; revision=16106
2003-06-13Fix the attribution.Duncan Mak
svn path=/trunk/mcs/; revision=15353
2003-06-132003-06-12 Duncan Mak <duncan@ximian.com>Duncan Mak
* UserPreferenceChangedEventArgs.cs * UserPreferenceChangingEventArgs.cs (Category): Fixed typo. Patch from A. Nahr. (A-Soft@A-SoftTech.com>. svn path=/trunk/mcs/; revision=15352
2003-04-172003-04-17 Nick Drochak <ndrochak@gol.com>Nick Drochak
* UserPreferenceCategory.cs: Fix typo. * SystemEvents.cs: Fix inheritance. svn path=/trunk/mcs/; revision=13717
2002-09-16use correct EventHandlersJohannes Roith
svn path=/trunk/mcs/; revision=7488
2002-09-16throw NotImplemented Exeption()Johannes Roith
svn path=/trunk/mcs/; revision=7487
2002-09-16add TODOAttribute.csJohannes Roith
svn path=/trunk/mcs/; revision=7486
2002-09-15small fix.Johannes Roith
svn path=/trunk/mcs/; revision=7480
2002-09-15initial importJohannes Roith
svn path=/trunk/mcs/; revision=7476