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.1171,1.1172


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1171,1.1172
Date: Mon, 21 Jul 2003 14:14:40 -0400

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

Modified Files:
        ChangeLog 
Log Message:
Fix some enum issues


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1171
retrieving revision 1.1172
diff -C2 -r1.1171 -r1.1172
*** ChangeLog   21 Jul 2003 16:54:45 -0000      1.1171
--- ChangeLog   21 Jul 2003 18:14:37 -0000      1.1172
***************
*** 8,13 ****
        runtime/System/Int64.cs, runtime/System/UInt64.cs: Effectively
        double the hash space by removing the "& 0x7FFFFFFF". Halve the 
!       collisions so that now all integers below 32 bit to have unique 
        hashes and all 64 bit integers have only 1 collision in hash space.
  
  2003-07-21  Rhys Weatherley  <address@hidden>
--- 8,17 ----
        runtime/System/Int64.cs, runtime/System/UInt64.cs: Effectively
        double the hash space by removing the "& 0x7FFFFFFF". Halve the 
!       collisions so that now all integers below 32 bits have unique 
        hashes and all 64 bit integers have only 1 collision in hash space.
+ 
+       * runtime/System/Enum.cs: Fix CompareTo to match spec , Allow various
+       IConvertible interfaces to convert even when casting is impossible,
+       make GetName less strict.
  
  2003-07-21  Rhys Weatherley  <address@hidden>





reply via email to

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