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:
authorAtsushi Eno <atsushieno@gmail.com>2005-03-10 19:10:50 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-03-10 19:10:50 +0300
commit25554184e901bdae85dcf14444610d43dcaf9f59 (patch)
treeb5ef87b1e8998402d4b918b6441e4595f00d0a89 /mcs/errors/ChangeLog
parent16c4bc5ec660c13a3c45f5337818d46ad64cee03 (diff)
2004-03-10 Atsushi Enomoto <atsushi@ximian.com>
in mcs: * cs-tokenizer.cs : added IsKeyword(). * doc.cs : Detect keyword incorrectly used as identifier. Allow identifiers prefixed by @. in tests: * xml-036.cs, xml-036-ref.xml, Makefile : added test for bug #73384. in errors: * cs1041.cs : added test for bug #73385. svn path=/trunk/mcs/; revision=41649
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 67c28b2d6df..e3123550ccf 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-10 Atsushi Enomoto <atsushi@ximian.com>
+
+ * cs1041.cs : added test for bug #73385.
+
2005-03-10 Marek Safar <marek.safar@seznam.cz>
* TestRunner.cs: New fast test runner.