| 1 |
|
2004-10-25 Richard B. Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
* src/base/cl_low.h: Add mulu64 assembler macro for ia64. |
| 4 |
|
|
| 5 |
|
2004-10-24 Richard B. Kreckel <kreckel@ginac.de> |
| 6 |
|
|
| 7 |
|
* src/base/cl_low.h: Add mul and div macros for x86_64. |
| 8 |
|
|
| 9 |
|
2004-10-23 Richard B. Kreckel <kreckel@ginac.de> |
| 10 |
|
|
| 11 |
|
* src/integer/conv/cl_I_from_digits.cc (digits_to_I): Fix thinko in |
| 12 |
|
new code for base power of two. |
| 13 |
|
|
| 14 |
|
2004-10-22 Richard B. Kreckel <kreckel@ginac.de> |
| 15 |
|
|
| 16 |
|
* src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack |
| 17 |
|
overwriting problem. That was the real cause for Debian bug#246319. |
| 18 |
|
* src/integer/output/cl_I_print.cc (print_integer): Revert workaround |
| 19 |
|
for the bug fixed above. |
| 20 |
|
|
| 21 |
|
2004-10-20 Richard B. Kreckel <kreckel@ginac.de> |
| 22 |
|
|
| 23 |
|
* include/cln/types.h: Use 64 bit digits on x86_64 CPU. |
| 24 |
|
|
| 25 |
|
2004-10-12 Richard B. Kreckel <kreckel@ginac.de> |
| 26 |
|
|
| 27 |
|
* src/integer/conv/cl_I_from_digits.cc (digits_to_I): Speedup when |
| 28 |
|
the base is a power of two. |
| 29 |
|
|
| 30 |
|
2004-10-05 Richard B. Kreckel <kreckel@ginac.de> |
| 31 |
|
|
| 32 |
|
* src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32. |
| 33 |
|
|
| 34 |
|
2004-09-27 Richard B. Kreckel <kreckel@ginac.de> |
| 35 |
|
|
| 36 |
|
Support for little-endian Mips, second shot |
| 37 |
|
* src/base/digitseq/cl_asm_mipsel_.cc: New file... |
| 38 |
|
* src/base/digitseq/cl_asm_cc: ...used here. |
| 39 |
|
* src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness. |
| 40 |
|
* include/cln/object.h: Set alignment for mipsel explicitly. |
| 41 |
|
|
| 42 |
|
2004-09-05 Richard B. Kreckel <kreckel@ginac.de> |
| 43 |
|
|
| 44 |
|
Support for little-endian Mips |
| 45 |
|
* include/cln/config.h.in: Add __mipsel__. |
| 46 |
|
* include/cln/modules.h: For Mips, this is endianness-agnostic. |
| 47 |
|
* src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h: |
| 48 |
|
Mask out assembler for little-endian Mips. |
| 49 |
|
|
| 50 |
|
2004-08-30 Bruno Haible <bruno@clisp.org> |
| 51 |
|
|
| 52 |
|
* benchmarks/timebench2.sh: Multiply all repeat counts by 100. |
| 53 |
|
* benchmarks/timebench2.results: Add recent PowerPC G4 results. |
| 54 |
|
|
| 55 |
|
2004-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 56 |
|
|
| 57 |
|
* examples/e.cc: remove extra semicolon. |
| 58 |
|
|
| 59 |
|
2004-08-25 Bruno Haible <bruno@clisp.org> |
| 60 |
|
|
| 61 |
|
* autoconf/ltmain.sh: Upgrade to libtool-1.5.6. |
| 62 |
|
* m4/libtool.m4: New file, from libtool-1.5.6 with modifications: |
| 63 |
|
2004-08-22 Bruno Haible <bruno@clisp.org> |
| 64 |
|
* m4/libtool.m4: Add support for Comeau C++ on Linux. |
| 65 |
|
Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>. |
| 66 |
|
* autoconf/aclocal.m4: Regenerate. |
| 67 |
|
|
| 68 |
|
2004-08-19 Bruno Haible <bruno@clisp.org> |
| 69 |
|
|
| 70 |
|
* include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When |
| 71 |
|
converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on |
| 72 |
|
MacOS X. |
| 73 |
|
Reported by Darren Bane <darren.bane@ul.ie>. |
| 74 |
|
|
| 75 |
|
2004-07-01 Richard B. Kreckel <kreckel@ginac.de> |
| 76 |
|
|
| 77 |
|
* Version 1.1.8 released. |
| 78 |
|
|
| 79 |
|
2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 80 |
|
|
| 81 |
|
* src/base/cl_macros.h: alloca(3) has size_t argument type. |
| 82 |
|
|
| 83 |
|
2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 84 |
|
|
| 85 |
|
* include/cln/floatformat.h: Do define a type here. |
| 86 |
|
|
| 87 |
|
2004-06-27 Richard B. Kreckel <kreckel@ginac.de> |
| 88 |
|
|
| 89 |
|
* include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness. |
| 90 |
|
|
| 91 |
|
2004-06-23 Bruno Haible <bruno@clisp.org> |
| 92 |
|
|
| 93 |
|
* configure.ac: Pretend ftime() is not available. Needed by |
| 94 |
|
CL_TIMES_CLOCK. |
| 95 |
|
|
| 96 |
|
2004-06-21 Ralf Stephan <ralf@ark.in-berlin.de> |
| 97 |
|
|
| 98 |
|
* doc/cln.tex: Document jacobi, isprobprime and nextprobprime. |
| 99 |
|
|
| 100 |
|
2004-06-18 Richard B. Kreckel <kreckel@ginac.de> |
| 101 |
|
|
| 102 |
|
* rational/transcendental/cl_RA_logp.cc: fix bug where base is |
| 103 |
|
reciprocal of an integer. |
| 104 |
|
Reported by Niklas Knutsson <nq@altern.org>. |
| 105 |
|
|
| 106 |
|
2004-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 107 |
|
|
| 108 |
|
* src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc, |
| 109 |
|
src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc: |
| 110 |
|
Make template specializations explicit. |
| 111 |
|
|
| 112 |
|
2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 113 |
|
|
| 114 |
|
* src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc, |
| 115 |
|
src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc, |
| 116 |
|
src/real/input/cl_R_read.cc: Remove unused labels. |
| 117 |
|
|
| 118 |
|
2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 119 |
|
|
| 120 |
|
* benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc, |
| 121 |
|
benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc, |
| 122 |
|
benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc, |
| 123 |
|
examples/atan_recip.cc, examples/atanh_recip.cc, |
| 124 |
|
examples/contfrac.cc, examples/e.cc, examples/legendre.cc, |
| 125 |
|
examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h, |
| 126 |
|
include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h, |
| 127 |
|
include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc, |
| 128 |
|
src/base/cl_alloca.h, src/base/cl_malloc.cc, |
| 129 |
|
src/base/random/cl_random_from.cc, |
| 130 |
|
src/base/string/cl_spushstring_append.cc, |
| 131 |
|
src/base/string/cl_spushstring_push.cc, |
| 132 |
|
src/base/string/cl_st_debug.cc, |
| 133 |
|
src/base/string/input/cl_st_gettoken.cc, |
| 134 |
|
src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc, |
| 135 |
|
src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc, |
| 136 |
|
src/rational/input/cl_RA_read.cc, |
| 137 |
|
src/real/format-output/cl_fmt_integer.cc, |
| 138 |
|
src/real/format-output/cl_fmt_paddedstring.cc, |
| 139 |
|
src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc, |
| 140 |
|
src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc, |
| 141 |
|
tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc, |
| 142 |
|
tests/timeLFatan.cc, tests/timeLFatanh-compare.cc, |
| 143 |
|
tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc, |
| 144 |
|
tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc, |
| 145 |
|
tests/timeLFln-compare.cc, tests/timeLFln.cc, |
| 146 |
|
tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc, |
| 147 |
|
tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc, |
| 148 |
|
tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc, |
| 149 |
|
tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc, |
| 150 |
|
tests/timediv2adic-compare.cc, tests/timediv2adic.cc, |
| 151 |
|
tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc, |
| 152 |
|
tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc, |
| 153 |
|
tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc, |
| 154 |
|
tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc, |
| 155 |
|
tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc, |
| 156 |
|
tests/timezeta3.cc: Change all C include headers to ISO style |
| 157 |
|
within C++ code. |
| 158 |
|
|
| 159 |
|
2004-06-10 Richard B. Kreckel <kreckel@ginac.de> |
| 160 |
|
|
| 161 |
|
* examples/perfnum.cc: update to presumed 41st Mersenne prime. |
| 162 |
|
|
| 163 |
|
2004-05-02 Richard B. Kreckel <kreckel@ginac.de> |
| 164 |
|
|
| 165 |
|
* Version 1.1.7 released. |
| 166 |
|
|
| 167 |
|
2004-05-02 Richard B. Kreckel <kreckel@ginac.de> |
| 168 |
|
|
| 169 |
|
* examples/pi.cc and examples/pi.1: New files. |
| 170 |
|
* examples/Makefile.in: Build the pi executable. |
| 171 |
|
|
| 172 |
|
2004-05-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 173 |
|
|
| 174 |
|
* src/Makefile.in: Fix for parallel build: wait for subdir objects to |
| 175 |
|
be finished before creating the library. |
| 176 |
|
|
| 177 |
|
2004-04-30 Richard B. Kreckel <kreckel@ginac.de> |
| 178 |
|
|
| 179 |
|
* src/integer/output/cl_I_print.cc (print_integer): workaround |
| 180 |
|
GCC compiler bug (cf. Debian bug#246319). |
| 181 |
|
|
| 182 |
|
2004-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 183 |
|
|
| 184 |
|
* m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache |
| 185 |
|
enabled. |
| 186 |
|
|
| 187 |
|
2004-03-08 Bruno Haible <bruno@clisp.org> |
| 188 |
|
|
| 189 |
|
* src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second |
| 190 |
|
underflow condition. |
| 191 |
|
* src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large |
| 192 |
|
uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1. |
| 193 |
|
|
| 194 |
|
2004-03-04 Richard B. Kreckel <kreckel@ginac.de> |
| 195 |
|
|
| 196 |
|
* Makefile.in (install): Add ${srcdir} for cln.m4. |
| 197 |
|
* m4/gmp.m4: quote macro names. |
| 198 |
|
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>. |
| 199 |
|
|
| 200 |
|
2004-01-01 Richard B. Kreckel <kreckel@ginac.de> |
| 201 |
|
|
| 202 |
|
* Version 1.1.6 released. |
| 203 |
|
|
| 204 |
|
2004-01-01 Richard B. Kreckel <kreckel@ginac.de> |
| 205 |
|
|
| 206 |
|
* include/cln/univpoly.h, include/cln/univpoly_complex.h, |
| 207 |
|
include/cln//univpoly_integer.h, include/cln/univpoly_modint.h, |
| 208 |
|
include/cln/univpoly_rational.h, include/cln/univpoly_real.h, |
| 209 |
|
src/polynomial/elem/cl_UP_GF2.h, src/polynomial/elem/cl_UP_MI.h, |
| 210 |
|
src/polynomial/elem/cl_UP_gen.h, src/polynomial/elem/cl_UP_no_ring.cc, |
| 211 |
|
src/polynomial/elem/cl_UP_number.h (ldegree): New function. |
| 212 |
|
* doc/cln.tex: Document `ldegree'. |
| 213 |
|
|
| 214 |
|
2003-12-29 Richard B. Kreckel <kreckel@ginac.de> |
| 215 |
|
|
| 216 |
|
Rework of autoconfiscation infrastructure |
| 217 |
|
* autoconf/config.{guess,sub}: Update to GNU version 2003-10-07. |
| 218 |
|
* autoconf/ltmain.sh: Update to GNU version 1.4.3. |
| 219 |
|
* autoconf/autoconf: Remove (from now on we assume autoconf is |
| 220 |
|
installed properly on the sytem). |
| 221 |
|
* autoconf/autoconf.m4: Likewise. |
| 222 |
|
* autoconf/autoconf.m4f: Likewise. |
| 223 |
|
* autoconf/acgeneral.m4: Likewise. |
| 224 |
|
* autoconf/acspecific.m4: Likewise. |
| 225 |
|
* autoconf/aclocal.m4: Regenerate. |
| 226 |
|
* autoconf/acinclude.m4: Remove (while moving the macros...) |
| 227 |
|
* m4/gmp.m4: New file (...to here). |
| 228 |
|
* Makefile.devel: Update to new scheme. |
| 229 |
|
* configure.ac: Likewise. |
| 230 |
|
* include/cln/GV_integer.h: Assume template specializations work. |
| 231 |
|
* include/cln/GV_modinteger.h: Likewise. |
| 232 |
|
* include/cln/config.h.in: Likewise, and drop HAVE_BOOL. |
| 233 |
|
* src/base/cl_base_config.h.in: Drop support for obsolete ftime(3). |
| 234 |
|
* src/base/random/cl_random_from.cc: Likewise. |
| 235 |
|
* src/timing/cl_base_config.h.in: Likewise. |
| 236 |
|
* src/timing/cl_t_current.cc: Likewise. |
| 237 |
|
|
| 238 |
|
2003-12-27 Richard B. Kreckel <kreckel@ginac.de> |
| 239 |
|
|
| 240 |
|
* src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first |
| 241 |
|
argument is zero. |
| 242 |
|
* src/polynomial/cl_UP_MI.h (modint_minus): Likewise. |
| 243 |
|
* src/polynomial/cl_UP_number.h (num_minus): Likewise. |
| 244 |
|
Reported by Munagala Ramanath <amberarrow@yahoo.com>. |
| 245 |
|
|
| 246 |
|
2003-12-02 Richard B. Kreckel <kreckel@ginac.de> |
| 247 |
|
|
| 248 |
|
* examples/perfnum.cc: update to presumed 40th Mersenne prime. |
| 249 |
|
|
| 250 |
|
2003-11-20 Christian Bauer <cbauer@ginac.de> |
| 251 |
|
|
| 252 |
|
Added pkg-config support |
| 253 |
|
* cln.pc.in: New file. |
| 254 |
|
* Makefile.in: Take care of cln.pc. |
| 255 |
|
* configure.ac: Likewise. |
| 256 |
|
|
| 257 |
|
2003-08-06 Richard B. Kreckel <kreckel@ginac.de> |
| 258 |
|
|
| 259 |
|
* src/numtheory/cl_nt_sqrtmodp.cc: #undef _R. |
| 260 |
|
Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>. |
| 261 |
|
|
| 262 |
|
2003-08-01 Richard Kreckel <kreckel@ginac.de> |
| 263 |
|
|
| 264 |
|
More dependent base resolution issues |
| 265 |
|
* src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()): |
| 266 |
|
portable syntactic simplification. |
| 267 |
|
* src/base/hash/cl_hashset.h: Preceed inherited members with this->. |
| 268 |
|
* src/base/hash/cl_hash1.h: Likewise for member functions. |
| 269 |
|
* src/base/hash/cl_hash2.h: Likewise. |
| 270 |
|
* src/base/hash/cl_hashuniq.h: Likewise. |
| 271 |
|
* src/base/hash/cl_hashuniqweak.h: Likewise. |
| 272 |
|
* src/base/hash/cl_hash.h: Revert explicit static member function |
| 273 |
|
lookup since that was GCC's fault. |
| 274 |
|
* src/base/hash/cl_hash2weak.h: Likewise. |
| 275 |
|
* src/base/hash/cl_hashuniqweak.h: Likewise. |
| 276 |
|
|
| 277 |
|
2003-06-29 Richard Kreckel <kreckel@ginac.de> |
| 278 |
|
|
| 279 |
|
Dependent base resolution needed for GCC-3.4 |
| 280 |
|
* include/cln/GV.h: Preceed inherited members with this->. |
| 281 |
|
* include/cln/SV.h: Likewise. |
| 282 |
|
* include/cln/object.h: Likewise. |
| 283 |
|
* src/base/hash/cl_hash1.h: Likewise. |
| 284 |
|
* src/base/hash/cl_hash1weak.h: Likewise. |
| 285 |
|
* src/base/hash/cl_hash2.h: Likewise. |
| 286 |
|
* src/base/hash/cl_hashuniq.h: Likewise. |
| 287 |
|
* src/base/hash/cl_hash.h: Make lookup of static member function |
| 288 |
|
explicit. |
| 289 |
|
* src/base/hash/cl_hash2weak.h: Likewise. |
| 290 |
|
* src/base/hash/cl_hashuniqweak.h: Likewise. |
| 291 |
|
* src/modinteger/cl_MI.cc: Make shell-comment a C-comment. Geez. |
| 292 |
|
|
| 293 |
|
2003-02-24 Bruno Haible <bruno@clisp.org> |
| 294 |
|
|
| 295 |
|
* src/base/random/cl_random_from.cc (random_state::random_state): Add |
| 296 |
|
support for MacOS X. |
| 297 |
|
* src/modinteger/cl_MI.cc: #undef _R. |
| 298 |
|
Reported by Erann Gat <gat@jpl.nasa.gov>. |
| 299 |
|
|
| 300 |
|
2002-08-03 Joerg Arndt <jj@suse.de> |
| 301 |
|
|
| 302 |
|
* include/cln/config.h.in: Add support for x86_64 CPU. |
| 303 |
|
* include/cln/modules.h: Likewise. |
| 304 |
|
* include/cln/types.h: Likewise. |
| 305 |
|
* include/cln/object.h: Likewise. |
| 306 |
|
|
| 307 |
|
2002-06-08 Richard Kreckel <kreckel@ginac.de> |
| 308 |
|
|
| 309 |
|
* src/base/digitseq/cl_asm.h: ensure intCsize==16 when including |
| 310 |
|
m68k Assembler routines. |
| 311 |
|
* src/base/digitseq/cl_asm_.cc: Likewise. |
| 312 |
|
|
| 313 |
|
2002-05-28 Richard Kreckel <kreckel@ginac.de> |
| 314 |
|
|
| 315 |
|
* Version 1.1.5 released. |
| 316 |
|
|
| 317 |
|
2002-05-27 Richard Kreckel <kreckel@ginac.de> |
| 318 |
|
|
| 319 |
|
* include/cln/modules.h (CL_CONCATENATE): New macro. |
| 320 |
|
|
| 321 |
|
2002-05-10 Richard Kreckel <kreckel@ginac.de> |
| 322 |
|
|
| 323 |
|
* doc/cln.tex (Building the library): Update recommendations for |
| 324 |
|
compiling on Tru64 using g++ 3.0 and 3.1. |
| 325 |
|
* README: Update homepage. |
| 326 |
|
|
| 327 |
|
2002-05-05 Bruno Haible <bruno@clisp.org> |
| 328 |
|
|
| 329 |
|
* doc/cln.tex (Building the library): Give some recommendations for |
| 330 |
|
g++ 3.0 and 3.1. |
| 331 |
|
|
| 332 |
|
Force link-time references despite optimizations done by g++ 2.95 |
| 333 |
|
and newer. |
| 334 |
|
* include/cln/modules.h (CL_FORCE_LINK): New macro. |
| 335 |
|
* Use CL_FORCE_LINK. |
| 336 |
|
* include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise. |
| 337 |
|
* include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise. |
| 338 |
|
* include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise. |
| 339 |
|
* include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise. |
| 340 |
|
* include/cln/dfloat.h (cl_DF_debug_dummy): Likewise. |
| 341 |
|
* include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy): |
| 342 |
|
Likewise. |
| 343 |
|
* include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy): |
| 344 |
|
Likewise. |
| 345 |
|
* include/cln/lfloat.h (cl_LF_debug_dummy): Likewise. |
| 346 |
|
* include/cln/modinteger.h (cl_MI_debug_dummy): Likewise. |
| 347 |
|
* include/cln/rational.h (cl_RA_debug_dummy): Likewise. |
| 348 |
|
* include/cln/real.h (cl_R_debug_dummy): Likewise. |
| 349 |
|
* include/cln/ring.h (cl_ring_debug_dummy): Likewise. |
| 350 |
|
* include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy): |
| 351 |
|
Likewise. |
| 352 |
|
* include/cln/string.h (cl_string_debug_dummy): Likewise. |
| 353 |
|
* include/cln/univpoly.h (cl_UP_debug_dummy): Likewise. |
| 354 |
|
* src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise. |
| 355 |
|
|
| 356 |
|
Avoid g++ 3.1 warnings. |
| 357 |
|
* src/base/cl_offsetof.h (offsetof): Redefine each time. |
| 358 |
|
* src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>. |
| 359 |
|
|
| 360 |
|
Avoid g++ 3.1 warnings. |
| 361 |
|
* src/base/hash/cl_hash.h (struct cl_heap_hashtable): Use typename |
| 362 |
|
where needed. |
| 363 |
|
* src/base/hash/cl_hash1.h (struct cl_heap_hashtable_1): typedef |
| 364 |
|
htxentry as a shortcut. |
| 365 |
|
* src/base/hash/cl_hash2.h (struct cl_heap_hashtable_2): Likewise. |
| 366 |
|
* src/base/hash/cl_hashset.h (struct cl_heap_hashtable_set): Likewise. |
| 367 |
|
* src/base/hash/cl_hashuniq.h (struct cl_heap_hashtable_uniq): |
| 368 |
|
Likewise. |
| 369 |
|
|
| 370 |
|
2002-03-15 Bruno Haible <bruno@clisp.org> |
| 371 |
|
|
| 372 |
|
* cln.tex: Document problem with GNU make 3.77. |
| 373 |
|
Reported by Michael Somos <somos@grail.cba.csuohio.edu>. |
| 374 |
|
|
| 375 |
|
2002-02-16 Richard Kreckel <kreckel@ginac.de> |
| 376 |
|
|
| 377 |
|
* cln.m4: quote macro name. |
| 378 |
|
Pointed out by Roberto Bagnara. |
| 379 |
|
|
| 380 |
|
2002-01-20 Richard Kreckel <kreckel@ginac.de> |
| 381 |
|
|
| 382 |
|
* autoconf/config.{guess,sub}: Update to GNU version 2002-01-02. |
| 383 |
|
(the old one was broken on Linux/Mips.) |
| 384 |
|
|
| 385 |
|
2002-01-04 Richard Kreckel <kreckel@ginac.de> |
| 386 |
|
|
| 387 |
|
* autoconf/autoconf.m4f: get brutal in order to adhere to FHS. |
| 388 |
|
* Version 1.1.4 released. |
| 389 |
|
|
| 390 |
|
2002-01-03 Richard Kreckel <kreckel@ginac.de> |
| 391 |
|
|
| 392 |
|
* autoconf/acinclude.m4: revamp MPN-matcher. |
| 393 |
|
* autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure, |
| 394 |
|
sync with CLisp from CVS. |
| 395 |
|
* autoconf/autoconf: Likewise. |
| 396 |
|
* autoconf/autoconf.m4f: Likewise (new file). |
| 397 |
|
* configure.ac: Likewise (new file, replaces configure.in). |
| 398 |
|
* configure.in: Likewise (deleted, replaced by configure.ac). |
| 399 |
|
* autoconf/config.{guess,sub}: Update to GNU version 2001-12-13. |
| 400 |
|
* src/Makefile.in: made VPATH safe for autoconf-2.52. |
| 401 |
|
* include/cln/config.h.in: Add __s390__. |
| 402 |
|
|
| 403 |
|
2001-12-31 Richard Kreckel <kreckel@ginac.de> |
| 404 |
|
|
| 405 |
|
* src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C" |
| 406 |
|
any more since GMP4 has some C++ support in it. |
| 407 |
|
|
| 408 |
|
2001-12-14 Richard Kreckel <kreckel@ginac.de> |
| 409 |
|
|
| 410 |
|
* include/cln/modules.h, include/cln/object.h: add support for |
| 411 |
|
s390. |
| 412 |
|
* src/numtheory/cl_nt_sqrtmodp.cc: workaround for GCC2.x compiler-bug |
| 413 |
|
on s390, provided by Gerhard Tonn. |
| 414 |
|
|
| 415 |
|
2001-11-05 Richard Kreckel <kreckel@ginac.de> |
| 416 |
|
|
| 417 |
|
* autoconf/ltmain.sh: Upgrade to libtool-1.4.2. |
| 418 |
|
* autoconf/config.{guess,sub}: Update to GNU version 2001-09-07. |
| 419 |
|
* Version 1.1.3 released. |
| 420 |
|
|
| 421 |
|
2001-11-04 Bruno Haible <haible@clisp.cons.org> |
| 422 |
|
|
| 423 |
|
Interoperability with gcc-3.0 -fuse-cxa-atexit. |
| 424 |
|
* autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add test whether |
| 425 |
|
global destructors actually exist. |
| 426 |
|
* include/cln/modules.h (CL_PROVIDE, CL_PROVIDE_END, CL_PROVIDE_END): |
| 427 |
|
Don't hack the global destructors if there is no global destructors |
| 428 |
|
function. |
| 429 |
|
|
| 430 |
|
2001-11-03 Richard Kreckel <kreckel@ginac.de> |
| 431 |
|
|
| 432 |
|
* src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small |
| 433 |
|
values of x, return square(x) instead of x. |
| 434 |
|
* src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise. |
| 435 |
|
|
| 436 |
|
2001-07-25 Richard Kreckel <kreckel@ginac.de> |
| 437 |
|
|
| 438 |
|
* Version 1.1.2 released. |
| 439 |
|
|
| 440 |
|
2001-07-24 Richard Kreckel <kreckel@ginac.de> |
| 441 |
|
|
| 442 |
|
* src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a |
| 443 |
|
friend of cl_heap_hashtable<htentry>. |
| 444 |
|
|
| 445 |
|
2001-07-22 Richard Kreckel <kreckel@ginac.de> |
| 446 |
|
|
| 447 |
|
* src/float/base/cl_ieee.cc: try to do magic to the FPU only if |
| 448 |
|
_FPU_IEEE is really defined. |
| 449 |
|
* include/cln/modules.h: change assembler labels from `label' to |
| 450 |
|
`label:' on hppa, needed by Linux (see comment). |
| 451 |
|
* autoconf/acinclude.m4: new file (for storing CLN-specific macros). |
| 452 |
|
* Makefile.devel: adjusted. |
| 453 |
|
* autoconf/aclocal.m4: regenerate. |
| 454 |
|
* src/base/low/cl_low_mul.cc: moved POD variables that are declared |
| 455 |
|
extern "C" elsewhere out of the namespace. |
| 456 |
|
* src/base/low/cl_low_div.cc: Likewise. |
| 457 |
|
|
| 458 |
|
2001-06-08 Bruno Haible <haible@clisp.cons.org> |
| 459 |
|
|
| 460 |
|
* autoconf/config.{guess,sub}: Update to GNU version 2001-05-11. |
| 461 |
|
* autoconf/aclocal.m4: Upgrade to libtool-1.4. |
| 462 |
|
* autoconf/ltmain.sh: Likewise. |
| 463 |
|
* autoconf/ltconfig: Remove file. |
| 464 |
|
* autoconf/install-sh: New file. |
| 465 |
|
* configure.in: Add AC_CONFIG_AUX_DIR call. |
| 466 |
|
|
| 467 |
|
2001-06-05 Richard Kreckel <kreckel@ginac.de> |
| 468 |
|
|
| 469 |
|
* tests/tests.cc: resolve namespace ambiguity about strcmp(). |
| 470 |
|
|
| 471 |
|
2001-05-31 Richard Kreckel <kreckel@ginac.de> |
| 472 |
|
|
| 473 |
|
* Version 1.1.1 released. |
| 474 |
|
|
| 475 |
|
2001-05-28 Richard Kreckel <kreckel@ginac.de> |
| 476 |
|
|
| 477 |
|
* cln/cln.tex: documented problems with shared library on Sparc |
| 478 |
|
using gcc older than 2.95.3. |
| 479 |
|
* configure.in: Fixed typos in versioning docu. |
| 480 |
|
|
| 481 |
|
2001-05-25 Bruno Haible <haible@clisp.cons.org> |
| 482 |
|
|
| 483 |
|
* src/base/digitseq/cl_asm_arm_.cc: Use #0x instead of #& to designate |
| 484 |
|
hexadecimal constants. |
| 485 |
|
|
| 486 |
|
2001-05-25 Richard Kreckel <kreckel@ginac.de> |
| 487 |
|
|
| 488 |
|
* autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol. |
| 489 |
|
* src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p. |
| 490 |
|
* Removed LiDIA interface since that is now outdated (namespace cln) |
| 491 |
|
and maintained elsewhere. |
| 492 |
|
* Adjusted dates and final touches for 1.1.1. |
| 493 |
|
|
| 494 |
|
2001-05-19 Richard Kreckel <kreckel@ginac.de> |
| 495 |
|
|
| 496 |
|
* INSTALL: Update toolchain info: no egcs, some more platforms. |
| 497 |
|
* doc/cln.tex: Likewise. |
| 498 |
|
|
| 499 |
|
2001-05-18 Richard Kreckel <kreckel@ginac.de> |
| 500 |
|
|
| 501 |
|
* src/base/cl_low.h: prepended variables declared inside macros |
| 502 |
|
with underscore. Fixes equal_hashcode() on various platforms. |
| 503 |
|
|
| 504 |
|
2001-04-25 Richard Kreckel <kreckel@ginac.de> |
| 505 |
|
|
| 506 |
|
* src/base/cl_low.h: Added several checks if NO_ASM is defined, so |
| 507 |
|
this definition becomes actually useful. This is needed for |
| 508 |
|
compilation on Arm until somebody fixes the assembler files for Arm. |
| 509 |
|
* src/base/digitseq/cl_asm.h: Likewise. |
| 510 |
|
* src/base/digitseq/cl_asm_.cc: Likewise. |
| 511 |
|
* */Makefile.in: Added `override' in front of `CPPFLAGS +=' so |
| 512 |
|
one can say `make CPPFLAGS=-DFOOBAR'. |
| 513 |
|
|
| 514 |
|
2001-03-26 Arvid Norberg <c99ang@cs.umu.se> |
| 515 |
|
|
| 516 |
|
* src/base/random/cl_random_from.cc: ported to beos. |
| 517 |
|
|
| 518 |
|
2001-03-05 Richard Kreckel <kreckel@ginac.de> |
| 519 |
|
|
| 520 |
|
* include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness. |
| 521 |
|
|
| 522 |
|
2001-01-28 Richard Kreckel <kreckel@ginac.de> |
| 523 |
|
|
| 524 |
|
* include/cln/number.h (cl_as_N): Remove bogus comment. |
| 525 |
|
|
| 526 |
|
2001-01-22 Richard Kreckel <kreckel@ginac.de> |
| 527 |
|
|
| 528 |
|
* configure.in: Make build in separate builddir possible (again). |
| 529 |
|
|
| 530 |
|
2001-01-22 Richard Kreckel <kreckel@ginac.de> |
| 531 |
|
|
| 532 |
|
* include/cln/*.h: Change signatures of all classes' methods |
| 533 |
|
cln::cl_foo::operator new(size_t, cl_foo*) to |
| 534 |
|
cln::cl_foo::operator new(size_t, void*) so one can declare |
| 535 |
|
std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for |
| 536 |
|
certain STL implementations (like libstdc++-v3). |
| 537 |
|
|
| 538 |
|
2000-12-14 Richard Kreckel <kreckel@ginac.de> |
| 539 |
|
|
| 540 |
|
* Version 1.1 released. |
| 541 |
|
|
| 542 |
|
2000-12-13 Richard Kreckel <kreckel@ginac.de> |
| 543 |
|
|
| 544 |
|
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream. |
| 545 |
|
|
| 546 |
|
2000-12-05 Richard Kreckel <kreckel@ginac.de> |
| 547 |
|
|
| 548 |
|
* Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p. |
| 549 |
|
* include/cln/version.h.in, src/base/verion.cc: New files. |
| 550 |
|
* configure.in: Generate include/cln/version.h. |
| 551 |
|
* cln.m4: Rewrote it. Check result of cln-config without compiling. |
| 552 |
|
Do cross-check library version and header version information. |
| 553 |
|
|
| 554 |
|
2000-12-02 Christian Bauer <cbauer@ginac.de> |
| 555 |
|
|
| 556 |
|
* Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR. |
| 557 |
|
* cln.m4, cln.spec.in: some minor fixes with respect to RPM package |
| 558 |
|
building. |
| 559 |
|
|
| 560 |
|
2000-11-24 Richard Kreckel <kreckel@ginac.de> |
| 561 |
|
|
| 562 |
|
* */*: Removed problematic stdin, stdout and stderr definitions. |
| 563 |
|
Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29). |
| 564 |
|
|
| 565 |
|
2000-11-20 Bruno Haible |
| 566 |
|
|
| 567 |
|
* cln-config.1: change title. |
| 568 |
|
|
| 569 |
|
2000-11-18 Richard Kreckel <kreckel@ginac.de> |
| 570 |
|
|
| 571 |
|
* cln.m4: New file. |
| 572 |
|
* doc/cln.tex: Document package tools cln-config and cln.m4. |
| 573 |
|
* Makefile.in: Care about cln.m4. |
| 574 |
|
|
| 575 |
|
2000-11-17 Richard Kreckel <kreckel@ginac.de> |
| 576 |
|
|
| 577 |
|
* cln-config.1: added manpage, as required by a couple of distros. |
| 578 |
|
* Makefile.in, doc/Makefile.in: target install depends on installdirs. |
| 579 |
|
|
| 580 |
|
2000-11-16 Richard Kreckel <kreckel@ginac.de> |
| 581 |
|
|
| 582 |
|
* autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro... |
| 583 |
|
* configure.in: ...used here. |
| 584 |
|
* include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD... |
| 585 |
|
* include/cln/types.h: ...used here. |
| 586 |
|
* autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS. |
| 587 |
|
|
| 588 |
|
2000-11-13 Richard Kreckel <kreckel@ginac.de> |
| 589 |
|
|
| 590 |
|
* src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA, |
| 591 |
|
in order to guard against an accidented configuration. |
| 592 |
|
* src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of |
| 593 |
|
struct power_table_entry initialized as ULL instead of as UL, if |
| 594 |
|
intDsize==64 (caused misprinting on MIPS w/ GMP). |
| 595 |
|
* src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if |
| 596 |
|
HAVE_FAST_LONGLONG. |
| 597 |
|
* src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise. |
| 598 |
|
* src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival |
| 599 |
|
generation of Bignum for intDsize==64 and a notreached-check at end. |
| 600 |
|
* autoconf/config.guess, autoconf/config.sub: updated from FSF. |
| 601 |
|
* include/cln/config.h.in: Prepared support for IA64. |
| 602 |
|
* include/cln/types.h: Likewise. |
| 603 |
|
* include/cln/object.h: Likewise. |
| 604 |
|
* include/cln/modules.h: Likewise. |
| 605 |
|
* src/base/cl_macros.h (nonreturning_function): Likewise (NUE's |
| 606 |
|
compiler claims __GNUC_MINOR__==9). |
| 607 |
|
|
| 608 |
|
2000-11-03 Richard Kreckel <kreckel@ginac.de> |
| 609 |
|
|
| 610 |
|
* src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from |
| 611 |
|
HAVE_DD to HAVE_FAST_LONGLONG. |
| 612 |
|
* src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG. |
| 613 |
|
* src/base/cl_low.h: actually no need to include "cln/types.h" here. |
| 614 |
|
* src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD. |
| 615 |
|
* src/base/random/cl_UL_random.cc (random32): a is always ULL. |
| 616 |
|
|
| 617 |
|
2000-11-01 Richard Kreckel <kreckel@ginac.de> |
| 618 |
|
|
| 619 |
|
* include/cln/object.h (cl_combine): define additional signatures, if |
| 620 |
|
HAVE_LONGLONG is defined, in order to keep the compiler happy. |
| 621 |
|
* src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD... |
| 622 |
|
* src/base/cl_macros.h (bit): ...for this macro... |
| 623 |
|
* src/base/cl_macros.h (minus_bit): ...and this one. |
| 624 |
|
* src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD... |
| 625 |
|
* src/base/cl_low.h (logcount_64): ...for this macro. |
| 626 |
|
* src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL. |
| 627 |
|
* src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug. |
| 628 |
|
that turned up when intDsize==32 and cl_word_size==64. |
| 629 |
|
* src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast |
| 630 |
|
to uint64 that turned up when intDsize==32 and cl_word_size==64. |
| 631 |
|
|
| 632 |
|
2000-10-29 Richard Kreckel <kreckel@ginac.de> |
| 633 |
|
|
| 634 |
|
* src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc: |
| 635 |
|
#undef stderr, if it's defined so cln::stderr isn't confused. |
| 636 |
|
* src/base/input/cl_read_globals.cc: stdin should not be extern. |
| 637 |
|
|
| 638 |
|
2000-09-05 Richard Kreckel <kreckel@ginac.de> |
| 639 |
|
|
| 640 |
|
* include/cln/number.h (As): Fix it in namespace by suffixing `_As' |
| 641 |
|
to the appropiate method instead of prefixing `as_'. |
| 642 |
|
* src/complex/misc/cl_N_as.cc (cl_N_As): Likewise. |
| 643 |
|
* src/real/misc/cl_R_as.cc (cl_R_As): Likewise. |
| 644 |
|
* src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise. |
| 645 |
|
* src/integer/misc/cl_I_as.cc (cl_I_As): Likewise. |
| 646 |
|
* src/float/misc/cl_F_as.cc (cl_F_As): Likewise. |
| 647 |
|
* src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise. |
| 648 |
|
* src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise. |
| 649 |
|
* src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise. |
| 650 |
|
* src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise. |
| 651 |
|
|
| 652 |
|
2000-09-05 Richard Kreckel <kreckel@ginac.de> |
| 653 |
|
|
| 654 |
|
* src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for |
| 655 |
|
the 0^y cases. |
| 656 |
|
|
| 657 |
|
2000-08-30 Richard Kreckel <kreckel@ginac.de> |
| 658 |
|
|
| 659 |
|
* include/cln/number.h, cl_number::_as_cl_private_thing(): removed. |
| 660 |
|
Rearranged for a clearer distinction between macros and remaining |
| 661 |
|
identifiers, so Cint can parse it smoothly. |
| 662 |
|
|
| 663 |
|
2000-08-29 Richard Kreckel <kreckel@ginac.de> |
| 664 |
|
|
| 665 |
|
* include/cln/number.h, the(const cl_number& x): New template |
| 666 |
|
function. |
| 667 |
|
|
| 668 |
|
2000-08-29 Richard Kreckel <kreckel@ginac.de> |
| 669 |
|
|
| 670 |
|
* */*: Pushed CLN into a namespace `cln'. While doing so, the |
| 671 |
|
following identifiers got their poor-man's namespace (i.e. the |
| 672 |
|
prefix `cl_') stripped off: |
| 673 |
|
cl_catalanconst() -> catalanconst() |
| 674 |
|
cl_compare() -> compare() |
| 675 |
|
cl_cos_sin() -> cos_sin() |
| 676 |
|
cl_cos_sin_t -> cos_sin_t |
| 677 |
|
cl_cosh_sinh() -> cosh_sinh() |
| 678 |
|
cl_cosh_sinh_t -> cosh_sinh_t |
| 679 |
|
cl_decoded_dfloat -> decoded_dfloat |
| 680 |
|
cl_decoded_ffloat -> decoded_ffloat |
| 681 |
|
cl_decoded_float -> decoded_float |
| 682 |
|
cl_decoded_lfloat -> decoded_lfloat |
| 683 |
|
cl_decoded_sfloat -> decoded_sfloat |
| 684 |
|
cl_default_float_format -> default_float_format |
| 685 |
|
cl_default_print_flags -> default_print_flags |
| 686 |
|
cl_default_random_state -> default_random_state |
| 687 |
|
cl_double_approx() -> double_approx() |
| 688 |
|
cl_equal() -> equal() |
| 689 |
|
cl_equal_hashcode() -> equal_hashcode() |
| 690 |
|
cl_eulerconst() -> eulerconst() |
| 691 |
|
cl_find_modint_ring() -> find_modint_ring() |
| 692 |
|
cl_find_univpoly_ring() -> find_univ_poly_ring() |
| 693 |
|
cl_float_approx() -> float_approx |
| 694 |
|
cl_float_format() -> float_format() |
| 695 |
|
cl_float_format_t -> float_format_t |
| 696 |
|
cl_free_hook() -> free_hook() |
| 697 |
|
cl_hermite() -> hermite() |
| 698 |
|
cl_laguerre() -> laguerre() |
| 699 |
|
cl_legendre() -> legandre() |
| 700 |
|
cl_malloc_hook() -> malloc_hook() |
| 701 |
|
cl_pi() -> pi() |
| 702 |
|
cl_tschebychev() -> tschebychev() |
| 703 |
|
cl_zeta() -> zeta() |
| 704 |
|
NB: For functions these changes includes all signatures. |
| 705 |
|
* include/*: moved to include/cln/*, stripped `cl_' off filenames. |
| 706 |
|
* cln-config.in: new file. |
| 707 |
|
|
| 708 |
|
2000-08-26 Bruno Haible <haible@clisp.cons.org> |
| 709 |
|
|
| 710 |
|
* autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default |
| 711 |
|
value, not parens. |
| 712 |
|
|
| 713 |
|
2000-08-18 Bruno Haible <haible@clisp.cons.org> |
| 714 |
|
|
| 715 |
|
* include/cl_univpoly_modint.h: Fix typo. |
| 716 |
|
|
| 717 |
|
2000-07-13 Bruno Haible <haible@clisp.cons.org> |
| 718 |
|
|
| 719 |
|
* src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_', |
| 720 |
|
used as precision marker for floats. |
| 721 |
|
Reported by Keith Briggs (in 1998) and Thomas Roessler. |
| 722 |
|
* src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise. |
| 723 |
|
* src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise. |
| 724 |
|
* src/real/input/cl_R_read_stream.cc (number_char_p): Likewise. |
| 725 |
|
* src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise. |
| 726 |
|
|
| 727 |
2000-06-22 Bruno Haible <haible@clisp.cons.org> |
2000-06-22 Bruno Haible <haible@clisp.cons.org> |
| 728 |
|
|
| 729 |
* include/cl_object.h: Rename cl_word_size to cl_pointer_size. |
* include/cl_object.h: Rename cl_word_size to cl_pointer_size. |
| 733 |
* src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of |
* src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of |
| 734 |
cl_word_size. |
cl_word_size. |
| 735 |
|
|
|
2000-06-05 Richard Kreckel <kreckel@ginac.de> |
|
|
|
|
|
* doc/*, INSTALL: Mention that both shared and static library are |
|
|
are now build by default. |
|
|
|
|
| 736 |
2000-05-31 Bruno Haible <haible@clisp.cons.org> |
2000-05-31 Bruno Haible <haible@clisp.cons.org> |
| 737 |
|
|
| 738 |
* tests/exam_I_floor.cc (integer_floor_tests): Add one more entry. |
* tests/exam_I_floor.cc (integer_floor_tests): Add one more entry. |
| 790 |
* INSTALL.generic: Clarified behaviour of --with-gmp. |
* INSTALL.generic: Clarified behaviour of --with-gmp. |
| 791 |
* autoconf/config.guess: updated from Clisp-2000-03-06 sources. |
* autoconf/config.guess: updated from Clisp-2000-03-06 sources. |
| 792 |
|
|
|
2000-05-05 Richard Kreckel <kreckel@ginac.de> |
|
|
|
|
|
* doc/cln.tex: Added index entries. |
|
|
* doc/texinfo.tex: Upgraded to newer version 1999-10-01.07. |
|
|
* doc/*: Changes triggered. |
|
|
|
|
| 793 |
2000-05-04 Richard Kreckel <kreckel@ginac.de> |
2000-05-04 Richard Kreckel <kreckel@ginac.de> |
| 794 |
|
|
| 795 |
* gmp/: removed completely. From now on we are going to link |
* gmp/: removed completely. From now on we are going to link |