| 1 |
|
2000-05-19 Richard Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
* src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to |
| 4 |
|
better match present-day CPUs whenever GMP3 is used. |
| 5 |
|
* src/base/digitseq/cl_DS_div.cc: dto. |
| 6 |
|
* src/TUNING: Added comment about order of tuning. |
| 7 |
|
* configure, configure.in: Safer GMP3-detection. |
| 8 |
|
* INSTALL.generic: Clarified behaviour of --with-gmp. |
| 9 |
|
* autoconf/config.guess: updated from Clisp-2000-03-06 sources. |
| 10 |
|
|
| 11 |
|
2000-05-05 Richard Kreckel <kreckel@ginac.de> |
| 12 |
|
|
| 13 |
|
* doc/cln.tex: Added index entries. |
| 14 |
|
* doc/texinfo.tex: Upgraded to newer version 1999-10-01.07. |
| 15 |
|
* doc/*: Changes triggered. |
| 16 |
|
|
| 17 |
|
2000-05-04 Richard Kreckel <kreckel@ginac.de> |
| 18 |
|
|
| 19 |
|
* gmp/: removed completely. From now on we are going to link |
| 20 |
|
externally against libgmp3.0 or above! |
| 21 |
|
* configure, configure.in, Makefile.in, */Makeflags: removed support |
| 22 |
|
of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by |
| 23 |
|
setting $CPPFLAGS instead. |
| 24 |
|
* Makefile.in: Added libtool inter-library dependency for -lgmp and |
| 25 |
|
conforming interface versioning (-version-info). |
| 26 |
|
* autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions |
| 27 |
|
from libtool 1.3.4. |
| 28 |
|
|
| 29 |
2000-02-22 Bruno Haible <haible@clisp.cons.org> |
2000-02-22 Bruno Haible <haible@clisp.cons.org> |
| 30 |
|
|
| 31 |
* src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the |
* src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the |
| 38 |
aren't and there were problems on some architectures, PowerPC |
aren't and there were problems on some architectures, PowerPC |
| 39 |
in particular. See the file gmp/README.CLN. This way the |
in particular. See the file gmp/README.CLN. This way the |
| 40 |
hard links in this directory have vanished, they were causing |
hard links in this directory have vanished, they were causing |
| 41 |
trouble for people working in AFS. |
trouble for people working in AFS. This became necessary for |
| 42 |
|
Debian, because there it woudn't compile on PPC. |
| 43 |
|
|
| 44 |
2000-01-13 Richard Kreckel <kreckel@ginac.de> |
2000-01-13 Richard Kreckel <kreckel@ginac.de> |
| 45 |
|
|