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.670,1.671


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.670,1.671
Date: Sun, 02 Feb 2003 13:26:09 -0500

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

Modified Files:
        ChangeLog 
Log Message:


Performance enhancement (reduce StringBuilder use)


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.670
retrieving revision 1.671
diff -C2 -r1.670 -r1.671
*** ChangeLog   2 Feb 2003 16:39:18 -0000       1.670
--- ChangeLog   2 Feb 2003 18:26:06 -0000       1.671
***************
*** 2,11 ****
  2003-02-01  Jonathan Springer <address@hidden>
  
!       * runtime/System/Private/NumberParser.cs,
!       runtime/System/Private/NumberFormat/Formatter.cs,
        runtime/System/Private/NumberFormat/GeneralFormatter.cs,
        runtime/System/Private/NumberFormat/HexadecimalFormatter.cs:
        Bug fixes to floating point.  First "real" implementation of
!       decimal parsing and formatting (to be honest).
  
        * tests/runtime/System/SuiteSystem.cs,
--- 2,14 ----
  2003-02-01  Jonathan Springer <address@hidden>
  
!       * runtime/System/Private/NumberParser.cs:
!       Performance improvement (removed StringBuilder use).  Parses unsigned
!       exponents.  Parses decimals.
! 
!       * runtime/System/Private/NumberFormat/Formatter.cs,
        runtime/System/Private/NumberFormat/GeneralFormatter.cs,
        runtime/System/Private/NumberFormat/HexadecimalFormatter.cs:
        Bug fixes to floating point.  First "real" implementation of
!       decimal formatting (to be honest).
  
        * tests/runtime/System/SuiteSystem.cs,





reply via email to

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