[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / ilasm / scanner / ChangeLog
index 064721497aaeb473a47d5a876e3fab5187901309..b169b242b902db222b9aded94d6508ae2f154542 100644 (file)
@@ -1,3 +1,19 @@
+2009-04-15  Ankit Jain  <jankit@novell.com>
+
+       * StringHelper.cs (startIdChars): New. Set of chars that can start an
+       identifier.
+       (Start): Use startIdChars instead of idchars.
+
+2009-04-08  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #487155.
+       * StringHelper.cs: Handle octal values in strings.
+       Patch from  Stephen Gennard (stephen@gennard.net)
+
+2006-11-09  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add 'retargetable'.
+
 2006-05-26  Ankit Jain  <jankit@novell.com>
 
        *  ILTables.cs (keywords): Move 'property' out of NET_2_0 .