]> www.ginac.de Git - ginac.git/commitdiff
- GiNaC-cint: Change to new (still experimental) scheme for handling 2-arg
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 2 Jan 2001 17:48:31 +0000 (17:48 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 2 Jan 2001 17:48:31 +0000 (17:48 +0000)
  operator new since <cln/object.h> defines such beasts.

INSTALL
NEWS
configure.in

diff --git a/INSTALL b/INSTALL
index a49993209252b29f9221bfae31cd9048594d1e9c..eac5e0f33cdf5d36f5245cd39cee22c51acc42ad 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -110,4 +110,4 @@ to compile, install and work properly:
 --------------+----------------------------------------------------------
  < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
  < 5.14.60    | since GiNaC version 0.7, these do not compile any more
 --------------+----------------------------------------------------------
  < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
  < 5.14.60    | since GiNaC version 0.7, these do not compile any more
-   5.14.62-65 | compiles fine, works well
+   5.14.62-66 | compiles fine, works well
diff --git a/NEWS b/NEWS
index 623918345e96d38b502a49d4998bcf25437022cb..d796ec4e7d07cb4c826512ebba8899c0a93f0f60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+0.7.1 ()
+* Fix problems with Cint that were caused by CLN's overloaded operator new.
+
 0.7.0 (15 December 2000)
 * Requires CLN 1.1 now.  Class numeric doesn't use an indirect pointer to the
   actual representation any more.  This is a speedup.
 0.7.0 (15 December 2000)
 * Requires CLN 1.1 now.  Class numeric doesn't use an indirect pointer to the
   actual representation any more.  This is a speedup.
index 4fd7db90b2669c2750502ad9fae90e1b4f5a6eb0..5b39ccbcc08b5d59974e49450541e3e5757551b3 100644 (file)
@@ -171,7 +171,7 @@ if test "x$with_cint" != "xno"; then
       -I .. -I $CINTSYSDIR -m -H ../ginac/ginac.h \
       -C++ ginaccint.bin.cpp \
       -l -L../ginac/.libs -lginac -lcln \
       -I .. -I $CINTSYSDIR -m -H ../ginac/ginac.h \
       -C++ ginaccint.bin.cpp \
       -l -L../ginac/.libs -lginac -lcln \
-      -cint -M0x10; \
+      -cint -M0x110; \
     cd ..)
     GINACCINTDIR="cint"
   else
     cd ..)
     GINACCINTDIR="cint"
   else