dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.757,1.758


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.757,1.758
Date: Sat, 22 Mar 2003 00:12:33 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv29340

Modified Files:
        ChangeLog 
Log Message:


Implement signature building routines for Reflection.Emit; modify
field, event, method, and property creation to use the
signature building routines.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.757
retrieving revision 1.758
diff -C2 -r1.757 -r1.758
*** ChangeLog   22 Mar 2003 01:33:16 -0000      1.757
--- ChangeLog   22 Mar 2003 05:12:30 -0000      1.758
***************
*** 16,19 ****
--- 16,31 ----
        and IL code generation.
  
+       * runtime/System/Reflection/Emit/ConstructorBuilder.cs,
+       runtime/System/Reflection/Emit/EventBuilder.cs,
+       runtime/System/Reflection/Emit/FieldBuilder.cs,
+       runtime/System/Reflection/Emit/ILGenerator.cs,
+       runtime/System/Reflection/Emit/MethodBuilder.cs,
+       runtime/System/Reflection/Emit/PropertyBuilder.cs,
+       runtime/System/Reflection/Emit/SignatureHelper.cs,
+       runtime/System/Reflection/Emit/TypeBuilder.cs: implement
+       signature building routines for Reflection.Emit; modify
+       field, event, method, and property creation to use the
+       signature building routines.
+ 
  2003-03-20  Rhys Weatherley  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]