Richard Kreckel
f24a1dab87
* 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.
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
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
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
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
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
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
dd9e0f894e
Initial revision
25 years ago