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/Mono.Xml.Ext
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/Mono.Xml.Ext')
-rw-r--r--mcs/class/Mono.Xml.Ext/Assembly/ChangeLog5
-rw-r--r--mcs/class/Mono.Xml.Ext/ChangeLog26
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/ChangeLog17
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog52
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml/ChangeLog13
5 files changed, 0 insertions, 113 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Assembly/ChangeLog b/mcs/class/Mono.Xml.Ext/Assembly/ChangeLog
deleted file mode 100644
index 18219458b22..00000000000
--- a/mcs/class/Mono.Xml.Ext/Assembly/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- AssemblyInfo.cs,
- TODOAttribute.cs: Initial Checkin.
-
diff --git a/mcs/class/Mono.Xml.Ext/ChangeLog b/mcs/class/Mono.Xml.Ext/ChangeLog
deleted file mode 100644
index 9b6c5b32064..00000000000
--- a/mcs/class/Mono.Xml.Ext/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-2005-03-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile:
- build XPath2/XQuery parsers/tokenizers from common codebase.
- * Mono.Xml.Ext.dll:
- removed built sources.
-
-2004-11-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * Mono.Xml.Ext.dll.sources : added XPathNavigatorReader.cs.
-
-2004-10-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * Mono.Xml.Ext.dll.sources : added new files.
- * .cvsignore : added
-
-2004-10-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * README : new file.
-
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- Makefile,
- ChangeLog,
- Mono.Xml.Ext.dll.sources: Initial Checkin.
-
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/ChangeLog b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/ChangeLog
deleted file mode 100644
index bb6382d6dda..00000000000
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2004-11-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * XPathNavigatorReader.cs : added.
-
-2004-10-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * XPathEditableDocument.cs : Copied from sys.xml.
-
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- DTMXPathDocument.cs,
- DTMXPathDocumentBuilder.cs,
- DTMXPathDocumentWriter.cs,
- DTMXPathNavigator.cs,
- DTMXPathNode.cs,
- XPathEditableDocument.cs: Initial Checkin (it is not compiled as yet).
-
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog
deleted file mode 100644
index 900591c0ac5..00000000000
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog
+++ /dev/null
@@ -1,52 +0,0 @@
-2005-03-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * skeleton-2.0.cs,
- XQueryParser.jay,
- XQueryTokenizer.cs : removed.
- * ParserBase.jay,
- TokenizerBase.cs : added, used to create both XQuery parser and
- XPath2 parser.
- * XQueryASTCompiler.cs,
- XQueryCommandImpl.cs : updated in reflection to XQuery parser change.
- * SequenceType.cs : added namespace axis.
-
-2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * XQueryParser.jay : don't output parser error by default.
-
-2004-10-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * .cvsignore : should be here ;-)
-
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- XmlArgumentList.cs : added (still required).
-
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- SequenceType.cs,
- XPath2Expression.cs,
- XPathSequence.cs,
- XQueryASTCompiler.cs,
- XQueryArithmeticOperator.cs,
- XQueryCliFunction.cs,
- XQueryCommandImpl.cs,
- XQueryComparisonOperator.cs,
- XQueryCompileContext.cs,
- XQueryCompileOptions.cs,
- XQueryContext.cs,
- XQueryConvert.cs,
- XQueryDefaultFunctionCall.cs, (not in use),
- XQueryExpression.cs,
- XQueryFunction.cs,
- XQueryFunctionCliImpl.cs,
- XQueryFunctionContextAttribute.cs,
- XQueryFunctionTable.cs,
- XQueryModuleProlog.cs,
- XQueryStaticContext.cs,
- XQueryTokenizer.cs,
- XmlQueryCompileException.cs,
- XmlQueryException.cs,
- XQueryParser.jay,
- skelton-2.0.cs: Initial Checkin (it is not compiled as yet).
-
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml/ChangeLog b/mcs/class/Mono.Xml.Ext/Mono.Xml/ChangeLog
deleted file mode 100644
index 0d98b1149ea..00000000000
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2004-10-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlCachingResolver.cs : added (thanks to BenM).
- * XmlNodeWriter.cs, SubtreeXmlReader.cs : added (copy from sys.xml).
- * InternalPool.cs : it is NET_2_0.
- * XmlStoredResolver.cs : namespace Mono.Xml.
-
-2004-10-22 Atsushi Enomoto <atsushi@ximian.com>
-
- InternalPool.cs,
- XmlChar.cs,
- XmlStoredResolver.cs: Initial Checkin.
-