]> www.ginac.de Git - cln.git/log
cln.git
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.

23 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.

23 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.

23 years ago * */*: cl_istream -> std::istream, cl_ostream -> std::ostream. cln_1-1-0
Richard Kreckel [Thu, 14 Dec 2000 16:52:58 +0000 (16:52 +0000)]
    * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.

23 years agoCLN info pages are install in "Math" section
cbauer [Tue, 5 Dec 2000 18:57:31 +0000 (18:57 +0000)]
CLN info pages are install in "Math" section

23 years ago* Squished a typo.
Richard Kreckel [Tue, 5 Dec 2000 15:41:41 +0000 (15:41 +0000)]
* Squished a typo.

23 years ago * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
Richard Kreckel [Tue, 5 Dec 2000 15:38:25 +0000 (15:38 +0000)]
    * 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.

23 years agosome minor fixes with respect to RPM package building
cbauer [Sat, 2 Dec 2000 18:35:18 +0000 (18:35 +0000)]
some minor fixes with respect to RPM package building

23 years ago * */*: Removed problematic stdin, stdout and stderr definitions.
Richard Kreckel [Fri, 24 Nov 2000 20:51:06 +0000 (20:51 +0000)]
    * */*: Removed problematic stdin, stdout and stderr definitions.
          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).

23 years ago * */*: Removed problematic stdin, stdout and stderr definitions.
Richard Kreckel [Fri, 24 Nov 2000 20:51:01 +0000 (20:51 +0000)]
    * */*: Removed problematic stdin, stdout and stderr definitions.
          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
        * Makefile.devel: Use bzip2.
        * Makefile.in: Target maintainer-clean remove cln-config cln-config.1.

23 years agocln-config.1: change title.
Bruno Haible [Mon, 20 Nov 2000 17:44:32 +0000 (17:44 +0000)]
cln-config.1: change title.

23 years agoChange title. "Bruno Haible" is not an operating system :-)
Bruno Haible [Mon, 20 Nov 2000 16:53:43 +0000 (16:53 +0000)]
Change title. "Bruno Haible" is not an operating system :-)

23 years agoTypos.
Bruno Haible [Mon, 20 Nov 2000 16:42:46 +0000 (16:42 +0000)]
Typos.

23 years ago * cln.m4: New file.
Richard Kreckel [Sat, 18 Nov 2000 13:23:21 +0000 (13:23 +0000)]
    * cln.m4: New file.
        * doc/cln.tex: Document package tools cln-config and cln.m4.
        * Makefile.in: Care about cln.m4.

23 years ago * cln-config.1: added manpage, as required by a couple of distros.
Richard Kreckel [Fri, 17 Nov 2000 14:26:11 +0000 (14:26 +0000)]
    * cln-config.1: added manpage, as required by a couple of distros.
        * Makefile.in, doc/Makefile.in: target install depends on installdirs.

23 years ago * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
Richard Kreckel [Thu, 16 Nov 2000 18:39:55 +0000 (18:39 +0000)]
    * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
        * configure.in: ...used here.
        * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
        * include/cln/types.h: ...used here.
        * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.

23 years ago * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
Richard Kreckel [Mon, 13 Nov 2000 16:16:54 +0000 (16:16 +0000)]
    * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
          in order to guard against an accidented configuration.
        * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
          struct power_table_entry initialized as ULL instead of as UL, if
          intDsize==64 (caused misprinting on MIPS w/ GMP).
        * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
          HAVE_FAST_LONGLONG.
        * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
        * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
          generation of Bignum for intDsize==64 and a notreached-check at end.
        * autoconf/config.guess, autoconf/config.sub: updated from FSF.
        * include/cln/config.h.in: Prepared support for IA64.
        * include/cln/types.h: Likewise.
        * include/cln/object.h: Likewise.
        * include/cln/modules.h: Likewise.
        * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
          compiler claims __GNUC_MINOR__==9).
        * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
          HAVE_DD to HAVE_FAST_LONGLONG.
        * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
        * src/base/cl_low.h: actually no need to include "cln/types.h" here.
        * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
        * src/base/random/cl_UL_random.cc (random32): a is always ULL.

23 years ago * include/cln/object.h (cl_combine): define additional signatures, if
Richard Kreckel [Fri, 3 Nov 2000 10:04:06 +0000 (10:04 +0000)]
    * include/cln/object.h (cl_combine): define additional signatures, if
          HAVE_LONGLONG is defined, in order to keep the compiler happy.
        * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
        * src/base/cl_macros.h (bit): ...for this macro...
        * src/base/cl_macros.h (minus_bit): ...and this one.
        * 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
          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.

23 years ago * include/cln/object.h (cl_combine): define additional signatures, if
Richard Kreckel [Wed, 1 Nov 2000 18:31:57 +0000 (18:31 +0000)]
    * include/cln/object.h (cl_combine): define additional signatures, if
          HAVE_LONGLONG is defined, in order to keep the compiler happy.
        * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
        * src/base/cl_macros.h (bit): ...for this macro...
        * src/base/cl_macros.h (minus_bit): ...and this one.
        * 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
          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.

23 years ago * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
Richard Kreckel [Mon, 30 Oct 2000 17:44:15 +0000 (17:44 +0000)]
    * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
          #undef stderr, if it's defined so cln::stderr isn't confused.
        * src/base/input/cl_read_globals.cc: stdin should not be extern.

23 years agoadded RPM spec file
cbauer [Thu, 5 Oct 2000 19:40:02 +0000 (19:40 +0000)]
added RPM spec file

23 years ago * configure: removed non-source from CVS.
Richard Kreckel [Tue, 5 Sep 2000 16:01:12 +0000 (16:01 +0000)]
    * configure: removed non-source from CVS.

23 years ago * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
Richard Kreckel [Tue, 5 Sep 2000 15:59:11 +0000 (15:59 +0000)]
    * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
          to the appropiate method instead of prefixing `as_'.
        * src/complex/misc/cl_N_as.cc (cl_N_As): Likewise.
        * src/real/misc/cl_R_as.cc (cl_R_As): Likewise.
        * src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise.
        * src/integer/misc/cl_I_as.cc (cl_I_As): Likewise.
        * src/float/misc/cl_F_as.cc (cl_F_As): Likewise.
        * src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise.
        * src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise.
        * src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise.
        * src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise.

23 years ago * Adjusted documentation.
Richard Kreckel [Tue, 5 Sep 2000 13:39:29 +0000 (13:39 +0000)]
    * Adjusted documentation.

23 years ago * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
Richard Kreckel [Tue, 5 Sep 2000 12:40:30 +0000 (12:40 +0000)]
    * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
          the 0^y cases.
        * inserted the missing ChangLog entry.  :-)

23 years ago * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
Richard Kreckel [Wed, 30 Aug 2000 22:12:05 +0000 (22:12 +0000)]
    * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
          Rearranged for a clearer distinction between macros and remaining
          identifiers, so Cint can parse it smoothly.
        * Changelog: *trival* documentation changes have nix verloren.
        * doc/cln.info, doc/cln.texi: Removed non-sources from CVS.

23 years ago * include/cln/number.h, the(const cl_number& x): New template
Richard Kreckel [Tue, 29 Aug 2000 21:16:59 +0000 (21:16 +0000)]
    * include/cln/number.h, the(const cl_number& x): New template
          function.

23 years ago * include/cln/config.h.in: reintroduced.
Richard Kreckel [Mon, 28 Aug 2000 22:17:25 +0000 (22:17 +0000)]
    * include/cln/config.h.in: reintroduced.

23 years ago * Argh, we are threshing CVS. Removed some non-sources.
Richard Kreckel [Mon, 28 Aug 2000 22:10:51 +0000 (22:10 +0000)]
    * Argh, we are threshing CVS.  Removed some non-sources.

23 years ago * All Files have been modified for inclusion of namespace cln;
Richard Kreckel [Mon, 28 Aug 2000 22:07:37 +0000 (22:07 +0000)]
    * All Files have been modified for inclusion of namespace cln;
          I am too lazy for a detailed discussion of all the changes.
          Many identifiers got their `cl_' stripped off.  Ok, this is a
          clumpsy CVS log-entry.  Promise: more will soon go into the
          file ChangeLog.  I apologize for the inconvenience.   :-(

23 years agoMake @exec_prefix@ usable in shell scripts.
Bruno Haible [Fri, 25 Aug 2000 22:27:35 +0000 (22:27 +0000)]
Make @exec_prefix@ usable in shell scripts.

23 years agoFix a typo.
Bruno Haible [Fri, 18 Aug 2000 11:31:40 +0000 (11:31 +0000)]
Fix a typo.

23 years agoAccept floats with 1.2L0_100 syntax when reading from streams, not only when
Bruno Haible [Thu, 13 Jul 2000 19:46:43 +0000 (19:46 +0000)]
Accept floats with 1.2L0_100 syntax when reading from streams, not only when
reading from strings.

23 years agoCXXFLAGS without -O don't work. Thomas Roessler had the painful experience.
Bruno Haible [Wed, 28 Jun 2000 16:33:56 +0000 (16:33 +0000)]
CXXFLAGS without -O don't work. Thomas Roessler had the painful experience.

23 years agoDistinguish between cl_word_size and the ABI's pointer size.
Bruno Haible [Wed, 21 Jun 2000 23:11:54 +0000 (23:11 +0000)]
Distinguish between cl_word_size and the ABI's pointer size.

23 years ago- doc/*, INSTALL: Mention that both shared and static library are
Richard Kreckel [Mon, 5 Jun 2000 08:01:29 +0000 (08:01 +0000)]
- doc/*, INSTALL: Mention that both shared and static library are
  now build by default.

23 years agoAdd one test.
Bruno Haible [Wed, 31 May 2000 09:42:30 +0000 (09:42 +0000)]
Add one test.

23 years ago- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
Richard Kreckel [Tue, 30 May 2000 19:02:39 +0000 (19:02 +0000)]
- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
  New macros.
- configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
  CL_VERSION_PATCHLEVEL): New definitions.
- autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
  autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
- src/Makefile.in, configure.in: release-variables renamed from
  CLN_* to CL_*.
- configure.in: default to build both shared and static library
  (i.e. default to the most common behaviour).

23 years ago- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
Richard Kreckel [Mon, 29 May 2000 15:16:27 +0000 (15:16 +0000)]
- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
  environment around the patch of 2000-05-23.

23 years ago- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
Richard Kreckel [Mon, 29 May 2000 14:59:14 +0000 (14:59 +0000)]
- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
  environment around the patch of 2000-05-23.

23 years agoFix typo.
Bruno Haible [Mon, 29 May 2000 12:53:23 +0000 (12:53 +0000)]
Fix typo.

23 years ago- src/float/lfloat/algebraic/cl_LF_sqrt.cc, src/base/digitseq/cl_DS_sqrt.cc:
Richard Kreckel [Sat, 27 May 2000 17:18:40 +0000 (17:18 +0000)]
- src/float/lfloat/algebraic/cl_LF_sqrt.cc, src/base/digitseq/cl_DS_sqrt.cc:
  Readjusted break-even points.

23 years ago- autoconf/config.*: Updated to new version from FSF
Richard Kreckel [Wed, 24 May 2000 17:00:25 +0000 (17:00 +0000)]
- autoconf/config.*: Updated to new version from FSF
  (the new libtool wants this).
- src/Makefile.in: added $(LDFLAGS) to link step.
- src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Adjusted
  break-even points.
- Changelog, NEWS: updated.

24 years agoRegenerated.
Bruno Haible [Tue, 23 May 2000 10:57:53 +0000 (10:57 +0000)]
Regenerated.

24 years agoFix determination of host_cpu.
Bruno Haible [Tue, 23 May 2000 10:50:01 +0000 (10:50 +0000)]
Fix determination of host_cpu.

24 years ago- INSTALL.generic: Clarified behaviour of --with-gmp.
Richard Kreckel [Fri, 19 May 2000 12:58:39 +0000 (12:58 +0000)]
- INSTALL.generic: Clarified behaviour of --with-gmp.
- configure, configure.in: Safer GMP3-detection.
- ChangeLog: Updated.

24 years ago- updated from Clisp-2000-03-06 sources.
Richard Kreckel [Fri, 19 May 2000 12:57:11 +0000 (12:57 +0000)]
- updated from Clisp-2000-03-06 sources.

24 years ago- Added forgotten index entries.
Richard Kreckel [Fri, 19 May 2000 12:56:28 +0000 (12:56 +0000)]
- Added forgotten index entries.

24 years ago- Added comment about order of tuning.
Richard Kreckel [Fri, 19 May 2000 12:55:24 +0000 (12:55 +0000)]
- Added comment about order of tuning.

24 years ago- Rearranged break-even points to better match present-day CPUs whenever
Richard Kreckel [Fri, 19 May 2000 12:55:08 +0000 (12:55 +0000)]
- Rearranged break-even points to better match present-day CPUs whenever
  GMP3 is used.

24 years ago- Compatibility was not really broken, so: C=0, R=1, A=0.
Richard Kreckel [Tue, 9 May 2000 17:01:31 +0000 (17:01 +0000)]
- Compatibility was not really broken, so: C=0, R=1, A=0.

24 years ago- Mention that we use inter-library dependencies now instead of an internal
Richard Kreckel [Tue, 9 May 2000 16:33:40 +0000 (16:33 +0000)]
- Mention that we use inter-library dependencies now instead of an internal
  mpn-tree.

24 years ago- Fixed a logic error in the checks of gmp3.
Richard Kreckel [Tue, 9 May 2000 16:23:03 +0000 (16:23 +0000)]
- Fixed a logic error in the checks of gmp3.

24 years ago- Added some $(LDFLAGS) in Makefile.in's so executables will find libgmp.
Richard Kreckel [Mon, 8 May 2000 21:14:41 +0000 (21:14 +0000)]
- Added some $(LDFLAGS) in Makefile.in's so executables will find libgmp.
- Wrote a check to see if libgmp can be used.
- Added libtool interface versioning (-version-info) for the library.
- Added libtool inter-library dependency for -lgmp.  (Libtool should care
  if this works on the current platform.)

24 years ago- Upgraded texinfo.tex to newer version 1999-10-01.07, which also
Richard Kreckel [Fri, 5 May 2000 18:01:35 +0000 (18:01 +0000)]
- Upgraded texinfo.tex to newer version 1999-10-01.07, which also
  triggered lots of style changes.
- Documented use of external GMP.
- Fixed some index entries.

24 years ago- Updated to newer libtool version 1.3.4.
Richard Kreckel [Fri, 5 May 2000 18:00:09 +0000 (18:00 +0000)]
- Updated to newer libtool version 1.3.4.

24 years ago- Threw out diversions into subdir gmp/.
Richard Kreckel [Fri, 5 May 2000 17:59:15 +0000 (17:59 +0000)]
- Threw out diversions into subdir gmp/.

24 years ago- Added lots of @cindex to produce an index.
Richard Kreckel [Thu, 4 May 2000 19:32:30 +0000 (19:32 +0000)]
- Added lots of @cindex to produce an index.
- Minor updates / fixed typos.

24 years ago*** empty log message ***
Richard Kreckel [Thu, 4 May 2000 19:28:52 +0000 (19:28 +0000)]
*** empty log message ***

24 years ago* Removed internal gmp/ directory and other traces of it like $GMP_INCLUDES.
Richard Kreckel [Thu, 4 May 2000 14:27:14 +0000 (14:27 +0000)]
* Removed internal gmp/ directory and other traces of it like $GMP_INCLUDES.

24 years ago- src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
Richard Kreckel [Thu, 9 Mar 2000 14:28:02 +0000 (14:28 +0000)]
- src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
parameter passing was changed for the MIPS n32 ABI.

24 years ago- gmp/*: Replaced the complete mpn sources with the ones from Debian
Richard Kreckel [Fri, 28 Jan 2000 12:27:57 +0000 (12:27 +0000)]
- gmp/*: Replaced the complete mpn sources with the ones from Debian
since they are maintained while the ones from FSF aren't and there
were problems on some architectures, PowerPC in particular.  See the
file gmp/README.CLN.  This way the hard links in this directory have
vanished, they were causing trouble for people working in AFS and also
with CVS.

24 years ago- Added gcc 2.95.2 to `known to work with'-section.
Richard Kreckel [Fri, 28 Jan 2000 11:53:46 +0000 (11:53 +0000)]
- Added gcc 2.95.2 to `known to work with'-section.

24 years agoInitial revision
Richard Kreckel [Fri, 28 Jan 2000 11:37:18 +0000 (11:37 +0000)]
Initial revision

24 years agoinitial checkin
Richard Kreckel [Mon, 8 Nov 1999 18:43:27 +0000 (18:43 +0000)]
initial checkin