/[cln]/ChangeLog
ViewVC logotype

Contents of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.148.2.5 - (hide annotations)
Sun Jun 11 21:59:34 2006 UTC (6 years, 11 months ago) by kreckel
Branch: cln_1-1
Changes since 1.148.2.4: +5 -0 lines
FreeBSD, NetBSD are normal Unices.

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

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