[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / ilasm / parser / ChangeLog
index 470b98ef8b2c30380971e22ab3f6bf1d6fdc98a8..4d3ff33de2f2d8c612d9cca8398cb206333c9a74 100644 (file)
@@ -1,3 +1,79 @@
+2010-03-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * ILParser.jay: Fix the float32(<long>) case in the previous change.
+
+2010-03-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * ILParser.jay: Fix support for hex float literals on big-endian platforms.
+
+2009-04-20  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #494221.
+       * ILParser.jay (scope_block_begin): Mark begin .locals scope.
+       (scope_block): Mark end .locals scope.
+
+2009-04-15  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay (instr): Handle unidentified local var id.
+
+2009-03-31  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ILParser.jay: Fix integer labels in handler blocks.
+
+2008-06-02  Ankit Jain  <jankit@novell.com>
+
+       Part of fix for bug #367114.
+       * ILParser.jay (seh_clause): Allow exception to be of any type and not
+       just class.
+
+2008-06-01  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay: Track api changes.
+
+2008-03-05  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay (custom_type): Allow any method name.
+
+2008-03-05  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #367024.
+       * ILParser.jay (seh_clause): catch can take generic class refs also.
+
+2008-01-03  Rodrigo Kumpera <rkumpera@novell.com>
+
+       * ILParser.jay: Fixed typo in EmitByteInstr class name.
+
+2007-12-31  Rodrigo Kumpera <rkumpera@novell.com>
+
+       * ILParser.jay: Implement .emitbyte directive 
+
+2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ILParser.jay: Create LabelInfo instances for switch labels,
+       this allows the code generator to spot invalid labels.
+       Fixes #350480.
+
+2007-06-05  Rodrigo Kumpera <kumpera@gmail.com>
+
+       * ILParser.jay: Support for variance related generic modifiers <+T> and <-T> 
+
+Fri Mar 23 16:52:06 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * ILParser.jay: fix BitConverter use on big endian archs
+       (this was likely the cause of Zoltan's change in r72237
+       which has been reverted in r74485).
+
+2007-01-10  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay (GetTypeRef): Use BaseTypeRef.Clone
+
+2006-11-09  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay (K_RETARGETABLE): New.
+       (asm_attr): Add rule for K_RETARGETABLE.
+       (assembly_head): Handle attributes.
+       (assemblyref_head): Add asm_attr.
+
 2006-06-07  Ankit Jain  <jankit@novell.com>
 
        * ILParser.jay : Update to use Report.Warning instead of