X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2Fparser%2FChangeLog;h=4d3ff33de2f2d8c612d9cca8398cb206333c9a74;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=83d61ab83923ab946474eeb5fc510e8b6ab9b26d;hpb=e146706ff494caf3435aa69ff398c36bb77c4d8e;p=mono.git diff --git a/mcs/ilasm/parser/ChangeLog b/mcs/ilasm/parser/ChangeLog index 83d61ab8392..4d3ff33de2f 100644 --- a/mcs/ilasm/parser/ChangeLog +++ b/mcs/ilasm/parser/ChangeLog @@ -1,3 +1,35 @@ +2010-03-14 Zoltan Varga + + * ILParser.jay: Fix the float32() case in the previous change. + +2010-03-14 Zoltan Varga + + * ILParser.jay: Fix support for hex float literals on big-endian platforms. + +2009-04-20 Ankit Jain + + Fix bug #494221. + * ILParser.jay (scope_block_begin): Mark begin .locals scope. + (scope_block): Mark end .locals scope. + +2009-04-15 Ankit Jain + + * ILParser.jay (instr): Handle unidentified local var id. + +2009-03-31 Rodrigo Kumpera + + * ILParser.jay: Fix integer labels in handler blocks. + +2008-06-02 Ankit Jain + + 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 + + * ILParser.jay: Track api changes. + 2008-03-05 Ankit Jain * ILParser.jay (custom_type): Allow any method name.