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.486,1.487


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.486,1.487
Date: Wed, 27 Nov 2002 09:37:29 -0500

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

Modified Files:
        ChangeLog 
Log Message:

New number formatting code.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.486
retrieving revision 1.487
diff -C2 -r1.486 -r1.487
*** ChangeLog   27 Nov 2002 05:04:08 -0000      1.486
--- ChangeLog   27 Nov 2002 14:37:27 -0000      1.487
***************
*** 1,3 ****
--- 1,39 ----
  
+ 2002-11-27  Jonathan Springer <address@hidden>
+ 
+       * runtime/System/Private/NumberFormat/CurrencyFormatter.cs,
+       runtime/System/Private/NumberFormat/CustomFormatter.cs,
+       runtime/System/Private/NumberFormat/DecimalFormatter.cs,
+       runtime/System/Private/NumberFormat/FixedPointFormatter.cs,
+       runtime/System/Private/NumberFormat/Formatter.cs,
+       runtime/System/Private/NumberFormat/GeneralFormatter.cs,
+       runtime/System/Private/NumberFormat/HexadecimalFormatter.cs,
+       runtime/System/Private/NumberFormat/NumberFormatter.cs,
+       runtime/System/Private/NumberFormat/PercentFormatter.cs,
+       runtime/System/Private/NumberFormat/RoundTripFormatter.cs,
+       runtime/System/Private/NumberFormat/ScientificFormatter.cs:
+       Implementation for numeric value types of formatting supported by
+       the IFormattable interface.
+ 
+       * runtime/System/Byte.cs, runtime/System/Decimal.cs,
+       runtime/System/Double.cs, runtime/System/Int16.cs,
+       runtime/System/Int32.cs, runtime/System/Int64.cs, 
runtime/System/SByte.cs,
+       runtime/System/Single.cs, runtime/System/UInt16.cs,
+       runtime/System/UInt32.cs, runtime/System/UInt64.cs:  Converted to use 
new
+       numeric formatting code.
+       
+       * resources/en_US/runtime/Format.txt:  Added two new exception messages.
+ 
+       * runtime/System/Private/NumberFormatter.cs:  Removed from library.
+ 
+       * runtime/System/Convert.cs, runtime/System/Guid.cs:  Base conversion 
code
+       factored in from NumberFormatter.cs.  Guid uses Convert.
+ 
+       * runtime/System/String.cs, runtime/System/Text/StringBuilder.cs:  Small
+       bug fixes for StringBuilder code.
+ 
+       * tests/runtime/System/TestString.cs:  Added test cases for some 
formats.
+       More cases always welcome.
+       
  2002-11-27  Rhys Weatherley  <address@hidden>
  





reply via email to

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