2002-01-23 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 24 Jan 2002 00:57:12 +0000 (00:57 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Thu, 24 Jan 2002 00:57:12 +0000 (00:57 -0000)
commit9318774f00b4135b9a83402d3ea32810faf388c7
treea6ff279498595b685613259910f5e3a68895fc22
parente4edbe1b3d660fcb53239c8ef16adf3b925a34ed
2002-01-23  Duncan Mak  <duncan@ximian.com>

    * AssemblyAlgorithmIdAttribute.cs:
    * AssemblyCompanyAttribute.cs:
    * AssemblyConfigurationAttribute.cs:
    * AssemblyCopyrightAttribute.cs:
    * AssemblyCultureAttribute.cs:
    * AssemblyDefaultAliasAttribute.cs:
    * AssemblyDelaySignAttribute.cs:
    * AssemblyDescriptionAttribute.cs:
    * AssemblyFileVersionAttribute.cs:
    * AssemblyFlagsAttribute.cs:
    * AssemblyInformationalVersionAttribute.cs:
    * AssemblyKeyFileAttribute.cs:
    * AssemblyKeyNameAttribute.cs:
    * AssemblyNameProxy.cs:
    * AssemblyProductAttribute.cs:
    * AssemblyTitleAttribute.cs:
    * AssemblyTradeMarkAttribute.cs:
    * AssemblyVersionAttribute.cs:
    * CustomAttributeFormatException.cs:
    * InvalidFilterCriteriaException.cs:
    * TargetParameterCountException.cs: Added.

2002-01-23  Duncan Mak  <duncan@ximian.com>

    * FileDialogPermissionAccess.cs: Add to CVS.

    2002-01-23  Duncan Mak  <duncan@ximian.com>

    * EntryPointNotFoundException.cs:
    * FormatException: Added missing constructor and related bits.

    * TypeLoadException: Added missing constructor, methods and
      properties.

svn path=/trunk/mcs/; revision=2136
29 files changed:
mcs/class/corlib/System.Reflection/AssemblyAlgorithmIdAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyCompanyAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyConfigurationAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyCopyrightAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyCultureAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyDefaultAliasAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyDelaySignAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyDescriptionAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyFileVersionAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyFlagsAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyInformationalVersionAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyKeyFileAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyKeyNameAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyNameProxy.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyProductAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyTitleAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyTradeMarkAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/AssemblyVersionAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/ChangeLog
mcs/class/corlib/System.Reflection/CustomAttributeFormatException.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/InvalidFilterCriteriaException.cs [new file with mode: 0644]
mcs/class/corlib/System.Reflection/TargetParameterCountException.cs [new file with mode: 0644]
mcs/class/corlib/System.Security.Permissions/ChangeLog
mcs/class/corlib/System.Security.Permissions/FileDialogPermissionAccess.cs [new file with mode: 0644]
mcs/class/corlib/System.Security.Permissions/PermissionSetAttribute.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/EntryPointNotFoundException.cs
mcs/class/corlib/System/FormatException.cs
mcs/class/corlib/System/TypeLoadException.cs