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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog, 1.2683, 1.2684 NEWS, 1.27, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog, 1.2683, 1.2684 NEWS, 1.27, 1.28 configure.in, 1.142, 1.143
Date: Fri, 05 Sep 2003 23:08:22 -0400

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

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:


Update version for the "0.5.12" release.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2683
retrieving revision 1.2684
diff -C2 -r1.2683 -r1.2684
*** ChangeLog   6 Sep 2003 03:02:08 -0000       1.2683
--- ChangeLog   6 Sep 2003 03:08:19 -0000       1.2684
***************
*** 4,7 ****
--- 4,9 ----
        * csdoc/cssrc2html.1: fill in the missing parts of the manpage.
  
+       * NEWS, configure.in: update version for the "0.5.12" release.
+ 
  2003-09-06  Andrew Mitchell  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** NEWS        26 Jul 2003 06:32:56 -0000      1.27
--- NEWS        6 Sep 2003 03:08:19 -0000       1.28
***************
*** 1,3 ****
--- 1,86 ----
  
+ 0.5.12 (6 September 2003)
+ 
+       Runtime engine:
+ 
+       * Start adding a treecc-based marshalling system.
+       * Use the correct exceptions for missing PInvoke functions.
+       * Check for exact member matches before inexact ones (Richard Baumann).
+       * Interface name matching in the reflection code (Richard Baumann).
+       * Primitive conversions for "initobj" (Gopal V).
+       * Check in the beginnings of PPC and ia64 unrollers (Rhys, CH Gowri 
Kumar).
+       * Internalcall for "MethodInfo.GetBaseDefinition".
+       * "Assembly.Location" and "AppDomain.GetAssemblies" (Richard Baumann).
+       * Update generic internalcalls to match latest specification.
+       * Handle assembly names that end in ".dll" even when not expected to.
+       * Remove obsolete internalcalls that will be superceded by CAS.
+       * New internalcalls for "Assembly", "AssemblyName", and "Module".
+       * Add the "Thread.SpinWait" internalcall.
+       * Fix a lockup in the bytecode verifier.
+       * Internalcalls for Unicode case conversion and string comparison.
+       * Temporarily disable IMT's because of a hash table clash bug.
+       * New internalcalls for obtaining configuration directories.
+       * New Internalcall for "FormatterServices" to get serializable members.
+ 
+       Common Compiler Issues:
+ 
+       * Rearrange code generation for "switch" statements to prevent values
+         being left on the stack during fall-through situations.
+       * Convert instances of "SecurityPermissionAttribute" into declarative
+         security blobs in program metadata.
+ 
+       C# Compiler:
+ 
+       * Fix a problem where "final virtual" was being used on methods that
+         weren't actually interface implementations.
+       * Report duplicates of "override" methods correctly.
+ 
+       C Compiler:
+ 
+       * Allow typedef names to be used as struct field names.
+       * Bug in the struct hash algorithm for primitive types.
+       * Ignore missing libraries when compiling C code.
+       * Additional error line to clarify "two or more types in declaration".
+       * Bug with "short int" in type definitions.
+       * Constant evaluation for conditional expressions.
+       * Allow "long double" to be used inside non-native structs and unions.
+       * Rearrange precedence so that "=" is higher than "?:".
+       * Work around bugs in MacOS X cpp's that cannot handle spaces.
+       * "GetType" and "GenValue" for compound statements, to support
+         statement expressions.
+ 
+       VB Compiler:
+ 
+       * '$' is not a legal identifier character, only a suffix.
+ 
+       Disassembler:
+ 
+       * "--resolve-all" option (Gopal V).
+ 
+       Loader and Metadata:
+ 
+       * Add support for gzip'ed PE/COFF binaries.
+ 
+       Linker:
+ 
+       * Report multiply-defined symbols once for each instance.
+ 
+       Documentation:
+ 
+       * Man page for csant (Gopal V).
+       * Fix quoting of '&' throughout the documentation tools.
+       * Improve the quality of difference reports form il2doc and csdocvalil.
+       * Man page for cssrc2html (Andrew Mitchell, Rhys Weatherley).
+ 
+       Platform Support:
+ 
+       * mb/wc workarounds for MacOS X.
+       * Support routines for Unicode case conversion.
+       * Unicode case-sensitive string comparisons.
+ 
+       Other:
+ 
+       * Fix carry outs during decimal multiplication.
+ 
  0.5.10 (26 July 2003)
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -r1.142 -r1.143
*** configure.in        28 Aug 2003 07:10:13 -0000      1.142
--- configure.in        6 Sep 2003 03:08:19 -0000       1.143
***************
*** 6,10 ****
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.11)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE
--- 6,10 ----
  
  dnl Initialize automake.
! AM_INIT_AUTOMAKE(pnet, 0.5.12)
  AM_CONFIG_HEADER(include/il_config.h)
  AM_MAINTAINER_MODE





reply via email to

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