From 1a9b289df75ed3a3c2cb5e85364d52bb0e2816d6 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Feb 2006 09:57:56 +0000 Subject: [PATCH] BigRat.h: Instead of letting mpq_get_str(..) allocate memory we allocate/deallocate it ourselves --- Packages/Core/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/Core/changes.txt b/Packages/Core/changes.txt index 0ea1cbc54be..052add46e61 100644 --- a/Packages/Core/changes.txt +++ b/Packages/Core/changes.txt @@ -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).