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

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

[Dotgnu-libs-commits] CVS: GMP-Sharp ChangeLog,1.1,1.2 TODO,1.3,1.4


From: Marcus Urban <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: GMP-Sharp ChangeLog,1.1,1.2 TODO,1.3,1.4
Date: Thu, 02 Jan 2003 05:31:05 -0500

Update of /cvsroot/dotgnu-libs/GMP-Sharp
In directory subversions:/tmp/cvs-serv4302

Modified Files:
        ChangeLog TODO 
Log Message:
Updated


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-libs/GMP-Sharp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ChangeLog   15 Dec 2002 07:53:57 -0000      1.1
--- ChangeLog   2 Jan 2003 10:31:03 -0000       1.2
***************
*** 1,2 ****
--- 1,11 ----
+ 2 January 2003
+ --------------
+ Added check to constructors (Z, Q, and F) that take a string
+ that calls Destroy() if the string is invalid (according to
+ GMP).
+ Created method Destroy() for internal use only. The finalizer
+ calls it. (Hopefully most runtimes will inline it.)
+ 
+ 
  15 December 2002
  ----------------

Index: TODO
===================================================================
RCS file: /cvsroot/dotgnu-libs/GMP-Sharp/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TODO        15 Dec 2002 07:53:27 -0000      1.3
--- TODO        2 Jan 2003 10:31:03 -0000       1.4
***************
*** 17,23 ****
  in C# methods
  
- Throw an exception if a construction that accepts a
- string has a problem with the string
- 
  
  Add % to format capabilities
--- 17,20 ----
***************
*** 67,68 ****
--- 64,76 ----
  
  Implement IFormattable (formatted output)
+ 
+ 
+ 
+ Formatting
+ ----------
+ Right now, the situation is kind of messy because the Float class
+ calls out to the Formatter class, which calls back into the Float class.
+ See about making it more intuitive. Also, note that it is not a problem
+ for Formatter to P/Invoke one of GMP's functions to get the plain formatting.
+ IIRC, this is the main place with control goes back and forth and again.
+ 




reply via email to

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