X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2Fparser%2FChangeLog;h=e4ae067ee59c4402b165468b49044a49670d1985;hb=cb6e97b97a0ef0d3230c4254d0ebd9779919f0d0;hp=51b59acbc54c4f88675c2f5bcc7ce4dae6964ddd;hpb=b8f4ff31ed505e3bc2d1766db24eb7bf1b4d2181;p=mono.git diff --git a/mcs/ilasm/parser/ChangeLog b/mcs/ilasm/parser/ChangeLog index 51b59acbc54..e4ae067ee59 100644 --- a/mcs/ilasm/parser/ChangeLog +++ b/mcs/ilasm/parser/ChangeLog @@ -1,3 +1,35 @@ +2003-03-15 Jackson Harper + + * ILParser.jay: de-bacwardificate values passed to add method, + I was setting the return to the parent before, but the parent + value was being set to the return type value so it all worked + out but was very confusing. + +2003-03-15 Jackson Harper + + * ILParser.jay: Add external field references + +2003-03-15 Jackson Harper + + * ILParser.jay: Add fields to the field table, add field references, + emit instructions that take a field param + +2003-03-15 Jackson Harper + + * ILParser.jay: Emit ldstr instruction + +2003-03-15 Jackson Harper + + * ILParser.jay: Create external method references + +2003-03-14 Jackson Harper + + * ILParser.jay: Emit instructions that take a method def as a single param + +2003-03-14 Jackson Harper + + * ILParser.jay: Emit instructions that take a single type as a param + 2003-03-14 Jackson Harper * ILParser.jay: Emit instructions that take a single int32 as a param