]> www.ginac.de Git - cln.git/log
cln.git
19 years ago*** empty log message *** cln_1-1-8
Richard Kreckel [Thu, 1 Jul 2004 20:29:24 +0000 (20:29 +0000)]
*** empty log message ***

19 years ago * Version 1.1.8 released.
Richard Kreckel [Thu, 1 Jul 2004 20:18:12 +0000 (20:18 +0000)]
* Version 1.1.8 released.

19 years ago*** empty log message ***
Richard Kreckel [Wed, 30 Jun 2004 21:52:46 +0000 (21:52 +0000)]
*** empty log message ***

19 years ago * src/base/cl_macros.h: alloca(3) has size_t argument type.
Richard Kreckel [Wed, 30 Jun 2004 21:51:32 +0000 (21:51 +0000)]
* src/base/cl_macros.h: alloca(3) has size_t argument type.

19 years ago * include/cln/floatformat.h: Do define a type here.
Richard Kreckel [Wed, 30 Jun 2004 21:50:26 +0000 (21:50 +0000)]
* include/cln/floatformat.h: Do define a type here.

19 years ago * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
Richard Kreckel [Sun, 27 Jun 2004 19:54:39 +0000 (19:54 +0000)]
    * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.

19 years ago* Document jacobi, isprobprime and nextprobprime.
Richard Kreckel [Wed, 23 Jun 2004 21:50:54 +0000 (21:50 +0000)]
* Document jacobi, isprobprime and nextprobprime.

19 years ago* Remove unused labels.
Richard Kreckel [Wed, 23 Jun 2004 21:33:03 +0000 (21:33 +0000)]
* Remove unused labels.

19 years ago* Fix typo in Bruno's ftime-patch from a couple of hours ago.
Richard Kreckel [Wed, 23 Jun 2004 21:25:17 +0000 (21:25 +0000)]
* Fix typo in Bruno's ftime-patch from a couple of hours ago.

19 years ago* Make template specializations explicit.
Richard Kreckel [Wed, 23 Jun 2004 21:17:45 +0000 (21:17 +0000)]
* Make template specializations explicit.

19 years ago* Change all C include headers to ISO style within C++ code.
Richard Kreckel [Wed, 23 Jun 2004 21:11:21 +0000 (21:11 +0000)]
* Change all C include headers to ISO style within C++ code.

19 years agoFix autoconf problem with ftime().
Bruno Haible [Wed, 23 Jun 2004 20:34:38 +0000 (20:34 +0000)]
Fix autoconf problem with ftime().

19 years ago * rational/transcendental/cl_RA_logp.cc: fix bug where base is
Richard Kreckel [Fri, 18 Jun 2004 21:36:12 +0000 (21:36 +0000)]
    * rational/transcendental/cl_RA_logp.cc: fix bug where base is
        reciprocal of an integer.

19 years ago * examples/perfnum.cc: update to presumed 40th Mersenne prime.
Richard Kreckel [Thu, 10 Jun 2004 21:19:15 +0000 (21:19 +0000)]
* examples/perfnum.cc: update to presumed 40th Mersenne prime.

19 years ago* Whow, time goes by... cln_1-1-7
Richard Kreckel [Sun, 2 May 2004 19:59:15 +0000 (19:59 +0000)]
* Whow, time goes by...

19 years ago* Mention gcc 3.4 for x86.
Richard Kreckel [Sun, 2 May 2004 19:57:18 +0000 (19:57 +0000)]
* Mention gcc 3.4 for x86.

19 years ago* Version 1.1.7 released.
Richard Kreckel [Sun, 2 May 2004 19:54:10 +0000 (19:54 +0000)]
* Version 1.1.7 released.

19 years ago* Sure, strcmp is declared in <string.h>.
Richard Kreckel [Sun, 2 May 2004 19:51:59 +0000 (19:51 +0000)]
* Sure, strcmp is declared in <string.h>.

19 years ago* examples/pi.cc and examples/pi.1: New files.
Richard Kreckel [Sun, 2 May 2004 19:47:33 +0000 (19:47 +0000)]
* examples/pi.cc and examples/pi.1: New files.
* examples/Makefile.in: Build the pi executable.

19 years ago* Distclean shouldn't remove cln.spec.
Richard Kreckel [Sat, 1 May 2004 20:44:35 +0000 (20:44 +0000)]
* Distclean shouldn't remove cln.spec.

19 years ago* src/Makefile.in: Fix for parallel build: wait for subdir objects to
Richard Kreckel [Fri, 30 Apr 2004 22:14:41 +0000 (22:14 +0000)]
* src/Makefile.in: Fix for parallel build: wait for subdir objects to
be finished before creating the library.

19 years ago* src/integer/output/cl_I_print.cc (print_integer): workaround
Richard Kreckel [Fri, 30 Apr 2004 21:58:07 +0000 (21:58 +0000)]
* src/integer/output/cl_I_print.cc (print_integer): workaround
GCC compiler bug (cf. Debian bug#246319).

20 years ago* m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache enabled.
Richard Kreckel [Sat, 20 Mar 2004 15:36:07 +0000 (15:36 +0000)]
* m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache enabled.

20 years agoFix a bug occurring with extremely high exponents.
Bruno Haible [Tue, 9 Mar 2004 12:52:13 +0000 (12:52 +0000)]
Fix a bug occurring with extremely high exponents.

20 years agoFix an extreme case in long-float multiplication.
Bruno Haible [Mon, 8 Mar 2004 16:08:28 +0000 (16:08 +0000)]
Fix an extreme case in long-float multiplication.

20 years ago* Makefile.in (install): Add ${srcdir} for cln.m4.
Richard Kreckel [Wed, 3 Mar 2004 23:37:58 +0000 (23:37 +0000)]
* Makefile.in (install): Add ${srcdir} for cln.m4.
* m4/gmp.m4: quote macro names.
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.

20 years agoinstall library as program, not as data
cbauer [Fri, 2 Jan 2004 15:20:44 +0000 (15:20 +0000)]
install library as program, not as data

20 years agopass infodir and mandir to configure
cbauer [Fri, 2 Jan 2004 14:28:04 +0000 (14:28 +0000)]
pass infodir and mandir to configure

20 years ago* Finalize release 1.1.6 again. cln_1-1-6
Richard Kreckel [Thu, 1 Jan 2004 17:57:36 +0000 (17:57 +0000)]
* Finalize release 1.1.6 again.

20 years ago* Finalize release 1.1.6.
Richard Kreckel [Thu, 1 Jan 2004 16:14:30 +0000 (16:14 +0000)]
* Finalize release 1.1.6.

20 years ago2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
Richard Kreckel [Thu, 1 Jan 2004 15:59:30 +0000 (15:59 +0000)]
2004-01-01  Richard B. Kreckel  <kreckel@ginac.de>

        * include/cln/univpoly.h, include/cln/univpoly_complex.h,
          include/cln//univpoly_integer.h, include/cln/univpoly_modint.h,
          include/cln/univpoly_rational.h, include/cln/univpoly_real.h,
          src/polynomial/elem/cl_UP_GF2.h, src/polynomial/elem/cl_UP_MI.h,
          src/polynomial/elem/cl_UP_gen.h, src/polynomial/elem/cl_UP_no_ring.cc,
          src/polynomial/elem/cl_UP_number.h (ldegree): New function.
        * doc/cln.tex: Document `ldegree'.

20 years ago * Update copyright date.
Richard Kreckel [Wed, 31 Dec 2003 17:49:49 +0000 (17:49 +0000)]
* Update copyright date.

20 years ago* Sync with doc/cln.tex.
Richard Kreckel [Wed, 31 Dec 2003 17:46:03 +0000 (17:46 +0000)]
* Sync with doc/cln.tex.

20 years ago Rework of autoconfiscation infrastructure
Richard Kreckel [Mon, 29 Dec 2003 19:03:32 +0000 (19:03 +0000)]
Rework of autoconfiscation infrastructure
* autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
* autoconf/ltmain.sh: Update to GNU version 1.4.3.
* autoconf/autoconf: Remove (from now on we assume autoconf is
  installed properly on the sytem).
* autoconf/autoconf.m4: Likewise.
* autoconf/autoconf.m4f: Likewise.
* autoconf/acgeneral.m4: Likewise.
* autoconf/acspecific.m4: Likewise.
* autoconf/aclocal.m4: Regenerate.
* autoconf/acinclude.m4: Remove (while moving the macros...)
* m4/gmp.m4: New file (...to here).
* Makefile.devel: Update to new scheme.
* configure.ac: Likewise.
* include/cln/GV_integer.h: Assume template specializations work.
* include/cln/GV_modinteger.h: Likewise.
* include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
* src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
* src/base/random/cl_random_from.cc: Likewise.
* src/timing/cl_base_config.h.in: Likewise.
* src/timing/cl_t_current.cc: Likewise.

20 years ago * src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first
Richard Kreckel [Sat, 27 Dec 2003 19:04:30 +0000 (19:04 +0000)]
    * src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first
          argument is zero.
        * src/polynomial/cl_UP_MI.h (modint_minus): Likewise.
        * src/polynomial/cl_UP_number.h (num_minus): Likewise.
        Reported by Munagala Ramanath <amberarrow@yahoo.com>.

20 years ago * examples/perfnum.cc: update to presumed 40th Mersenne prime.
Richard Kreckel [Tue, 2 Dec 2003 21:47:29 +0000 (21:47 +0000)]
* examples/perfnum.cc: update to presumed 40th Mersenne prime.

20 years agoadded pkg-config support
cbauer [Thu, 20 Nov 2003 15:50:21 +0000 (15:50 +0000)]
added pkg-config support

20 years ago * src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
Richard Kreckel [Wed, 6 Aug 2003 19:53:05 +0000 (19:53 +0000)]
    * src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
        Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.

20 years ago More dependent base resolution issues
Richard Kreckel [Fri, 1 Aug 2003 16:39:16 +0000 (16:39 +0000)]
More dependent base resolution issues
* src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()):
portable syntactic simplification.
* src/base/hash/cl_hashset.h: Preceed inherited members with this->.
* src/base/hash/cl_hash1.h: Likewise for member functions.
* src/base/hash/cl_hash2.h: Likewise.
* src/base/hash/cl_hashuniq.h: Likewise.
* src/base/hash/cl_hashuniqweak.h: Likewise.
* src/base/hash/cl_hash.h: Revert explicit static member function
lookup since that was GCC's fault.
* src/base/hash/cl_hash2weak.h: Likewise.
* src/base/hash/cl_hashuniqweak.h: Likewise.

20 years ago Dependent base resolution needed for GCC-3.4
Richard Kreckel [Sun, 29 Jun 2003 12:32:51 +0000 (12:32 +0000)]
Dependent base resolution needed for GCC-3.4
* include/cln/GV.h: Preceed inherited members with this->.
* include/cln/SV.h: Likewise.
* include/cln/object.h: Likewise.
* src/base/hash/cl_hash1.h: Likewise.
* src/base/hash/cl_hash1weak.h: Likewise.
* src/base/hash/cl_hash2.h: Likewise.
* src/base/hash/cl_hashuniq.h: Likewise.
* src/base/hash/cl_hash.h: Make lookup of static member function
explicit.
* src/base/hash/cl_hash2weak.h: Likewise.
* src/base/hash/cl_hashuniqweak.h: Likewise.
* src/modinteger/cl_MI.cc: Make shell-comment a C-comment. Geez.

20 years ago* Compiler options update.
Richard Kreckel [Mon, 9 Jun 2003 14:29:38 +0000 (14:29 +0000)]
* Compiler options update.

21 years agoTweak for MacOS X.
Bruno Haible [Mon, 24 Feb 2003 11:17:25 +0000 (11:17 +0000)]
Tweak for MacOS X.

21 years agoComplete last patch.
Bruno Haible [Mon, 24 Feb 2003 11:11:35 +0000 (11:11 +0000)]
Complete last patch.

21 years agoAdd support for MacOS X.
Bruno Haible [Fri, 21 Feb 2003 21:06:27 +0000 (21:06 +0000)]
Add support for MacOS X.

21 years agoadded HTML and DVI docs to devel package
cbauer [Wed, 6 Nov 2002 21:32:19 +0000 (21:32 +0000)]
added HTML and DVI docs to devel package

21 years agoAdd support for x86_64 CPU.
Bruno Haible [Fri, 2 Aug 2002 12:44:06 +0000 (12:44 +0000)]
Add support for x86_64 CPU.

21 years ago * src/base/digitseq/cl_asm.h: ensure intCsize==16 when including
Richard Kreckel [Sat, 8 Jun 2002 18:18:48 +0000 (18:18 +0000)]
    * src/base/digitseq/cl_asm.h: ensure intCsize==16 when including
        m68k Assembler routines.
        * src/base/digitseq/cl_asm_.cc: Likewise.

21 years ago * Last bits for release 1.1.5. cln_1-1-5
Richard Kreckel [Tue, 28 May 2002 16:58:01 +0000 (16:58 +0000)]
    * Last bits for release 1.1.5.

21 years ago * include/cln/modules.h (CL_CONCATENATE): New macro.
Richard Kreckel [Mon, 27 May 2002 17:03:44 +0000 (17:03 +0000)]
    * include/cln/modules.h (CL_CONCATENATE): New macro.

21 years ago * doc/cln.tex (Building the library): Update recommendations for
Richard Kreckel [Fri, 10 May 2002 15:47:51 +0000 (15:47 +0000)]
    * doc/cln.tex (Building the library): Update recommendations for
        compiling on Tru64 using g++ 3.0 and 3.1.
        * README: Update homepage.

21 years agoRecommendation for g++-3.1 users.
Bruno Haible [Mon, 6 May 2002 10:30:04 +0000 (10:30 +0000)]
Recommendation for g++-3.1 users.

21 years agoForce link-time references despite optimizations done by g++.
Bruno Haible [Mon, 6 May 2002 10:29:18 +0000 (10:29 +0000)]
Force link-time references despite optimizations done by g++.

21 years agoAvoid g++-3.1 offsetof warnings.
Bruno Haible [Mon, 6 May 2002 10:28:43 +0000 (10:28 +0000)]
Avoid g++-3.1 offsetof warnings.

21 years agoAvoid g++-3.1 typename warning.
Bruno Haible [Mon, 6 May 2002 10:28:01 +0000 (10:28 +0000)]
Avoid g++-3.1 typename warning.

22 years agoDocument a broken version of GNU make.
Bruno Haible [Fri, 15 Mar 2002 17:59:34 +0000 (17:59 +0000)]
Document a broken version of GNU make.

22 years ago * cln.m4: quote macro name.
Richard Kreckel [Wed, 20 Feb 2002 15:22:20 +0000 (15:22 +0000)]
    * cln.m4: quote macro name.
          Pointed out by Roberto Bagnara.

22 years ago * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
Richard Kreckel [Sun, 20 Jan 2002 15:37:19 +0000 (15:37 +0000)]
    * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
          (the old one was broken on Linux/Mips.)

22 years ago * Bump dates, version numbers, etc, for 1.1.4-release... cln_1-1-4
Richard Kreckel [Fri, 4 Jan 2002 17:57:07 +0000 (17:57 +0000)]
    * Bump dates, version numbers, etc, for 1.1.4-release...

22 years ago * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
Richard Kreckel [Fri, 4 Jan 2002 17:56:19 +0000 (17:56 +0000)]
    * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.

22 years ago * autoconf/acinclude.m4: revamp MPN-matcher.
Richard Kreckel [Thu, 3 Jan 2002 17:06:07 +0000 (17:06 +0000)]
    * autoconf/acinclude.m4: revamp MPN-matcher.
        * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
          sync with CLisp from CVS.
        * autoconf/autoconf: Likewise.
        * autoconf/autoconf.m4f: Likewise (new file).
        * configure.ac: Likewise (new file, replaces configure.in).
        * configure.in: Likewise (deleted, replaced by configure.ac).
        * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
        * src/Makefile.in: made VPATH safe for autoconf-2.52.
        * include/cln/config.h.in: Add __s390__.

22 years ago * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"
Richard Kreckel [Mon, 31 Dec 2001 19:01:42 +0000 (19:01 +0000)]
    * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"
          any more since GMP4 has some C++ support in it.

22 years ago * include/cln/modules.h, include/cln/object.h: add support for
Richard Kreckel [Fri, 14 Dec 2001 18:49:11 +0000 (18:49 +0000)]
    * include/cln/modules.h, include/cln/object.h: add support for
          s390.
        * src/numtheory/cl_nt_sqrtmodp.cc: workaround for GCC2.x compiler-bug
          on s390, provided by Gerhard Tonn.

22 years ago * Update to newly found 39th mersenne prime.
Richard Kreckel [Thu, 6 Dec 2001 13:10:06 +0000 (13:10 +0000)]
    * Update to newly found 39th mersenne prime.

22 years ago * autoconf/ltmain.sh: Upgrade to libtool-1.4.2. cln_1-1-3
Richard Kreckel [Mon, 5 Nov 2001 18:59:54 +0000 (18:59 +0000)]
    * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
        * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
        * Version 1.1.3 released.

22 years agoInteroperability with gcc-3.0 -fuse-cxa-atexit.
Bruno Haible [Mon, 5 Nov 2001 11:04:01 +0000 (11:04 +0000)]
Interoperability with gcc-3.0 -fuse-cxa-atexit.

22 years agoFix an old ChangeLog entry.
Bruno Haible [Mon, 5 Nov 2001 10:59:12 +0000 (10:59 +0000)]
Fix an old ChangeLog entry.

22 years ago * revert broken indentation.
Richard Kreckel [Sat, 3 Nov 2001 19:41:27 +0000 (19:41 +0000)]
    * revert broken indentation.

22 years ago * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small
Richard Kreckel [Sat, 3 Nov 2001 19:07:50 +0000 (19:07 +0000)]
    * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small
          values of x, return square(x) instead of x.
        * src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise.

22 years ago * Call `cln-config --version` only once and safe the result.
Richard Kreckel [Tue, 2 Oct 2001 16:06:41 +0000 (16:06 +0000)]
    * Call `cln-config --version` only once and safe the result.
          (needed for autoconf 2.50 since AC_MSG_RESULT escapes backquotes.)

22 years ago- added some missing `&& !defined(NO_ASM)' in Sparc-#if's.
Richard Kreckel [Wed, 8 Aug 2001 18:52:23 +0000 (18:52 +0000)]
- added some missing `&& !defined(NO_ASM)' in Sparc-#if's.

22 years agoAdd a literature reference for the formula.
Bruno Haible [Mon, 6 Aug 2001 20:02:31 +0000 (20:02 +0000)]
Add a literature reference for the formula.

22 years ago* Landing 1.1.2. cln_1-1-2
Richard Kreckel [Wed, 25 Jul 2001 15:54:34 +0000 (15:54 +0000)]
* Landing 1.1.2.

22 years ago * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
Richard Kreckel [Tue, 24 Jul 2001 13:09:46 +0000 (13:09 +0000)]
    * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
          friend of cl_heap_hashtable<htentry>.

22 years ago * prepare for release 1.1.2.
Richard Kreckel [Tue, 24 Jul 2001 13:09:34 +0000 (13:09 +0000)]
    * prepare for release 1.1.2.

22 years ago * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
Richard Kreckel [Sun, 22 Jul 2001 12:54:54 +0000 (12:54 +0000)]
    * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
          _FPU_IEEE is really defined.
        * include/cln/modules.h: change assembler labels from `label' to
          `label:' on hppa, needed by Linux (see comment).
        * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
        * Makefile.devel: adjusted.
        * autoconf/aclocal.m4: regenerate.
        * src/base/low/cl_low_mul.cc: moved POD variables that are declared
          extern "C" elsewhere out of the namespace.
        * src/base/low/cl_low_div.cc: Likewise.

22 years agoThey force us to have install-sh even though we don't use it.
Bruno Haible [Fri, 8 Jun 2001 22:34:12 +0000 (22:34 +0000)]
They force us to have install-sh even though we don't use it.

22 years agoUpgrade to libtool-1.4.
Bruno Haible [Fri, 8 Jun 2001 22:29:15 +0000 (22:29 +0000)]
Upgrade to libtool-1.4.

22 years agoUpgrade config.* to GNU version 2001-05-11.
Bruno Haible [Fri, 8 Jun 2001 22:28:03 +0000 (22:28 +0000)]
Upgrade config.* to GNU version 2001-05-11.

22 years ago * tests/tests.cc: resolve namespace ambiguity about strcmp().
Richard Kreckel [Tue, 5 Jun 2001 16:42:21 +0000 (16:42 +0000)]
    * tests/tests.cc: resolve namespace ambiguity about strcmp().

22 years ago * configure.in: adjust lt-versions, taking into account that a cln_1-1-1
Richard Kreckel [Thu, 31 May 2001 20:00:51 +0000 (20:00 +0000)]
    * configure.in: adjust lt-versions, taking into account that a
          change in prototype breaks compatibility in C++.  :-(
        * INSTALL: sync compiler options with doc/cln.tex.
        * NEWS: adjust date.

22 years agoman pages may be packed
cbauer [Thu, 31 May 2001 19:19:15 +0000 (19:19 +0000)]
man pages may be packed

22 years ago * cln/cln.tex: documented problems with shared library on Sparc
Richard Kreckel [Mon, 28 May 2001 20:24:43 +0000 (20:24 +0000)]
    * cln/cln.tex: documented problems with shared library on Sparc
          using gcc older than 2.95.3.
        * configure.in: Fixed typos in versioning docu.

22 years ago * configure.in: Fixed typos in versioning docu.
Richard Kreckel [Mon, 28 May 2001 20:24:19 +0000 (20:24 +0000)]
    * configure.in: Fixed typos in versioning docu.

22 years ago * cln/cln.tex: documented problems with shared library on Sparc
Richard Kreckel [Mon, 28 May 2001 20:24:02 +0000 (20:24 +0000)]
    * cln/cln.tex: documented problems with shared library on Sparc
          using gcc older than 2.95.3.

22 years agoUpdate to new gas-arm syntax.
Bruno Haible [Fri, 25 May 2001 20:00:18 +0000 (20:00 +0000)]
Update to new gas-arm syntax.

22 years ago * Removed LiDIA interface since that is now outdated (namespace cln)
Richard Kreckel [Fri, 25 May 2001 17:30:21 +0000 (17:30 +0000)]
    * Removed LiDIA interface since that is now outdated (namespace cln)
          and maintained elsewhere.

22 years ago * Adjusted dates and final touches for 1.1.1.
Richard Kreckel [Fri, 25 May 2001 17:29:46 +0000 (17:29 +0000)]
    * Adjusted dates and final touches for 1.1.1.

22 years ago * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
Richard Kreckel [Fri, 25 May 2001 17:28:12 +0000 (17:28 +0000)]
    * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
        * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.

22 years ago * INSTALL: Update toolchain info: no egcs, some more platforms.
Richard Kreckel [Sat, 19 May 2001 15:10:59 +0000 (15:10 +0000)]
    * INSTALL: Update toolchain info: no egcs, some more platforms.
        * doc/cln.tex: Likewise.

22 years ago * src/base/cl_low.h: prepended variables declared inside macros
Richard Kreckel [Fri, 18 May 2001 19:34:15 +0000 (19:34 +0000)]
    * src/base/cl_low.h: prepended variables declared inside macros
          with underscore.  Fixes equal_hashcode() on various platforms.

23 years ago * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
Richard Kreckel [Wed, 25 Apr 2001 15:00:33 +0000 (15:00 +0000)]
    * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
          this definition becomes actually useful.  This is needed for
          compilation on Arm until somebody fixes the assembler files for Arm.
        * src/base/digitseq/cl_asm.h: Likewise.
        * src/base/digitseq/cl_asm_.cc: Likewise.
        * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
           one can say `make CPPFLAGS=-DFOOBAR'.

23 years ago * src/base/random/cl_random_from.cc: ported to beos.
Richard Kreckel [Mon, 26 Mar 2001 18:03:27 +0000 (18:03 +0000)]
    * src/base/random/cl_random_from.cc: ported to beos.

23 years ago * target clean also removes .libs/
Richard Kreckel [Thu, 15 Mar 2001 18:58:47 +0000 (18:58 +0000)]
    * target clean also removes .libs/

23 years ago * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.
Richard Kreckel [Mon, 5 Mar 2001 17:24:08 +0000 (17:24 +0000)]
    * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.

23 years ago * include/cln/number.h (cl_as_N): Remove bogus comment.
Richard Kreckel [Sun, 28 Jan 2001 17:23:06 +0000 (17:23 +0000)]
    * include/cln/number.h (cl_as_N): Remove bogus comment.

23 years ago * bump-up date.
Richard Kreckel [Mon, 22 Jan 2001 13:13:57 +0000 (13:13 +0000)]
    * bump-up date.

23 years ago * Removed obscure gcc 2.3.2 hack.
Richard Kreckel [Mon, 22 Jan 2001 13:13:32 +0000 (13:13 +0000)]
    * Removed obscure gcc 2.3.2 hack.

23 years ago * include/cln/*.h: Change signatures of all classes' methods
Richard Kreckel [Mon, 22 Jan 2001 13:12:59 +0000 (13:12 +0000)]
    * 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).

23 years ago * configure.in: Make build in separate builddir possible (again).
Richard Kreckel [Mon, 22 Jan 2001 13:09:37 +0000 (13:09 +0000)]
    * configure.in: Make build in separate builddir possible (again).

23 years ago * cln.m4: Fixed typo.
Richard Kreckel [Fri, 22 Dec 2000 17:46:00 +0000 (17:46 +0000)]
    * cln.m4: Fixed typo.