/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

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

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.220

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