Richard Kreckel
3915d16bbf
* Adjusted documentation.
25 years ago
Richard Kreckel
ddf99dafef
* src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
the 0^y cases.
* inserted the missing ChangLog entry. :-)
25 years ago
Richard Kreckel
f6b8e7b68c
* 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.
25 years ago
Richard Kreckel
1277b4cb29
* include/cln/number.h, the(const cl_number& x): New template
function.
25 years ago
Richard Kreckel
b3e41b0785
* include/cln/config.h.in: reintroduced.
25 years ago
Richard Kreckel
f893f25f2d
* Argh, we are threshing CVS. Removed some non-sources.
25 years ago
Richard Kreckel
850abfde7f
* 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. :-(
25 years ago
Bruno Haible
e0b64ba4f9
Make @exec_prefix@ usable in shell scripts.
25 years ago
Bruno Haible
6408befa04
Fix a typo.
25 years ago
Bruno Haible
53cf241b08
Accept floats with 1.2L0_100 syntax when reading from streams, not only when
reading from strings.
25 years ago
Bruno Haible
c940deb837
CXXFLAGS without -O don't work. Thomas Roessler had the painful experience.
25 years ago
Bruno Haible
9c6ab33803
Distinguish between cl_word_size and the ABI's pointer size.
25 years ago
Richard Kreckel
56036094b1
- doc/*, INSTALL: Mention that both shared and static library are
now build by default.
25 years ago
Bruno Haible
cd3c142f32
Add one test.
25 years ago
Richard Kreckel
63b3e781e0
- 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).
25 years ago
Richard Kreckel
fd90e495ef
- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
environment around the patch of 2000-05-23.
25 years ago
Richard Kreckel
f0b1c402a5
- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
environment around the patch of 2000-05-23.
25 years ago
Bruno Haible
661c444946
Fix typo.
25 years ago
Richard Kreckel
1d18b76873
- src/float/lfloat/algebraic/cl_LF_sqrt.cc, src/base/digitseq/cl_DS_sqrt.cc:
Readjusted break-even points.
25 years ago
Richard Kreckel
60ceb7efdd
- 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.
25 years ago
Bruno Haible
307342356f
Regenerated.
25 years ago
Bruno Haible
8b3b4003a6
Fix determination of host_cpu.
25 years ago
Richard Kreckel
65251c5d82
- INSTALL.generic: Clarified behaviour of --with-gmp.
- configure, configure.in: Safer GMP3-detection.
- ChangeLog: Updated.
25 years ago
Richard Kreckel
04ca0ae207
- updated from Clisp-2000-03-06 sources.
25 years ago
Richard Kreckel
2d6362ebe2
- Added forgotten index entries.
25 years ago
Richard Kreckel
e0b6be72fb
- Added comment about order of tuning.
25 years ago
Richard Kreckel
e7eb602118
- Rearranged break-even points to better match present-day CPUs whenever
GMP3 is used.
25 years ago
Richard Kreckel
a472300995
- Compatibility was not really broken, so: C=0, R=1, A=0.
25 years ago
Richard Kreckel
0bc7f42f97
- Mention that we use inter-library dependencies now instead of an internal
mpn-tree.
25 years ago
Richard Kreckel
45fdbe6718
- Fixed a logic error in the checks of gmp3.
25 years ago
Richard Kreckel
ba5a48a969
- 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.)
25 years ago
Richard Kreckel
c597eb5534
- 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.
25 years ago
Richard Kreckel
3458d445dd
- Updated to newer libtool version 1.3.4.
25 years ago
Richard Kreckel
389268e87f
- Threw out diversions into subdir gmp/.
25 years ago
Richard Kreckel
a7f39918ee
- Added lots of @cindex to produce an index.
- Minor updates / fixed typos.
25 years ago
Richard Kreckel
27cec863e7
*** empty log message ***
25 years ago
Richard Kreckel
e9aeaa2404
* Removed internal gmp/ directory and other traces of it like $GMP_INCLUDES.
25 years ago
Richard Kreckel
54e1c0f130
- src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
parameter passing was changed for the MIPS n32 ABI.
25 years ago
Richard Kreckel
cfa75ff153
- 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.
25 years ago
Richard Kreckel
154648c016
- Added gcc 2.95.2 to `known to work with'-section.
25 years ago
Richard Kreckel
dd9e0f894e
Initial revision
25 years ago
Richard Kreckel
d57000b193
initial checkin
25 years ago