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:
Diffstat (limited to 'mcs/ilasm/errors/ChangeLog')
-rw-r--r--mcs/ilasm/errors/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/mcs/ilasm/errors/ChangeLog b/mcs/ilasm/errors/ChangeLog
new file mode 100644
index 00000000000..76e281ed457
--- /dev/null
+++ b/mcs/ilasm/errors/ChangeLog
@@ -0,0 +1,19 @@
+2006-02-10 Ankit Jain <jankit@novell.com>
+
+ * err-global.il, err-global2.il: New. Tests for refs to non-existant
+ global method/field.
+
+2006-02-02 Ankit Jain <jankit@novell.com>
+
+ * err-invalid-array-bounds.il: New. Test for 'lower bound <= upper bound'
+
+2006-01-23 Ankit Jain <jankit@novell.com>
+
+ * err-*.il, test-perm_fail*.il: Move negative tests from tests/ to here.
+
+2004-06-10 Jackson Harper <jackson@ximian.com>
+
+ * errors: This directory will contain assembly files that should
+ not compile.
+ * bad_bytearray.il: A bad bytearray in a .data line. Should give a
+ syntax error.