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/CustomMarshalers
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/CustomMarshalers')
-rw-r--r--mcs/class/CustomMarshalers/Assembly/ChangeLog14
-rw-r--r--mcs/class/CustomMarshalers/ChangeLog17
-rw-r--r--mcs/class/CustomMarshalers/System.Runtime.InteropServices.CustomMarshalers/ChangeLog3
3 files changed, 0 insertions, 34 deletions
diff --git a/mcs/class/CustomMarshalers/Assembly/ChangeLog b/mcs/class/CustomMarshalers/Assembly/ChangeLog
deleted file mode 100644
index f8e71560380..00000000000
--- a/mcs/class/CustomMarshalers/Assembly/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2008-04-15 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: Added missing Attributes
-
-2005-10-31 Zoltan Varga <vargaz@freemail.hu>
-
- * AssemblyInfo.cs: Fix compilation. Fixes #76449.
-
-2004-04-28 Sebastien Pouliot <sebastien@ximian.com>
-
- * AssemblyInfo.cs: Added
- * ChangeLog: Added
- * Locale.cs: Added
- * TODOAttribute.cs: Added \ No newline at end of file
diff --git a/mcs/class/CustomMarshalers/ChangeLog b/mcs/class/CustomMarshalers/ChangeLog
deleted file mode 100644
index 7f1a39e52c2..00000000000
--- a/mcs/class/CustomMarshalers/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2006-08-28 Wade Berrier <wberrier@novell.com>
-
- * Makefile: Non consequential casing rename for thisdir
-
-2006-07-20 Jonathan Chambers <joncham@gmail.com>
-
- * Makefile:
- Corrected assembly name to CustomMashalers.
-
-2004-04-26 Sebastien Pouliot <sebastien@ximian.com>
-
- * System.Runtime.InteropServices.CustomMarshalers.dll.sources:
- Added Assembly/AssemblyInfo.cs, Locale.cs and TODO to the build.
-
-2003-03-22 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * Stubbed assembly
diff --git a/mcs/class/CustomMarshalers/System.Runtime.InteropServices.CustomMarshalers/ChangeLog b/mcs/class/CustomMarshalers/System.Runtime.InteropServices.CustomMarshalers/ChangeLog
deleted file mode 100644
index 94c59637c55..00000000000
--- a/mcs/class/CustomMarshalers/System.Runtime.InteropServices.CustomMarshalers/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-04-24 Jonathan Chambers <joncham@gmail.com>
-
- * EnumeratorToEnumVariantMarshaler.cs: Implement.