BigRat.h: Instead of letting mpq_get_str(..) allocate memory we allocate/deallocate it ourselves

This commit is contained in:
Andreas Fabri 2006-02-02 09:57:56 +00:00
parent 1114dc98fb
commit 1a9b289df7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
02 February 2006 Andreas Fabri
- BigInt.h: Instead of letting mpz_get_str(..) allocate memory we allocate/deallocate it ourselves
- BigRat.h: Instead of letting mpq_get_str(..) allocate memory we allocate/deallocate it ourselves
16 February 2005 Sylvain Pion
- core.lib -> core++.lib for _MSC_VER (CORE maintainers notified).