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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/System.Xml.Linq
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/System.Xml.Linq')
-rw-r--r--mcs/class/System.Xml.Linq/Assembly/ChangeLog29
-rw-r--r--mcs/class/System.Xml.Linq/ChangeLog79
-rw-r--r--mcs/class/System.Xml.Linq/Test/System.Xml.Linq/ChangeLog222
-rw-r--r--mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ChangeLog4
4 files changed, 0 insertions, 334 deletions
diff --git a/mcs/class/System.Xml.Linq/Assembly/ChangeLog b/mcs/class/System.Xml.Linq/Assembly/ChangeLog
deleted file mode 100644
index 4e71f3e7ed1..00000000000
--- a/mcs/class/System.Xml.Linq/Assembly/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-2009-09-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * AssemblyInfo.cs: Don't include APTCA in NET_2_1
-
-2008-04-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: Added missing attributes
-
-2007-08-24 Marek Safar <marek.safar@gmail.com>
-
- * AssemblyInfo.cs: Updated to Beta 2
-
-2007-05-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs :
- Use winfx pub key. Fixed CLS compliance (true in beta1).
-
-2007-05-02 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : fixed version and CLS compliance.
-
-2007-02-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : System.Xml.XLinq.dll -> System.Xml.Linq.dll
-
-2005-09-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : new file.
-
diff --git a/mcs/class/System.Xml.Linq/ChangeLog b/mcs/class/System.Xml.Linq/ChangeLog
deleted file mode 100644
index 182c0d2161d..00000000000
--- a/mcs/class/System.Xml.Linq/ChangeLog
+++ /dev/null
@@ -1,79 +0,0 @@
-2010-05-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xml.Linq_test.dll.sources :
- add System.Xml.Schema/ExtensionsTest.cs.
-
-2009-07-20 Jb Evain <jbevain@novell.com>
-
- * net_2_1_raw_System.Xml.Linq.dll: delete, and use ifdefs
- in the few specific files.
-
-2009-07-20 Jb Evain <jbevain@novell.com>
-
- * Makefile: filter the valid profile on the framework version,
- to make it easier to have custom variants.
-
-2009-06-05 Jb Evain <jbevain@novell.com>
-
- * Makefile: fix the 2.1 build.
-
-2009-05-07 Jb Evain <jbevain@novell.com>
-
- * System.Xml.Linq/XElement.cs: do a bit of refactoring to avoid
- multiple ifdefs.
-
-2008-11-20 Jb Evain <jbevain@novell.com>
-
- * Assembly/AssemblyInfo.cs: sign with winfx.pub on NET_2_1.
-
-2008-11-19 Jb Evain <jbevain@novell.com>
-
- * net_2_1_raw_System.Xml.Linq.dll.sources: added
- * Makefile: add support to build System.Xml.Linq on net_2_1.
-
-2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xml.Linq_test.dll.sources : added XStreamingElementTest.cs.
-
-2008-04-06 Roei Erez <roeie@mainsoft.com>
-
- * System.Xml.Linq.csproj: some modifications to the project file.
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Xml.Linq_test.dll.sources : added XNodeNavigatorTest.cs.
-
-2007-12-03 Marek Safar <marek.safar@gmail.com>
-
- * Makefile : Fixed 3.5 settings.
-
-2007-11-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : couple of adjustment for migration from olive to mcs.
-
-2007-08-24 Marek Safar <marek.safar@gmail.com>
-
- * Makefile : Build as 3.5 assembly
-
-2007-02-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : System.Query.dll -> System.Core.dll
-
-2007-02-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : System.Xml.XLinq.dll -> System.Xml.Linq.dll
- * System.Xml.XLinq.dll.sources, System.Xml.Linq.dll.sources : renamed
-
-2006-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : now the build profile is net_3_0, so don't skip it.
-
-2006-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : now we can depend on Alejandro's System.Query.dll.
-
-2005-09-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile,
- System.Xml.XLinq.dll.sources : new files.
-
diff --git a/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/ChangeLog b/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/ChangeLog
deleted file mode 100644
index 937106c7900..00000000000
--- a/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/ChangeLog
+++ /dev/null
@@ -1,222 +0,0 @@
-2010-04-23 Jonathan Pobst <monkey@jpobst.com>
-
- * XAttributeTest.cs, XElementTest.cs: Try to standardize DST usage
- to fix failing tests in buildbot.
-
-2010-04-21 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeNavigatorTest.cs : added test for bug #594877. Enable and fix
- tests that were commented out.
-
-2010-04-02 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added test for bug #592435.
-
-2010-01-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs, XAttributeTest.cs : add corner case value conversion
- for numeric and TimeSpan values. Patch by Tiaan Geldenhuys.
-
-2010-01-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs, XAttributeTest.cs : add another set of extensive
- tests by Tiaan Geldenhuys.
-
-2010-01-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : add extensive tests by Tiaan Geldenhuys, with
- one sort of comment-out as stated in r149388.
-
-2009-11-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added test for bug #541098.
-
-2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XDocumentTest.cs : added test for bug #496285.
-
-2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : Updated test to match the latest linq2xml
- and added test for LookupNamespace().
-
-2009-09-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * XObjectTest.cs : added test for #527887.
-
-2009-07-21 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test Prefix on default namespace.
-
-2009-07-21 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test member behaviors at EOF state.
-
-2009-07-21 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : on attributes IsEmptyElement is false.
-
-2009-05-07 Jb Evain <jbevain@novell.com>
-
- * XElementTest.cs: add test for bug #501589.
-
-2009-02-23 Jb Evain <jbevain@novell.com>
-
- * XAttributeTest.cs: add test for XAttribute holding DateTimes.
-
-2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added test for bug #466423.
-
-2008-06-12 Nestor Salceda <nestor.salceda@gmail.com>
-
- * XTextTest.cs: added test for bug #401325.
-
-2008-05-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added test for bug #392063 and some variants.
-
-2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs, XDocumentTest.cs : fixed tests; do now allow
- XDeclaration addition to XElement, while allow it being added
- to XDocument.
- Added test for AddAfterSelf() for concatenating string arguments.
-
-2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElement.cs : added AddAfterSelfCollection().
-
-2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XDocumentTest.cs, XElementTest.cs :
- Added couple of tests for Add() and AddBeforeSelf().
-
-2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XStreamingElementTest.cs : new test.
-
-2008-04-30 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : added CreateReader3().
-
-2008-02-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added test for Value (bug #360858).
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeDocumentOrderComparerTest.cs : added another test for
- descendant/ancestor comparison.
- * ExtensionsTest.cs : test InDocumentOrder<T>().
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNamespaceTest.cs : test Get() and GetName().
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeNavigatorTest.cs : test MoveToId() (NotSupportedException,
- cannot be enabled yet).
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XObjectTest.cs : new. Test IXmlLineInfo.
-
-2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeNavigatorTest.cs : new test (but it does not build yet).
-
-2008-02-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * ExtensionsTest.cs : disabled Remove() which does not compile now.
- * XNodeWriterTest.cs : added test for Write[Full]EndElement() and
- XElement.IsEmpty.
-
-2008-01-30 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test for bug #356522, the third case.
-
-2008-01-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test get_NodeType() for Initial state.
-
-2008-01-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test CreateReader() for non-document XNode.
-
-2008-01-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test for bug #356522 revised case.
-
-2008-01-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test for bug #356522.
-
-2008-01-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : test for bug #335975.
-
-2007-10-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XTextTest.cs : added test for ToString().
-
-2007-10-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs, XNamespaceTest.cs, XNodeWriterTest.cs:
- XNamespace.Blank does not exist anymore.
-
-2007-05-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeReaderTest.cs : removed debug console output.
- * XNodeWriterTest.cs : new test for XContainer.CreateWriter().
-
-2007-05-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * XProcessingInstructionTest.cs
- XNodeReaderTest.cs : new tests.
-
-2007-05-06 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs :
- test for ReplaceAttributes(), GetDefaultNamespace(),
- GetPrefixOfNamespace() and GetNamespaceOfPrefix().
-
-2007-05-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * XNodeDocumentOrderComparerTest.cs : new test.
-
-2007-05-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * XTextTest.cs : test for NodeType (and whitespace),
- * XNodeEqualityComparerTest.cs : test for GetHashCode(null) and
- Compare().
-
-2007-05-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : Tests for ReplaceAll() and AddBeforeSelf() for
- sequential strings.
-
-2007-05-04 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : added tests for Add[Before|After]Self().
- * XAttributeTest.cs :
- added tests for SetValue(), ToString() and ctor.
- * ExtensionsTest.cs : new file, tests for extension methods.
-
-2007-05-04 Atsushi Enomoto <atsushi@ximian.com>
-
- * XAttributeTest.cs : new test, for XAttribute.
- * XElementTest.cs : attribute related tests.
-
-2007-05-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * XElementTest.cs : new test.
- * XNamespaceTest.cs
- XDocumentTest.cs : some tests for simple tree structure.
-
-2007-05-03 Atsushi Enomoto <atsushi@ximian.com>
-
- * XDocumentTest.cs
- XNameTest.cs
- XNamespaceTest.cs : initial commit.
diff --git a/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ChangeLog b/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ChangeLog
deleted file mode 100644
index c8d17d290b3..00000000000
--- a/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2010-05-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * ExtensionsTest.cs :
- New tests (not working yet), by Stefan Prutianu.