[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / ilasm / scanner / ChangeLog
index 2ecfb30733a166a5158d9760cee61e4a6e8ab150..b169b242b902db222b9aded94d6508ae2f154542 100644 (file)
@@ -1,3 +1,32 @@
+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 .
+
+2006-05-11  Ankit Jain  <jankit@novell.com>
+
+       * ILTokenizingExpcetion.cs (Location): Remove. Already inherited from
+       ILAsmException.
+
+2006-05-10  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add 'property' for NET_2_0.
+
 2006-02-20  Ankit Jain  <jankit@novell.com>
 
        * ILTable.cs (directives): Remove .constraint