[Pkg-mono-svn-commits] [mono-tools] branch master updated (e8898dd -> cccf35a)

Jo Shields directhex at alioth.debian.org
Thu Oct 10 09:11:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a change to branch master
in repository mono-tools.

      from  e8898dd   Update & finalise changelog with urgency=high
       new  fa21924   Imported Upstream version 2.11+git20131009.5b1ef35 (Closes: #577522, #713095)
       new  4a5d107   Remove obsolete patch debian/patches/add_missing_Global.asax.patch
       new  c39b355   Remove obsolete patch debian/patches/automake_devs_need_a_new_job
       new  85fc181   Stop trying to generate documentation indices systemwide. This is better handled on a per-user basis by the monodoc browser when run interactively. (Closes: #479491, #611790, #615986)
       new  c2aa8f0   Add zip to build-depends.
       new  967c86d   Override GMCS as well as MCS and DMCS
       new  d5577ab   Remove references in "make install" to files which don't exist.
       new  82d8593   Deal with replacement path to xmlextras.js
       new  cccf35a   Finalize changelog

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 INSTALL                                            |  207 +-
 Makefile.in                                        |  285 +-
 Mono.Profiler/Makefile.in                          |  184 +-
 Mono.Profiler/Mono.Profiler.Widgets/Makefile.am    |    3 +-
 Mono.Profiler/Mono.Profiler.Widgets/Makefile.in    |  158 +-
 Mono.Profiler/heap-snapshot-explorer/Makefile.am   |    3 +-
 Mono.Profiler/heap-snapshot-explorer/Makefile.in   |  158 +-
 Mono.Profiler/heap-snapshot-viewer/Makefile.am     |    3 +-
 Mono.Profiler/heap-snapshot-viewer/Makefile.in     |  313 +-
 Mono.Profiler/mprof-gui/Makefile.am                |    3 +-
 Mono.Profiler/mprof-gui/Makefile.in                |  213 +-
 Mono.Profiler/profiler-decoder-library/Makefile.am |    3 +-
 Mono.Profiler/profiler-decoder-library/Makefile.in |  158 +-
 Mono.Profiler/profiler-file-decoder/Makefile.am    |    3 +-
 Mono.Profiler/profiler-file-decoder/Makefile.in    |  313 +-
 README                                             |    9 +
 aclocal.m4                                         |  440 +-
 asn1view/Makefile.in                               |  184 +-
 asn1view/art/Makefile.in                           |   87 +-
 asn1view/common/Makefile.in                        |   87 +-
 asn1view/gtk/Makefile.in                           |  200 +-
 config.guess                                       |  526 +-
 config.sub                                         |  278 +-
 configure                                          | 5616 ++++++++------------
 configure.in                                       |    4 +-
 create-native-map/Makefile.in                      |  184 +-
 create-native-map/bin/Makefile.in                  |  157 +-
 create-native-map/lib/Makefile.in                  |  184 +-
 .../lib/create-native-map/Makefile.in              |   87 +-
 create-native-map/lib/pkgconfig/Makefile.in        |  135 +-
 create-native-map/man/Makefile.in                  |  207 +-
 create-native-map/src/Makefile.in                  |  135 +-
 debian/changelog                                   |   18 +
 debian/control                                     |    1 +
 debian/monodoc-browser.postinst                    |   48 +-
 debian/monodoc-browser.triggers                    |    1 -
 debian/patches/00-fix_build_system.patch           |   37 +-
 debian/patches/add_missing_Global.asax.patch       |   34 -
 debian/patches/automake_devs_need_a_new_job        |   84 -
 debian/patches/series                              |    2 -
 debian/rules                                       |    4 +-
 docbrowser/Makefile.am                             |    3 +-
 docbrowser/Makefile.in                             |  338 +-
 docbrowser/browser.cs                              |   87 +-
 docbrowser/editing.cs                              |  519 ++
 docbrowser/monodoc.in                              |    2 +-
 docbrowser/theme-icons/Makefile.in                 |   88 +-
 gendarme/AssemblyInfo.cs                           |    2 +-
 gendarme/AssemblyStaticInfo.cs                     |    3 +-
 gendarme/MIT.X11                                   |    2 +-
 gendarme/Makefile.am                               |   16 +-
 gendarme/Makefile.in                               |  299 +-
 gendarme/console/ConsoleRunner.cs                  |  138 +-
 gendarme/console/Helpers.cs                        |    2 +-
 gendarme/console/IgnoreFileList.cs                 |   49 +-
 gendarme/console/Makefile.am                       |    2 +-
 gendarme/console/Makefile.in                       |  160 +-
 gendarme/console/Settings.cs                       |    9 +-
 gendarme/console/XmlResultWriter.cs                |    3 +-
 gendarme/console/gendarme.csproj                   |   56 +-
 .../SuppressMessageEngine.cs                       |   10 +-
 .../framework/Gendarme.Framework.Helpers/Log.cs    |   16 +-
 .../Gendarme.Framework.Helpers/MethodPrinter.cs    |   32 +-
 .../Gendarme.Framework.Helpers/MethodSignature.cs  |    7 +-
 .../Gendarme.Framework.Helpers/MethodSignatures.cs |   17 +-
 .../Gendarme.Framework.Helpers/OpCodeBitmask.cs    |   12 +-
 .../StackEntryAnalysis.cs                          |   40 +-
 .../StackEntryUsageResult.cs                       |    4 +-
 .../Gendarme.Framework.Helpers/StreamLineReader.cs |  122 +
 .../Gendarme.Framework.Rocks/CecilRocks.cs         |   26 +
 .../CustomAttributeRocks.cs                        |   65 +-
 .../Gendarme.Framework.Rocks/FieldRocks.cs         |    7 +-
 .../Gendarme.Framework.Rocks/InstructionRocks.cs   |   11 +-
 .../Gendarme.Framework.Rocks/MethodRocks.cs        |   43 +-
 .../Gendarme.Framework.Rocks/ModuleRocks.cs        |   55 +-
 .../Gendarme.Framework.Rocks/ParameterRocks.cs     |   17 +-
 .../Gendarme.Framework.Rocks/PropertyRocks.cs      |    7 +-
 .../Gendarme.Framework.Rocks/TypeRocks.cs          |  186 +-
 .../VariableDefinitionRocks.cs                     |    5 +-
 gendarme/framework/Gendarme.Framework.csproj       |   41 +-
 gendarme/framework/Gendarme.Framework/Symbols.cs   |   12 +-
 .../Gendarme.Framework/ThreadModelAttribute.cs     |    7 +-
 gendarme/framework/Makefile.am                     |    7 +-
 gendarme/framework/Makefile.in                     |  318 +-
 .../Gendarme.Framework.Rocks/AssemblyRocksTest.cs  |   15 +-
 .../CustomAttributeRocksTest.cs                    |   44 +-
 .../Gendarme.Framework.Rocks/FieldRocksTest.cs     |   15 +-
 .../Gendarme.Framework.Rocks/MethodRocksTest.cs    |   16 +-
 .../Test/Gendarme.Framework.Rocks/RocksTest.cs     |    3 +
 .../Test/Gendarme.Framework.Rocks/TypeRocksTest.cs |  113 +-
 gendarme/framework/Test/Makefile.in                |   87 +-
 gendarme/man/Makefile.in                           |  318 +-
 gendarme/man/gendarme.1.in                         |    8 +-
 gendarme/mono-options.ignore                       |   12 +
 .../AvoidAssemblyVersionMismatchRule.cs            |   30 +-
 .../AvoidCallingProblematicMethodsRule.cs          |   24 +-
 .../AvoidNullCheckWithAsOperatorRule.cs            |  141 +
 .../AvoidVisibleConstantFieldRule.cs               |    9 +-
 .../CheckNewExceptionWithoutThrowingRule.cs        |    2 +-
 .../CheckNewThreadWithoutStartRule.cs              |   12 +-
 .../CloneMethodShouldNotReturnNullRule.cs          |   10 +-
 .../ConstructorShouldNotCallVirtualMethodsRule.cs  |   11 +-
 .../DisableDebuggingCodeRule.cs                    |   17 +-
 .../DoNotDecreaseVisibilityRule.cs                 |  124 +
 .../DoNotForgetNotImplementedMethodsRule.cs        |    2 +-
 .../DoNotUseEnumIsAssignableFromRule.cs            |    7 +-
 ...DoNotUseGetInterfaceToCheckAssignabilityRule.cs |    2 +-
 .../Gendarme.Rules.BadPractice.csproj              |   43 +-
 .../GetEntryAssemblyMayReturnNullRule.cs           |   22 +-
 .../rules/Gendarme.Rules.BadPractice/Makefile.am   |    6 +-
 .../rules/Gendarme.Rules.BadPractice/Makefile.in   |  298 +-
 .../ObsoleteMessagesShouldNotBeEmptyRule.cs        |   10 +-
 .../OnlyUseDisposeForIDisposableTypesRule.cs       |    4 +-
 .../PreferEmptyInstanceOverNullRule.cs             |    9 +-
 .../PreferParamsArrayForVariableArgumentsRule.cs   |    4 +-
 .../PreferSafeHandleRule.cs                        |   13 +-
 .../PreferTryParseRule.cs                          |    4 +-
 .../Test/AvoidNullCheckWithAsOperatorTest.cs       |  142 +
 .../Test/DoNotDecreaseVisibilityTest.cs            |  210 +
 .../Gendarme.Rules.BadPractice/Test/Makefile.in    |   87 +-
 .../Test/Tests.Rules.BadPractice.csproj            |   43 +-
 .../UseFileOpenOnlyWithFileAccessRule.cs           |   30 +-
 .../DecorateThreadsRule.cs                         |   66 +-
 .../DoNotLockOnThisOrTypesRule.cs                  |   16 +-
 .../DoNotLockOnWeakIdentityObjectsRule.cs          |   65 +-
 .../DoNotUseThreadStaticWithInstanceFieldsRule.cs  |    4 +-
 .../DontUseLockedRegionOutsideMethodRule.cs        |   21 +-
 .../DoubleCheckLockingRule.cs                      |    6 +-
 .../Gendarme.Rules.Concurrency.csproj              |   30 +-
 .../Gendarme.Rules.Concurrency/LockAnalyzerRule.cs |   16 +-
 .../rules/Gendarme.Rules.Concurrency/Makefile.in   |  292 +-
 .../ProtectCallToEventDelegatesRule.cs             |    5 +-
 ...viewLockUsedOnlyForOperationsOnVariablesRule.cs |   10 +-
 .../Test/DoNotLockOnThisOrTypesTest.cs             |    9 +
 .../Gendarme.Rules.Concurrency/Test/Makefile.in    |   87 +-
 .../Test/Tests.Rules.Concurrency.csproj            |   30 +-
 .../Gendarme.Rules.Concurrency/ThreadRocks.cs      |    2 +-
 .../WriteStaticFieldFromInstanceMethodRule.cs      |    9 +-
 ...ributeStringLiteralsShouldParseCorrectlyRule.cs |   45 +-
 ...voidCodeWithSideEffectsInConditionalCodeRule.cs |    4 +-
 .../AvoidConstructorsInStaticTypesRule.cs          |    2 +-
 .../AvoidFloatingPointEqualityRule.cs              |    2 +-
 ...dMethodsWithSideEffectsInConditionalCodeRule.cs |   16 +-
 .../BadRecursiveInvocationRule.cs                  |    5 +-
 .../CheckParametersNullityInVisibleMethodsRule.cs  |   16 +-
 .../DeclareEventsExplicitlyRule.cs}                |   71 +-
 .../DisposableFieldsShouldBeDisposedRule.cs        |   18 +-
 .../DoNotRoundIntegersRule.cs                      |   22 +-
 .../DontCompareWithNaNRule.cs                      |   17 +-
 .../EnsureLocalDisposalRule.cs                     |  200 +-
 .../FloatComparisonRule.cs                         |    6 +-
 .../Gendarme.Rules.Correctness.csproj              |   33 +-
 .../rules/Gendarme.Rules.Correctness/Makefile.am   |    7 +
 .../rules/Gendarme.Rules.Correctness/Makefile.in   |  299 +-
 .../MethodCanBeMadeStaticRule.cs                   |    4 +-
 ...ovideCorrectArgumentsToFormattingMethodsRule.cs |   28 +-
 .../ProvideCorrectRegexPatternRule.cs              |   36 +-
 .../ProvideValidXPathExpressionRule.cs             |   20 +-
 .../ProvideValidXmlStringRule.cs                   |   18 +-
 .../ReviewDoubleAssignmentRule.cs                  |    7 +-
 .../ReviewInconsistentIdentityRule.cs              |    4 +-
 .../ReviewSelfAssignmentRule.cs                    |   12 +-
 .../ReviewUseOfInt64BitsToDoubleRule.cs            |   23 +-
 .../Test/BadRecursiveInvocationTest.cs             |   19 +
 .../Test/DeclareEventsExplicitlyTest.cs}           |   77 +-
 .../Test/EnsureLocalDisposalTest.cs                |   87 +-
 .../Gendarme.Rules.Correctness/Test/Makefile.in    |   87 +-
 .../Test/Resource.Designer.cs                      |    6 +-
 .../Test/Tests.Rules.Correctness.csproj            |   32 +-
 ...esWithDisposableFieldsShouldBeDisposableTest.cs |  166 +-
 .../TypesWithNativeFieldsShouldBeDisposableTest.cs |  145 +-
 .../TypesShouldBeDisposableBaseRule.cs}            |  104 +-
 ...esWithDisposableFieldsShouldBeDisposableRule.cs |   96 +-
 .../TypesWithNativeFieldsShouldBeDisposableRule.cs |   85 +-
 .../UseNoInliningWithGetCallingAssemblyRule.cs     |   23 +-
 .../UseValueInPropertySetterRule.cs                |    2 +-
 .../AvoidDeclaringCustomDelegatesRule.cs           |   35 +-
 .../AvoidExcessiveParametersOnGenericTypesRule.cs  |   10 +-
 .../AvoidMethodWithUnusedGenericTypeRule.cs        |   46 +-
 .../DoNotDeclareStaticMembersOnGenericTypesRule.cs |   11 +-
 .../DoNotExposeGenericListsRule.cs                 |   14 +-
 .../DoNotExposeNestedGenericSignaturesRule.cs      |   20 +-
 .../Gendarme.Rules.Design.Generic.csproj           |   44 +-
 .../GenericsBaseRule.cs}                           |   34 +-
 .../ImplementGenericCollectionInterfacesRule.cs    |   28 +-
 .../Gendarme.Rules.Design.Generic/Makefile.am      |    1 +
 .../Gendarme.Rules.Design.Generic/Makefile.in      |  293 +-
 .../PreferGenericsOverRefObjectRule.cs             |   22 +-
 .../Gendarme.Rules.Design.Generic/Test/Makefile.in |   87 +-
 .../Test/Tests.Rules.Design.Generic.csproj         |   43 +-
 .../UseGenericEventHandlerRule.cs                  |   26 +-
 .../AvoidExtensionMethodOnSystemObjectRule.cs      |   11 +-
 .../Gendarme.Rules.Design.Linq.csproj              |   43 +-
 .../rules/Gendarme.Rules.Design.Linq/Makefile.in   |  292 +-
 .../Gendarme.Rules.Design.Linq/Test/Makefile.in    |   87 +-
 .../Test/Tests.Rules.Design.Linq.csproj            |   43 +-
 .../AttributeArgumentsShouldHaveAccessorsRule.cs   |   22 +-
 .../AvoidPublicInstanceFieldsRule.cs               |    9 +-
 .../AvoidRefAndOutParametersRule.cs                |    6 +-
 .../AvoidSmallNamespaceRule.cs                     |    4 +-
 .../ConsiderAddingInterfaceRule.cs                 |    6 +-
 .../ConsiderConvertingFieldToNullableRule.cs       |    9 +-
 .../ConsiderConvertingMethodToPropertyRule.cs      |    6 +-
 .../ConsiderUsingStaticTypeRule.cs                 |   56 +-
 .../DeclareEventHandlersCorrectlyRule.cs           |   28 +-
 .../DisposableTypesShouldHaveFinalizerRule.cs      |    2 +-
 ...oNotDeclareSettersOnCollectionPropertiesRule.cs |  124 +
 .../EnsureSymmetryForOverloadedOperatorsRule.cs    |    3 +-
 .../EnumeratorsShouldBeStronglyTypedRule.cs        |   27 +-
 .../EnumsShouldUseInt32Rule.cs                     |   36 +-
 .../Gendarme.Rules.Design.csproj                   |   45 +-
 .../ImplementEqualsAndGetHashCodeInPairRule.cs     |    5 +-
 .../ImplementIComparableCorreclyRule.cs            |    4 +-
 .../ListsAreStronglyTypedRule.cs                   |   31 +-
 gendarme/rules/Gendarme.Rules.Design/Makefile.am   |    6 +-
 gendarme/rules/Gendarme.Rules.Design/Makefile.in   |  298 +-
 .../MarkAssemblyWithAttributeRule.cs               |    3 +-
 .../MarkAssemblyWithCLSCompliantRule.cs            |    6 +-
 .../MarkAssemblyWithComVisibleRule.cs              |    6 +-
 .../MissingAttributeUsageOnCustomAttributeRule.cs  |    4 +-
 .../PreferIntegerOrStringForIndexersRule.cs        |   24 +-
 .../PreferUriOverStringRule.cs                     |   11 +-
 .../PreferXmlAbstractionsRule.cs                   |   16 +-
 ...videAlternativeNamesForOperatorOverloadsRule.cs |    4 +-
 .../StronglyTypeICollectionMembersRule.cs          |   20 +-
 .../Gendarme.Rules.Design/StronglyTypedRule.cs     |   28 +-
 .../AttributeArgumentsShouldHaveAccessorsTest.cs   |   35 +
 .../Test/ConsiderUsingStaticTypeTest.cs            |    6 +-
 ...oNotDeclareSettersOnCollectionPropertiesTest.cs |  137 +
 .../DoNotDeclareVirtualMethodsInSealedTypeTest.cs  |   36 +-
 .../rules/Gendarme.Rules.Design/Test/Makefile.in   |   87 +-
 .../Test/PreferUriOverStringTest.cs                |    6 +
 .../Test/Tests.Rules.Design.csproj                 |   46 +-
 .../UseCorrectDisposeSignaturesRule.cs             |    6 +-
 .../Gendarme.Rules.Design/UseFlagsAttributeRule.cs |    5 +-
 .../UsingCloneWithoutImplementingICloneableRule.cs |    4 +-
 ...AvoidArgumentExceptionDefaultConstructorRule.cs |   31 +-
 .../AvoidThrowingBasicExceptionsRule.cs            |   14 +-
 .../DoNotDestroyStackTraceRule.cs                  |  182 +-
 .../DoNotThrowInNonCatchClausesRule.cs             |  113 +
 .../DoNotThrowInUnexpectedLocationRule.cs          |   82 +-
 .../DoNotThrowReservedExceptionRule.cs             |   23 +-
 ...allowErrorsCatchingNonspecificExceptionsRule.cs |   16 +-
 .../ExceptionShouldBeVisibleRule.cs                |   14 +-
 .../Gendarme.Rules.Exceptions.csproj               |   30 +-
 .../InstantiateArgumentExceptionCorrectlyRule.cs   |   24 +-
 .../rules/Gendarme.Rules.Exceptions/Makefile.am    |    2 +
 .../rules/Gendarme.Rules.Exceptions/Makefile.in    |  294 +-
 .../MissingExceptionConstructorsRule.cs            |   29 +-
 .../Gendarme.Rules.Exceptions/NewExceptionRule.cs  |   24 +-
 .../Test/DoNotThrowInNonCatchClausesTest.cs        |  136 +
 .../InstantiateArgumentExceptionCorrectlyTest.cs   |   44 +
 .../Gendarme.Rules.Exceptions/Test/Makefile.in     |   87 +-
 .../Test/Tests.Rules.Exceptions.csproj             |   30 +-
 .../UseObjectDisposedExceptionRule.cs              |   12 +-
 .../DefectsMustBeReportedRule.cs                   |    8 +-
 .../DoNotThrowExceptionRule.cs                     |    6 +-
 .../Gendarme.Rules.Gendarme.csproj                 |  171 +-
 gendarme/rules/Gendarme.Rules.Gendarme/Makefile.in |  292 +-
 .../MissingEngineDependencyRule.cs                 |   31 +-
 .../ReviewAttributesOnRulesRule.cs                 |   34 +-
 .../rules/Gendarme.Rules.Gendarme/Test/Makefile.in |   87 +-
 .../Test/Tests.Rules.Gendarme.csproj               |  183 +-
 .../UseCorrectSuffixRule.cs                        |    2 +-
 .../AvoidUnusedInternalResourceRule.cs             |   19 +-
 .../Gendarme.Rules.Globalization.csproj            |   43 +-
 .../rules/Gendarme.Rules.Globalization/Makefile.am |    5 +
 .../rules/Gendarme.Rules.Globalization/Makefile.in |  297 +-
 .../PreferIFormatProviderOverrideRule.cs           |  111 +
 .../PreferOverrideBaseRule.cs                      |  170 +
 .../PreferStringComparisonOverrideRule.cs          |   82 +
 .../SatelliteResourceMismatchRule.cs               |   32 +-
 .../Test/InternalResource.Designer.cs              |    6 +-
 .../Gendarme.Rules.Globalization/Test/Makefile.in  |   87 +-
 .../Test/PreferIFormatProviderOverrideTest.cs      |  219 +
 .../Test/PreferStringComparisonOverrideTest.cs     |  366 ++
 .../Test/PublicResource.Designer.cs                |    6 +-
 .../Test/Resource.Designer.cs                      |    6 +-
 .../Test/Tests.Rules.Globalization.csproj          |   43 +-
 .../AutoLayoutTypesShouldNotBeComVisibleRule.cs    |   10 +-
 .../AvoidInt64ArgumentsInComVisibleMethodsRule.cs  |    2 +-
 .../AvoidStaticMembersInComVisibleTypesRule.cs     |    2 +-
 .../ComRocks.cs                                    |    8 +-
 .../ComVisibleShouldInheritFromComVisibleRule.cs   |    7 +-
 .../DoNotUseAutoDualClassInterfaceTypeRule.cs      |    5 +-
 .../Gendarme.Rules.Interoperability.Com.csproj     |  181 +-
 .../Makefile.in                                    |  292 +-
 .../MarkComSourceInterfacesAsIDispatchRule.cs      |   33 +-
 .../ReviewComRegistrationMethodsRule.cs            |    9 +-
 .../AutoLayoutTypesShouldNotBeComVisibleTest.cs    |   18 +
 .../AvoidStaticMembersInComVisibleTypesTest.cs     |    8 +-
 .../ComVisibleShouldInheritFromComVisibleTest.cs   |   15 +-
 .../Test/DoNotUseAutoDualClassInterfaceTypeTest.cs |   12 +-
 .../Test/Makefile.in                               |   87 +-
 .../Test/Tests.Rules.Interoperability.Com.csproj   |  195 +-
 .../CentralizePInvokesIntoNativeMethodsTypeRule.cs |   11 +-
 ...ToNativeCodeMustIncludeExceptionHandlingRule.cs |   25 +-
 .../DoNotCastIntPtrToInt32Rule.cs                  |   24 +-
 .../Gendarme.Rules.Interoperability.csproj         |   43 +-
 ...etLastErrorMustBeCalledRightAfterPInvokeRule.cs |   15 +-
 .../Gendarme.Rules.Interoperability/Makefile.in    |  292 +-
 .../MarshalBooleansInPInvokeDeclarationsRule.cs    |    4 +-
 .../MarshalStringsInPInvokeDeclarationsRule.cs     |   14 +-
 .../Test/Makefile.in                               |   87 +-
 .../Test/Tests.Rules.Interoperability.csproj       |   43 +-
 .../UseManagedAlternativesToPInvokeRule.cs         |    6 +-
 .../AvoidAlwaysNullFieldRule.cs                    |   20 +-
 .../AvoidComplexMethodsRule.cs                     |    4 +-
 .../AvoidDeepInheritanceTreeRule.cs                |   13 +-
 .../AvoidLackOfCohesionOfMethodsRule.cs            |    4 +-
 .../AvoidUnnecessarySpecializationRule.cs          |   16 +-
 .../ConsiderUsingStopwatchRule.cs                  |   23 +-
 .../Gendarme.Rules.Maintainability.csproj          |   43 +-
 .../Gendarme.Rules.Maintainability/Makefile.in     |  292 +-
 .../PreferStringIsNullOrEmptyRule.cs               |   11 +-
 .../RemoveDependenceOnObsoleteCodeRule.cs          |   39 +-
 .../ReviewMisleadingFieldNamesRule.cs              |   23 +-
 .../Test/AvoidAlwaysNullFieldTest.cs               |   51 +-
 .../Test/AvoidUnnecessarySpecializationTest.cs     |   32 +-
 .../Test/Makefile.in                               |   87 +-
 .../Test/Tests.Rules.Maintainability.csproj        |   43 +-
 .../Gendarme.Rules.NUnit.csproj                    |  169 +-
 gendarme/rules/Gendarme.Rules.NUnit/Makefile.in    |  292 +-
 .../ProvideMessageOnAssertCallsRule.cs             |    4 +-
 .../rules/Gendarme.Rules.NUnit/Test/Makefile.in    |   87 +-
 .../Test/Tests.Rules.NUnit.csproj                  |   43 +-
 .../UnitTestsMissingTestFixtureRule.cs             |    2 +-
 .../AvoidDeepNamespaceHierarchyRule.cs             |   12 +-
 .../AvoidRedundancyInMethodNameRule.cs             |   10 +-
 .../AvoidRedundancyInTypeNameRule.cs               |    4 +-
 .../AvoidTypeInterfaceInconsistencyRule.cs         |    6 +-
 .../DetectNonAlphaNumericsInTypeNamesRule.cs       |    7 +-
 .../Gendarme.Rules.Naming.csproj                   |   43 +-
 gendarme/rules/Gendarme.Rules.Naming/Makefile.in   |  292 +-
 ...ParameterNamesShouldMatchOverridenMethodRule.cs |   64 +-
 .../rules/Gendarme.Rules.Naming/Test/Makefile.in   |   87 +-
 ...ParameterNamesShouldMatchOverridenMethodTest.cs |  158 +-
 .../Test/Tests.Rules.Naming.csproj                 |   43 +-
 .../Test/UseCorrectPrefixTest.cs                   |    5 +
 .../Test/UseCorrectSuffixTest.cs                   |   61 +-
 .../Gendarme.Rules.Naming/UseCorrectCasingRule.cs  |   26 +-
 .../Gendarme.Rules.Naming/UseCorrectPrefixRule.cs  |   18 +-
 .../Gendarme.Rules.Naming/UseCorrectSuffixRule.cs  |  132 +-
 .../Gendarme.Rules.Naming/UsePreferredTermsRule.cs |    3 +-
 .../AvoidConcatenatingCharsRule.cs                 |   36 +-
 .../AvoidLargeNumberOfLocalVariablesRule.cs        |    6 +-
 .../AvoidLargeStructureRule.cs                     |   33 +-
 .../AvoidLocalDataStoreSlotRule.cs                 |   21 +-
 .../AvoidMethodWithLargeMaximumStackSizeRule.cs    |    4 +-
 .../AvoidRepetitiveCallsToPropertiesRule.cs        |   27 +-
 .../AvoidRepetitiveCastsRule.cs                    |   10 +-
 .../AvoidTypeGetTypeForConstantStringsRule.cs      |    9 +-
 .../AvoidUncalledPrivateCodeRule.cs                |   30 +-
 .../AvoidUninstantiatedInternalClassesRule.cs      |    4 +-
 .../AvoidUnnecessaryOverridesRule.cs               |    3 +-
 .../AvoidUnneededCallsOnStringRule.cs              |   18 +-
 .../AvoidUnneededUnboxingRule.cs                   |    7 +-
 .../AvoidUnsealedUninheritedInternalClassesRule.cs |    9 +-
 .../AvoidUnusedParametersRule.cs                   |   12 +-
 .../AvoidUnusedPrivateFieldsRule.cs                |   31 +-
 .../CompareWithStringEmptyEfficientlyRule.cs       |   11 +-
 .../DontIgnoreMethodResultRule.cs                  |   15 +-
 .../EmptyDestructorRule.cs                         |    4 +-
 .../Gendarme.Rules.Performance.csproj              |   30 +-
 ...bleWithDestructorWithoutSuppressFinalizeRule.cs |    4 +-
 .../ImplementEqualsTypeRule.cs                     |    7 +-
 .../rules/Gendarme.Rules.Performance/Makefile.in   |  292 +-
 .../MathMinMaxCandidateRule.cs                     |   27 +-
 .../OverrideValueTypeDefaultsRule.cs               |    3 +-
 .../PreferCharOverloadRule.cs                      |   13 +-
 ...tOnGenericParameterForPrimitiveInterfaceRule.cs |   85 +-
 .../PreferLiteralOverInitOnlyFieldsRule.cs         |    2 +-
 .../RemoveUnusedLocalVariablesRule.cs              |    5 +-
 .../ReviewLinqMethodRule.cs                        |   19 +-
 .../Test/AvoidRepetitiveCallsToPropertiesTest.cs   |    4 +-
 .../Test/AvoidUnusedPrivateFieldsTest.cs           |   41 +
 .../Gendarme.Rules.Performance/Test/Makefile.in    |   87 +-
 ...tOnGenericParameterForPrimitiveInterfaceTest.cs |   22 +-
 .../Test/Tests.Rules.Performance.csproj            |   30 +-
 .../UseTypeEmptyTypesRule.cs                       |    4 +-
 .../DoNotHardcodePathsRule.cs                      |   16 +-
 .../ExitCodeIsLimitedOnUnixRule.cs                 |   10 +-
 .../FeatureRequiresRootPrivilegeOnUnixRule.cs      |   17 +-
 .../Gendarme.Rules.Portability.csproj              |   30 +-
 .../rules/Gendarme.Rules.Portability/Makefile.in   |  292 +-
 .../MonoCompatibilityReviewRule.cs                 |   47 +-
 .../NewLineLiteralRule.cs                          |    3 +-
 .../Gendarme.Rules.Portability/Test/Makefile.in    |   87 +-
 .../Test/Tests.Rules.Portability.csproj            |   30 +-
 .../Gendarme.Rules.Security.Cas.csproj             |   43 +-
 .../rules/Gendarme.Rules.Security.Cas/Makefile.in  |  292 +-
 ...ReviewSuppressUnmanagedCodeSecurityUsageRule.cs |   12 +-
 .../SecureGetObjectDataOverridesRule.cs            |    6 +-
 .../SecurityDeclarationRocks.cs                    |    1 +
 .../Gendarme.Rules.Security.Cas/Test/Makefile.in   |   87 +-
 .../Test/Tests.Rules.Security.Cas.csproj           |   43 +-
 .../DoNotShortCircuitCertificateCheckRule.cs       |   25 +-
 .../Gendarme.Rules.Security.csproj                 |   30 +-
 gendarme/rules/Gendarme.Rules.Security/Makefile.in |  292 +-
 .../rules/Gendarme.Rules.Security/Test/Makefile.in |   87 +-
 .../Test/Tests.Rules.Security.csproj               |   30 +-
 .../CallBaseMethodsOnISerializableTypesRule.cs     |    7 +-
 .../DeserializeOptionalFieldRule.cs                |   22 +-
 .../Gendarme.Rules.Serialization.csproj            |   43 +-
 .../ImplementISerializableCorrectlyRule.cs         |    8 +-
 .../rules/Gendarme.Rules.Serialization/Makefile.in |  292 +-
 .../MarkAllNonSerializableFieldsRule.cs            |   15 +-
 ...SerializableAttributeOnISerializableTypeRule.cs |    6 +-
 .../MissingSerializationConstructorRule.cs         |    5 +-
 .../Gendarme.Rules.Serialization/Test/Makefile.in  |   87 +-
 .../Test/Tests.Rules.Serialization.csproj          |   43 +-
 ...eCorrectSignatureForSerializationMethodsRule.cs |   41 +-
 .../Gendarme.Rules.Smells/AvoidLargeClassesRule.cs |    9 +-
 .../Gendarme.Rules.Smells/AvoidLongMethodsRule.cs  |   47 +-
 .../AvoidLongParameterListsRule.cs                 |    6 +-
 .../AvoidMessageChainsRule.cs                      |    6 +-
 .../AvoidSpeculativeGeneralityRule.cs              |    7 +-
 .../Gendarme.Rules.Smells/CodeDuplicatedLocator.cs |    7 +-
 .../Gendarme.Rules.Smells.csproj                   |   43 +-
 .../Gendarme.Rules.Smells/InstructionMatcher.cs    |    4 +-
 gendarme/rules/Gendarme.Rules.Smells/Makefile.in   |  292 +-
 gendarme/rules/Gendarme.Rules.Smells/Pattern.cs    |   26 +-
 .../Test/AvoidCodeDuplicatedInSameClassTest.cs     |   12 +-
 .../rules/Gendarme.Rules.Smells/Test/Makefile.in   |   87 +-
 .../Test/Tests.Rules.Smells.csproj                 |   43 +-
 .../AddMatchingArrangeMeasureOverrideRule.cs       |   11 +-
 .../Gendarme.Rules.Ui/Gendarme.Rules.Ui.csproj     |  246 +-
 gendarme/rules/Gendarme.Rules.Ui/Makefile.in       |  292 +-
 gendarme/rules/Gendarme.Rules.Ui/Test/Makefile.in  |   87 +-
 .../Gendarme.Rules.Ui/Test/Tests.Rules.Ui.csproj   |   31 +-
 .../UseSTAThreadAttributeOnSWFEntryPointsRule.cs   |    7 +-
 gendarme/rules/Makefile.in                         |  187 +-
 gendarme/rules/Test.Rules/Makefile.am              |    6 +-
 gendarme/rules/Test.Rules/Makefile.in              |  193 +-
 gendarme/rules/Test.Rules/Test.Rules.csproj        |   43 +-
 gendarme/rules/common.make                         |    6 +-
 gendarme/self-test.ignore                          |   41 +-
 gendarme/swf-wizard-runner/GuiRunner.cs            |    9 +-
 gendarme/swf-wizard-runner/Makefile.in             |  186 +-
 .../Properties/Resources.Designer.cs               |    6 +-
 .../Properties/Settings.Designer.cs                |    4 +-
 gendarme/swf-wizard-runner/Wizard.Designer.cs      |    2 +-
 gendarme/swf-wizard-runner/Wizard.cs               |   29 +-
 .../swf-wizard-runner/swf-wizard-runner.csproj     |   63 +-
 gendarme/tools/Makefile.in                         |  184 +-
 gendarme/tools/supported/Makefile.am               |    2 +-
 gendarme/tools/supported/Makefile.in               |  186 +-
 gendarme/tools/supported/gd2i/Makefile.am          |    2 +-
 gendarme/tools/supported/gd2i/Makefile.in          |  159 +-
 gendarme/tools/supported/gd2i/gd2i.csproj          |  145 +-
 .../supported/templates/AssemblyRule.cs}           |   43 +-
 .../supported/templates/AssemblyRule.vstemplate    |   24 +
 .../supported/templates/AssemblyTest.cs}           |   40 +-
 .../supported/templates/AssemblyTest.vstemplate    |   27 +
 gendarme/tools/supported/templates/Makefile.am     |  102 +
 .../mapper => supported/templates}/Makefile.in     |  197 +-
 .../supported/templates/MethodRule.cs}             |   43 +-
 .../supported/templates/MethodRule.vstemplate      |   24 +
 .../supported/templates/MethodTest.cs}             |   40 +-
 .../supported/templates/MethodTest.vstemplate      |   27 +
 gendarme/tools/supported/templates/README          |    8 +
 gendarme/tools/supported/templates/README.vsnet    |   12 +
 .../templates/Templates.RuleProject.csproj}        |   51 +-
 .../templates/Templates.RuleProject.vstemplate     |   19 +
 .../templates/Templates.TestProject.csproj}        |   58 +-
 .../templates/Templates.TestProject.vstemplate     |   19 +
 .../supported/templates/TypeRule.cs}               |   43 +-
 .../tools/supported/templates/TypeRule.vstemplate  |   24 +
 .../supported/templates/TypeTest.cs}               |   40 +-
 .../tools/supported/templates/TypeTest.vstemplate  |   27 +
 gendarme/tools/unsupported/Makefile.in             |  184 +-
 .../tools/unsupported/mapper/FxCopMapBuilder.cs    |    3 +-
 gendarme/tools/unsupported/mapper/Makefile.am      |    2 +-
 gendarme/tools/unsupported/mapper/Makefile.in      |   89 +-
 gendarme/tools/unsupported/mapper/fxcop.missing    |    8 -
 gendarme/tools/unsupported/typeref/Makefile.am     |    2 +-
 gendarme/tools/unsupported/typeref/Makefile.in     |   89 +-
 gendarme/tools/unsupported/typeref/typeref.csproj  |   43 +-
 gendarme/tools/unsupported/xmldoc2wiki/Makefile.am |    2 +-
 gendarme/tools/unsupported/xmldoc2wiki/Makefile.in |   89 +-
 gendarme/tools/unsupported/xmldoc2wiki/README      |   15 +-
 .../tools/unsupported/xmldoc2wiki/xmldoc2wiki.cs   |  299 +-
 .../unsupported/xmldoc2wiki/xmldoc2wiki.csproj     |  145 +-
 gendarme/wix/Makefile.in                           |   87 +-
 gendarme/wix/Product.wxs                           |   12 +-
 gendarme/wix/license.rtf                           |    4 +-
 gendarme/wix/wix.wixproj                           |    7 +-
 gsharp/Main.cs                                     |   12 +-
 gsharp/MainWindow.cs                               |    4 +-
 gsharp/Makefile.in                                 |  213 +-
 gsharp/Shell.cs                                    |   32 +-
 gsharp/gtk-gui/Mono.CSharp.Gui.DescribeType.cs     |  194 +-
 gsharp/gtk-gui/Mono.CSharp.Gui.MainWindow.cs       |  415 +-
 gsharp/gtk-gui/Mono.CSharp.Gui.ProcessSelector.cs  |  198 +-
 gsharp/gtk-gui/generated.cs                        |   60 +-
 gui-compare/CecilMetadata.cs                       |  246 +-
 gui-compare/CompareContext.cs                      |  224 +-
 gui-compare/InfoManager.cs                         |  153 +-
 gui-compare/Main.cs                                |    9 +-
 gui-compare/MainWindow.cs                          |   30 +-
 gui-compare/Makefile.am                            |    2 +-
 gui-compare/Makefile.in                            |  188 +-
 gui-compare/MasterMetadata.cs                      |    3 +
 gui-compare/Masterinfo.cs                          |   37 +-
 gui-compare/Metadata.cs                            |   29 +-
 gui-compare/gtk-gui/GuiCompare.CustomCompare.cs    |   20 +-
 gui-compare/gtk-gui/MainWindow.cs                  |   48 +-
 gui-compare/gtk-gui/generated.cs                   |   21 +-
 gui-compare/gtk-gui/gui.stetic                     |    4 +-
 gui-compare/gtk-gui/guicompare.ProviderSelector.cs |    7 +-
 gui-compare/gui-compare.in                         |    2 +
 ilcontrast/Makefile.in                             |  238 +-
 install-sh                                         |   32 +-
 minvoke/Makefile.in                                |  186 +-
 missing                                            |   94 +-
 mkinstalldirs                                      |  161 -
 mono-tools.spec.in                                 |  102 +
 mperfmon/Makefile.in                               |  281 +-
 po/Makefile.in.in                                  |   20 +-
 po/ca.gmo                                          |  Bin 1429 -> 4775 bytes
 po/ca.po                                           |  401 +-
 po/da.gmo                                          |  Bin 455 -> 3793 bytes
 po/da.po                                           |  407 +-
 po/es.gmo                                          |  Bin 468 -> 3791 bytes
 po/es.po                                           |  401 +-
 po/fr.gmo                                          |  Bin 395 -> 2670 bytes
 po/fr.po                                           |  335 +-
 po/mono-tools.pot                                  |  176 +-
 po/pt_BR.gmo                                       |  Bin 5638 -> 5638 bytes
 po/pt_BR.po                                        |  260 +-
 webdoc/App_Code/Plugins/Plugin.cs                  |  144 +
 webdoc/Global.asax                                 |  125 +
 webdoc/Makefile.am                                 |  201 +-
 webdoc/Makefile.in                                 |  335 +-
 webdoc/README.md                                   |   41 +
 webdoc/api.master                                  |   39 +
 webdoc/common.css                                  |  175 -
 webdoc/edit.aspx                                   |   62 -
 webdoc/header.aspx                                 |  117 -
 webdoc/header.html                                 |   65 -
 webdoc/images/link.png                             |  Bin 730 -> 0 bytes
 webdoc/images/print.png                            |  Bin 585 -> 0 bytes
 webdoc/index.aspx                                  |   90 +-
 webdoc/index.html                                  |   10 -
 webdoc/login.aspx                                  |   68 -
 webdoc/logout.aspx                                 |   12 -
 webdoc/mono_logo_g.gif                             |  Bin 1655 -> 0 bytes
 webdoc/monodoc.ashx                                |  319 +-
 webdoc/monodoc.asmx                                |  210 -
 webdoc/monodoc.css                                 |    1 +
 webdoc/oldposts.xml                                |    3 -
 webdoc/plugins.def                                 |   12 +
 webdoc/plugins/iframe-plugin/iframe.js             |    3 +
 .../jquery.iframe-auto-height-plugin.1.9.0.min.js  |    7 +
 .../plugins/search-plugin/fastsearch/fsearch.css   |   45 +
 webdoc/plugins/search-plugin/fastsearch/search.js  |  133 +
 .../plugins/search-plugin/fullsearch/fullsearch.js |   40 +
 webdoc/plugins/search-plugin/fullsearch/search.css |   43 +
 .../plugins/search-plugin/fullsearch/search.html   |   24 +
 webdoc/plugins/search-plugin/images/spinner.gif    |  Bin 0 -> 3208 bytes
 .../dependencies/ptree}/searching.gif              |  Bin 551 -> 551 bytes
 .../sidebar-plugin/dependencies}/ptree/tree.css    |   24 +-
 .../sidebar-plugin/dependencies}/ptree/tree.js     |  109 +-
 .../dependencies}/xtree/images/I.png               |  Bin 148 -> 148 bytes
 .../dependencies}/xtree/images/L.png               |  Bin 153 -> 153 bytes
 .../dependencies}/xtree/images/Lminus.png          |  Bin 219 -> 219 bytes
 .../dependencies}/xtree/images/Lplus.png           |  Bin 224 -> 224 bytes
 .../dependencies}/xtree/images/T.png               |  Bin 152 -> 152 bytes
 .../dependencies}/xtree/images/Tminus.png          |  Bin 207 -> 207 bytes
 .../dependencies}/xtree/images/Tplus.png           |  Bin 222 -> 222 bytes
 .../dependencies}/xtree/images/blank.png           |  Bin 144 -> 144 bytes
 .../dependencies}/xtree/images/clean/I.gif         |  Bin 70 -> 70 bytes
 .../dependencies}/xtree/images/clean/L.gif         |  Bin 62 -> 62 bytes
 .../dependencies}/xtree/images/clean/Lminus.gif    |  Bin 337 -> 337 bytes
 .../dependencies}/xtree/images/clean/Lplus.gif     |  Bin 333 -> 333 bytes
 .../dependencies}/xtree/images/clean/T.gif         |  Bin 62 -> 62 bytes
 .../dependencies}/xtree/images/clean/Tminus.gif    |  Bin 337 -> 337 bytes
 .../dependencies}/xtree/images/clean/Tplus.gif     |  Bin 333 -> 333 bytes
 .../dependencies}/xtree/images/clean/blank.gif     |  Bin 56 -> 56 bytes
 .../dependencies}/xtree/images/file.png            |  Bin 251 -> 251 bytes
 .../dependencies}/xtree/images/foldericon.png      |  Bin 229 -> 229 bytes
 .../dependencies}/xtree/images/msdn/I.gif          |  Bin 77 -> 77 bytes
 .../dependencies}/xtree/images/msdn/L.gif          |  Bin 74 -> 74 bytes
 .../dependencies}/xtree/images/msdn/Lminus.gif     |  Bin 345 -> 345 bytes
 .../dependencies}/xtree/images/msdn/Lplus.gif      |  Bin 342 -> 342 bytes
 .../dependencies}/xtree/images/msdn/T.gif          |  Bin 80 -> 80 bytes
 .../dependencies}/xtree/images/msdn/Tminus.gif     |  Bin 349 -> 349 bytes
 .../dependencies}/xtree/images/msdn/Tplus.gif      |  Bin 346 -> 346 bytes
 .../dependencies}/xtree/images/msdn/blank.gif      |  Bin 56 -> 56 bytes
 .../dependencies}/xtree/images/msdn/menu_bar.gif   |  Bin 77 -> 77 bytes
 .../xtree/images/msdn/menu_corner.gif              |  Bin 74 -> 74 bytes
 .../xtree/images/msdn/menu_corner_minus.gif        |  Bin 345 -> 345 bytes
 .../xtree/images/msdn/menu_corner_plus.gif         |  Bin 342 -> 342 bytes
 .../dependencies}/xtree/images/msdn/menu_tee.gif   |  Bin 80 -> 80 bytes
 .../xtree/images/msdn/menu_tee_minus.gif           |  Bin 349 -> 349 bytes
 .../xtree/images/msdn/menu_tee_plus.gif            |  Bin 346 -> 346 bytes
 .../dependencies}/xtree/images/msdn2/I.gif         |  Bin 97 -> 97 bytes
 .../dependencies}/xtree/images/msdn2/L.gif         |  Bin 74 -> 74 bytes
 .../dependencies/xtree/images/msdn2/Lminus.gif     |  Bin 0 -> 1408 bytes
 .../dependencies/xtree/images/msdn2/Lplus.gif      |  Bin 0 -> 1405 bytes
 .../dependencies}/xtree/images/msdn2/T.gif         |  Bin 80 -> 80 bytes
 .../dependencies/xtree/images/msdn2/Tminus.gif     |  Bin 0 -> 1412 bytes
 .../dependencies/xtree/images/msdn2/Tplus.gif      |  Bin 0 -> 1409 bytes
 .../dependencies}/xtree/images/msdn2/blank.gif     |  Bin 56 -> 56 bytes
 .../dependencies}/xtree/images/openfoldericon.png  |  Bin 232 -> 232 bytes
 .../dependencies}/xtree/images/xp/I.png            |  Bin 148 -> 148 bytes
 .../dependencies}/xtree/images/xp/L.png            |  Bin 153 -> 153 bytes
 .../dependencies}/xtree/images/xp/Lminus.png       |  Bin 340 -> 340 bytes
 .../dependencies}/xtree/images/xp/Lplus.png        |  Bin 348 -> 348 bytes
 .../dependencies}/xtree/images/xp/T.png            |  Bin 152 -> 152 bytes
 .../dependencies}/xtree/images/xp/Tminus.png       |  Bin 341 -> 341 bytes
 .../dependencies}/xtree/images/xp/Tplus.png        |  Bin 348 -> 348 bytes
 .../dependencies}/xtree/images/xp/file.png         |  Bin 377 -> 377 bytes
 .../dependencies}/xtree/images/xp/folder.png       |  Bin 413 -> 413 bytes
 .../dependencies}/xtree/images/xp/openfolder.png   |  Bin 474 -> 474 bytes
 .../dependencies}/xtree/xloadtree.js               |    0
 .../dependencies}/xtree/xmlextras.js               |    0
 .../sidebar-plugin/dependencies}/xtree/xtree.css   |   10 -
 .../sidebar-plugin/dependencies}/xtree/xtree.js    |   36 +-
 webdoc/plugins/sidebar-plugin/make-tree.js         |   35 +
 webdoc/{ => plugins/sidebar-plugin}/sidebar.css    |   18 +-
 webdoc/{ => plugins/sidebar-plugin}/sidebar.js     |    0
 webdoc/plugins/tooltip-plugin/bootstrap.tooltip.js |  276 +
 webdoc/robots.txt                                  |    2 +
 webdoc/server.asmx                                 |    1 -
 webdoc/server.cs                                   |  366 --
 webdoc/skins/mono-external/common-extension.css    |  333 ++
 webdoc/skins/mono-external/footer.html             |    1 +
 webdoc/skins/mono-external/header.html             |   13 +
 webdoc/skins/mono-external/images/link.png         |  Bin 0 -> 1635 bytes
 .../{ => skins/mono-external}/images/mono-logo.png |  Bin 9916 -> 9916 bytes
 .../mono-external}/images/mono_logo_g.gif          |  Bin 1655 -> 1655 bytes
 .../mono-external/images/native-browser-icon.png   |  Bin 0 -> 1736 bytes
 webdoc/skins/mono-external/images/print.png        |  Bin 0 -> 2539 bytes
 webdoc/skins/mono-external/images/slide-toggle.png |  Bin 0 -> 3034 bytes
 webdoc/skins/mono-external/images/spinner.gif      |  Bin 0 -> 3208 bytes
 webdoc/tables.sql                                  |   21 -
 webdoc/views/common.css                            |   38 +
 webdoc/views/common.js                             |   46 +
 webdoc/views/images/favicon.ico                    |  Bin 0 -> 1406 bytes
 webdoc/views/images/native-browser-icon.png        |  Bin 0 -> 1736 bytes
 webdoc/views/reset.css                             |   49 +
 webdoc/web.config                                  |   19 +-
 webdoc/wiki2ecmahelper.xsl                         |   70 -
 webdoc/xtree/images/msdn2/Lminus.gif               |  Bin 345 -> 0 bytes
 webdoc/xtree/images/msdn2/Lplus.gif                |  Bin 342 -> 0 bytes
 webdoc/xtree/images/msdn2/Tminus.gif               |  Bin 349 -> 0 bytes
 webdoc/xtree/images/msdn2/Tplus.gif                |  Bin 346 -> 0 bytes
 648 files changed, 29550 insertions(+), 14841 deletions(-)
 delete mode 100644 debian/monodoc-browser.triggers
 delete mode 100644 debian/patches/add_missing_Global.asax.patch
 delete mode 100644 debian/patches/automake_devs_need_a_new_job
 create mode 100644 docbrowser/editing.cs
 create mode 100644 gendarme/framework/Gendarme.Framework.Helpers/StreamLineReader.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.BadPractice/AvoidNullCheckWithAsOperatorRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.BadPractice/DoNotDecreaseVisibilityRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.BadPractice/Test/AvoidNullCheckWithAsOperatorTest.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.BadPractice/Test/DoNotDecreaseVisibilityTest.cs
 copy gendarme/rules/{Gendarme.Rules.Naming/DoNotPrefixEventsWithAfterOrBeforeRule.cs => Gendarme.Rules.Correctness/DeclareEventsExplicitlyRule.cs} (50%)
 copy gendarme/rules/{Gendarme.Rules.Design/Test/OverrideEqualsMethodTest.cs => Gendarme.Rules.Correctness/Test/DeclareEventsExplicitlyTest.cs} (56%)
 rename gendarme/rules/{Gendarme.Rules.Design => Gendarme.Rules.Correctness}/Test/TypesWithDisposableFieldsShouldBeDisposableTest.cs (53%)
 rename gendarme/rules/{Gendarme.Rules.Design => Gendarme.Rules.Correctness}/Test/TypesWithNativeFieldsShouldBeDisposableTest.cs (61%)
 copy gendarme/rules/{Gendarme.Rules.Design/TypesWithNativeFieldsShouldBeDisposableRule.cs => Gendarme.Rules.Correctness/TypesShouldBeDisposableBaseRule.cs} (55%)
 rename gendarme/rules/{Gendarme.Rules.Design => Gendarme.Rules.Correctness}/TypesWithDisposableFieldsShouldBeDisposableRule.cs (50%)
 rename gendarme/rules/{Gendarme.Rules.Design => Gendarme.Rules.Correctness}/TypesWithNativeFieldsShouldBeDisposableRule.cs (52%)
 copy gendarme/{framework/Gendarme.Framework/IIgnoreList.cs => rules/Gendarme.Rules.Design.Generic/GenericsBaseRule.cs} (66%)
 create mode 100644 gendarme/rules/Gendarme.Rules.Design/DoNotDeclareSettersOnCollectionPropertiesRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Design/Test/DoNotDeclareSettersOnCollectionPropertiesTest.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Exceptions/DoNotThrowInNonCatchClausesRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Exceptions/Test/DoNotThrowInNonCatchClausesTest.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Globalization/PreferIFormatProviderOverrideRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Globalization/PreferOverrideBaseRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Globalization/PreferStringComparisonOverrideRule.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Globalization/Test/PreferIFormatProviderOverrideTest.cs
 create mode 100644 gendarme/rules/Gendarme.Rules.Globalization/Test/PreferStringComparisonOverrideTest.cs
 mode change 100644 => 100755 gendarme/swf-wizard-runner/Properties/Resources.Designer.cs
 mode change 100644 => 100755 gendarme/swf-wizard-runner/Properties/Settings.Designer.cs
 copy gendarme/{rules/Gendarme.Rules.Gendarme/GendarmeRule.cs => tools/supported/templates/AssemblyRule.cs} (65%)
 create mode 100644 gendarme/tools/supported/templates/AssemblyRule.vstemplate
 copy gendarme/{rules/Gendarme.Rules.Gendarme/Test/UseCorrectSuffixTest.cs => tools/supported/templates/AssemblyTest.cs} (70%)
 create mode 100644 gendarme/tools/supported/templates/AssemblyTest.vstemplate
 create mode 100644 gendarme/tools/supported/templates/Makefile.am
 copy gendarme/tools/{unsupported/mapper => supported/templates}/Makefile.in (58%)
 copy gendarme/{rules/Gendarme.Rules.Gendarme/GendarmeRule.cs => tools/supported/templates/MethodRule.cs} (65%)
 create mode 100644 gendarme/tools/supported/templates/MethodRule.vstemplate
 copy gendarme/{rules/Gendarme.Rules.Gendarme/Test/UseCorrectSuffixTest.cs => tools/supported/templates/MethodTest.cs} (70%)
 create mode 100644 gendarme/tools/supported/templates/MethodTest.vstemplate
 create mode 100644 gendarme/tools/supported/templates/README
 create mode 100644 gendarme/tools/supported/templates/README.vsnet
 copy gendarme/tools/{unsupported/typeref/typeref.csproj => supported/templates/Templates.RuleProject.csproj} (63%)
 create mode 100644 gendarme/tools/supported/templates/Templates.RuleProject.vstemplate
 copy gendarme/tools/{unsupported/typeref/typeref.csproj => supported/templates/Templates.TestProject.csproj} (56%)
 create mode 100644 gendarme/tools/supported/templates/Templates.TestProject.vstemplate
 copy gendarme/{rules/Gendarme.Rules.Gendarme/GendarmeRule.cs => tools/supported/templates/TypeRule.cs} (65%)
 create mode 100644 gendarme/tools/supported/templates/TypeRule.vstemplate
 copy gendarme/{rules/Gendarme.Rules.Gendarme/Test/UseCorrectSuffixTest.cs => tools/supported/templates/TypeTest.cs} (70%)
 create mode 100644 gendarme/tools/supported/templates/TypeTest.vstemplate
 delete mode 100755 mkinstalldirs
 create mode 100644 mono-tools.spec.in
 create mode 100644 webdoc/App_Code/Plugins/Plugin.cs
 create mode 100644 webdoc/Global.asax
 create mode 100644 webdoc/README.md
 create mode 100644 webdoc/api.master
 delete mode 100644 webdoc/common.css
 delete mode 100644 webdoc/edit.aspx
 delete mode 100644 webdoc/header.aspx
 delete mode 100644 webdoc/header.html
 delete mode 100644 webdoc/images/link.png
 delete mode 100644 webdoc/images/print.png
 delete mode 100644 webdoc/index.html
 delete mode 100644 webdoc/login.aspx
 delete mode 100644 webdoc/logout.aspx
 delete mode 100644 webdoc/mono_logo_g.gif
 delete mode 100755 webdoc/monodoc.asmx
 create mode 100644 webdoc/monodoc.css
 delete mode 100755 webdoc/oldposts.xml
 create mode 100644 webdoc/plugins.def
 create mode 100644 webdoc/plugins/iframe-plugin/iframe.js
 create mode 100644 webdoc/plugins/iframe-plugin/jquery.iframe-auto-height-plugin.1.9.0.min.js
 create mode 100644 webdoc/plugins/search-plugin/fastsearch/fsearch.css
 create mode 100644 webdoc/plugins/search-plugin/fastsearch/search.js
 create mode 100644 webdoc/plugins/search-plugin/fullsearch/fullsearch.js
 create mode 100644 webdoc/plugins/search-plugin/fullsearch/search.css
 create mode 100644 webdoc/plugins/search-plugin/fullsearch/search.html
 create mode 100644 webdoc/plugins/search-plugin/images/spinner.gif
 rename webdoc/{images => plugins/sidebar-plugin/dependencies/ptree}/searching.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/ptree/tree.css (52%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/ptree/tree.js (75%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/I.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/L.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/Lminus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/Lplus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/T.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/Tminus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/Tplus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/blank.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/I.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/L.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/Lminus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/Lplus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/T.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/Tminus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/Tplus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/clean/blank.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/file.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/foldericon.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/I.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/L.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/Lminus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/Lplus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/T.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/Tminus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/Tplus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/blank.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_bar.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_corner.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_corner_minus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_corner_plus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_tee.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_tee_minus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn/menu_tee_plus.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn2/I.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn2/L.gif (100%)
 create mode 100644 webdoc/plugins/sidebar-plugin/dependencies/xtree/images/msdn2/Lminus.gif
 create mode 100644 webdoc/plugins/sidebar-plugin/dependencies/xtree/images/msdn2/Lplus.gif
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn2/T.gif (100%)
 create mode 100644 webdoc/plugins/sidebar-plugin/dependencies/xtree/images/msdn2/Tminus.gif
 create mode 100644 webdoc/plugins/sidebar-plugin/dependencies/xtree/images/msdn2/Tplus.gif
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/msdn2/blank.gif (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/openfoldericon.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/I.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/L.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/Lminus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/Lplus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/T.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/Tminus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/Tplus.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/file.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/folder.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/images/xp/openfolder.png (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/xloadtree.js (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/xmlextras.js (100%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/xtree.css (79%)
 rename webdoc/{ => plugins/sidebar-plugin/dependencies}/xtree/xtree.js (93%)
 create mode 100644 webdoc/plugins/sidebar-plugin/make-tree.js
 rename webdoc/{ => plugins/sidebar-plugin}/sidebar.css (91%)
 rename webdoc/{ => plugins/sidebar-plugin}/sidebar.js (100%)
 create mode 100644 webdoc/plugins/tooltip-plugin/bootstrap.tooltip.js
 create mode 100644 webdoc/robots.txt
 delete mode 100644 webdoc/server.asmx
 delete mode 100644 webdoc/server.cs
 create mode 100644 webdoc/skins/mono-external/common-extension.css
 create mode 100644 webdoc/skins/mono-external/footer.html
 create mode 100644 webdoc/skins/mono-external/header.html
 create mode 100644 webdoc/skins/mono-external/images/link.png
 rename webdoc/{ => skins/mono-external}/images/mono-logo.png (100%)
 rename webdoc/{ => skins/mono-external}/images/mono_logo_g.gif (100%)
 create mode 100644 webdoc/skins/mono-external/images/native-browser-icon.png
 create mode 100644 webdoc/skins/mono-external/images/print.png
 create mode 100644 webdoc/skins/mono-external/images/slide-toggle.png
 create mode 100644 webdoc/skins/mono-external/images/spinner.gif
 delete mode 100644 webdoc/tables.sql
 create mode 100644 webdoc/views/common.css
 create mode 100644 webdoc/views/common.js
 create mode 100644 webdoc/views/images/favicon.ico
 create mode 100644 webdoc/views/images/native-browser-icon.png
 create mode 100644 webdoc/views/reset.css
 delete mode 100644 webdoc/wiki2ecmahelper.xsl
 delete mode 100644 webdoc/xtree/images/msdn2/Lminus.gif
 delete mode 100644 webdoc/xtree/images/msdn2/Lplus.gif
 delete mode 100644 webdoc/xtree/images/msdn2/Tminus.gif
 delete mode 100644 webdoc/xtree/images/msdn2/Tplus.gif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono-tools.git



More information about the Pkg-mono-svn-commits mailing list