/[cln]/ChangeLog
ViewVC logotype

Contents of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.148.2.7 - (show annotations)
Sun Jul 23 22:00:40 2006 UTC (6 years, 10 months ago) by kreckel
Branch: cln_1-1
Changes since 1.148.2.6: +4 -0 lines
2006-07-23  Sheplyakov Alexei  <varg@theor.jinr.ru>

        * src/base/random/cl_random_from.cc: Add support for MinGW.

1 2006-07-23 Sheplyakov Alexei <varg@theor.jinr.ru>
2
3 * src/base/random/cl_random_from.cc: Add support for MinGW.
4
5 2006-06-14 Richard B. Kreckel <kreckel@ginac.de>
6
7 * src/float/output/cl_F_dprint.cc (decode_float_decimal): Fix rare
8 assertion for quite large numbers (cl_LF binary exponent >~ 4.8E8).
9
10 2006-05-20 Bruno Haible <bruno@clisp.org>
11
12 * src/base/random/cl_random_from.cc: Treat FreeBSD, NetBSD like other
13 Unix platforms.
14
15 2006-05-07 Richard B. Kreckel <kreckel@ginac.de>
16
17 * include/cln/modules.h (CL_JUMP_TO): Fix for Intel Mac.
18
19 2006-04-22 Richard B. Kreckel <kreckel@ginac.de>
20
21 * Apply patch for x86_64 from mainline:
22 2005-12-02 Bruno Haible <bruno@clisp.org>
23 * src/base/cl_low.h (mulu64) [x86_64]: Change asm restriction,
24 since mulq doesn't accept immediate arguments.
25
26 2005-12-17 Richard B. Kreckel <kreckel@ginac.de>
27
28 * Branched cln_1-1. This is the maintenance branch. It is for
29 low-impact patches. The main branch will eventually become CLN 1.2.0.
30
31 2005-12-15 Dmitry V. Kustov <kustov@telex221.ru>
32
33 * src/base/random/cl_random_from.cc: Add support for OpenBSD.
34
35 2005-11-23 Richard B. Kreckel <kreckel@ginac.de>
36
37 * Version 1.1.11 released.
38
39 2005-11-20 Richard B. Kreckel <kreckel@ginac.de>
40
41 * src/integer/conv/cl_I_cached_power.h: New file.
42 * src/integer/conv/cl_I_cached_power.cc: New file.
43 Contains power_table and cached_power_table previously...
44 * src/integer/conv/cl_I_to_digits.cc: ...here.
45 * src/integer/conv/cl_I_from_digits.cc: Use cached powers.
46
47 2005-11-02 Richard B. Kreckel <kreckel@ginac.de>
48
49 * src/integer/conv/cl_I_from_digits.cc: Made input of all numbers in
50 non-power-of-two base much faster.
51 * tests/test_I_io.cc: New file...
52 * tests/Makefile.in, tests/test_I.cc: ...used here.
53
54 2005-10-22 Richard B. Kreckel <kreckel@ginac.de>
55
56 * Version 1.1.10 released.
57
58 2005-10-22 Richard B. Kreckel <kreckel@ginac.de>
59
60 * src/Makefile.in: Accept CPPFLAGS from environment.
61 * examples/Makefile.in: Likewise.
62 * benchmarks/Makefile.in: Likewise.
63 * tests/Makefile.in: Likewise.
64
65 2005-08-30 Richard B. Kreckel <kreckel@ginac.de>
66
67 * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
68 duplication of basic blocks on m68k.
69
70 2005-08-30 Richard B. Kreckel <kreckel@ginac.de>
71
72 * include/cln/modules.h (CL_JUMP_TO): Fix mips* brokenness.
73
74 2005-08-27 Bruno Haible <bruno@clisp.org>
75
76 Split aclocal.m4 into individual files.
77 * m4/alloca.m4, m4/as-underscore.m4, m4/c++-constructors.m4:
78 * m4/fpu_control.m4, m4/general.m4, m4/gettimeofday.m4:
79 * m4/longdouble.m4, m4/longlong.m4, m4/param.m4, m4/perror.m4:
80 * m4/proto.m4, m4/rusage.m4, m4/times.m4:
81 New files, extracted from autoconf/aclocal.m4.
82 * autoconf/aclocal.m4: m4_include them.
83 * Makefile.devel (AUTOCONF_MACROS): New variable.
84 (configure): Depend on it.
85 (CLISP_M4DIR): Remove variable.
86 (autoconf/aclocal.m4): Remove rule.
87
88 2005-08-27 Bruno Haible <bruno@clisp.org>
89
90 * src/integer/bitwise/cl_I_ash_I.cc (ash): Avoid shifting a 32-bit
91 zero value by more than 31 bits.
92
93 2005-08-27 Bruno Haible <bruno@clisp.org>
94
95 Make the long-float overflow check work on 64-bit platforms.
96 * src/float/lfloat/cl_LF.h (LF_exp_mid, LF_exp_high): Define as
97 'unsigned int', not 'unsigned long'.
98
99 2005-08-27 Bruno Haible <bruno@clisp.org>
100
101 * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
102 duplication of basic blocks by g++ 4.0.
103 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.
104
105 2005-08-27 Bruno Haible <bruno@clisp.org>
106
107 Make it possible to cross-compile CLN.
108 * m4/intparam.m4: New file.
109 * m4/floatparam.m4: New file.
110 * autoconf/aclocal.m4: Include both.
111 (CL_MACHINE): Add an additional CROSS_MACRO parameter.
112 * configure.ac (CL_MACHINE): When cross-compiling, use
113 CL_INTPARAM_CROSS and CL_FLOATPARAM_CROSS.
114
115 2005-08-27 Bruno Haible <bruno@clisp.org>
116
117 Define HAVE_LONGLONG and HAVE_LONGDOUBLE when cross-compiling.
118 * autoconf/aclocal.m4 (CL_LONGLONG, CL_LONGDOUBLE): When cross-
119 compiling, use the test code from gnulib.
120
121 2005-08-27 Bruno Haible <bruno@clisp.org>
122
123 * autoconf/aclocal.m4 (CL_RUSAGE): Fix error when cross-compiling.
124
125 2005-08-16 Richard B. Kreckel <kreckel@ginac.de>
126
127 The patch of 2005-05-01 made it impossible to test the type of a cl_UP
128 by comparing with &cl_class_univpoly_ring. We need an alternative:
129 * include/cln/object.h (cl_class_flags_modint_ring): New #define...
130 * src/polynomial/elem/cl_UP.cc (cl_class_univpoly_ring): ...used here.
131 * src/polynomial/elem/cl_UP_GF2.h: Likewise.
132 * src/polynomial/elem/cl_UP_MI.h: Likewise.
133 * src/polynomial/elem/cl_UP_gen.h: Likewise.
134 * src/polynomial/elem/cl_UP_number.h: Likewise.
135
136 2005-08-15 Richard B. Kreckel <kreckel@ginac.de>
137
138 * m4/cc.m4 (CL_AS_NOEXECSTACK): New macro...
139 * configure.ac: ...used here for setting ASMFLAGS...
140 * src/Makefile.in: ...which are used here.
141
142 2005-08-02 Andreas Jochens <aj@andaco.de>
143
144 * include/cln/config.h.in: Add support for PowerPC 64 CPU.
145 * include/cln/modules.h: Likewise.
146 * include/cln/object.h: Likewise.
147 * include/cln/types.h: Likewise.
148
149 2005-07-24 Richard B. Kreckel <kreckel@ginac.de>
150
151 Make out of the box build on x86_64 system with complete 32 bit
152 userland possible
153 * include/cln/config.h.in: Don't #define __x86_64__ when
154 __i386__ is defined.
155 * src/base/digitseq/cl_asm_x86_64_.cc: New file.
156 * doc/cln.tex: Revert workaround description introduced 2005-05-02.
157
158 2005-06-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
159
160 * Makefile.in: Don't enter nonexisting directories.
161
162 2005-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163
164 Speed up the linking step
165 * src/Makefile.in: Use -objectlist for linking libcln.la.
166
167 2005-05-15 Richard B. Kreckel <kreckel@ginac.de>
168
169 * autoconf/ltmain.sh: Upgrade to libtool-1.5.16.
170 * m4/libtool.m4: Upgrade to libtool-1.5.16 (without Comeau patch).
171
172 2005-05-02 Richard B. Kreckel <kreckel@ginac.de>
173
174 * doc/cln.tex: Document what to do on a x86_64 machine with 32-bit
175 userland.
176
177 2005-05-01 Richard B. Kreckel <kreckel@ginac.de>
178
179 Fix crashes in find_univpoly_ring and related functions
180 * include/cln/modinteger.h: Remove vptr from cl_heap_modint_ring;
181 remove declaration of cl_class cl_class_modint_ring.
182 * include/cln/univpoly.h: Remove vptr from cl_heap_univpoly_ring;
183 remove declaration of cl_class_univpoly_ring.
184 * include/cln/object.h: cl_class_flags_modint_ring: New #define...
185 * src/modinteger/cl_MI.cc: ...used in cl_class_modint_ring.
186 * src/modinteger/cl_MI_fix16.h: No vptr, but static dtor and type flag.
187 * src/modinteger/cl_MI_fix29.h: Likewise.
188 * src/modinteger/cl_MI_fix32.h: Likewise.
189 * src/modinteger/cl_MI_int32.h: Likewise.
190 * src/modinteger/cl_MI_montgom.h: Likewise.
191 * src/modinteger/cl_MI_pow2: Likewise.
192 * src/modinteger/cl_MI_pow2m1.h: Likewise.
193 * src/modinteger/cl_MI_pow2p1.h: Likewise.
194 * src/modinteger/cl_MI_std.h: Likewise.
195 * src/polynomial/elem/cl_UP.cc (cl_make_univpoly_ring): Compare with
196 cl_class_flags_modint_ring, not with cl_class_modint_ring.
197 * src/polynomial/elem/cl_UP_GF2.h (cl_class_num_univpoly_ring): New.
198 * src/polynomial/elem/cl_UP_MI.h (cl_class_modint_univpoly_ring): New.
199 * src/polynomial/elem/cl_UP_gen.h (cl_class_gen_univpoly_ring): New.
200 * src/polynomial/elem/cl_UP_number.h (cl_class_num_univpoly_ring): New.
201 Reported by Ralf Goertz <R_Goertz@web.de>.
202
203 2005-04-29 Richard B. Kreckel <kreckel@ginac.de>
204 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
205
206 * m4/cc.m4: Emit a warning if g++ is used and optimization turned off.
207
208 2005-04-24 Richard B. Kreckel <kreckel@ginac.de>
209
210 Make GCC compiler flags default to -O
211 * m4/cc.m4: New file...
212 * configure.ac: ...used here.
213 * autoconf/aclocal.m4: Regenerate.
214
215 2005-04-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
216
217 * include/cln/string.h: Declare cl_string.
218
219 2005-03-17 Richard B. Kreckel <kreckel@ginac.de>
220
221 * autoconf/ltmain.sh: Upgrade to libtool-1.5.14.
222 * m4/libtool.m4: Upgrade to libtool-1.5.14 with Comeau patch.
223 * autoconf/aclocal.m4: Regenerate.
224
225 2005-03-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
226
227 * src/Makefile.in: Use $CXX instead of $CC when linking.
228
229 2005-02-27 Richard B. Kreckel <kreckel@ginac.de>
230
231 * examples/perfnum.cc: update to presumed 42st Mersenne prime.
232
233 2004-11-28 Richard B. Kreckel <kreckel@ginac.de>
234
235 Disambiguate binary operators of CLN types with float/double
236 * include/cln/dfloat.h: Add binary operator overloads for arguments of
237 type double.
238 * include/cln/ffloat.h: Likewise, for arguments of type float.
239 * include/cln/float.h: Likewise, both for arguments of types double and
240 float.
241 * include/cln/real.h: Likewise.
242 Reported by Isidro CachadiƱa GutiƩrrez <icacha@unex.es>.
243
244 2004-11-03 Richard B. Kreckel <kreckel@ginac.de>
245
246 * Version 1.1.9 released.
247
248 2004-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
249
250 * src/Makefile.in: Let config.status set LDFLAGS.
251
252 2004-10-27 Peter Breitenlohner <peb@mppmu.mpg.de>
253
254 * cln.pc.in: Fix typo.
255 * Makefile.in (INSTALL_SCRIPT): Added, to be used for scripts like
256 cln-config. Allows us to do special things to binaries, like
257 installing them with install -s.
258 * doc/Makefile.in: add/remove the cln.info from the installed
259 $(infodir)/dir unless this is debian install-info (code copied from
260 what GNU automake would produce).
261
262 2004-10-26 Richard B. Kreckel <kreckel@ginac.de>
263
264 * src/integer/input/cl_I_read_stream.cc (read_integer): Fix a bug
265 that caused radix specifiers to not work when reading from a stream.
266 * src/rational/input/cl_RA_read_stream.cc (read_rational): Likewise.
267 * src/real/input/cl_R_read_stream.cc (read_real): Likewise.
268 * src/float/input/cl_F_read_stream.cc (read_float): Likewise.
269 * src/complex/input/cl_N_read_stream.cc (read_complex): Likewise.
270
271 2004-10-25 Richard B. Kreckel <kreckel@ginac.de>
272
273 * src/base/cl_low.h: Add mulu64 assembler macro for ia64.
274
275 2004-10-24 Richard B. Kreckel <kreckel@ginac.de>
276
277 * src/base/cl_low.h: Add mul and div macros for x86_64.
278
279 2004-10-23 Richard B. Kreckel <kreckel@ginac.de>
280
281 * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Fix thinko in
282 new code for base power of two.
283
284 2004-10-22 Richard B. Kreckel <kreckel@ginac.de>
285
286 * src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack
287 overwriting problem. That was the real cause for Debian bug#246319.
288 * src/integer/output/cl_I_print.cc (print_integer): Revert workaround
289 for the bug fixed above.
290
291 2004-10-20 Richard B. Kreckel <kreckel@ginac.de>
292
293 * include/cln/types.h: Use 64 bit digits on x86_64 CPU.
294
295 2004-10-12 Richard B. Kreckel <kreckel@ginac.de>
296
297 * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Speedup when
298 the base is a power of two.
299
300 2004-10-05 Richard B. Kreckel <kreckel@ginac.de>
301
302 * src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
303
304 2004-09-27 Richard B. Kreckel <kreckel@ginac.de>
305
306 Support for little-endian Mips, second shot
307 * src/base/digitseq/cl_asm_mipsel_.cc: New file...
308 * src/base/digitseq/cl_asm_cc: ...used here.
309 * src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness.
310 * include/cln/object.h: Set alignment for mipsel explicitly.
311
312 2004-09-05 Richard B. Kreckel <kreckel@ginac.de>
313
314 Support for little-endian Mips
315 * include/cln/config.h.in: Add __mipsel__.
316 * include/cln/modules.h: For Mips, this is endianness-agnostic.
317 * src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h:
318 Mask out assembler for little-endian Mips.
319
320 2004-08-30 Bruno Haible <bruno@clisp.org>
321
322 * benchmarks/timebench2.sh: Multiply all repeat counts by 100.
323 * benchmarks/timebench2.results: Add recent PowerPC G4 results.
324
325 2004-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
326
327 * examples/e.cc: remove extra semicolon.
328
329 2004-08-25 Bruno Haible <bruno@clisp.org>
330
331 * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
332 * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
333 2004-08-22 Bruno Haible <bruno@clisp.org>
334 * m4/libtool.m4: Add support for Comeau C++ on Linux.
335 Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
336 * autoconf/aclocal.m4: Regenerate.
337
338 2004-08-19 Bruno Haible <bruno@clisp.org>
339
340 * include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When
341 converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on
342 MacOS X.
343 Reported by Darren Bane <darren.bane@ul.ie>.
344
345 2004-07-01 Richard B. Kreckel <kreckel@ginac.de>
346
347 * Version 1.1.8 released.
348
349 2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
350
351 * src/base/cl_macros.h: alloca(3) has size_t argument type.
352
353 2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
354
355 * include/cln/floatformat.h: Do define a type here.
356
357 2004-06-27 Richard B. Kreckel <kreckel@ginac.de>
358
359 * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
360
361 2004-06-23 Bruno Haible <bruno@clisp.org>
362
363 * configure.ac: Pretend ftime() is not available. Needed by
364 CL_TIMES_CLOCK.
365
366 2004-06-21 Ralf Stephan <ralf@ark.in-berlin.de>
367
368 * doc/cln.tex: Document jacobi, isprobprime and nextprobprime.
369
370 2004-06-18 Richard B. Kreckel <kreckel@ginac.de>
371
372 * rational/transcendental/cl_RA_logp.cc: fix bug where base is
373 reciprocal of an integer.
374 Reported by Niklas Knutsson <nq@altern.org>.
375
376 2004-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
377
378 * src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc,
379 src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc:
380 Make template specializations explicit.
381
382 2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
383
384 * src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
385 src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc,
386 src/real/input/cl_R_read.cc: Remove unused labels.
387
388 2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
389
390 * benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc,
391 benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc,
392 benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc,
393 examples/atan_recip.cc, examples/atanh_recip.cc,
394 examples/contfrac.cc, examples/e.cc, examples/legendre.cc,
395 examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h,
396 include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h,
397 include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc,
398 src/base/cl_alloca.h, src/base/cl_malloc.cc,
399 src/base/random/cl_random_from.cc,
400 src/base/string/cl_spushstring_append.cc,
401 src/base/string/cl_spushstring_push.cc,
402 src/base/string/cl_st_debug.cc,
403 src/base/string/input/cl_st_gettoken.cc,
404 src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
405 src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc,
406 src/rational/input/cl_RA_read.cc,
407 src/real/format-output/cl_fmt_integer.cc,
408 src/real/format-output/cl_fmt_paddedstring.cc,
409 src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc,
410 src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc,
411 tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc,
412 tests/timeLFatan.cc, tests/timeLFatanh-compare.cc,
413 tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc,
414 tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc,
415 tests/timeLFln-compare.cc, tests/timeLFln.cc,
416 tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc,
417 tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc,
418 tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc,
419 tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc,
420 tests/timediv2adic-compare.cc, tests/timediv2adic.cc,
421 tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc,
422 tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc,
423 tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc,
424 tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc,
425 tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc,
426 tests/timezeta3.cc: Change all C include headers to ISO style
427 within C++ code.
428
429 2004-06-10 Richard B. Kreckel <kreckel@ginac.de>
430
431 * examples/perfnum.cc: update to presumed 41st Mersenne prime.
432
433 2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
434
435 * Version 1.1.7 released.
436
437 2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
438
439 * examples/pi.cc and examples/pi.1: New files.
440 * examples/Makefile.in: Build the pi executable.
441
442 2004-05-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
443
444 * src/Makefile.in: Fix for parallel build: wait for subdir objects to
445 be finished before creating the library.
446
447 2004-04-30 Richard B. Kreckel <kreckel@ginac.de>
448
449 * src/integer/output/cl_I_print.cc (print_integer): workaround
450 GCC compiler bug (cf. Debian bug#246319).
451
452 2004-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
453
454 * m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache
455 enabled.
456
457 2004-03-08 Bruno Haible <bruno@clisp.org>
458
459 * src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second
460 underflow condition.
461 * src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large
462 uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1.
463
464 2004-03-04 Richard B. Kreckel <kreckel@ginac.de>
465
466 * Makefile.in (install): Add ${srcdir} for cln.m4.
467 * m4/gmp.m4: quote macro names.
468 Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
469
470 2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
471
472 * Version 1.1.6 released.
473
474 2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
475
476 * include/cln/univpoly.h, include/cln/univpoly_complex.h,
477 include/cln//univpoly_integer.h, include/cln/univpoly_modint.h,
478 include/cln/univpoly_rational.h, include/cln/univpoly_real.h,
479 src/polynomial/elem/cl_UP_GF2.h, src/polynomial/elem/cl_UP_MI.h,
480 src/polynomial/elem/cl_UP_gen.h, src/polynomial/elem/cl_UP_no_ring.cc,
481 src/polynomial/elem/cl_UP_number.h (ldegree): New function.
482 * doc/cln.tex: Document `ldegree'.
483
484 2003-12-29 Richard B. Kreckel <kreckel@ginac.de>
485
486 Rework of autoconfiscation infrastructure
487 * autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
488 * autoconf/ltmain.sh: Update to GNU version 1.4.3.
489 * autoconf/autoconf: Remove (from now on we assume autoconf is
490 installed properly on the sytem).
491 * autoconf/autoconf.m4: Likewise.
492 * autoconf/autoconf.m4f: Likewise.
493 * autoconf/acgeneral.m4: Likewise.
494 * autoconf/acspecific.m4: Likewise.
495 * autoconf/aclocal.m4: Regenerate.
496 * autoconf/acinclude.m4: Remove (while moving the macros...)
497 * m4/gmp.m4: New file (...to here).
498 * Makefile.devel: Update to new scheme.
499 * configure.ac: Likewise.
500 * include/cln/GV_integer.h: Assume template specializations work.
501 * include/cln/GV_modinteger.h: Likewise.
502 * include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
503 * src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
504 * src/base/random/cl_random_from.cc: Likewise.
505 * src/timing/cl_base_config.h.in: Likewise.
506 * src/timing/cl_t_current.cc: Likewise.
507
508 2003-12-27 Richard B. Kreckel <kreckel@ginac.de>
509
510 * src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first
511 argument is zero.
512 * src/polynomial/cl_UP_MI.h (modint_minus): Likewise.
513 * src/polynomial/cl_UP_number.h (num_minus): Likewise.
514 Reported by Munagala Ramanath <amberarrow@yahoo.com>.
515
516 2003-12-02 Richard B. Kreckel <kreckel@ginac.de>
517
518 * examples/perfnum.cc: update to presumed 40th Mersenne prime.
519
520 2003-11-20 Christian Bauer <cbauer@ginac.de>
521
522 Added pkg-config support
523 * cln.pc.in: New file.
524 * Makefile.in: Take care of cln.pc.
525 * configure.ac: Likewise.
526
527 2003-08-06 Richard B. Kreckel <kreckel@ginac.de>
528
529 * src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
530 Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.
531
532 2003-08-01 Richard Kreckel <kreckel@ginac.de>
533
534 More dependent base resolution issues
535 * src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()):
536 portable syntactic simplification.
537 * src/base/hash/cl_hashset.h: Preceed inherited members with this->.
538 * src/base/hash/cl_hash1.h: Likewise for member functions.
539 * src/base/hash/cl_hash2.h: Likewise.
540 * src/base/hash/cl_hashuniq.h: Likewise.
541 * src/base/hash/cl_hashuniqweak.h: Likewise.
542 * src/base/hash/cl_hash.h: Revert explicit static member function
543 lookup since that was GCC's fault.
544 * src/base/hash/cl_hash2weak.h: Likewise.
545 * src/base/hash/cl_hashuniqweak.h: Likewise.
546
547 2003-06-29 Richard Kreckel <kreckel@ginac.de>
548
549 Dependent base resolution needed for GCC-3.4
550 * include/cln/GV.h: Preceed inherited members with this->.
551 * include/cln/SV.h: Likewise.
552 * include/cln/object.h: Likewise.
553 * src/base/hash/cl_hash1.h: Likewise.
554 * src/base/hash/cl_hash1weak.h: Likewise.
555 * src/base/hash/cl_hash2.h: Likewise.
556 * src/base/hash/cl_hashuniq.h: Likewise.
557 * src/base/hash/cl_hash.h: Make lookup of static member function
558 explicit.
559 * src/base/hash/cl_hash2weak.h: Likewise.
560 * src/base/hash/cl_hashuniqweak.h: Likewise.
561 * src/modinteger/cl_MI.cc: Make shell-comment a C-comment. Geez.
562
563 2003-02-24 Bruno Haible <bruno@clisp.org>
564
565 * src/base/random/cl_random_from.cc (random_state::random_state): Add
566 support for MacOS X.
567 * src/modinteger/cl_MI.cc: #undef _R.
568 Reported by Erann Gat <gat@jpl.nasa.gov>.
569
570 2002-08-03 Joerg Arndt <jj@suse.de>
571
572 * include/cln/config.h.in: Add support for x86_64 CPU.
573 * include/cln/modules.h: Likewise.
574 * include/cln/types.h: Likewise.
575 * include/cln/object.h: Likewise.
576
577 2002-06-08 Richard Kreckel <kreckel@ginac.de>
578
579 * src/base/digitseq/cl_asm.h: ensure intCsize==16 when including
580 m68k Assembler routines.
581 * src/base/digitseq/cl_asm_.cc: Likewise.
582
583 2002-05-28 Richard Kreckel <kreckel@ginac.de>
584
585 * Version 1.1.5 released.
586
587 2002-05-27 Richard Kreckel <kreckel@ginac.de>
588
589 * include/cln/modules.h (CL_CONCATENATE): New macro.
590
591 2002-05-10 Richard Kreckel <kreckel@ginac.de>
592
593 * doc/cln.tex (Building the library): Update recommendations for
594 compiling on Tru64 using g++ 3.0 and 3.1.
595 * README: Update homepage.
596
597 2002-05-05 Bruno Haible <bruno@clisp.org>
598
599 * doc/cln.tex (Building the library): Give some recommendations for
600 g++ 3.0 and 3.1.
601
602 Force link-time references despite optimizations done by g++ 2.95
603 and newer.
604 * include/cln/modules.h (CL_FORCE_LINK): New macro.
605 * Use CL_FORCE_LINK.
606 * include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise.
607 * include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise.
608 * include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise.
609 * include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise.
610 * include/cln/dfloat.h (cl_DF_debug_dummy): Likewise.
611 * include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy):
612 Likewise.
613 * include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy):
614 Likewise.
615 * include/cln/lfloat.h (cl_LF_debug_dummy): Likewise.
616 * include/cln/modinteger.h (cl_MI_debug_dummy): Likewise.
617 * include/cln/rational.h (cl_RA_debug_dummy): Likewise.
618 * include/cln/real.h (cl_R_debug_dummy): Likewise.
619 * include/cln/ring.h (cl_ring_debug_dummy): Likewise.
620 * include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy):
621 Likewise.
622 * include/cln/string.h (cl_string_debug_dummy): Likewise.
623 * include/cln/univpoly.h (cl_UP_debug_dummy): Likewise.
624 * src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise.
625
626 Avoid g++ 3.1 warnings.
627 * src/base/cl_offsetof.h (offsetof): Redefine each time.
628 * src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>.
629
630 Avoid g++ 3.1 warnings.
631 * src/base/hash/cl_hash.h (struct cl_heap_hashtable): Use typename
632 where needed.
633 * src/base/hash/cl_hash1.h (struct cl_heap_hashtable_1): typedef
634 htxentry as a shortcut.
635 * src/base/hash/cl_hash2.h (struct cl_heap_hashtable_2): Likewise.
636 * src/base/hash/cl_hashset.h (struct cl_heap_hashtable_set): Likewise.
637 * src/base/hash/cl_hashuniq.h (struct cl_heap_hashtable_uniq):
638 Likewise.
639
640 2002-03-15 Bruno Haible <bruno@clisp.org>
641
642 * cln.tex: Document problem with GNU make 3.77.
643 Reported by Michael Somos <somos@grail.cba.csuohio.edu>.
644
645 2002-02-16 Richard Kreckel <kreckel@ginac.de>
646
647 * cln.m4: quote macro name.
648 Pointed out by Roberto Bagnara.
649
650 2002-01-20 Richard Kreckel <kreckel@ginac.de>
651
652 * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
653 (the old one was broken on Linux/Mips.)
654
655 2002-01-04 Richard Kreckel <kreckel@ginac.de>
656
657 * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
658 * Version 1.1.4 released.
659
660 2002-01-03 Richard Kreckel <kreckel@ginac.de>
661
662 * autoconf/acinclude.m4: revamp MPN-matcher.
663 * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
664 sync with CLisp from CVS.
665 * autoconf/autoconf: Likewise.
666 * autoconf/autoconf.m4f: Likewise (new file).
667 * configure.ac: Likewise (new file, replaces configure.in).
668 * configure.in: Likewise (deleted, replaced by configure.ac).
669 * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
670 * src/Makefile.in: made VPATH safe for autoconf-2.52.
671 * include/cln/config.h.in: Add __s390__.
672
673 2001-12-31 Richard Kreckel <kreckel@ginac.de>
674
675 * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"
676 any more since GMP4 has some C++ support in it.
677
678 2001-12-14 Richard Kreckel <kreckel@ginac.de>
679
680 * include/cln/modules.h, include/cln/object.h: add support for
681 s390.
682 * src/numtheory/cl_nt_sqrtmodp.cc: workaround for GCC2.x compiler-bug
683 on s390, provided by Gerhard Tonn.
684
685 2001-11-05 Richard Kreckel <kreckel@ginac.de>
686
687 * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
688 * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
689 * Version 1.1.3 released.
690
691 2001-11-04 Bruno Haible <haible@clisp.cons.org>
692
693 Interoperability with gcc-3.0 -fuse-cxa-atexit.
694 * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add test whether
695 global destructors actually exist.
696 * include/cln/modules.h (CL_PROVIDE, CL_PROVIDE_END, CL_PROVIDE_END):
697 Don't hack the global destructors if there is no global destructors
698 function.
699
700 2001-11-03 Richard Kreckel <kreckel@ginac.de>
701
702 * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small
703 values of x, return square(x) instead of x.
704 * src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise.
705
706 2001-07-25 Richard Kreckel <kreckel@ginac.de>
707
708 * Version 1.1.2 released.
709
710 2001-07-24 Richard Kreckel <kreckel@ginac.de>
711
712 * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
713 friend of cl_heap_hashtable<htentry>.
714
715 2001-07-22 Richard Kreckel <kreckel@ginac.de>
716
717 * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
718 _FPU_IEEE is really defined.
719 * include/cln/modules.h: change assembler labels from `label' to
720 `label:' on hppa, needed by Linux (see comment).
721 * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
722 * Makefile.devel: adjusted.
723 * autoconf/aclocal.m4: regenerate.
724 * src/base/low/cl_low_mul.cc: moved POD variables that are declared
725 extern "C" elsewhere out of the namespace.
726 * src/base/low/cl_low_div.cc: Likewise.
727
728 2001-06-08 Bruno Haible <haible@clisp.cons.org>
729
730 * autoconf/config.{guess,sub}: Update to GNU version 2001-05-11.
731 * autoconf/aclocal.m4: Upgrade to libtool-1.4.
732 * autoconf/ltmain.sh: Likewise.
733 * autoconf/ltconfig: Remove file.
734 * autoconf/install-sh: New file.
735 * configure.in: Add AC_CONFIG_AUX_DIR call.
736
737 2001-06-05 Richard Kreckel <kreckel@ginac.de>
738
739 * tests/tests.cc: resolve namespace ambiguity about strcmp().
740
741 2001-05-31 Richard Kreckel <kreckel@ginac.de>
742
743 * Version 1.1.1 released.
744
745 2001-05-28 Richard Kreckel <kreckel@ginac.de>
746
747 * cln/cln.tex: documented problems with shared library on Sparc
748 using gcc older than 2.95.3.
749 * configure.in: Fixed typos in versioning docu.
750
751 2001-05-25 Bruno Haible <haible@clisp.cons.org>
752
753 * src/base/digitseq/cl_asm_arm_.cc: Use #0x instead of #& to designate
754 hexadecimal constants.
755
756 2001-05-25 Richard Kreckel <kreckel@ginac.de>
757
758 * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
759 * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.
760 * Removed LiDIA interface since that is now outdated (namespace cln)
761 and maintained elsewhere.
762 * Adjusted dates and final touches for 1.1.1.
763
764 2001-05-19 Richard Kreckel <kreckel@ginac.de>
765
766 * INSTALL: Update toolchain info: no egcs, some more platforms.
767 * doc/cln.tex: Likewise.
768
769 2001-05-18 Richard Kreckel <kreckel@ginac.de>
770
771 * src/base/cl_low.h: prepended variables declared inside macros
772 with underscore. Fixes equal_hashcode() on various platforms.
773
774 2001-04-25 Richard Kreckel <kreckel@ginac.de>
775
776 * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
777 this definition becomes actually useful. This is needed for
778 compilation on Arm until somebody fixes the assembler files for Arm.
779 * src/base/digitseq/cl_asm.h: Likewise.
780 * src/base/digitseq/cl_asm_.cc: Likewise.
781 * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
782 one can say `make CPPFLAGS=-DFOOBAR'.
783
784 2001-03-26 Arvid Norberg <c99ang@cs.umu.se>
785
786 * src/base/random/cl_random_from.cc: ported to beos.
787
788 2001-03-05 Richard Kreckel <kreckel@ginac.de>
789
790 * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.
791
792 2001-01-28 Richard Kreckel <kreckel@ginac.de>
793
794 * include/cln/number.h (cl_as_N): Remove bogus comment.
795
796 2001-01-22 Richard Kreckel <kreckel@ginac.de>
797
798 * configure.in: Make build in separate builddir possible (again).
799
800 2001-01-22 Richard Kreckel <kreckel@ginac.de>
801
802 * include/cln/*.h: Change signatures of all classes' methods
803 cln::cl_foo::operator new(size_t, cl_foo*) to
804 cln::cl_foo::operator new(size_t, void*) so one can declare
805 std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
806 certain STL implementations (like libstdc++-v3).
807
808 2000-12-14 Richard Kreckel <kreckel@ginac.de>
809
810 * Version 1.1 released.
811
812 2000-12-13 Richard Kreckel <kreckel@ginac.de>
813
814 * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
815
816 2000-12-05 Richard Kreckel <kreckel@ginac.de>
817
818 * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
819 * include/cln/version.h.in, src/base/verion.cc: New files.
820 * configure.in: Generate include/cln/version.h.
821 * cln.m4: Rewrote it. Check result of cln-config without compiling.
822 Do cross-check library version and header version information.
823
824 2000-12-02 Christian Bauer <cbauer@ginac.de>
825
826 * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
827 * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
828 building.
829
830 2000-11-24 Richard Kreckel <kreckel@ginac.de>
831
832 * */*: Removed problematic stdin, stdout and stderr definitions.
833 Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
834
835 2000-11-20 Bruno Haible
836
837 * cln-config.1: change title.
838
839 2000-11-18 Richard Kreckel <kreckel@ginac.de>
840
841 * cln.m4: New file.
842 * doc/cln.tex: Document package tools cln-config and cln.m4.
843 * Makefile.in: Care about cln.m4.
844
845 2000-11-17 Richard Kreckel <kreckel@ginac.de>
846
847 * cln-config.1: added manpage, as required by a couple of distros.
848 * Makefile.in, doc/Makefile.in: target install depends on installdirs.
849
850 2000-11-16 Richard Kreckel <kreckel@ginac.de>
851
852 * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
853 * configure.in: ...used here.
854 * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
855 * include/cln/types.h: ...used here.
856 * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
857
858 2000-11-13 Richard Kreckel <kreckel@ginac.de>
859
860 * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
861 in order to guard against an accidented configuration.
862 * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
863 struct power_table_entry initialized as ULL instead of as UL, if
864 intDsize==64 (caused misprinting on MIPS w/ GMP).
865 * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
866 HAVE_FAST_LONGLONG.
867 * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
868 * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
869 generation of Bignum for intDsize==64 and a notreached-check at end.
870 * autoconf/config.guess, autoconf/config.sub: updated from FSF.
871 * include/cln/config.h.in: Prepared support for IA64.
872 * include/cln/types.h: Likewise.
873 * include/cln/object.h: Likewise.
874 * include/cln/modules.h: Likewise.
875 * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
876 compiler claims __GNUC_MINOR__==9).
877
878 2000-11-03 Richard Kreckel <kreckel@ginac.de>
879
880 * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
881 HAVE_DD to HAVE_FAST_LONGLONG.
882 * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
883 * src/base/cl_low.h: actually no need to include "cln/types.h" here.
884 * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
885 * src/base/random/cl_UL_random.cc (random32): a is always ULL.
886
887 2000-11-01 Richard Kreckel <kreckel@ginac.de>
888
889 * include/cln/object.h (cl_combine): define additional signatures, if
890 HAVE_LONGLONG is defined, in order to keep the compiler happy.
891 * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
892 * src/base/cl_macros.h (bit): ...for this macro...
893 * src/base/cl_macros.h (minus_bit): ...and this one.
894 * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
895 * src/base/cl_low.h (logcount_64): ...for this macro.
896 * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
897 * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
898 that turned up when intDsize==32 and cl_word_size==64.
899 * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
900 to uint64 that turned up when intDsize==32 and cl_word_size==64.
901
902 2000-10-29 Richard Kreckel <kreckel@ginac.de>
903
904 * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
905 #undef stderr, if it's defined so cln::stderr isn't confused.
906 * src/base/input/cl_read_globals.cc: stdin should not be extern.
907
908 2000-09-05 Richard Kreckel <kreckel@ginac.de>
909
910 * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
911 to the appropiate method instead of prefixing `as_'.
912 * src/complex/misc/cl_N_as.cc (cl_N_As): Likewise.
913 * src/real/misc/cl_R_as.cc (cl_R_As): Likewise.
914 * src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise.
915 * src/integer/misc/cl_I_as.cc (cl_I_As): Likewise.
916 * src/float/misc/cl_F_as.cc (cl_F_As): Likewise.
917 * src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise.
918 * src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise.
919 * src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise.
920 * src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise.
921
922 2000-09-05 Richard Kreckel <kreckel@ginac.de>
923
924 * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
925 the 0^y cases.
926
927 2000-08-30 Richard Kreckel <kreckel@ginac.de>
928
929 * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
930 Rearranged for a clearer distinction between macros and remaining
931 identifiers, so Cint can parse it smoothly.
932
933 2000-08-29 Richard Kreckel <kreckel@ginac.de>
934
935 * include/cln/number.h, the(const cl_number& x): New template
936 function.
937
938 2000-08-29 Richard Kreckel <kreckel@ginac.de>
939
940 * */*: Pushed CLN into a namespace `cln'. While doing so, the
941 following identifiers got their poor-man's namespace (i.e. the
942 prefix `cl_') stripped off:
943 cl_catalanconst() -> catalanconst()
944 cl_compare() -> compare()
945 cl_cos_sin() -> cos_sin()
946 cl_cos_sin_t -> cos_sin_t
947 cl_cosh_sinh() -> cosh_sinh()
948 cl_cosh_sinh_t -> cosh_sinh_t
949 cl_decoded_dfloat -> decoded_dfloat
950 cl_decoded_ffloat -> decoded_ffloat
951 cl_decoded_float -> decoded_float
952 cl_decoded_lfloat -> decoded_lfloat
953 cl_decoded_sfloat -> decoded_sfloat
954 cl_default_float_format -> default_float_format
955 cl_default_print_flags -> default_print_flags
956 cl_default_random_state -> default_random_state
957 cl_double_approx() -> double_approx()
958 cl_equal() -> equal()
959 cl_equal_hashcode() -> equal_hashcode()
960 cl_eulerconst() -> eulerconst()
961 cl_find_modint_ring() -> find_modint_ring()
962 cl_find_univpoly_ring() -> find_univ_poly_ring()
963 cl_float_approx() -> float_approx
964 cl_float_format() -> float_format()
965 cl_float_format_t -> float_format_t
966 cl_free_hook() -> free_hook()
967 cl_hermite() -> hermite()
968 cl_laguerre() -> laguerre()
969 cl_legendre() -> legandre()
970 cl_malloc_hook() -> malloc_hook()
971 cl_pi() -> pi()
972 cl_tschebychev() -> tschebychev()
973 cl_zeta() -> zeta()
974 NB: For functions these changes includes all signatures.
975 * include/*: moved to include/cln/*, stripped `cl_' off filenames.
976 * cln-config.in: new file.
977
978 2000-08-26 Bruno Haible <haible@clisp.cons.org>
979
980 * autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
981 value, not parens.
982
983 2000-08-18 Bruno Haible <haible@clisp.cons.org>
984
985 * include/cl_univpoly_modint.h: Fix typo.
986
987 2000-07-13 Bruno Haible <haible@clisp.cons.org>
988
989 * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',
990 used as precision marker for floats.
991 Reported by Keith Briggs (in 1998) and Thomas Roessler.
992 * src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise.
993 * src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise.
994 * src/real/input/cl_R_read_stream.cc (number_char_p): Likewise.
995 * src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise.
996
997 2000-06-22 Bruno Haible <haible@clisp.cons.org>
998
999 * include/cl_object.h: Rename cl_word_size to cl_pointer_size.
1000 * include/cl_types.h (HAVE_FAST_LONGLONG): Also define on Irix6
1001 with N32 ABI.
1002 (cl_word_size): New macro.
1003 * src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of
1004 cl_word_size.
1005
1006 2000-05-31 Bruno Haible <haible@clisp.cons.org>
1007
1008 * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry.
1009 From a sample that fails with gcc-2.95.2 on Sparc.
1010 * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise.
1011
1012 2000-05-30 Richard Kreckel <kreckel@ginac.de>
1013
1014 * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
1015 New macros.
1016 * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
1017 CL_VERSION_PATCHLEVEL): New definitions.
1018 * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
1019 autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
1020 * src/Makefile.in, configure.in: release-variables renamed from
1021 CLN_* to CL_*.
1022 * configure.in: default to build both shared and static library
1023 (i.e. default to the most common behaviour).
1024
1025 2000-05-29 Richard Kreckel <kreckel@ginac.de>
1026
1027 * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
1028 environment around the patch of 2000-05-23.
1029
1030 2000-05-29 Bruno Haible <haible@clisp.cons.org>
1031
1032 * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
1033 Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
1034
1035 2000-05-27 Richard Kreckel <kreckel@ginac.de>
1036
1037 * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
1038 src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
1039
1040 2000-05-24 Richard Kreckel <kreckel@ginac.de>
1041
1042 * autoconf/config.*: Updated to new version from FSF
1043 (the new libtool wants this).
1044 * src/Makefile.in: added $(LDFLAGS) to link step.
1045 * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted
1046 break-even points.
1047
1048 2000-05-23 Bruno Haible <haible@clisp.cons.org>
1049
1050 * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
1051 host_vendor, host_os correctly if $host has more than two hyphens.
1052
1053 2000-05-19 Richard Kreckel <kreckel@ginac.de>
1054
1055 * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
1056 better match present-day CPUs whenever GMP3 is used.
1057 * src/base/digitseq/cl_DS_div.cc: dto.
1058 * src/TUNING: Added comment about order of tuning.
1059 * configure, configure.in: Safer GMP3-detection.
1060 * INSTALL.generic: Clarified behaviour of --with-gmp.
1061 * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
1062
1063 2000-05-04 Richard Kreckel <kreckel@ginac.de>
1064
1065 * gmp/: removed completely. From now on we are going to link
1066 externally against libgmp3.0 or above!
1067 * configure, configure.in, Makefile.in, */Makeflags: removed support
1068 of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
1069 setting $CPPFLAGS instead.
1070 * Makefile.in: Added libtool inter-library dependency for -lgmp and
1071 conforming interface versioning (-version-info).
1072 * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
1073 from libtool 1.3.4.
1074
1075 2000-02-22 Bruno Haible <haible@clisp.cons.org>
1076
1077 * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
1078 parameter passing was changed for the MIPS n32 ABI.
1079
1080 2000-01-24 Richard Kreckel <kreckel@ginac.de>
1081
1082 * gmp/*: Replaced the complete mpn sources with the ones from
1083 Debian since they are maintained while the ones from FSF
1084 aren't and there were problems on some architectures, PowerPC
1085 in particular. See the file gmp/README.CLN. This way the
1086 hard links in this directory have vanished, they were causing
1087 trouble for people working in AFS. This became necessary for
1088 Debian, because there it woudn't compile on PPC.
1089
1090 2000-01-13 Richard Kreckel <kreckel@ginac.de>
1091
1092 * Version 1.0.3 released.
1093
1094 2000-01-13 Richard Kreckel <kreckel@ginac.de>
1095
1096 * src/base/cl_macros.h (nonreturning_function): For egcs and newer
1097 use __attribute__ ((__noreturn__)) instead of the __volatile__
1098 storage class.
1099 (nonreturning): Remove macro.
1100 * include/*: Minor fixes to stop -ansi -pedantic from complaining.
1101 * include/cl_integer.h: (doublefactorial): New declaration.
1102 * src/integer/misc/combin/cl_I_doublefactorial.cc: New file.
1103
1104 1999-12-18 Bruno Haible <haible@clisp.cons.org>
1105
1106 * autoconf/acgeneral.m4 (AC_ARG_PROGRAM): Create conftestsed using
1107 "cat", not "echo".
1108 * autoconf/ltconfig: Improve support for recent FreeBSD 3.
1109 * include/cl_GV.h (cl_GV_vectorops): Change return type from 'T' to
1110 'const T', to match definition in src/vector/cl_GV_number.cc.
1111 Reported by Duncan Simpson <dps@io.stargate.co.uk>.
1112 * gmp/mpn/Makefile.in (.S.lo): Use 'if', not '&&', because '&&' may
1113 yield return code 1.
1114
1115 1999-09-07 Bruno Haible <haible@clisp.cons.org>
1116
1117 * Version 1.0.2 released.
1118
1119 1999-09-06 Bruno Haible <haible@clisp.cons.org>
1120
1121 * src/rational/cl_RA.h (integerp, ratiop): Instead of returning a
1122 boolean expression, write alternatives ending with either
1123 "return cl_true;" or "return cl_false;". This way, g++ does a
1124 better job inlining it.
1125 * src/float/cl_F.h (longfloatp): Likewise.
1126 * src/real/cl_R.h (rationalp, integerp, floatp): Likewise.
1127 * src/complex/cl_C.h (realp, complexp): Likewise.
1128
1129 1999-09-05 Bruno Haible <haible@clisp.cons.org>
1130
1131 * include/cl_integer.h (cl_equal_hashcode): New declaration.
1132 * include/cl_rational.h (cl_equal_hashcode): New declaration.
1133 * include/cl_sfloat.h (cl_equal_hashcode): New declaration.
1134 * include/cl_ffloat.h (cl_equal_hashcode): New declaration.
1135 * include/cl_dfloat.h (cl_equal_hashcode): New declaration.
1136 * include/cl_lfloat.h (cl_equal_hashcode): New declaration.
1137 * include/cl_float.h (cl_equal_hashcode): New declaration.
1138 * include/cl_real.h (cl_equal_hashcode): New declaration.
1139 * include/cl_complex.h (cl_equal_hashcode): New declaration.
1140 * src/base/cl_N.h (equal_hashcode_low, equal_hashcode_one): New macros.
1141 * src/integer/misc/cl_I_eqhashcode.cc: New file.
1142 * src/rational/misc/cl_RA_eqhashcode.cc: New file.
1143 * src/float/sfloat/misc/cl_SF_eqhashcode.cc: New file.
1144 * src/float/ffloat/misc/cl_FF_eqhashcode.cc: New file.
1145 * src/float/dfloat/misc/cl_DF_eqhashcode.cc: New file.
1146 * src/float/lfloat/misc/cl_LF_eqhashcode.cc: New file.
1147 * src/float/misc/cl_F_eqhashcode.cc: New file.
1148 * src/real/misc/cl_R_eqhashcode.cc: New file.
1149 * src/complex/misc/cl_C_eqhashcode.cc: New file.
1150 * doc/cln.tex: Document `cl_equal_hashcode'.
1151
1152 1999-09-05 Bruno Haible <haible@clisp.cons.org>
1153
1154 * include/cl_ring.h (cl_number_ring_ops): Add `contains' member.
1155 (cl_number_ring): New class.
1156 (cl_specialized_number_ring<T>): Inherit from cl_number_ring.
1157 (instanceof): New function.
1158 * src/integer/ring/cl_I_ring.cc (cl_I_p): New function.
1159 * src/integer/misc/cl_I_as.cc (cl_I_p): Add comment.
1160 * src/rational/ring/cl_RA_ring.cc (cl_RA_p): New function.
1161 * src/rational/misc/cl_RA_as.cc (cl_RA_p): Add comment.
1162 * src/real/ring/cl_R_ring.cc (cl_R_p): New function.
1163 * src/real/misc/cl_R_as.cc (cl_R_p): Add comment.
1164 * src/complex/ring/cl_C_ring.cc (cl_N_p): New function.
1165 * src/complex/misc/cl_N_as.cc (cl_N_p): Add comment.
1166 * doc/cln.tex: Document `instanceof'.
1167
1168 1999-09-05 Bruno Haible <haible@clisp.cons.org>
1169
1170 * include/cl_rational.h (numerator, denominator): New declarations.
1171 * src/rational/elem/cl_RA_numerator.cc: New file.
1172 * src/rational/elem/cl_RA_denominator.cc: New file.
1173 * include/cl_integer.h (numerator, denominator): New inline functions.
1174 * doc/cln.tex: Document `numerator' and `denominator'.
1175
1176 1999-09-05 Bruno Haible <haible@clisp.cons.org>
1177
1178 * src/rational/algebraic/cl_RA_rootp.cc (rootp): Fix endless loop
1179 in the integer case.
1180 * src/rational/algebraic/cl_RA_rootp_I.cc (rootp): Likewise.
1181
1182 1999-09-05 Bruno Haible <haible@clisp.cons.org>
1183
1184 * include/cl_config.h.in: Support for sparc64 CPU.
1185 * include/cl_modules.h: Likewise.
1186 * include/cl_types.h: Likewise.
1187 * include/cl_object.h: Likewise.
1188 * include/cl_GV.h: Likewise.
1189 * src/Makefile.in: Likewise.
1190 * src/base/cl_alloca.h: Likewise.
1191 * src/base/cl_macros.h: Likewise.
1192 * src/base/cl_sysdep.h: Likewise.
1193 * src/base/cl_low.h: Likewise.
1194 * src/base/digitseq/cl_asm.h: Likewise.
1195 * src/base/digitseq/cl_asm_.cc: Likewise.
1196 * src/base/digitseq/cl_asm_sparc64.h: New file.
1197 * src/base/digitseq/cl_asm_sparc64_.cc: New file.
1198 * src/modinteger/cl_MI_int.h: Support for sparc64 CPU.
1199 * src/polynomial/elem/cl_UP_no_ring.cc: Likewise.
1200 * src/polynomial/elem/cl_UP_GF2.h: Likewise.
1201 * src/polynomial/elem/cl_asm_GF2.cc: Likewise.
1202
1203 1999-09-04 Bruno Haible <haible@clisp.cons.org>
1204
1205 * src/base/digitseq/cl_asm_sparc_.cc (orc2_loop_up, orc2_loop_down):
1206 Use the `orn' instruction.
1207
1208 1999-08-14 Bruno Haible <haible@clisp.cons.org>
1209
1210 Assume all platforms have <stdlib.h> and clock_t.
1211 * configure.in: Don't call CL_STDLIB_H and CL_CLOCK_T.
1212 * src/base/cl_base_config.h.in (CLOCK_T): Remove definition.
1213 * src/base/random/cl_random_from.cc: Use clock_t instead of CLOCK_T.
1214 * src/timing/cl_t_config.h.in (CLOCK_T): Remove definition.
1215 * src/timing/cl_t_current2.cc: Use clock_t instead of CLOCK_T.
1216
1217 1999-07-18 Bruno Haible <haible@clisp.cons.org>
1218
1219 * gmp/config.guess: Link to autoconf/config.guess.
1220 gmp/config.sub: Link to autoconf/config.sub.
1221 Needed for Win32 platforms.
1222
1223 1999-07-17 Bruno Haible <haible@clisp.cons.org>
1224
1225 * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Distinguish "sparc" and
1226 "sparc64" according to the C compiler, not the uname result.
1227
1228 1999-06-17 Bruno Haible <haible@clisp.cons.org>
1229
1230 * src/base/digitseq/cl_asm_sparc_.cc (compare_loop_up): Fix
1231 COUNTER_LOOPS version, fortunately not used yet.
1232
1233 * include/cl_modules.h: Prepare for gcc version 3.
1234
1235 1999-06-12 Bruno Haible <haible@clisp.cons.org>
1236
1237 * src/rational/elem/cl_RA_plus.cc, src/rational/elem/cl_RA_minus.cc:
1238 Change the last call from I_I_to_RT to I_I_to_RA.
1239
1240 1999-06-09 Bruno Haible <haible@clisp.cons.org>
1241
1242 * Version 1.0.1 released.
1243
1244 1999-06-09 Bruno Haible <haible@clisp.cons.org>
1245
1246 * src/integer/cl_I.h (pFN_maxlength_digits_at): Define also when
1247 intDsize==64.
1248
1249 1999-06-08 Bruno Haible <haible@clisp.cons.org>
1250
1251 * autoconf/intparam.c (printf_underscored): Change argument type to
1252 `const char*'.
1253 * include/cl_modules.h (CL_OUTPUT_LABEL, CL_JUMP_TO): New macros.
1254 (CL_PROVIDE, CL_PROVIDE_END): Use them.
1255 * include/cl_string.h (cl_heap_string::operator new): Return 1, not 0.
1256 * include/cl_GV.h (cl_GV_inner<T>::operator new): Likewise.
1257 * src/base/ring/cl_no_ring.cc (dummy_canonhom, dummy_expt_pos): Don't
1258 cast a cl_I to void here. Works around a bug in g++-2.95.
1259 * src/complex/misc/cl_C_class.cc: Include "cl_C.h".
1260 * src/polynomial/elem/cl_UP_no_ring.cc (dummy_canonhom,
1261 dummy_expt_pos): Don't cast a cl_I to void here. Works around a bug
1262 in g++-2.95.
1263 * src/polynomial/elem/cl_asm_sparc_GF2.cc (DECLARE_FUNCTION): New
1264 macro.
1265 * src/rational/misc/cl_RA_class.cc: Include "cl_RA.h".
1266 * src/vector/cl_GV_I.cc (cl_heap_GV_I_general::operator new,
1267 DEFINE_cl_heap_GV_I_bits): Return 1, not 0.
1268 * src/vector/cl_GV_number.cc (cl_heap_GV_number_general::operator new):
1269 Likewise.
1270
1271 1999-06-01 Bruno Haible <haible@clisp.cons.org>
1272
1273 * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Canonicalize alpha
1274 variants to alpha.
1275
1276 1999-05-29 Bruno Haible <haible@clisp.cons.org>
1277
1278 * src/base/digitseq/cl_asm_i386_.cc (DECLARE_FUNCTION): Treat
1279 OpenBSD like NetBSD.
1280 * src/base/digitseq/cl_asm_sparc_.cc (DECLARE_FUNCTION): Likewise.
1281 * src/base/digitseq/cl_asm_m68k_.cc (DECLARE_FUNCTION): Treat
1282 OpenBSD like NetBSD, and Linux/ELF like SVR4.
1283
1284 1999-05-16 Bruno Haible <haible@clisp.cons.org>
1285
1286 * src/base/cl_low.h (integerlength32) [__rs6000__]: Use old assembler
1287 syntax on AIX systems and new assembler syntax on non-AIX systems.
1288
1289 1999-05-01 Bruno Haible <haible@clisp.cons.org>
1290
1291 * autoconf/config.guess, autoconf/config.sub: Upgrade to newest
1292 version from GNU CVS.
1293
1294 1999-04-24 Bruno Haible <haible@clisp.cons.org>
1295
1296 * src/integer/bitwise/cl_I_logand.cc (logand): Optimize the case when
1297 either operand is a positive fixnum, O(1) instead of O(N).
1298 * src/integer/bitwise/cl_I_lognand.cc (lognand): Likewise.
1299 * src/integer/bitwise/cl_I_logandc2.cc (logandc2): Likewise for the
1300 first operand.
1301
1302 1999-04-14 Bruno Haible <haible@clisp.cons.org>
1303
1304 * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add check whether
1305 ctor/dtor needs to be exported.
1306 * include/cl_config.h.in (CL_NEED_GLOBALIZE_CTORDTOR): New macro.
1307 * include/cl_modules.h (CL_GLOBALIZE_JUMP_LABEL): Renamed from
1308 CL_GLOBALIZE_LABEL.
1309 (CL_GLOBALIZE_LABEL): New macro.
1310 (CL_GLOBALIZE_CTORDTOR_LABEL): Renamed from CL_GLOBALIZE_ASM_LABEL.
1311 (CL_PROVIDE): Update.
1312
1313 1999-04-12 Bruno Haible <haible@clisp.cons.org>
1314
1315 * src/Makefile.in ($(ASMFILES_S)): On HPPA, ignore preprocessing
1316 errors ("unterminated string or character constant").
1317 ($(ASMFILES_LO)): On HPPA, try with various settings of
1318 COMPILER_PATH, in order to try /usr/ccs/bin/as and /bin/as.
1319
1320 1999-04-11 Bruno Haible <haible@clisp.cons.org>
1321
1322 * INSTALL: Mention gmp problems on MIPS.
1323 * doc/cln.tex: Likewise.
1324
1325 1999-03-24 Mumit Khan <khan@xraylith.wisc.edu>
1326
1327 * src/Makefile.in (SUBDIRS): Filter out CVS and RCS directories from
1328 the source tree.
1329 * include/cl_modules.h (CL_GLOBALIZE_LABEL): Define for Win32.
1330 (CL_GLOBALIZE_ASM_LABEL): New macro.
1331 (CL_PROVIDE): Use it.
1332 * src/base/random/cl_random_from.cc: Handle WIN32.
1333 * src/timing/cl_t_current.cc: Likewise.
1334
1335 1999-03-15 Bruno Haible <haible@clisp.cons.org>
1336
1337 * autoconf/intparam.c (main7): Use %lX instead of %X for a `long'.
1338 (main8): Adapt for C++.
1339
1340 1999-03-09 Bruno Haible <haible@clisp.cons.org>
1341
1342 * INSTALL: Mention egcs-1.1 problems on Sparc.
1343 * doc/cln.tex: Likewise.
1344
1345 1999-03-08 Bruno Haible <haible@clisp.cons.org>
1346
1347 * autoconf/aclocal.m4 (CL_FPU_CONTROL): Fix the "checking for"
1348 messages.
1349
1350 1999-02-25 Bruno Haible <haible@clisp.cons.org>
1351
1352 * autoconf/aclocal.m4: In test programs, declare `int main()', not
1353 `main()'.
1354
1355 * lidia-interface/src/interfaces/integers/cln/bigint.c
1356 (bigint_to_string): Fix for negative arguments.
1357
1358 * src/base/cl_low.h: Check for `__sparc__', not `SPARC'.
1359 * src/base/cl_alloca.h: Likewise.
1360
1361 * src/base/cl_low.h: Eliminate CLISP style "# " comments.
1362 * src/base/digitseq/cl_asm_arm_.cc,
1363 src/base/digitseq/cl_asm_mips_.cc,
1364 src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
1365
1366 * src/modinteger/cl_MI_pow2.h,
1367 src/modinteger/cl_MI_pow2m1.h,
1368 src/modinteger/cl_MI_pow2p1.h: Workaround g++-2.7.2 inlining bug.
1369
1370 1999-01-18 Bruno Haible <haible@clisp.cons.org>
1371
1372 * autoconf/acgeneral.m4,
1373 autoconf/acspecific.m4: Upgrade to autoconf-2.13.
1374 * autoconf/config.guess, autoconf/config.sub: Likewise.
1375 * autoconf/aclocal.m4 (CL_ALLOCA): Test for _MSC_VER and alloca being
1376 a macro. Use ${ac_objext}.
1377 * src/base/cl_macros.h (alloca): Put _MSC_VER test before the others,
1378 conforming with CL_ALLOCA.
1379
1380 1999-01-12 Bruno Haible <haible@clisp.cons.org>
1381
1382 * Version 1.0 released.
1383

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15