X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FPEAPI%2FChangeLog;h=bcc5824da42f9e4543473b3cda43842118b409e2;hb=ae3b35aa23f89afc78957b808ee8112b3670c8c7;hp=486a69e9db622c4840eed4b7a71bae1c27581c38;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/class/PEAPI/ChangeLog b/mcs/class/PEAPI/ChangeLog index 486a69e9db6..bcc5824da42 100644 --- a/mcs/class/PEAPI/ChangeLog +++ b/mcs/class/PEAPI/ChangeLog @@ -1,3 +1,37 @@ +2009-03-31 Rodrigo Kumpera + + * Code.cs (CILLabel): Add new constructor to signal that + a label is an absolute il offset. This is required by exception + handling declarations that use offsets and not labels. + +2008-06-02 Ankit Jain + + Fix bug #367114. + * Code.cs (TryBlock.ResolveCatchBlocks): New. + (CILInstructions.AddTryBlock): Resolve the catch blocks with the new + method. + (Catch..ctor): Add new .ctor to allow exceptions of any type. + (Catch.ResolveType): New. Add the exception type to the metadata. + +2008-04-07 Rodrigo Kumpera + + * Code.cs: Removed Local::TypeSig() as it is not needed + for the previous patch. + +2008-04-07 Erven Rohou + + * Code.cs: Add new method: GetLocalVars() for ilasm support for + emitting local variable names. + +2007-11-05 Jackson Harper + + * LICENSE: Add long lost file. + +2006-11-09 Ankit Jain + + * Metadata.cs (AssemAttr.Retargetable): New. + (AssemblyRef.AddAssemblyAttr): New. + 2006-07-20 Ankit Jain * Metadata.cs (CustomAttribute.BuildTables): Value can be null.