/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.140 by haible, Wed Aug 31 11:24:45 2005 UTC revision 1.222 by kreckel, Mon Apr 7 21:32:02 2008 UTC
# Line 1  Line 1 
1    2008-04-07  Alexei Sheplyakov  <varg@theor.jinr.ru>
2    
3            * configure.ac: create subdirectory to hold auto-generated headers.
4    
5    2008-04-07  Alexei Sheplyakov  <varg@theor.jinr.ru>
6    
7            Re-esatblish 1.2.0 ABI, broken 2008-02-22:
8            * src/float/input/cl_F_readparsed.cc: Add obsolete signature with index
9            args uintL.
10            * src/integer/input/cl_I_readparsed.cc: Likewise.
11            * src/rational/input/cl_RA_readparsed.cc: Likewise.
12    
13    2008-04-05  Richard B. Kreckel  <kreckel@ginac.de>
14    
15            * Version 1.2.2 released.
16    
17    2008-04-04  Richard B. Kreckel  <kreckel@ginac.de>
18    
19            Re-establish ABI, broken 2008-01-20:
20            * src/float/ffloat/conv/cl_FF_from_float.cc: Add obsolete signature of
21            cl_float_to_FF_pointer.
22            * src/float/dfloat/conv/cl_DF_from_double.cc: Add obsolete signature of
23            cl_double_to_DF_pointer.
24    
25    2008-03-31  Bruno Haible  <bruno@clisp.org>
26    
27            Fix hack from 2008-01-20 that broke on ARM.
28            * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Remove.
29            (cl_float_to_FF_pointer): Use anonymous union for conversion.
30            * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Remove.
31            (cl_double_to_DF_pointer): Use anonymous union for conversion.
32    
33    2008-03-24  Richard B. Kreckel  <kreckel@ginac.de>
34    
35            * Version 1.2.1 released.
36    
37    2008-03-23  Bruno Haible  <bruno@clisp.org>
38    
39            * autogen.sh: New file.
40            * Makefile.devel (build-prerequisites): New target.
41            (all): Depend on it.
42            (EXCLUDE): Also exclude autogen.sh.
43    
44    2008-03-23  Bruno Haible  <bruno@clisp.org>
45    
46            Make "make -jN" work again, broken on 2008-02-23.
47            * src/Makefile.in (ALLOBJECTS_LO): Fix dependency.
48    
49    2008-03-15  Richard B. Kreckel  <kreckel@ginac.de>
50    
51            * m4/gmp.m4 (CL_LIBGMP): New macro brings support for --with-gmp=DIR...
52            * configure.ac: ...used here.
53            * doc/cln.texi: Document that new feature.
54            Suggested by Paul Zimmermann <paul.zimmermann@loria.fr>.
55    
56    2008-02-23  Bruno Haible  <bruno@clisp.org>
57    
58            Support for gcc-4.3 snapshots.
59            * autoconf/floatparam.c (check): Change argument types to
60            'volatile type*'. This defeats optimizations of gcc 4.3.0 snapshots.
61    
62    2008-02-23  Bruno Haible  <bruno@clisp.org>
63    
64            Change "make alls" and "make allo" to recurse into subdirectories.
65            * src/Makefile.in (alls-local): Renamed from alls.
66            (allo-local): Renamed from allo.
67            (SUBDIRS_TARGET_ALL): Renamed from SUBDIRS_TARGET.
68            (alls, allo): New rules.
69            (SUBDIRS_TARGET_ALLS, SUBDIRS_TARGET_ALLO): New variables.
70    
71    2008-02-22  Richard B. Kreckel  <kreckel@ginac.de>
72    
73            * include/cln/integer_io.h (read_integer): Make index args uintC.
74            * src/integer/input/cl_I_readparsed.cc: Likewise.
75            * include/cln/rational_io.h (read_rational): Likewise.
76            * src/rational/input/cl_RA_readparsed.cc: Likewise
77            * include/cln/float_io.h (read_float): Likewise.
78            * src/float/input/cl_F_readparsed.cc: Likewise.
79            * src/vector/output/cl_GV_number_aprint.cc: Vector lengths are uintC.
80            * src/vector/output/cl_SV_aprint.cc: Likewise.
81            * src/vector/output/cl_SV_number_aprint.cc: Likewise.
82    
83    2008-02-15  Richard B. Kreckel  <kreckel@ginac.de>
84    
85            * m4/cc.m4 (CL_HAVE_ATTRIBUTE_FLATTEN): More robust definition allows...
86            * src/base/cl_maybe_inline.h (CL_FLATTEN): ...simplification here.
87    
88    2008-02-10  Richard B. Kreckel  <kreckel@ginac.de>
89    
90            * autoconf/ltmain.sh: Update to libtool-1.5.26.
91            * autoconf/config.guess: Likewise.
92            * autoconf/config.sub: Likewise.
93            * m4/libtool.m4: Likewise.
94    
95    2008-02-09  Alexei Sheplyakov  <varg@theor.jinr.ru>
96                Richard B. Kreckel  <kreckel@ginac.de>
97    
98            Avoid compiler warning about ignored 'flatten' attribute directive:
99            * m4/cc.m4 (CL_ATTRIBUTE_FLATTEN): New macro...
100            * configure.ac: ...used here...
101            * include/cln/config.h.in: ...defining CL_HAVE_ATTRIBUTE_FLATTEN,...
102            * src/base/cl_maybe_inline.h: ...used to prevent a warning here.
103    
104    2008-02-07  Richard B. Kreckel  <kreckel@ginac.de>
105    
106            * include/cln/integer.h: Enable modifying operators by default.
107            * include/cln/rational.h: Likewise.
108            * include/cln/sfloat.h: Likewise.
109            * include/cln/ffloat.h: Likewise.
110            * include/cln/dfloat.h: Likewise.
111            * include/cln/lfloat.h: Likewise.
112            * include/cln/float.h: Likewise.
113            * include/cln/real.h: Likewise.
114            * include/cln/complex.h: Likewise.
115            * doc/cln.texi: Document that.
116    
117    2008-02-06  Richard B. Kreckel  <kreckel@ginac.de>
118    
119            Fix crash in output of huge numbers:
120            * src/integer/conv/cl_I_to_digits.cc: Make erglen uintC.
121            * src/integer/output/cl_I_print_string.cc: Make B_baselen uintC.
122    
123    2008-02-04  Richard B. Kreckel  <kreckel@ginac.de>
124    
125            Fix cl_F output of more than 2^32 decimal digits:
126            * src/base/string/cl_sstring.cc (cl_sstring): make len uintC.
127            * src/base/string/cl_sstring.h: Likewise.
128    
129    2008-01-23  Bruno Haible  <bruno@clisp.org>
130    
131            Allow 64-bit builds on MacOS X 10.5.
132            * m4/general.m4 (CL_CANONICAL_HOST_CPU): Test for x86_64 CPU if
133            "uname -m" returns "i386".
134            Reported by Ron Garret <ron@flownet.com>.
135    
136    2008-01-20  Bruno Haible  <bruno@clisp.org>
137    
138            Avoid some gcc warnings.
139            * autoconf/floatparam.c (flipped_double): Use a union instead of a
140            type-punning cast.
141            * include/cln/number.h (union ffloatjanus, union dfloatjanus): Remove
142            declarations.
143            (cl_float_to_FF_pointer, cl_double_to_DF_pointer): Change argument
144            type.
145            (CL_DEFINE_FLOAT_CONSTRUCTOR, CL_DEFINE_DOUBLE_CONSTRUCTOR): Update.
146            * src/float/ffloat/cl_FF.h (cl_float_to_FF_pointer): Change argument
147            type.
148            (cl_float_to_FF): Remove function.
149            * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Define.
150            (cl_float_to_FF_pointer): Change argument type.
151            * src/float/dfloat/cl_DF.h (cl_double_to_DF_pointer): Change argument
152            type.
153            (cl_double_to_DF): Remove function.
154            * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Define.
155            (cl_double_to_DF_pointer): Change argument type.
156            * src/float/lfloat/cl_LF_impl.h (LF_decode): Mark the mantlen_zuweisung
157            assignment as possibly unused.
158            * src/base/cl_low.h (mulu32): Mark the hi_zuweisung assignment as
159            possibly unused.
160            * src/float/transcendental/cl_LF_zeta_int.cc (compute_zeta_cvz2):
161            Remove unused local variable.
162    
163    2008-01-19  Richard B. Kreckel  <kreckel@ginac.de>
164    
165            * Version 1.2.0 released.
166    
167    2008-01-19  Richard B. Kreckel  <kreckel@ginac.de>
168    
169            * doc/Makefile.in: texi2html -split_chapter doesn't generate
170            cln_toc.html any more.
171            * doc/cln.texi: Add table of contents in TeX output.
172    
173    2008-01-18  Alexei Sheplyakov  <varg@theor.jinr.ru>
174    
175            Fix linking problems on some platforms caused by inline/non-inline
176            versions of same functions (obsoletes MAYBE_INLINE):
177            * src/base/cl_maybe_inline.h: New file.
178            * src/base/cl_inline2.h: New file.
179            * src/base/cl_inline.h: New file.
180            * src/base/string/cl_st_make0.h: New file.
181            * src/base/cl_macros.h: Pull in cl_maybe_inline.h.
182            * src/base/string/cl_st_concat1.cc: Use new CL_INLINE macros and the
183            new *_inline functions.
184            * src/base/string/cl_st_concat2.cc: Likewise.
185            * src/base/string/cl_st_concat3.cc: Likewise.
186            * src/complex/algebraic/cl_C_abs.cc: Likewise.
187            * src/complex/algebraic/cl_C_abs_aux.cc: Likewise.
188            * src/complex/algebraic/cl_C_signum.cc: Likewise.
189            * src/complex/algebraic/cl_DF_hypot.cc: Likewise.
190            * src/complex/algebraic/cl_FF_hypot.cc: Likewise.
191            * src/complex/algebraic/cl_LF_hypot.cc: Likewise.
192            * src/complex/algebraic/cl_SF_hypot.cc: Likewise.
193            * src/complex/transcendental/cl_C_acosh.cc: Likewise.
194            * src/complex/transcendental/cl_C_asinh_aux.cc: Likewise.
195            * src/complex/transcendental/cl_C_atanh_aux.cc: Likewise.
196            * src/float/dfloat/division/cl_DF_fceil.cc: Likewise.
197            * src/float/dfloat/elem/cl_DF_div.cc: Likewise.
198            * src/float/dfloat/elem/cl_DF_ffloor.cc: Likewise.
199            * src/float/dfloat/elem/cl_DF_minusp.cc: Likewise.
200            * src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
201            * src/float/dfloat/elem/cl_DF_plusp.cc: Likewise.
202            * src/float/dfloat/elem/cl_DF_zerop.cc: Likewise.
203            * src/float/dfloat/misc/cl_DF_abs.cc: Likewise.
204            * src/float/dfloat/misc/cl_DF_digits.cc: Likewise.
205            * src/float/dfloat/misc/cl_DF_eqhashcode.cc: Likewise.
206            * src/float/dfloat/misc/cl_DF_exponent.cc: Likewise.
207            * src/float/dfloat/misc/cl_DF_idecode.cc: Likewise.
208            * src/float/dfloat/misc/cl_DF_precision.cc: Likewise.
209            * src/float/dfloat/misc/cl_DF_sign.cc: Likewise.
210            * src/float/dfloat/misc/cl_DF_signum.cc: Likewise.
211            * src/float/elem/cl_F_minusp.cc: Likewise.
212            * src/float/elem/cl_F_plusp.cc: Likewise.
213            * src/float/elem/cl_F_zerop.cc: Likewise.
214            * src/float/ffloat/division/cl_FF_fceil.cc: Likewise.
215            * src/float/ffloat/elem/cl_FF_div.cc: Likewise.
216            * src/float/ffloat/elem/cl_FF_ffloor.cc: Likewise.
217            * src/float/ffloat/elem/cl_FF_minusp.cc: Likewise.
218            * src/float/ffloat/elem/cl_FF_mul.cc: Likewise.
219            * src/float/ffloat/elem/cl_FF_plusp.cc: Likewise.
220            * src/float/ffloat/elem/cl_FF_zerop.cc: Likewise.
221            * src/float/ffloat/misc/cl_FF_abs.cc: Likewise.
222            * src/float/ffloat/misc/cl_FF_digits.cc: Likewise.
223            * src/float/ffloat/misc/cl_FF_eqhashcode.cc: Likewise.
224            * src/float/ffloat/misc/cl_FF_exponent.cc: Likewise.
225            * src/float/ffloat/misc/cl_FF_idecode.cc: Likewise.
226            * src/float/ffloat/misc/cl_FF_precision.cc: Likewise.
227            * src/float/ffloat/misc/cl_FF_sign.cc: Likewise.
228            * src/float/ffloat/misc/cl_FF_signum.cc: Likewise.
229            * src/float/lfloat/division/cl_LF_fceil.cc: Likewise.
230            * src/float/lfloat/elem/cl_LF_compare.cc: Likewise.
231            * src/float/lfloat/elem/cl_LF_ffloor.cc: Likewise.
232            * src/float/lfloat/elem/cl_LF_minusp.cc: Likewise.
233            * src/float/lfloat/elem/cl_LF_plusp.cc: Likewise.
234            * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise.
235            * src/float/lfloat/elem/cl_LF_zerop.cc: Likewise.
236            * src/float/lfloat/misc/cl_LF_abs.cc: Likewise.
237            * src/float/lfloat/misc/cl_LF_digits.cc: Likewise.
238            * src/float/lfloat/misc/cl_LF_eqhashcode.cc: Likewise.
239            * src/float/lfloat/misc/cl_LF_exponent.cc: Likewise.
240            * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise.
241            * src/float/lfloat/misc/cl_LF_precision.cc: Likewise.
242            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise.
243            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise.
244            * src/float/lfloat/misc/cl_LF_sign.cc: Likewise.
245            * src/float/lfloat/misc/cl_LF_signum.cc: Likewise.
246            * src/float/misc/cl_F_abs.cc: Likewise.
247            * src/float/misc/cl_F_digits.cc: Likewise.
248            * src/float/misc/cl_F_eqhashcode.cc: Likewise.
249            * src/float/misc/cl_F_exponent.cc: Likewise.
250            * src/float/misc/cl_F_idecode.cc: Likewise.
251            * src/float/misc/cl_F_precision.cc: Likewise.
252            * src/float/misc/cl_F_sign.cc: Likewise.
253            * src/float/misc/cl_F_signum.cc: Likewise.
254            * src/float/sfloat/division/cl_SF_fceil.cc: Likewise.
255            * src/float/sfloat/division/cl_SF_ffloor.cc: Likewise.
256            * src/float/sfloat/elem/cl_SF_compare.cc: Likewise.
257            * src/float/sfloat/elem/cl_SF_minus.cc: Likewise.
258            * src/float/sfloat/elem/cl_SF_minusp.cc: Likewise.
259            * src/float/sfloat/elem/cl_SF_plusp.cc: Likewise.
260            * src/float/sfloat/elem/cl_SF_uminus.cc: Likewise.
261            * src/float/sfloat/elem/cl_SF_zerop.cc: Likewise.
262            * src/float/sfloat/misc/cl_SF_abs.cc: Likewise.
263            * src/float/sfloat/misc/cl_SF_digits.cc: Likewise.
264            * src/float/sfloat/misc/cl_SF_eqhashcode.cc: Likewise.
265            * src/float/sfloat/misc/cl_SF_exponent.cc: Likewise.
266            * src/float/sfloat/misc/cl_SF_idecode.cc: Likewise.
267            * src/float/sfloat/misc/cl_SF_precision.cc: Likewise.
268            * src/float/sfloat/misc/cl_SF_sign.cc: Likewise.
269            * src/float/sfloat/misc/cl_SF_signum.cc: Likewise.
270            * src/float/transcendental/cl_F_atanhx.cc: Likewise.
271            * src/float/transcendental/cl_F_atanx.cc: Likewise.
272            * src/float/transcendental/cl_F_exp.cc: Likewise.
273            * src/float/transcendental/cl_F_expx.cc: Likewise.
274            * src/float/transcendental/cl_F_lnx.cc: Likewise.
275            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
276            * src/float/transcendental/cl_F_sinx.cc: Likewise.
277            * src/float/transcendental/cl_F_tan.cc: Likewise.
278            * src/float/transcendental/cl_F_tanh.cc: Likewise.
279            * src/integer/conv/cl_I_from_DS.cc: Likewise.
280            * src/integer/conv/cl_I_from_NDS.cc: Likewise.
281            * src/integer/conv/cl_I_from_NUDS.cc: Likewise.
282            * src/integer/conv/cl_I_from_UDS.cc: Likewise.
283            * src/integer/misc/cl_I_eqhashcode.cc: Likewise.
284            * src/integer/misc/cl_I_signum.cc: Likewise.
285            * src/integer/ring/cl_I_ring.cc: Likewise.
286            * src/rational/elem/cl_RA_minusp.cc: Likewise.
287            * src/rational/misc/cl_RA_eqhashcode.cc: Likewise.
288            * src/rational/misc/cl_RA_signum.cc: Likewise.
289            * src/rational/ring/cl_RA_ring.cc: Likewise.
290            * src/real/algebraic/cl_RA_sqrt.cc: Likewise.
291            * src/real/algebraic/cl_R_sqrt.cc: Likewise.
292            * src/real/conv/cl_F_from_R_def.cc: Likewise.
293            * src/real/elem/cl_R_minusp.cc: Likewise.
294            * src/real/elem/cl_R_zerop.cc: Likewise.
295            * src/real/misc/cl_R_eqhashcode.cc: Likewise.
296            * src/real/misc/cl_R_signum.cc: Likewise.
297            * src/real/transcendental/cl_R_tan.cc: Likewise.
298            * src/real/transcendental/cl_R_tanh.cc: Likewise.
299            * src/base/string/cl_st_make0.cc: Remove obsolete MAYBE_INLINE.
300            * src/rational/misc/Makeflags: Help compiler include cl_I_eqhashcode.cc.
301    
302    2008-01-15  Bruno Haible  <bruno@clisp.org>
303    
304            * doc/cln.texi: Renamed from doc/cln.tex. Add @node lines and @menu
305            lists.
306            * doc/addnodes.el: Remove file.
307            * doc/Makefile.in (${PACKAGE}.texi): Remove rule.
308            (EMACS): Remove variable.
309            (maintainer-clean): Don't remove ${PACKAGE}.texi.
310            Reported by Alexei Sheplyakov <varg@theor.jinr.ru>.
311    
312    2008-01-11  Richard B. Kreckel  <kreckel@ginac.de>
313    
314            * include/cln/float.h (cos_sin_t, cosh_sinh_t): Add default ctor.
315    
316    2008-01-11  Richard B. Kreckel  <kreckel@ginac.de>
317    
318            Make some functions more memory efficient:
319            * src/float/transcendental/cl_LF_tran.h (eval_rational_series): The
320            evaluation of streamed rational series may profit from shift-counting Q,
321            too. Introduce a template parameter to determine whether shift-counting
322            is to be used or not.
323            * src/float/transcendental/cl_LF_ratseries_pqb.cc: Introduce template
324            parameter.
325            * src/float/transcendental/cl_LF_ratseries_pqa.cc: Likewise.
326            * src/float/transcendental/cl_LF_ratseries_pqab.cc: Likewise.
327            * src/float/transcendental/cl_LF_ratseries_qa.cc: Likewise.
328            * src/float/transcendental/cl_LF_ratseries_qab.cc: Likewise.
329            * src/float/transcendental/cl_LF_ratseries_q.cc: Likewise, added
330            overload for streamed expansion.
331            * src/float/transcendental/cl_LF_ratseries_qb.cc: Likewise.
332            * src/float/transcendental/cl_LF_ratseries_pq.cc: Introduce template
333            parameter, added overload for streamed expansion using shift-counts.
334            * src/float/transcendental/cl_LF_zeta3.cc: Adapt to above changes.
335            * src/float/transcendental/cl_LF_pi.cc: Likewise.
336            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
337            * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
338            * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise.
339            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise.
340            * src/float/transcendental/cl_LF_atanh_recip.cc: Use streamed series.
341            * src/float/transcendental/cl_LF_atan_recip.cc: Likewise.
342            * src/float/transcendental/cl_LF_exp1.cc: Likewise.
343            * src/float/transcendental/cl_LF_exp_aux.cc: Likewise.
344            * src/float/transcendental/cl_LF_ratseries.cc: Removed.
345    
346    2008-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
347                Richard B. Kreckel  <kreckel@ginac.de>
348    
349            Cater to the fact that g++ 4.3 will use a different naming for
350            the global constructor suffix in shared and static objects.
351            * m4/c++-constructors.m4 (CL_GLOBAL_CONSTRUCTORS): Add test for
352            the global constructor suffix, define CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC
353            and CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC appropriately.
354            * include/cln/config.h.in: Provide templates to be filled in by
355            configure.
356            * include/cln/modules.h (CL_PROVIDE, CL_REQUIRE): Use
357            CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC, CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC.
358    
359    2007-12-19  Richard B. Kreckel  <kreckel@ginac.de>
360    
361            * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=rs6000 for
362             powerpc64 if userland is 32 bit.
363    
364    2007-12-18  Richard B. Kreckel  <kreckel@ginac.de>
365    
366            * autoconf/ltmain.sh: Update to libtool-1.5.24.
367            * autoconf/config.guess: Likewise.
368            * autoconf/config.sub: Likewise.
369            * m4/libtool.m4: Likewise.
370    
371    2007-12-18  Richard B. Kreckel  <kreckel@ginac.de>
372    
373            * src/float/transcendental/cl_F_lnx.cc: Make actuallen of type uintC.
374            * src/float/transcendental/cl_F_expx.cc: Likewise.
375            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
376            * src/float/transcendental/cl_F_sinx.cc: Likewise.
377    
378    2007-12-17  Richard B. Kreckel  <kreckel@ginac.de>
379    
380            Silly workaround for silly bug in gmp.h:
381            * m4/gmp.m4 (CL_GMP_SET_UINTD): Swap #include <gmp.h> and <stdio.h>.
382    
383    2007-12-17  Richard B. Kreckel  <kreckel@ginac.de>
384    
385            * src/polynomial/elem/cl_UP_GF2.h (gf2_mul_table): define for sparc64.
386    
387    2007-12-04  Richard B. Kreckel  <kreckel@ginac.de>
388    
389            * include/cln/types.h ([su]intE): 64-bit exponents for MIPS and RS6000.
390    
391    2007-12-03  Richard B. Kreckel  <kreckel@ginac.de>
392    
393            * src/float/lfloat/cl_LF.h (cl_heap_lfloat): Change len type to uintC.
394    
395    2007-11-28  Richard B. Kreckel  <kreckel@ginac.de>
396    
397            * include/cln/object.h: Don't redefine cl_word_alignment on sparc64.
398            * src/base/digitseq/cl_asm_sparc64_.cc: Declare use of global
399            register %g2 as scratch register within this file.
400            Reported by Paul Irofti <bulibuta@gmail.com> and Sven Verdoolaege
401            <skimo@kotnet.org>.
402    
403    2007-11-03  Richard B. Kreckel  <kreckel@ginac.de>
404    
405            * src/base/digitseq/cl_asm_i386_.cc (compare_loop_up,
406            compare_loop_down): Fix empty ranges.
407    
408    2007-10-12  Richard B. Kreckel  <kreckel@ginac.de>
409    
410            Fix compilation on CYGWIN:
411            * src/float/transcendental/cl_LF_zeta_int.cc: Avoid leading underscores
412            in variable names.
413            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
414            Reported by Chris Bouchard <cbouchrd@uiuc.edu>.
415    
416    2007-10-10  Richard B. Kreckel  <kreckel@ginac.de>
417    
418            * src/base/cl_low.h: Add missing linefeeds in SPARC 64 inline assembler.
419            * src/base/low/cl_low_div.cc (divu_6464_6464_): Fix a copy-paste typo.
420            Reported by Sven Verdoolaege <skimo@kotnet.org>.
421    
422    2007-10-02  Richard B. Kreckel  <kreckel@ginac.de>
423    
424            On popular demand (Debian bug #286266, Ubuntu bug #128851):
425            * examples/pi.cc: Output no more than requested number of digits.
426    
427    2007-10-01  Richard B. Kreckel  <kreckel@ginac.de>
428    
429            * autoconf/config.guess, autoconf/config.sub: updated from automake-1.9.
430    
431    2007-09-19  Richard B. Kreckel  <kreckel@ginac.de>
432    
433            * doc/cln.tex: Put entire document in @dircategory Mathematics.
434            * doc/Makefile.in: texi2html -split_chapter suddenly uses subdirectory.
435            * Makefile.in: Don't install non-existing cln-config* and cln.m4.
436    
437    2007-09-18  Richard B. Kreckel  <kreckel@ginac.de>
438    
439            * include/cln/modules.h (CL_JUMP_TO): Use a pc relative jump on m68k.
440            See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388000>.
441    
442    2007-09-16  Richard B. Kreckel  <kreckel@ginac.de>
443    
444            * */*: Convert encoding from ISO 8859-1 to UTF-8.
445    
446    2007-09-13  Richard B. Kreckel  <kreckel@ginac.de>
447    
448            Truncated binary splitting for even more memory efficiency:
449            * src/float/transcendental/cl_LF_tran.h: Added new overloads. See below.
450            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Removed and
451            moved everything to...
452            * src/float/transcendental/cl_LF_ratseries_pq.cc: ...here. Added an
453            overload for truncated expansion.
454            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Removed and
455            moved everything to...
456            * src/float/transcendental/cl_LF_ratseries_pqa.cc: ...here. Added an
457            overload for truncated expansion.
458            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Removed and
459            moved everything to...
460            * src/float/transcendental/cl_LF_ratseries_pqb.cc: ...here. Added an
461            overload for truncated expansion.
462            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Removed and
463            moved everything to...
464            * src/float/transcendental/cl_LF_ratseries_pqab.cc: ...here. Added an
465            overload for truncated expansion.
466            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Added
467            overloads for streamed and truncated expansion.
468            * src/float/transcendental/cl_LF_ratsumseries_pqcd.cc: Likewise.
469            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: Removed
470            and moved everything to...
471            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: ...here. Added
472            an overload for truncated expansion.
473            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: Removed
474            and moved everything to...
475            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: ...here. Added an
476            overload for truncated expansion.
477            * src/float/transcendental/cl_LF_pi.cc: Use truncated series.
478            * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
479            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
480            * src/float/transcendental/cl_LF_zeta_int.cc: Likewise.
481            * src/float/transcendental/cl_LF_zeta3.cc: Likewise.
482    
483    2007-09-07  Richard B. Kreckel  <kreckel@ginac.de>
484    
485            More memory efficient Euler-Mascheroni constant:
486            * src/float/transcendental/cl_LF_tran.h (cl_pqd_series_stream): New.
487            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: New file.
488            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: New
489            file.
490            * src/float/transcendental/cl_LF_eulerconst.cc: Compute series
491            coefficients on demand, using a series stream object.
492    
493    2007-08-02  Richard B. Kreckel  <kreckel@ginac.de>
494    
495            * src/base/digitseq/cl_DS_div.cc (cl_recip_suitable): uintC arguments.
496    
497    2007-08-01  Richard B. Kreckel  <kreckel@ginac.de>
498    
499            * */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
500            C++ bool, true, and false.
501    
502    2007-07-28  Richard B. Kreckel  <kreckel@ginac.de>
503    
504            Remove exception hooks in favor of real C++ exceptions:
505            * include/cln/exception.h: New file...
506            * include/cln/cln.h: ...included here...
507            * include/cln/rational.h: ...and here.
508            * include/cln/abort.h: Removed.
509            * include/cln/integer.h (ash_exception, exquo_exception): Add exception
510            types.
511            * include/cln/float.h (floating_point_exception,
512            floating_point_nan_exception, floating_point_overflow_exception,
513            floating_point_underflow_exception): Likewise.
514            * include/cln/number_io.h (read_number_exception,
515            read_number_bad_syntax_exception, read_number_junk_exception,
516            read_number_eof_exception): Likewise.
517            * include/cln/object.h (CL_DEFINE_CONVERTER): Replace dynamic assertion
518            with a compile-time assertion.
519            * include/cln/GV.h: Replace nonreturning functions with exceptions.
520            * include/cln/modinteger.h: Likewise.
521            * include/cln/SV.h: Likewise.
522            * include/cln/ring.h: Likewise.
523            * include/cln/string.h: Likewise.
524            * include/cln/univpoly.h: Likewise.
525            * src/base/cl_abort.cc: Removed.
526            * src/base/cl_N_err_d0.cc: Removed.
527            * src/base/cl_d0_exception.cc: New file.
528            * src/base/cl_as_err.cc: Removed.
529            * src/base/cl_as_exception.cc: New file.
530            * src/base/cl_notreached.cc: Removed.
531            * src/base/cl_notreached_exception.cc: New file.
532            * src/base/input/cl_read_err_bad.cc: Removed.
533            * src/base/input/cl_read_bad_syntax_exception.cc: New file.
534            * src/base/input/cl_read_err_junk.cc: Removed.
535            * src/base/input/cl_read_junk_exception.cc: New file.
536            * src/base/input/cl_read_err_eof.cc: Removed.
537            * src/base/input/cl_read_eof_exception.cc: New file.
538            * src/base/cl_N.h (cl_as_error): Removed (see cln/exception.h).
539            * src/base/macros.h (NOTREACHED): Throw.
540            * src/base/cl_malloc.cc (xmalloc): Throw.
541            * src/base/digitseq/cl_2DS_div.cc: Throw.
542            * src/base/digitseq/cl_DS_div.cc: Throw.
543            * src/base/digitseq/cl_DS_mul.cc: Throw.
544            * src/base/digitseq/cl_DS_mul_fftc.h: Throw.
545            * src/base/digitseq/cl_DS_mul_fftcs.h: Throw.
546            * src/base/digitseq/cl_DS_mul_fftm.h: Throw.
547            * src/base/digitseq/cl_DS_mul_fftp.h: Throw.
548            * src/base/digitseq/cl_DS_mul_fftp3.h: Throw.
549            * src/base/digitseq/cl_DS_mul_fftp3m.h: Throw.
550            * src/base/digitseq/cl_DS_mul_fftr.h: Throw.
551            * src/base/digitseq/cl_DS_mul_nuss.h: Throw.
552            * src/base/digitseq/cl_DS_recipsqrt.cc: Throw.
553            * src/base/digitseq/cl_DS_sqrt.cc: Throw.
554            * src/base/hash/cl_hash.h: Throw.
555            * src/base/hash/cl_hash1.h: Throw.
556            * src/base/hash/cl_hash1weak.h: Throw.
557            * src/base/hash/cl_hash2.h: Throw.
558            * src/base/hash/cl_hash2weak.h: Throw.
559            * src/base/hash/cl_hashset.h: Throw.
560            * src/base/hash/cl_hashuniq.h: Throw.
561            * src/base/hash/cl_hashuniqweak.h: Throw.
562            * src/base/proplist/cl_pl_add.cc: Throw.
563            * src/base/ring/cl_no_ring.cc: Throw.
564            * src/base/string/cl_spushstring.h: Throw.
565            * src/base/symbol/cl_symbol.cc: Throw.
566            * src/integer/bitwise/cl_I_ash.h: Removed (see cln/integer.h.)
567            * src/integer/bitwise/cl_I_asherr.cc: Removed.
568            * src/integer/bitwise/cl_I_ash_exception.cc: New file.
569            * src/integer/division/cl_I_exquoerr.cc: Removed.
570            * src/integer/division/cl_I_exquo_exception.cc: New file.
571            * src/integer/cl_I.h: Throw.
572            * src/integer/division/cl_I_exquopos.cc: Throw.
573            * src/integer/bitwise/cl_I_logbitp_I.cc: Throw.
574            * src/integer/bitwise/cl_I_ash.cc: Throw.
575            * src/integer/bitwise/cl_I_ash_I.cc: Throw.
576            * src/integer/division/cl_I_exquo.cc: Throw.
577            * src/integer/gcd/cl_I_gcd_aux2.cc: Throw.
578            * src/integer/conv/cl_I_to_L.cc: Throw.
579            * src/integer/conv/cl_I_to_Q.cc: Throw.
580            * src/integer/conv/cl_I_to_UL.cc: Throw.
581            * src/integer/conv/cl_I_to_UQ.cc: Throw.
582            * src/integer/conv/cl_I_to_digits.cc: Throw.
583            * src/integer/elem/cl_I_div.cc: Throw.
584            * src/integer/algebraic/cl_I_sqrt.cc: Throw.
585            * src/integer/input/cl_I_read.cc: Throw.
586            * src/integer/input/cl_I_read_stream.cc: Throw.
587            * src/integer/misc/cl_I_as.cc: Throw.
588            * src/rational/elem/cl_RA_from_I_I_div.cc: Throw.
589            * src/rational/elem/cl_RA_recip.cc: Throw.
590            * src/rational/input/cl_RA_read.cc: Throw.
591            * src/rational/input/cl_RA_read_stream.cc: Throw.
592            * src/rational/input/cl_RA_readparsed.cc: Throw.
593            * src/rational/misc/cl_RA_as.cc: Throw.
594            * src/float/base/cl_F_err_nan.cc: Removed.
595            * src/float/base/cl_F_nan_exception.cc: New file.
596            * src/float/base/cl_F_err_un.cc: Removed.
597            * src/float/base/cl_F_underflow_exception.cc: New file.
598            * src/float/base/cl_F_err_ov.cc: Removed.
599            * src/float/base/cl_F_overflow_exception.cc: New file.
600            * src/float/cl_F.h (cl_error_floating_point_nan,
601            cl_error_floating_point_overflow, cl_error_floating_point_underflow):
602            Removed (see cln/float.h.)
603            * src/float/sfloat/cl_SF.h: Throw.
604            * src/float/sfloat/elem/cl_SF_div.cc: Throw.
605            * src/float/sfloat/elem/cl_SF_from_RA.cc: Throw.
606            * src/float/sfloat/elem/cl_SF_scale.cc: Throw.
607            * src/float/sfloat/elem/cl_SF_scale_I.cc: Throw.
608            * src/float/sfloat/misc/cl_SF_as.cc: Throw.
609            * src/float/ffloat/cl_FF.h: Throw.
610            * src/float/ffloat/conv/cl_FF_from_float.cc: Throw.
611            * src/float/ffloat/elem/cl_FF_div.cc: Throw.
612            * src/float/ffloat/elem/cl_FF_from_RA.cc: Throw.
613            * src/float/ffloat/elem/cl_FF_scale.cc: Throw.
614            * src/float/ffloat/elem/cl_FF_scale_I.cc: Throw.
615            * src/float/ffloat/misc/cl_FF_as.cc: Throw.
616            * src/float/dfloat/cl_DF.h: Throw.
617            * src/float/dfloat/conv/cl_DF_from_double.cc: Throw.
618            * src/float/dfloat/elem/cl_DF_div.cc: Throw.
619            * src/float/dfloat/elem/cl_DF_from_RA.cc: Throw.
620            * src/float/dfloat/elem/cl_DF_scale.cc: Throw.
621            * src/float/dfloat/elem/cl_DF_scale_I.cc: Throw.
622            * src/float/dfloat/misc/cl_DF_as.cc: Throw.
623            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Throw.
624            * src/float/lfloat/elem/cl_LF_1plus.cc: Throw.
625            * src/float/lfloat/elem/cl_LF_I_div.cc: Throw.
626            * src/float/lfloat/elem/cl_LF_I_mul.cc: Throw.
627            * src/float/lfloat/elem/cl_LF_div.cc: Throw.
628            * src/float/lfloat/elem/cl_LF_from_I.cc: Throw.
629            * src/float/lfloat/elem/cl_LF_mul.cc: Throw.
630            * src/float/lfloat/elem/cl_LF_scale.cc: Throw.
631            * src/float/lfloat/elem/cl_LF_scale_I.cc: Throw.
632            * src/float/lfloat/elem/cl_LF_square.cc: Throw.
633            * src/float/lfloat/misc/cl_LF_as.cc: Throw.
634            * src/float/lfloat/misc/cl_LF_shorten.cc: Throw.
635            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Throw.
636            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Throw.
637            * src/float/input/cl_F_read.cc: Throw.
638            * src/float/input/cl_F_read_stream.cc: Throw.
639            * src/float/misc/cl_F_as.cc: Throw.
640            * src/float/misc/cl_F_shortenrel.cc: Throw.
641            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Throw.
642            * src/float/transcendental/cl_LF_cossin_aux.cc: Throw.
643            * src/float/transcendental/cl_LF_exp_aux.cc: Throw.
644            * src/float/transcendental/cl_LF_ratseries_a.cc: Throw.
645            * src/float/transcendental/cl_LF_ratseries_ab.cc: Throw.
646            * src/float/transcendental/cl_LF_ratseries_b.cc: Throw.
647            * src/float/transcendental/cl_LF_ratseries_p.cc: Throw.
648            * src/float/transcendental/cl_LF_ratseries_pa.cc: Throw.
649            * src/float/transcendental/cl_LF_ratseries_pab.cc: Throw.
650            * src/float/transcendental/cl_LF_ratseries_pb.cc: Throw.
651            * src/float/transcendental/cl_LF_ratseries_pq.cc: Throw.
652            * src/float/transcendental/cl_LF_ratseries_pqa.cc: Throw.
653            * src/float/transcendental/cl_LF_ratseries_pqab.cc: Throw.
654            * src/float/transcendental/cl_LF_ratseries_pqb.cc: Throw.
655            * src/float/transcendental/cl_LF_ratseries_q.cc: Throw.
656            * src/float/transcendental/cl_LF_ratseries_qa.cc: Throw.
657            * src/float/transcendental/cl_LF_ratseries_qab.cc: Throw.
658            * src/float/transcendental/cl_LF_ratseries_qb.cc: Throw.
659            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Throw.
660            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Throw.
661            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Throw.
662            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Throw.
663            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Throw.
664            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: Throw.
665            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: Throw.
666            * src/float/transcendental/cl_LF_zeta_int.cc: Throw.
667            * src/real/elem/cl_R_div.cc: Throw.
668            * src/real/format-output/cl_fmt_cardinal.cc: Throw.
669            * src/real/format-output/cl_fmt_newroman.cc: Throw.
670            * src/real/format-output/cl_fmt_oldroman.cc: Throw.
671            * src/real/input/cl_R_read.cc: Throw.
672            * src/real/input/cl_R_read_stream.cc: Throw.
673            * src/real/misc/cl_R_as.cc: Throw.
674            * src/real/random/cl_R_random.cc: Throw.
675            * src/real/transcendental/cl_R_atan2.cc: Throw.
676            * src/real/transcendental/cl_R_log.cc: Throw.
677            * src/complex/input/cl_N_read.cc: Throw.
678            * src/complex/input/cl_N_read_stream.cc: Throw.
679            * src/complex/misc/cl_N_as.cc: Throw.
680            * src/complex/transcendental/cl_C_atanh_aux.cc: Throw.
681            * src/complex/transcendental/cl_C_expt_C.cc: Throw.
682            * src/complex/transcendental/cl_C_log.cc: Throw.
683            * src/complex/transcendental/cl_C_log2.cc: Throw.
684            * src/numtheory/cl_nt_cornacchia1.cc: Throw.
685            * src/numtheory/cl_nt_cornacchia4.cc: Throw.
686            * src/numtheory/cl_nt_isprobprime.cc: Throw.
687            * src/numtheory/cl_nt_jacobi.cc: Throw.
688            * src/numtheory/cl_nt_jacobi_low.cc: Throw.
689            * src/numtheory/cl_nt_sqrtmodp.cc: Throw.
690            * src/modinteger/cl_MI.cc: Throw.
691            * src/modinteger/cl_MI_int.h: Throw.
692            * src/modinteger/cl_MI_montgom.h: Throw.
693            * src/modinteger/cl_MI_pow2.h: Throw.
694            * src/modinteger/cl_MI_rshift.cc: Throw.
695            * src/modinteger/cl_MI_std.h: Throw.
696            * src/polynomial/elem/cl_UP_GF2.h: Throw.
697            * src/polynomial/elem/cl_UP_MI.h: Throw.
698            * src/polynomial/elem/cl_UP_gen.h: Throw.
699            * src/polynomial/elem/cl_UP_named.cc: Throw.
700            * src/polynomial/elem/cl_UP_no_ring.cc (uninitialized_error,
701            uninitialized_ring): Removed (see cln/ring.h.)
702            * src/polynomial/elem/cl_UP_number.h: Throw.
703            * src/polynomial/elem/cl_UP_unnamed.cc: Throw.
704            * src/vector/cl_GV_I.cc: Throw.
705            * src/vector/cl_GV_number.cc: Throw.
706            * tests/timediv2adic-compare.cc: Use default abort(), not cl_abort().
707            * tests/timeprint-compare.cc: Likewise.
708            * tests/timerecip2adic-compare.cc: Likewise.
709            * doc/cln.tex: Document the exception classes.
710            * examples/contfrac.cc: Use try/catch instead of setjmp/longjmp.
711            * INSTALL: undocument -fno-exceptions.
712            * README: Add exceptions to list of used C++ features.
713    
714    2007-06-20  Richard B. Kreckel  <kreckel@ginac.de>
715    
716            * cln.spec.in (Source0): Package is bzip2-compressed.
717            Reported by Markus Grabner <grabner@icg.tugraz.at>.
718    
719    2007-05-31  Richard B. Kreckel  <kreckel@ginac.de>
720    
721            * include/cln/integer.h (cl_I_to_E, cl_I_to_UE): New functions.
722            * src/float/transcendental/cl_LF_exp_aux.cc: Make lq argument an uintE.
723            * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise.
724            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise.
725            * src/float/transcendental/cl_F_tran.h: Change declaration of lq.
726            * src/float/transcendental/cl_F_lnx.cc: Fix some exponent types.
727            * src/float/transcendental/cl_F_expx.cc: Likewise.
728            * src/float/transcendental/cl_F_sinh.cc: Likewise.
729            * src/float/transcendental/cl_F_atanx.cc: Likewise.
730            * src/float/transcendental/cl_F_coshsinh.cc: Likewise.
731            * src/float/transcendental/cl_LF_cossin.cc: Likewise.
732            * src/float/transcendental/cl_LF_coshsinh.cc: Likewise.
733    
734    2007-04-09  Richard B. Kreckel  <kreckel@ginac.de>
735    
736            More memory efficient constants:
737            * src/float/transcendental/cl_LF_pi.cc (compute_pi_ramanujan_163_fast):
738            Compute series coefficients on demand, using a series stream object.
739            * src/float/transcendental/cl_LF_zeta3.cc (zeta3): Likewise.
740            * src/float/transcendental/cl_LF_catalanconst.cc
741            (compute_catalanconst_ramanujan_fast): Likewise.
742            (compute_catalanconst_lupas): New function.
743            (compute_catalanconst): Simplify, based on new benchmark.
744    
745    2007-04-02  Alexei Sheplyakov  <varg@theor.jinr.ru>
746    
747            Debian Bug#412103:
748            * cln.pc.in: list -lgmp in Libs.private instead of in Libs.
749            * doc/cln.tex: Undocument cln-config, properly document pkg-config.
750            * cln-config.1.in: Remove.
751            * cln-config.in: Remove.
752            * cln.m4: Remove.
753            * configure.ac: Don't output cln-config and cln-config.1.
754    
755    2006-12-24  Bruno Haible  <bruno@clisp.org>
756    
757            Make autoconfiguration work with gcc-4.3 snapshots.
758            * autoconf/intparam.c (main1): Rename get_integer_bitsize to
759            get_unsigned_integer_bitsize. New macro get_signed_integer_bitsize.
760    
761    2006-12-19  Bruno Haible  <bruno@clisp.org>
762    
763            * autoconf/intparam.c (main): Use 'return', not exit().
764            * autoconf/floatparam.c (main): Likewise.
765            Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
766    
767    2006-12-11  Richard B. Kreckel  <kreckel@ginac.de>
768    
769            Extend the exponent range from 32 bits to 64 bits on selected platforms.
770            * include/cln/number.h: Add signatures for operations with long long.
771            * include/cln/complex_class.h: Likewise.
772            * include/cln/real_class.h: Likewise.
773            * include/cln/real.h: Likewise.
774            * include/cln/rational_class.h: Likewise.
775            * include/cln/rational.h: Likewise.
776            * include/cln/integer_class.h: Likewise.
777            * include/cln/integer.h: Likewise.
778            * include/cln/float.h: Likewise.
779            * include/cln/lfloat.h: Likewise.
780            * include/cln/types.h (sintE and uintE): New types for exponents.
781            * include/cln/*float.h: Use the new types for exponents.
782            * include/cln/floatformat.h (float_format_t): Make underlying type
783            compatible with sintE.
784            * doc/cln.tex: Document changed float_exponent return value.
785            * src/float/cl_F.h: Likewise.
786            * src/float/ffloat/misc/cl_FF_exponent.cc: Likewise.
787            * src/float/input/cl_F_read.cc: Likewise.
788            * src/float/lfloat/cl_LF.h: Likewise.
789            * src/float/lfloat/cl_LF_impl.h: Likewise.
790            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Likewise.
791            * src/float/lfloat/elem/cl_LF_1plus.cc: Likewise.
792            * src/float/lfloat/elem/cl_LF_I_div.cc: Likewise.
793            * src/float/lfloat/elem/cl_LF_I_mul.cc: Likewise.
794            * src/float/lfloat/elem/cl_LF_compare.cc: Likewise.
795            * src/float/lfloat/elem/cl_LF_div.cc: Likewise.
796            * src/float/lfloat/elem/cl_LF_from_I.cc: Likewise.
797            * src/float/lfloat/elem/cl_LF_fround.cc: Likewise.
798            * src/float/lfloat/elem/cl_LF_ftrunc.cc: Likewise.
799            * src/float/lfloat/elem/cl_LF_futrunc.cc: Likewise.
800            * src/float/lfloat/elem/cl_LF_mul.cc: Likewise.
801            * src/float/lfloat/elem/cl_LF_scale.cc: Likewise.
802            * src/float/lfloat/elem/cl_LF_scale_I.cc: Likewise.
803            * src/float/lfloat/elem/cl_LF_square.cc: Likewise.
804            * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise.
805            * src/float/lfloat/misc/cl_LF_decode.cc: Likewise.
806            * src/float/lfloat/misc/cl_LF_exponent.cc: Likewise.
807            * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise.
808            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise.
809            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise.
810            * src/float/misc/cl_F_decode.cc: Likewise.
811            * src/float/misc/cl_F_exponent.cc: Likewise.
812            * src/float/misc/cl_F_shortenrel.cc: Likewise.
813            * src/float/misc/cl_float_format.cc: Likewise.
814            * src/float/output/cl_F_dprint.cc: Likewise.
815            * src/float/sfloat/misc/cl_SF_exponent.cc: Likewise.
816            * src/float/transcendental/cl_F_atanhx.cc: Likewise.
817            * src/float/transcendental/cl_F_atanx.cc: Likewise.
818            * src/float/transcendental/cl_F_cosh.cc: Likewise.
819            * src/float/transcendental/cl_F_expx.cc: Likewise.
820            * src/float/transcendental/cl_F_lnx.cc: Likewise.
821            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
822            * src/float/transcendental/cl_F_sinx.cc: Likewise.
823            * src/float/transcendental/cl_LF_pi.cc: Likewise.
824            * src/integer/cl_I.h: Likewise.
825            * src/complex/algebraic/cl_LF_hypot.cc: Likewise.
826            * src/complex/elem/division/cl_C_LF_recip.cc: Likewise.
827            * src/float/dfloat/misc/cl_DF_exponent.cc: Likewise.
828            * src/integer/conv/cl_I_from_Q2.cc: Added.
829            * src/base/cl_low.h (isqrtC): New function, for 64 bit falls back to...
830            * src/base/low/cl_low_isqrt.cc (isqrt): ...this new implementation.
831            * src/base/cl_macros.h (bitc): Make sure 64 bit is used if required by
832            exponent operations.
833            * examples/pi.cc: Support more than 646456614 decimal digits.
834    
835    2006-11-02  Richard B. Kreckel  <kreckel@ginac.de>
836    
837            * src/base/digitseq/cl_DS.h: #undef DS, needed for i386-Solaris.
838    
839    2006-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
840    
841            * tests/Makefile.in (VPATH): Fix syntax error.
842    
843    2006-09-14  Richard B. Kreckel  <kreckel@ginac.de>
844    
845            * examples/perfnum.cc: update to presumed 44th Mersenne prime.
846    
847    2006-08-15  Richard B. Kreckel  <kreckel@ginac.de>
848    
849            * tests/Makefile.in: MinGW support for make check
850            (Patch by Sheplyakov Alexei <varg@theor.jinr.ru> to add ${EXEEXT}).
851            * Makefile.in: Convert from $(VAR) to ${VAR} syntax.
852            * benchmarks/Makefile.in: Likewise.
853            * doc/Makefile.in: Likewise.
854            * examples/Makefile.in: Likewise.
855            * src/Makefile.in: Likewise.
856            * tests/Makefile.in: Likewise.
857    
858    2006-08-06  Richard B. Kreckel  <kreckel@ginac.de>
859    
860            * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
861    
862    2006-08-04  Sheplyakov Alexei  <varg@theor.jinr.ru>
863    
864            * configure.ac: Disable shared lib on MinGW.
865    
866    2006-08-03  Sheplyakov Alexei  <varg@theor.jinr.ru>
867    
868            * m4/param.m4: Add support for MinGW.
869            * src/base/random/cl_random_from.cc: Fix for last patch.
870    
871    2006-07-23  Sheplyakov Alexei  <varg@theor.jinr.ru>
872    
873            * src/base/random/cl_random_from.cc: Add support for MinGW.
874    
875    2006-06-13  Richard B. Kreckel  <kreckel@ginac.de>
876    
877            * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=i386 for x86_64
878            if userland is 32 bit.
879            * include/cln/config.h.in: Simplify __x86_64__ selection.
880            * src/base/digitseq/cl_asm_x86_64_.cc: Remove.
881    
882    2006-06-09  Richard B. Kreckel  <kreckel@ginac.de>
883    
884            * src/base/digitseq/cl_DS.h (struct DS): Change len type to uintC.
885    
886    2006-05-30  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
887    
888            * m4/gettimeofday.m4 (CL_GETTIMEOFDAY): Fix M4 quoting.
889    
890    2006-05-20  Bruno Haible  <bruno@clisp.org>
891    
892            * src/base/random/cl_random_from.cc: Treat FreeBSD, NetBSD like other
893            Unix platforms.
894    
895    2006-05-07  Richard B. Kreckel  <kreckel@ginac.de>
896    
897            * include/cln/modules.h (CL_JUMP_TO): Fix for Intel Mac.
898    
899    2006-04-25  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
900    
901            Prepare for autoconf-2.60.
902            * Makefile.in (datarootdir): New variable.
903            * src/Makefile.in (datarootdir): New variable.
904            * doc/Makefile.in (datarootdir): New variable.
905    
906    2006-04-25  Bruno Haible  <bruno@clisp.org>
907                Richard B. Kreckel  <kreckel@ginac.de>
908    
909            Make it theoretically possible to use bignums and long-floats with
910            more than 2^32 significant digits or bits.
911            * doc/cln.tex (logcount): Change return type to uintC.
912            (struct cl_byte): Change elements to uintC.
913            (integer_length, ord2, power2p): Change return type to uintC.
914            (scale_float): Change argument type to sintC.
915            (float_digits, float_precision): Change return type to uintC.
916            * examples/atan_recip.cc: Use uintC instead of uintL where appropriate.
917            * examples/atanh_recip.cc: Likewise.
918            * include/cln/GV.h: Likewise.
919            * include/cln/GV_complex.h: Likewise.
920            * include/cln/GV_integer.h: Likewise.
921            * include/cln/GV_modinteger.h: Likewise.
922            * include/cln/GV_number.h: Likewise.
923            * include/cln/GV_rational.h: Likewise.
924            * include/cln/GV_real.h: Likewise.
925            * include/cln/SV.h: Likewise.
926            * include/cln/SV_complex.h: Likewise.
927            * include/cln/SV_integer.h: Likewise.
928            * include/cln/SV_number.h: Likewise.
929            * include/cln/SV_rational.h: Likewise.
930            * include/cln/SV_real.h: Likewise.
931            * include/cln/SV_ringelt.h: Likewise.
932            * include/cln/dfloat.h: Likewise.
933            * include/cln/ffloat.h: Likewise.
934            * include/cln/float.h: Likewise.
935            * include/cln/integer.h: Likewise.
936            * include/cln/lfloat.h: Likewise.
937            * include/cln/modinteger.h: Likewise.
938            * include/cln/sfloat.h: Likewise.
939            * src/base/cl_low.h (integerlengthC): New macro.
940            * src/base/digitseq/cl_2DS_div.cc: Use uintC instead of uintL where
941            appropriate.
942            * src/base/digitseq/cl_2DS_recip.cc: Likewise.
943            * src/base/digitseq/cl_DS.h: Likewise.
944            * src/base/digitseq/cl_DS_mul.c: Likewise.
945            * src/base/digitseq/cl_DS_mul_fftc.h: Likewise.
946            * src/base/digitseq/cl_DS_mul_fftcs.h: Likewise.
947            * src/base/digitseq/cl_DS_mul_fftm.h: Likewise.
948            * src/base/digitseq/cl_DS_mul_fftp.h: Likewise.
949            * src/base/digitseq/cl_DS_mul_fftp3.h: Likewise.
950            * src/base/digitseq/cl_DS_mul_fftp3m.h: Likewise.
951            * src/base/digitseq/cl_DS_mul_fftr.h: Likewise.
952            * src/base/digitseq/cl_DS_mul_kara.h: Likewise.
953            * src/base/digitseq/cl_DS_mul_nuss.h: Likewise.
954            * src/base/digitseq/cl_DS_recip.cc: Likewise.
955            * src/base/digitseq/cl_DS_recipsqrt.cc: Likewise.
956            * src/base/digitseq/cl_DS_sqrt.cc: Likewise.
957            * src/base/digitseq/cl_DS_trandom.cc: Likewise.
958            * src/complex/input/cl_N_read.cc: Likewise.
959            * src/complex/transcendental/cl_C_asinh_aux.cc: Likewise.
960            * src/complex/transcendental/cl_C_expt_C.cc: Likewise.
961            * src/float/cl_F.h: Likewise.
962            * src/float/conv/cl_F_from_F_f.cc: Likewise.
963            * src/float/conv/cl_F_from_I_f.cc: Likewise.
964            * src/float/conv/cl_F_from_RA_f.cc: Likewise.
965            * src/float/dfloat/conv/cl_I_to_double.cc: Likewise.
966            * src/float/dfloat/conv/cl_RA_to_double.cc: Likewise.
967            * src/float/dfloat/elem/cl_DF_from_I.cc: Likewise.
968            * src/float/dfloat/elem/cl_DF_from_RA.cc: Likewise.
969            * src/float/dfloat/elem/cl_DF_scale.cc: Likewise.
970            * src/float/dfloat/misc/cl_DF_digits.cc: Likewise.
971            * src/float/dfloat/misc/cl_DF_precision.cc: Likewise.
972            * src/float/elem/cl_F_scale.cc: Likewise.
973            * src/float/ffloat/conv/cl_I_to_float.cc: Likewise.
974            * src/float/ffloat/conv/cl_RA_to_float.cc: Likewise.
975            * src/float/ffloat/elem/cl_FF_from_I.cc: Likewise.
976            * src/float/ffloat/elem/cl_FF_from_RA.cc: Likewise.
977            * src/float/ffloat/elem/cl_FF_scale.cc: Likewise.
978            * src/float/ffloat/misc/cl_FF_digits.cc: Likewise.
979            * src/float/ffloat/misc/cl_FF_precision.cc: Likewise.
980            * src/float/input/cl_F_read.cc: Likewise.
981            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Likewise.
982            * src/float/lfloat/elem/cl_LF_1plus.cc: Likewise.
983            * src/float/lfloat/elem/cl_LF_I_div.cc: Likewise.
984            * src/float/lfloat/elem/cl_LF_I_mul.cc: Likewise.
985            * src/float/lfloat/elem/cl_LF_div.cc: Likewise.
986            * src/float/lfloat/elem/cl_LF_from_I.cc: Likewise.
987            * src/float/lfloat/elem/cl_LF_from_RA.cc: Likewise.
988            * src/float/lfloat/elem/cl_LF_fround.cc: Likewise.
989            * src/float/lfloat/elem/cl_LF_ftrunc.cc: Likewise.
990            * src/float/lfloat/elem/cl_LF_futrunc.cc: Likewise.
991            * src/float/lfloat/elem/cl_LF_scale.cc: Likewise.
992            * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise.
993            * src/float/lfloat/misc/cl_LF_digits.cc: Likewise.
994            * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise.
995            * src/float/lfloat/misc/cl_LF_leninc.cc: Likewise.
996            * src/float/lfloat/misc/cl_LF_lenincx.cc: Likewise.
997            * src/float/lfloat/misc/cl_LF_precision.cc: Likewise.
998            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise.
999            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise.
1000            * src/float/misc/cl_F_digits.cc: Likewise.
1001            * src/float/misc/cl_F_epsneg.cc: Likewise.
1002            * src/float/misc/cl_F_epspos.cc: Likewise.
1003            * src/float/misc/cl_F_leastneg.cc: Likewise.
1004            * src/float/misc/cl_F_leastpos.cc: Likewise.
1005            * src/float/misc/cl_F_mostneg.cc: Likewise.
1006            * src/float/misc/cl_F_mostpos.cc: Likewise.
1007            * src/float/misc/cl_F_precision.cc: Likewise.
1008            * src/float/misc/cl_F_rational.cc: Likewise.
1009            * src/float/misc/cl_F_shortenrel.cc: Likewise.
1010            * src/float/output/cl_F_dprint.cc: Likewise.
1011            * src/float/random/cl_F_random.cc: Likewise.
1012            * src/float/sfloat/elem/cl_SF_from_I.cc: Likewise.
1013            * src/float/sfloat/elem/cl_SF_from_RA.cc: Likewise.
1014            * src/float/sfloat/elem/cl_SF_scale.cc: Likewise.
1015            * src/float/sfloat/misc/cl_SF_digits.cc: Likewise.
1016            * src/float/sfloat/misc/cl_SF_precision.cc: Likewise.
1017            * src/float/transcendental/cl_F_atanhx.cc: Likewise.
1018            * src/float/transcendental/cl_F_atanx.cc: Likewise.
1019            * src/float/transcendental/cl_F_catalanconst_f.cc: Likewise.
1020            * src/float/transcendental/cl_F_cos.cc: Likewise.
1021            * src/float/transcendental/cl_F_cosh.cc: Likewise.
1022            * src/float/transcendental/cl_F_coshsinh.cc: Likewise.
1023            * src/float/transcendental/cl_F_cossin.cc: Likewise.
1024            * src/float/transcendental/cl_F_eulerconst_f.cc: Likewise.
1025            * src/float/transcendental/cl_F_exp1_f.cc: Likewise.
1026            * src/float/transcendental/cl_F_expx.cc: Likewise.
1027            * src/float/transcendental/cl_F_ln10_f.cc: Likewise.
1028            * src/float/transcendental/cl_F_ln2_f.cc: Likewise.
1029            * src/float/transcendental/cl_F_lnx.cc: Likewise.
1030            * src/float/transcendental/cl_F_pi_f.cc: Likewise.
1031            * src/float/transcendental/cl_F_sin.cc: Likewise.
1032            * src/float/transcendental/cl_F_sinh.cc: Likewise.
1033            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
1034            * src/float/transcendental/cl_F_sinx.cc: Likewise.
1035            * src/float/transcendental/cl_F_tran.h: Likewise.
1036            * src/float/transcendental/cl_F_zeta_int_f.cc: Likewise.
1037            * src/float/transcendental/cl_LF_atan_recip.cc: Likewise.
1038            * src/float/transcendental/cl_LF_atanh_recip.cc: Likewise.
1039            * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
1040            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise.
1041            * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise.
1042            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
1043            * src/float/transcendental/cl_LF_exp1.cc: Likewise.
1044            * src/float/transcendental/cl_LF_exp_aux.cc: Likewise.
1045            * src/float/transcendental/cl_LF_pi.cc: Likewise.
1046            * src/float/transcendental/cl_LF_ratseries.cc: Likewise.
1047            * src/float/transcendental/cl_LF_ratseries_.cc: Likewise.
1048            * src/float/transcendental/cl_LF_ratseries_a.cc: Likewise.
1049            * src/float/transcendental/cl_LF_ratseries_ab.cc: Likewise.
1050            * src/float/transcendental/cl_LF_ratseries_b.cc: Likewise.
1051            * src/float/transcendental/cl_LF_ratseries_p.cc: Likewise.
1052            * src/float/transcendental/cl_LF_ratseries_pa.cc: Likewise.
1053            * src/float/transcendental/cl_LF_ratseries_pab.cc: Likewise.
1054            * src/float/transcendental/cl_LF_ratseries_pb.cc: Likewise.
1055            * src/float/transcendental/cl_LF_ratseries_pq.cc: Likewise.
1056            * src/float/transcendental/cl_LF_ratseries_pqa.cc: Likewise.
1057            * src/float/transcendental/cl_LF_ratseries_pqab.cc: Likewise.
1058            * src/float/transcendental/cl_LF_ratseries_pqb.cc: Likewise.
1059            * src/float/transcendental/cl_LF_ratseries_q.cc: Likewise.
1060            * src/float/transcendental/cl_LF_ratseries_qa.cc: Likewise.
1061            * src/float/transcendental/cl_LF_ratseries_qab.cc: Likewise.
1062            * src/float/transcendental/cl_LF_ratseries_qb.cc: Likewise.
1063            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Likewise.
1064            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Likewise.
1065            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Likewise.
1066            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Likewise.
1067            * src/float/transcendental/cl_LF_ratsumseries_pqcd.cc: Likewise.
1068            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Likewise.
1069            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: Likewise.
1070            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: Likewise.
1071            * src/float/transcendental/cl_LF_tran.h: Likewise.
1072            * src/float/transcendental/cl_LF_zeta3.cc: Likewise.
1073            * src/float/transcendental/cl_LF_zeta_int.cc: Likewise.
1074            * src/integer/algebraic/cl_I_rootp_I.cc: Likewise.
1075            * src/integer/algebraic/cl_I_rootp_aux.cc: Likewise.
1076            * src/integer/bitwise/cl_I_ash.cc: Likewise.
1077            * src/integer/bitwise/cl_I_ash_I.cc: Likewise.
1078            * src/integer/bitwise/cl_I_byte.h: Likewise.
1079            * src/integer/bitwise/cl_I_fullbyte.cc: Likewise.
1080            * src/integer/bitwise/cl_I_ilength.cc: Likewise.
1081            * src/integer/bitwise/cl_I_ldb.cc: Likewise.
1082            * src/integer/bitwise/cl_I_ldbtest.cc: Likewise.
1083            * src/integer/bitwise/cl_I_ldbx.cc: Likewise.
1084            * src/integer/bitwise/cl_I_ldbxtest.cc: Likewise.
1085            * src/integer/bitwise/cl_I_logbitp.cc: Likewise.
1086            * src/integer/bitwise/cl_I_logbitp_I.cc: Likewise.
1087            * src/integer/bitwise/cl_I_logcount.cc: Likewise.
1088            * src/integer/bitwise/cl_I_mkf.cc: Likewise.
1089            * src/integer/bitwise/cl_I_mkfx.cc: Likewise.
1090            * src/integer/cl_I.h: Likewise.
1091            * src/integer/conv/cl_I_to_digits.cc: Likewise.
1092            * src/integer/conv/cl_I_digits_need.cc: Likewise.
1093            * src/integer/conv/cl_I_from_digits.cc: Likewise.
1094            * src/integer/gcd/cl_I_gcd.cc: Likewise.
1095            * src/integer/gcd/cl_I_xgcd.cc: Likewise.
1096            * src/integer/misc/cl_I_eqhashcode.cc: Likewise.
1097            * src/integer/misc/cl_I_ord2.cc: Likewise.
1098            * src/integer/misc/cl_I_power2p.cc: Likewise.
1099            * src/integer/output/cl_I_cached_power.h (cached_power_table): allow
1100            for 40 elements.
1101            * src/integer/output/cl_I_decstring.cc: Use uintC instead of uintL
1102            where appropriate.
1103            * src/integer/output/cl_I_print.cc: Likewise.
1104            * src/integer/output/cl_I_print_string.cc: Likewise.
1105            * src/modinteger/cl_MI.cc: Likewise.
1106            * src/modinteger/cl_MI_lshift.cc: Likewise.
1107            * src/modinteger/cl_MI_montgom.h: Likewise.
1108            * src/modinteger/cl_MI_pow2.h: Likewise.
1109            * src/modinteger/cl_MI_pow2m1.h: Likewise.
1110            * src/modinteger/cl_MI_pow2p1.h: Likewise.
1111            * src/modinteger/cl_MI_rshift.cc: Likewise.
1112            * src/modinteger/cl_MI_std.h: Likewise.
1113            * src/numtheory/cl_IF_millerrabin.cc: Likewise.
1114            * src/numtheory/cl_nt_isprobprime.cc: Likewise.
1115            * src/numtheory/cl_nt_sqrtmodp.cc: Likewise.
1116            * src/polynomial/elem/cl_UP_GF2.h: Likewise.
1117            * src/real/conv/cl_F_from_R_f.cc: Likewise.
1118            * src/real/format-output/cl_fmt_floatstring.cc: Likewise.
1119            * src/real/input/cl_R_read.cc: Likewise.
1120            * src/vector/cl_GV_I.cc: Likewise.
1121            * src/vector/cl_GV_I_copy.cc: Likewise.
1122            * src/vector/cl_GV_number.cc: Likewise.
1123            * src/vector/cl_GV_number_copy.cc: Likewise.
1124            * src/vector/cl_SV_copy.cc: Likewise.
1125            * src/vector/cl_SV_number.cc: Likewise.
1126            * src/vector/cl_SV_ringelt.cc: Likewise.
1127            * tests/main.cc: Likewise.
1128            * tests/test_I_ilength.cc: Likewise.
1129            * tests/test_I_ord2.cc: Likewise.
1130    
1131    2006-04-19  Bruno Haible  <bruno@clisp.org>
1132    
1133            Prepare for autoconf-2.60.
1134            * general.m4 (CL_CC_WORKS): Include <stdlib.h>, for exit() declaration.
1135            * longdouble.m4 (CL_LONGDOUBLE): Likewise.
1136            * longlong.m4 (CL_LONGLONG): Likewise.
1137            * times.m4 (CL_TIMES_CLOCK): Likewise.
1138            Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1139    
1140    2005-12-04  Bruno Haible  <bruno@clisp.org>
1141    
1142            * src/integer/conv/cl_I_to_digits.cc (I_to_digits_noshrink): Set
1143            erg->len at the end.
1144    
1145    2005-12-04  Bruno Haible  <bruno@clisp.org>
1146    
1147            Extend the fixnum range from 32 bits to 61 bits on 64-bit platforms.
1148            * doc/cln.tex (gcd, jacobi): Take 'long' instead of 'int32' arguments.
1149            * include/cln/object.h (cl_value_shift): Define as 3, not 32, in the
1150            64-bit case.
1151            * include/cln/types.h (intVsize): New macro.
1152            (sintV, uintV): New types.
1153            * include/cln/integer.h (gcd): Take uintV arguments.
1154            * include/cln/numtheory.h (jacobi): Take sintV arguments.
1155            * src/complex/input/cl_N_read.cc (read_complex): Call FN_to_UV instead
1156            of FN_to_UL.
1157            * src/complex/transcendental/cl_C_expt_C.cc: Likewise.
1158            * src/float/dfloat/elem/cl_DF_scale_I.cc: Use uintV instead of uintL
1159            * src/float/dfloat/elem/cl_DF_from_RA.cc: Don't assume values >= 2^53
1160            and < 2^55 are always bignums.
1161            where appropriate.
1162            * src/float/ffloat/conv/cl_RA_to_float.cc: Call FN_to_UV instead of
1163            FN_to_UL.
1164            * src/float/ffloat/elem/cl_FF_from_RA.cc: Likewise.
1165            * src/float/ffloat/elem/cl_FF_scale_I.cc: Call FN_to_V instead of
1166            FN_to_L.
1167            * src/float/lfloat/elem/cl_LF_scale_I.cc: Likewise.
1168            * src/float/output/cl_F_dprint.cc: Likewise.
1169            * src/float/sfloat/elem/cl_SF_from_RA.cc: Call FN_to_UV instead of
1170            FN_to_UL.
1171            * src/float/sfloat/elem/cl_SF_scale_I.cc: Call FN_to_V instead of
1172            FN_to_L.
1173            * src/integer/cl_I.h (FN_to_UV): Renamed from FN_to_UL, change return
1174            type.
1175            (FN_to_V): Renamed from FN_to_L, change return type.
1176            (FN_V_zerop): Renamed from FN_L_zerop.
1177            (FN_V_minusp): Renamed from FN_L_minusp.
1178            (cl_I_constructor_from_L2, cl_I_constructor_from_UL2): Define as an
1179            inline function on 64-bit platforms.
1180            (V_to_I, UV_to_I): New macros.
1181            (pFN_maxlength_digits_at): Return an uintV instead of an uint32.
1182            (set_pFN_maxlength_digits_at): Take an uintV instead of an uint32.
1183            * src/integer/algebraic/cl_I_sqrtp.cc: Call FN_to_UV instead of
1184            FN_to_UL.
1185            * src/integer/bitwise/cl_I_ash_I.cc: Call FN_to_V instead of FN_to_L.
1186            * src/integer/bitwise/cl_I_ilength.cc: Likewise.
1187            * src/integer/bitwise/cl_I_log_aux.cc: Likewise.
1188            * src/integer/bitwise/cl_I_logbitp_I.cc: Likewise.
1189            * src/integer/bitwise/cl_I_logcount.cc: Likewise.
1190            * src/integer/bitwise/cl_I_logtest.cc: Likewise.
1191            * src/integer/conv/cl_I_from_L2.cc: Don't produce code on 64-bit
1192            platforms.
1193            * src/integer/conv/cl_I_from_UL2.cc: Likewise.
1194            * src/integer/conv/cl_I_from_NDS.cc: Update.
1195            * src/integer/conv/cl_I_from_Q.cc: Remove cast to sint32.
1196            * src/integer/conv/cl_I_from_UQ.cc: Remove cast to uint32.
1197            * src/integer/conv/cl_I_to_L.cc: Check again fixnum that needs more
1198            than 32 bits.
1199            * src/integer/conv/cl_I_to_Q.cc: Call FN_to_V instead of FN_to_L.
1200            * src/integer/conv/cl_I_to_UL.cc: Likewise.
1201            * src/integer/conv/cl_I_to_UQ.cc: Likewise.
1202            * src/integer/elem/cl_I_div.cc: Treat fixnums that need more than 32
1203            bits like bignums.
1204            * src/integer/elem/cl_I_minus.cc: Call FN_to_V instead of FN_to_L.
1205            * src/integer/elem/cl_I_mul.cc: Likewise.
1206            * src/integer/elem/cl_I_plus.cc: Likewise.
1207            * src/integer/elem/cl_I_square.cc: Likewise.
1208            * src/integer/elem/cl_I_uminus.cc: Likewise.
1209            * src/integer/gcd/cl_I_gcd.cc: Likewise.
1210            * src/integer/gcd/cl_low_gcd.cc (gcd): Take uintV arguments.
1211            * src/integer/hash/cl_I_hashcode.cc: Call FN_to_V instead of FN_to_L.
1212            * src/integer/input/cl_I_read.cc (read_integer): Call FN_to_UV instead
1213            of FN_to_UL.
1214            * src/integer/misc/cl_I_ord2.cc (ord2): Call ord2_64 on 64-bit
1215            platforms.
1216            * src/integer/misc/cl_I_power2p.cc: Call FN_to_UV instead of FN_to_UL.
1217            * src/integer/misc/combin/cl_I_doublefactorial.cc (doublefakul_table):
1218            Extend table for larger fixnums.
1219            (doublefactorial): Update.
1220            * src/integer/misc/combin/cl_I_factorial.cc (fakul_table): Extend table
1221            for larger fixnums.
1222            (factorial): Update.
1223            * src/modinteger/cl_MI_fix16.h: Call FN_to_UV instead of FN_to_UL.
1224            * src/modinteger/cl_MI_fix29.h: Likewise.
1225            * src/modinteger/cl_MI_fix32.h: Likewise.
1226            * src/modinteger/cl_MI_std.h: Likewise.
1227            * src/numtheory/cl_nt_cornacchia4.cc: Call FN_to_V instead of FN_to_L.
1228            * src/numtheory/cl_nt_jacobi.cc: Likewise.
1229            * src/numtheory/cl_nt_jacobi_low.cc (jacobi_aux): Take uintV arguments
1230            instead of uint32 arguments.
1231            (jacobi): Take sintV argument instead of a sint32 argument.
1232            * src/rational/input/cl_RA_read.cc: Call FN_to_UV instead of FN_to_UL.
1233            * src/real/input/cl_R_read.cc: Likewise.
1234            * src/vector/cl_GV_I.cc: Likewise.
1235            * tests/timefact.cc: Call FN_to_V instead of FN_to_L.
1236    
1237    2005-12-04  Bruno Haible  <bruno@clisp.org>
1238    
1239            More complete 64-bit division macros.
1240            * src/base/cl_low.h (divu_6432_3232_w): Choose a different macro
1241            expansion on x86_64.
1242            (divu_6432_6432): New macro.
1243            (divu_6464_6464): Choose a different macro expansion for all CPUs
1244            except sparc64 and x86_64.
1245            (divu_12864_6464): Define NEED_VAR_divu_64_rest here.
1246            * src/base/low/cl_low_div.cc (divu_64_rest): Avoid defining it twice.
1247            (divu_6464_6464_): New function.
1248    
1249    2005-12-04  Bruno Haible  <bruno@clisp.org>
1250    
1251            * src/base/cl_low.h (ord2_64): New macro.
1252    
1253    2005-12-02  Bruno Haible  <bruno@clisp.org>
1254    
1255            * src/base/cl_low.h (mulu64) [x86_64]: Change asm restriction, since
1256            mulq doesn't accept immediate arguments.
1257    
1258    2005-11-26  Bruno Haible  <bruno@clisp.org>
1259    
1260            * src/base/cl_low.h (GENERIC_INTEGERLENGTH32): New macro.
1261            (integerlength64): Define using integerlength32 if integerlength32
1262            is not defined generically.
1263    
1264    2005-11-26  Bruno Haible  <bruno@clisp.org>
1265    
1266            * src/base/cl_low.h (mulu32) [SPARC64]: Remove rd instruction, since
1267            umul returns the complete 64-bit product in a register.
1268            (mulu32_w) [SPARC64]: Prefer umul over mulx instruction.
1269            (divu_6432_3232_w) [SPARC64]: Prefer umul/udiv over mulx/udivx
1270            instructions.
1271    
1272    2005-11-26  Bruno Haible  <bruno@clisp.org>
1273    
1274            * src/base/cl_low.h (divu_3216_1616): Prepend underscore to local
1275            variables.
1276    
1277    2005-11-26  Bruno Haible  <bruno@clisp.org>
1278    
1279            * src/base/cl_low.h (ord2_32): Parenthesize macro argument.
1280    
1281    2005-12-17  Richard B. Kreckel  <kreckel@ginac.de>
1282    
1283            * Created branch cln_1-1 for maintenance patches.
1284            This is the main branch, which will eventually become CLN 1.2.0.
1285    
1286    2005-12-15  Dmitry V. Kustov  <kustov@telex221.ru>
1287    
1288            * src/base/random/cl_random_from.cc: Add support for OpenBSD.
1289    
1290    2005-11-23  Richard B. Kreckel  <kreckel@ginac.de>
1291    
1292            * Version 1.1.11 released.
1293    
1294    2005-11-20  Richard B. Kreckel  <kreckel@ginac.de>
1295    
1296            * src/integer/conv/cl_I_cached_power.h: New file.
1297            * src/integer/conv/cl_I_cached_power.cc: New file.
1298            Contains power_table and cached_power_table previously...
1299            * src/integer/conv/cl_I_to_digits.cc: ...here.
1300            * src/integer/conv/cl_I_from_digits.cc: Use cached powers.
1301    
1302    2005-11-02  Richard B. Kreckel  <kreckel@ginac.de>
1303    
1304            * src/integer/conv/cl_I_from_digits.cc: Made input of all numbers in
1305            non-power-of-two base much faster.
1306            * tests/test_I_io.cc: New file...
1307            * tests/Makefile.in, tests/test_I.cc: ...used here.
1308    
1309    2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
1310    
1311            * Version 1.1.10 released.
1312    
1313    2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
1314    
1315            * src/Makefile.in: Accept CPPFLAGS from environment.
1316            * examples/Makefile.in: Likewise.
1317            * benchmarks/Makefile.in: Likewise.
1318            * tests/Makefile.in: Likewise.
1319    
1320  2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>  2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>
1321    
1322          * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant          * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
# Line 34  Line 1353 
1353    
1354  2005-08-27  Bruno Haible  <bruno@clisp.org>  2005-08-27  Bruno Haible  <bruno@clisp.org>
1355    
1356          * modules.h (CL_OUTPUT_LABEL): Work around redundant duplication          * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
1357          of basic blocks by g++ 4.0.          duplication of basic blocks by g++ 4.0.
1358          See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.          See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.
1359    
1360  2005-08-27  Bruno Haible  <bruno@clisp.org>  2005-08-27  Bruno Haible  <bruno@clisp.org>

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.222

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