[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / ilasm / scanner / ChangeLog
index 90cd9376a8b4f35414fe81cd5aabe095d19c5c18..b169b242b902db222b9aded94d6508ae2f154542 100644 (file)
@@ -1,3 +1,93 @@
+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
+
+2006-02-20  Ankit Jain  <jankit@novell.com>
+
+       * ILTokenizingException.cs (ILTokenizingException): Derive from
+       ILAsmException.
+
+2006-01-31  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Enable keyword 'type' only for NET_2_0 profile.
+
+2006-01-28  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Fix typos in entry for 'charmaperror'.
+
+2006-01-19  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add 'type' keyword.
+
+2006-01-16  Ankit Jain  <jankit@novell.com>
+
+       * NumberHelper.cs (NumberHelper.Build): Try parsing numeric value as UInt64 or 
+       double if Int64.Parse fails.
+
+2006-01-16  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add 'bestfit', 'charmaperror', 'on' & 'off'.
+
+2006-01-16  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add 'uint', this is a native UIntPtr type.
+
+2006-01-03  Ankit Jain  <jankit@novell.com>
+
+       * ILTokenizer.cs (ILTokenizer.idchars): Add ` to the list.
+
+2005-12-14  Ankit Jain  <jankit@novell.com>
+
+       * NumberHelper.cs (NumberHelper.Build): Set dec_found to false, if a '..' is
+       found after a number so that it is parsed as INT64 and not FLOAT64.
+       Fix #76977.
+
+2005-12-14  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Add uint8, uint16, uint32 and uint64 keywords.
+
+2005-11-28  Ankit Jain  <jankit@novell.com>
+
+       * StringHelper.cs (idChars): Add ` to the list.
+
+2005-08-29  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs (keywords): Comment out lcid keyword. Its not recognised as a
+         keyword by ilasm (ms.net) 1.1
+
+2005-08-18  Ankit Jain  <jankit@novell.com>
+
+       * ILTables.cs: Comment out publickey keyword.
+
 2005-04-27  Raja R Harinath  <rharinath@novell.com>
 
        * ILTokenizer.cs (GetNextToken): Handle 'tail.' and 'unaligned.'