]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
* bump-up date.
[cln.git] / ChangeLog
index f461c973c357ade2a173d82e6ff0951c75f81f96..fc5e35e711eb978276feaa0d0e9a34a7aff39a1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2001-01-22  Richard Kreckel  <kreckel@ginac.de>
+
+        * configure.in: Make build in separate builddir possible (again).
+
+2001-01-22  Richard Kreckel  <kreckel@ginac.de>
+
+        * include/cln/*.h: Change signatures of all classes' methods
+          cln::cl_foo::operator new(size_t, cl_foo*) to
+          cln::cl_foo::operator new(size_t, void*) so one can declare
+          std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
+          certain STL implementations (like libstdc++-v3).
+
+2000-12-14  Richard Kreckel  <kreckel@ginac.de>
+
+        * Version 1.1 released.
+
+2000-12-13  Richard Kreckel  <kreckel@ginac.de>
+
+        * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
+
+2000-12-05  Richard Kreckel  <kreckel@ginac.de>
+
+        * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
+        * include/cln/version.h.in, src/base/verion.cc: New files.
+        * configure.in: Generate include/cln/version.h.
+        * cln.m4: Rewrote it. Check result of cln-config without compiling.
+          Do cross-check library version and header version information.
+
+2000-12-02  Christian Bauer  <cbauer@ginac.de>
+
+        * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
+        * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
+          building.
+
+2000-11-24  Richard Kreckel  <kreckel@ginac.de>
+
+        * */*: Removed problematic stdin, stdout and stderr definitions.  
+          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
+
+2000-11-20  Bruno Haible
+
+        * cln-config.1: change title.
+
+2000-11-18  Richard Kreckel  <kreckel@ginac.de>
+
+        * cln.m4: New file.
+        * doc/cln.tex: Document package tools cln-config and cln.m4.
+        * Makefile.in: Care about cln.m4.
+
 2000-11-17  Richard Kreckel  <kreckel@ginac.de>
 
         * cln-config.1: added manpage, as required by a couple of distros.
@@ -50,7 +99,7 @@
         * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
         * src/base/cl_low.h (logcount_64): ...for this macro.
         * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
-        * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug
+        * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
           that turned up when intDsize==32 and cl_word_size==64.
         * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
           to uint64 that turned up when intDsize==32 and cl_word_size==64.