/[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.187 by kreckel, Wed Nov 28 22:45:51 2007 UTC
# Line 1  Line 1 
1    2007-11-28  Richard B. Kreckel  <kreckel@ginac.de>
2    
3            * include/cln/object.h: Don't redefine cl_word_alignment on sparc64.
4            * src/base/digitseq/cl_asm_sparc64_.cc: Declare use of global
5            register %g2 as scratch register within this file.
6            Reported by Paul Irofti <bulibuta@gmail.com> and Sven Verdoolaege
7            <skimo@kotnet.org>.
8    
9    2007-11-03  Richard B. Kreckel  <kreckel@ginac.de>
10    
11            * src/base/digitseq/cl_asm_i386_.cc (compare_loop_up,
12            compare_loop_down): Fix empty ranges.
13    
14    2007-10-12  Richard B. Kreckel  <kreckel@ginac.de>
15    
16            Fix compilation on CYGWIN:
17            * src/float/transcendental/cl_LF_zeta_int.cc: Avoid leading underscores
18            in variable names.
19            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
20            Reported by Chris Bouchard <cbouchrd@uiuc.edu>.
21    
22    2007-10-10  Richard B. Kreckel  <kreckel@ginac.de>
23    
24            * src/base/cl_low.h: Add missing linefeeds in SPARC 64 inline assembler.
25            * src/base/low/cl_low_div.cc (divu_6464_6464_): Fix a copy-paste typo.
26            Reported by Sven Verdoolaege <skimo@kotnet.org>.
27    
28    2007-10-02  Richard B. Kreckel  <kreckel@ginac.de>
29    
30            On popular demand (Debian bug #286266, Ubuntu bug #128851):
31            * examples/pi.cc: Output no more than requested number of digits.
32    
33    2007-10-01  Richard B. Kreckel  <kreckel@ginac.de>
34    
35            * autoconf/config.guess, autoconf/config.sub: updated from automake-1.9.
36    
37    2007-09-19  Richard B. Kreckel  <kreckel@ginac.de>
38    
39            * doc/cln.tex: Put entire document in @dircategory Mathematics.
40            * doc/Makefile.in: texi2html -split_chapter suddenly uses subdirectory.
41            * Makefile.in: Don't install non-existing cln-config* and cln.m4.
42    
43    2007-09-18  Richard B. Kreckel  <kreckel@ginac.de>
44    
45            * include/cln/modules.h (CL_JUMP_TO): Use a pc relative jump on m68k.
46            See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388000>.
47    
48    2007-09-16  Richard B. Kreckel  <kreckel@ginac.de>
49    
50            * */*: Convert encoding from ISO 8859-1 to UTF-8.
51    
52    2007-09-13  Richard B. Kreckel  <kreckel@ginac.de>
53    
54            Truncated binary splitting for even more memory efficiency:
55            * src/float/transcendental/cl_LF_tran.h: Added new overloads. See below.
56            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Removed and
57            moved everything to...
58            * src/float/transcendental/cl_LF_ratseries_pq.cc: ...here. Added an
59            overload for truncated expansion.
60            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Removed and
61            moved everything to...
62            * src/float/transcendental/cl_LF_ratseries_pqa.cc: ...here. Added an
63            overload for truncated expansion.
64            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Removed and
65            moved everything to...
66            * src/float/transcendental/cl_LF_ratseries_pqb.cc: ...here. Added an
67            overload for truncated expansion.
68            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Removed and
69            moved everything to...
70            * src/float/transcendental/cl_LF_ratseries_pqab.cc: ...here. Added an
71            overload for truncated expansion.
72            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Added
73            overloads for streamed and truncated expansion.
74            * src/float/transcendental/cl_LF_ratsumseries_pqcd.cc: Likewise.
75            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: Removed
76            and moved everything to...
77            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: ...here. Added
78            an overload for truncated expansion.
79            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: Removed
80            and moved everything to...
81            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: ...here. Added an
82            overload for truncated expansion.
83            * src/float/transcendental/cl_LF_pi.cc: Use truncated series.
84            * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
85            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
86            * src/float/transcendental/cl_LF_zeta_int.cc: Likewise.
87            * src/float/transcendental/cl_LF_zeta3.cc: Likewise.
88    
89    2007-09-07  Richard B. Kreckel  <kreckel@ginac.de>
90    
91            More memory efficient Euler-Mascheroni constant:
92            * src/float/transcendental/cl_LF_tran.h (cl_pqd_series_stream): New.
93            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: New file.
94            * src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: New
95            file.
96            * src/float/transcendental/cl_LF_eulerconst.cc: Compute series
97            coefficients on demand, using a series stream object.
98    
99    2007-08-02  Richard B. Kreckel  <kreckel@ginac.de>
100    
101            * src/base/digitseq/cl_DS_div.cc (cl_recip_suitable): uintC arguments.
102    
103    2007-08-01  Richard B. Kreckel  <kreckel@ginac.de>
104    
105            * */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
106            C++ bool, true, and false.
107    
108    2007-07-28  Richard B. Kreckel  <kreckel@ginac.de>
109    
110            Remove exception hooks in favor of real C++ exceptions:
111            * include/cln/exception.h: New file...
112            * include/cln/cln.h: ...included here...
113            * include/cln/rational.h: ...and here.
114            * include/cln/abort.h: Removed.
115            * include/cln/integer.h (ash_exception, exquo_exception): Add exception
116            types.
117            * include/cln/float.h (floating_point_exception,
118            floating_point_nan_exception, floating_point_overflow_exception,
119            floating_point_underflow_exception): Likewise.
120            * include/cln/number_io.h (read_number_exception,
121            read_number_bad_syntax_exception, read_number_junk_exception,
122            read_number_eof_exception): Likewise.
123            * include/cln/object.h (CL_DEFINE_CONVERTER): Replace dynamic assertion
124            with a compile-time assertion.
125            * include/cln/GV.h: Replace nonreturning functions with exceptions.
126            * include/cln/modinteger.h: Likewise.
127            * include/cln/SV.h: Likewise.
128            * include/cln/ring.h: Likewise.
129            * include/cln/string.h: Likewise.
130            * include/cln/univpoly.h: Likewise.
131            * src/base/cl_abort.cc: Removed.
132            * src/base/cl_N_err_d0.cc: Removed.
133            * src/base/cl_d0_exception.cc: New file.
134            * src/base/cl_as_err.cc: Removed.
135            * src/base/cl_as_exception.cc: New file.
136            * src/base/cl_notreached.cc: Removed.
137            * src/base/cl_notreached_exception.cc: New file.
138            * src/base/input/cl_read_err_bad.cc: Removed.
139            * src/base/input/cl_read_bad_syntax_exception.cc: New file.
140            * src/base/input/cl_read_err_junk.cc: Removed.
141            * src/base/input/cl_read_junk_exception.cc: New file.
142            * src/base/input/cl_read_err_eof.cc: Removed.
143            * src/base/input/cl_read_eof_exception.cc: New file.
144            * src/base/cl_N.h (cl_as_error): Removed (see cln/exception.h).
145            * src/base/macros.h (NOTREACHED): Throw.
146            * src/base/cl_malloc.cc (xmalloc): Throw.
147            * src/base/digitseq/cl_2DS_div.cc: Throw.
148            * src/base/digitseq/cl_DS_div.cc: Throw.
149            * src/base/digitseq/cl_DS_mul.cc: Throw.
150            * src/base/digitseq/cl_DS_mul_fftc.h: Throw.
151            * src/base/digitseq/cl_DS_mul_fftcs.h: Throw.
152            * src/base/digitseq/cl_DS_mul_fftm.h: Throw.
153            * src/base/digitseq/cl_DS_mul_fftp.h: Throw.
154            * src/base/digitseq/cl_DS_mul_fftp3.h: Throw.
155            * src/base/digitseq/cl_DS_mul_fftp3m.h: Throw.
156            * src/base/digitseq/cl_DS_mul_fftr.h: Throw.
157            * src/base/digitseq/cl_DS_mul_nuss.h: Throw.
158            * src/base/digitseq/cl_DS_recipsqrt.cc: Throw.
159            * src/base/digitseq/cl_DS_sqrt.cc: Throw.
160            * src/base/hash/cl_hash.h: Throw.
161            * src/base/hash/cl_hash1.h: Throw.
162            * src/base/hash/cl_hash1weak.h: Throw.
163            * src/base/hash/cl_hash2.h: Throw.
164            * src/base/hash/cl_hash2weak.h: Throw.
165            * src/base/hash/cl_hashset.h: Throw.
166            * src/base/hash/cl_hashuniq.h: Throw.
167            * src/base/hash/cl_hashuniqweak.h: Throw.
168            * src/base/proplist/cl_pl_add.cc: Throw.
169            * src/base/ring/cl_no_ring.cc: Throw.
170            * src/base/string/cl_spushstring.h: Throw.
171            * src/base/symbol/cl_symbol.cc: Throw.
172            * src/integer/bitwise/cl_I_ash.h: Removed (see cln/integer.h.)
173            * src/integer/bitwise/cl_I_asherr.cc: Removed.
174            * src/integer/bitwise/cl_I_ash_exception.cc: New file.
175            * src/integer/division/cl_I_exquoerr.cc: Removed.
176            * src/integer/division/cl_I_exquo_exception.cc: New file.
177            * src/integer/cl_I.h: Throw.
178            * src/integer/division/cl_I_exquopos.cc: Throw.
179            * src/integer/bitwise/cl_I_logbitp_I.cc: Throw.
180            * src/integer/bitwise/cl_I_ash.cc: Throw.
181            * src/integer/bitwise/cl_I_ash_I.cc: Throw.
182            * src/integer/division/cl_I_exquo.cc: Throw.
183            * src/integer/gcd/cl_I_gcd_aux2.cc: Throw.
184            * src/integer/conv/cl_I_to_L.cc: Throw.
185            * src/integer/conv/cl_I_to_Q.cc: Throw.
186            * src/integer/conv/cl_I_to_UL.cc: Throw.
187            * src/integer/conv/cl_I_to_UQ.cc: Throw.
188            * src/integer/conv/cl_I_to_digits.cc: Throw.
189            * src/integer/elem/cl_I_div.cc: Throw.
190            * src/integer/algebraic/cl_I_sqrt.cc: Throw.
191            * src/integer/input/cl_I_read.cc: Throw.
192            * src/integer/input/cl_I_read_stream.cc: Throw.
193            * src/integer/misc/cl_I_as.cc: Throw.
194            * src/rational/elem/cl_RA_from_I_I_div.cc: Throw.
195            * src/rational/elem/cl_RA_recip.cc: Throw.
196            * src/rational/input/cl_RA_read.cc: Throw.
197            * src/rational/input/cl_RA_read_stream.cc: Throw.
198            * src/rational/input/cl_RA_readparsed.cc: Throw.
199            * src/rational/misc/cl_RA_as.cc: Throw.
200            * src/float/base/cl_F_err_nan.cc: Removed.
201            * src/float/base/cl_F_nan_exception.cc: New file.
202            * src/float/base/cl_F_err_un.cc: Removed.
203            * src/float/base/cl_F_underflow_exception.cc: New file.
204            * src/float/base/cl_F_err_ov.cc: Removed.
205            * src/float/base/cl_F_overflow_exception.cc: New file.
206            * src/float/cl_F.h (cl_error_floating_point_nan,
207            cl_error_floating_point_overflow, cl_error_floating_point_underflow):
208            Removed (see cln/float.h.)
209            * src/float/sfloat/cl_SF.h: Throw.
210            * src/float/sfloat/elem/cl_SF_div.cc: Throw.
211            * src/float/sfloat/elem/cl_SF_from_RA.cc: Throw.
212            * src/float/sfloat/elem/cl_SF_scale.cc: Throw.
213            * src/float/sfloat/elem/cl_SF_scale_I.cc: Throw.
214            * src/float/sfloat/misc/cl_SF_as.cc: Throw.
215            * src/float/ffloat/cl_FF.h: Throw.
216            * src/float/ffloat/conv/cl_FF_from_float.cc: Throw.
217            * src/float/ffloat/elem/cl_FF_div.cc: Throw.
218            * src/float/ffloat/elem/cl_FF_from_RA.cc: Throw.
219            * src/float/ffloat/elem/cl_FF_scale.cc: Throw.
220            * src/float/ffloat/elem/cl_FF_scale_I.cc: Throw.
221            * src/float/ffloat/misc/cl_FF_as.cc: Throw.
222            * src/float/dfloat/cl_DF.h: Throw.
223            * src/float/dfloat/conv/cl_DF_from_double.cc: Throw.
224            * src/float/dfloat/elem/cl_DF_div.cc: Throw.
225            * src/float/dfloat/elem/cl_DF_from_RA.cc: Throw.
226            * src/float/dfloat/elem/cl_DF_scale.cc: Throw.
227            * src/float/dfloat/elem/cl_DF_scale_I.cc: Throw.
228            * src/float/dfloat/misc/cl_DF_as.cc: Throw.
229            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Throw.
230            * src/float/lfloat/elem/cl_LF_1plus.cc: Throw.
231            * src/float/lfloat/elem/cl_LF_I_div.cc: Throw.
232            * src/float/lfloat/elem/cl_LF_I_mul.cc: Throw.
233            * src/float/lfloat/elem/cl_LF_div.cc: Throw.
234            * src/float/lfloat/elem/cl_LF_from_I.cc: Throw.
235            * src/float/lfloat/elem/cl_LF_mul.cc: Throw.
236            * src/float/lfloat/elem/cl_LF_scale.cc: Throw.
237            * src/float/lfloat/elem/cl_LF_scale_I.cc: Throw.
238            * src/float/lfloat/elem/cl_LF_square.cc: Throw.
239            * src/float/lfloat/misc/cl_LF_as.cc: Throw.
240            * src/float/lfloat/misc/cl_LF_shorten.cc: Throw.
241            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Throw.
242            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Throw.
243            * src/float/input/cl_F_read.cc: Throw.
244            * src/float/input/cl_F_read_stream.cc: Throw.
245            * src/float/misc/cl_F_as.cc: Throw.
246            * src/float/misc/cl_F_shortenrel.cc: Throw.
247            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Throw.
248            * src/float/transcendental/cl_LF_cossin_aux.cc: Throw.
249            * src/float/transcendental/cl_LF_exp_aux.cc: Throw.
250            * src/float/transcendental/cl_LF_ratseries_a.cc: Throw.
251            * src/float/transcendental/cl_LF_ratseries_ab.cc: Throw.
252            * src/float/transcendental/cl_LF_ratseries_b.cc: Throw.
253            * src/float/transcendental/cl_LF_ratseries_p.cc: Throw.
254            * src/float/transcendental/cl_LF_ratseries_pa.cc: Throw.
255            * src/float/transcendental/cl_LF_ratseries_pab.cc: Throw.
256            * src/float/transcendental/cl_LF_ratseries_pb.cc: Throw.
257            * src/float/transcendental/cl_LF_ratseries_pq.cc: Throw.
258            * src/float/transcendental/cl_LF_ratseries_pqa.cc: Throw.
259            * src/float/transcendental/cl_LF_ratseries_pqab.cc: Throw.
260            * src/float/transcendental/cl_LF_ratseries_pqb.cc: Throw.
261            * src/float/transcendental/cl_LF_ratseries_q.cc: Throw.
262            * src/float/transcendental/cl_LF_ratseries_qa.cc: Throw.
263            * src/float/transcendental/cl_LF_ratseries_qab.cc: Throw.
264            * src/float/transcendental/cl_LF_ratseries_qb.cc: Throw.
265            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Throw.
266            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Throw.
267            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Throw.
268            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Throw.
269            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Throw.
270            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: Throw.
271            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: Throw.
272            * src/float/transcendental/cl_LF_zeta_int.cc: Throw.
273            * src/real/elem/cl_R_div.cc: Throw.
274            * src/real/format-output/cl_fmt_cardinal.cc: Throw.
275            * src/real/format-output/cl_fmt_newroman.cc: Throw.
276            * src/real/format-output/cl_fmt_oldroman.cc: Throw.
277            * src/real/input/cl_R_read.cc: Throw.
278            * src/real/input/cl_R_read_stream.cc: Throw.
279            * src/real/misc/cl_R_as.cc: Throw.
280            * src/real/random/cl_R_random.cc: Throw.
281            * src/real/transcendental/cl_R_atan2.cc: Throw.
282            * src/real/transcendental/cl_R_log.cc: Throw.
283            * src/complex/input/cl_N_read.cc: Throw.
284            * src/complex/input/cl_N_read_stream.cc: Throw.
285            * src/complex/misc/cl_N_as.cc: Throw.
286            * src/complex/transcendental/cl_C_atanh_aux.cc: Throw.
287            * src/complex/transcendental/cl_C_expt_C.cc: Throw.
288            * src/complex/transcendental/cl_C_log.cc: Throw.
289            * src/complex/transcendental/cl_C_log2.cc: Throw.
290            * src/numtheory/cl_nt_cornacchia1.cc: Throw.
291            * src/numtheory/cl_nt_cornacchia4.cc: Throw.
292            * src/numtheory/cl_nt_isprobprime.cc: Throw.
293            * src/numtheory/cl_nt_jacobi.cc: Throw.
294            * src/numtheory/cl_nt_jacobi_low.cc: Throw.
295            * src/numtheory/cl_nt_sqrtmodp.cc: Throw.
296            * src/modinteger/cl_MI.cc: Throw.
297            * src/modinteger/cl_MI_int.h: Throw.
298            * src/modinteger/cl_MI_montgom.h: Throw.
299            * src/modinteger/cl_MI_pow2.h: Throw.
300            * src/modinteger/cl_MI_rshift.cc: Throw.
301            * src/modinteger/cl_MI_std.h: Throw.
302            * src/polynomial/elem/cl_UP_GF2.h: Throw.
303            * src/polynomial/elem/cl_UP_MI.h: Throw.
304            * src/polynomial/elem/cl_UP_gen.h: Throw.
305            * src/polynomial/elem/cl_UP_named.cc: Throw.
306            * src/polynomial/elem/cl_UP_no_ring.cc (uninitialized_error,
307            uninitialized_ring): Removed (see cln/ring.h.)
308            * src/polynomial/elem/cl_UP_number.h: Throw.
309            * src/polynomial/elem/cl_UP_unnamed.cc: Throw.
310            * src/vector/cl_GV_I.cc: Throw.
311            * src/vector/cl_GV_number.cc: Throw.
312            * tests/timediv2adic-compare.cc: Use default abort(), not cl_abort().
313            * tests/timeprint-compare.cc: Likewise.
314            * tests/timerecip2adic-compare.cc: Likewise.
315            * doc/cln.tex: Document the exception classes.
316            * examples/contfrac.cc: Use try/catch instead of setjmp/longjmp.
317            * INSTALL: undocument -fno-exceptions.
318            * README: Add exceptions to list of used C++ features.
319    
320    2007-06-20  Richard B. Kreckel  <kreckel@ginac.de>
321    
322            * cln.spec.in (Source0): Package is bzip2-compressed.
323            Reported by Markus Grabner <grabner@icg.tugraz.at>.
324    
325    2007-05-31  Richard B. Kreckel  <kreckel@ginac.de>
326    
327            * include/cln/integer.h (cl_I_to_E, cl_I_to_UE): New functions.
328            * src/float/transcendental/cl_LF_exp_aux.cc: Make lq argument an uintE.
329            * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise.
330            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise.
331            * src/float/transcendental/cl_F_tran.h: Change declaration of lq.
332            * src/float/transcendental/cl_F_lnx.cc: Fix some exponent types.
333            * src/float/transcendental/cl_F_expx.cc: Likewise.
334            * src/float/transcendental/cl_F_sinh.cc: Likewise.
335            * src/float/transcendental/cl_F_atanx.cc: Likewise.
336            * src/float/transcendental/cl_F_coshsinh.cc: Likewise.
337            * src/float/transcendental/cl_LF_cossin.cc: Likewise.
338            * src/float/transcendental/cl_LF_coshsinh.cc: Likewise.
339    
340    2007-04-09  Richard B. Kreckel  <kreckel@ginac.de>
341    
342            More memory efficient constants:
343            * src/float/transcendental/cl_LF_pi.cc (compute_pi_ramanujan_163_fast):
344            Compute series coefficients on demand, using a series stream object.
345            * src/float/transcendental/cl_LF_zeta3.cc (zeta3): Likewise.
346            * src/float/transcendental/cl_LF_catalanconst.cc
347            (compute_catalanconst_ramanujan_fast): Likewise.
348            (compute_catalanconst_lupas): New function.
349            (compute_catalanconst): Simplify, based on new benchmark.
350    
351    2007-04-02  Alexei Sheplyakov  <varg@theor.jinr.ru>
352    
353            Debian Bug#412103:
354            * cln.pc.in: list -lgmp in Libs.private instead of in Libs.
355            * doc/cln.tex: Undocument cln-config, properly document pkg-config.
356            * cln-config.1.in: Remove.
357            * cln-config.in: Remove.
358            * cln.m4: Remove.
359            * configure.ac: Don't output cln-config and cln-config.1.
360    
361    2006-12-24  Bruno Haible  <bruno@clisp.org>
362    
363            Make autoconfiguration work with gcc-4.3 snapshots.
364            * autoconf/intparam.c (main1): Rename get_integer_bitsize to
365            get_unsigned_integer_bitsize. New macro get_signed_integer_bitsize.
366    
367    2006-12-19  Bruno Haible  <bruno@clisp.org>
368    
369            * autoconf/intparam.c (main): Use 'return', not exit().
370            * autoconf/floatparam.c (main): Likewise.
371            Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
372    
373    2006-12-11  Richard B. Kreckel  <kreckel@ginac.de>
374    
375            Extend the exponent range from 32 bits to 64 bits on selected platforms.
376            * include/cln/number.h: Add signatures for operations with long long.
377            * include/cln/complex_class.h: Likewise.
378            * include/cln/real_class.h: Likewise.
379            * include/cln/real.h: Likewise.
380            * include/cln/rational_class.h: Likewise.
381            * include/cln/rational.h: Likewise.
382            * include/cln/integer_class.h: Likewise.
383            * include/cln/integer.h: Likewise.
384            * include/cln/float.h: Likewise.
385            * include/cln/lfloat.h: Likewise.
386            * include/cln/types.h (sintE and uintE): New types for exponents.
387            * include/cln/*float.h: Use the new types for exponents.
388            * include/cln/floatformat.h (float_format_t): Make underlying type
389            compatible with sintE.
390            * doc/cln.tex: Document changed float_exponent return value.
391            * src/float/cl_F.h: Likewise.
392            * src/float/ffloat/misc/cl_FF_exponent.cc: Likewise.
393            * src/float/input/cl_F_read.cc: Likewise.
394            * src/float/lfloat/cl_LF.h: Likewise.
395            * src/float/lfloat/cl_LF_impl.h: Likewise.
396            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Likewise.
397            * src/float/lfloat/elem/cl_LF_1plus.cc: Likewise.
398            * src/float/lfloat/elem/cl_LF_I_div.cc: Likewise.
399            * src/float/lfloat/elem/cl_LF_I_mul.cc: Likewise.
400            * src/float/lfloat/elem/cl_LF_compare.cc: Likewise.
401            * src/float/lfloat/elem/cl_LF_div.cc: Likewise.
402            * src/float/lfloat/elem/cl_LF_from_I.cc: Likewise.
403            * src/float/lfloat/elem/cl_LF_fround.cc: Likewise.
404            * src/float/lfloat/elem/cl_LF_ftrunc.cc: Likewise.
405            * src/float/lfloat/elem/cl_LF_futrunc.cc: Likewise.
406            * src/float/lfloat/elem/cl_LF_mul.cc: Likewise.
407            * src/float/lfloat/elem/cl_LF_scale.cc: Likewise.
408            * src/float/lfloat/elem/cl_LF_scale_I.cc: Likewise.
409            * src/float/lfloat/elem/cl_LF_square.cc: Likewise.
410            * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise.
411            * src/float/lfloat/misc/cl_LF_decode.cc: Likewise.
412            * src/float/lfloat/misc/cl_LF_exponent.cc: Likewise.
413            * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise.
414            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise.
415            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise.
416            * src/float/misc/cl_F_decode.cc: Likewise.
417            * src/float/misc/cl_F_exponent.cc: Likewise.
418            * src/float/misc/cl_F_shortenrel.cc: Likewise.
419            * src/float/misc/cl_float_format.cc: Likewise.
420            * src/float/output/cl_F_dprint.cc: Likewise.
421            * src/float/sfloat/misc/cl_SF_exponent.cc: Likewise.
422            * src/float/transcendental/cl_F_atanhx.cc: Likewise.
423            * src/float/transcendental/cl_F_atanx.cc: Likewise.
424            * src/float/transcendental/cl_F_cosh.cc: Likewise.
425            * src/float/transcendental/cl_F_expx.cc: Likewise.
426            * src/float/transcendental/cl_F_lnx.cc: Likewise.
427            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
428            * src/float/transcendental/cl_F_sinx.cc: Likewise.
429            * src/float/transcendental/cl_LF_pi.cc: Likewise.
430            * src/integer/cl_I.h: Likewise.
431            * src/complex/algebraic/cl_LF_hypot.cc: Likewise.
432            * src/complex/elem/division/cl_C_LF_recip.cc: Likewise.
433            * src/float/dfloat/misc/cl_DF_exponent.cc: Likewise.
434            * src/integer/conv/cl_I_from_Q2.cc: Added.
435            * src/base/cl_low.h (isqrtC): New function, for 64 bit falls back to...
436            * src/base/low/cl_low_isqrt.cc (isqrt): ...this new implementation.
437            * src/base/cl_macros.h (bitc): Make sure 64 bit is used if required by
438            exponent operations.
439            * examples/pi.cc: Support more than 646456614 decimal digits.
440    
441    2006-11-02  Richard B. Kreckel  <kreckel@ginac.de>
442    
443            * src/base/digitseq/cl_DS.h: #undef DS, needed for i386-Solaris.
444    
445    2006-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
446    
447            * tests/Makefile.in (VPATH): Fix syntax error.
448    
449    2006-09-14  Richard B. Kreckel  <kreckel@ginac.de>
450    
451            * examples/perfnum.cc: update to presumed 44th Mersenne prime.
452    
453    2006-08-15  Richard B. Kreckel  <kreckel@ginac.de>
454    
455            * tests/Makefile.in: MinGW support for make check
456            (Patch by Sheplyakov Alexei <varg@theor.jinr.ru> to add ${EXEEXT}).
457            * Makefile.in: Convert from $(VAR) to ${VAR} syntax.
458            * benchmarks/Makefile.in: Likewise.
459            * doc/Makefile.in: Likewise.
460            * examples/Makefile.in: Likewise.
461            * src/Makefile.in: Likewise.
462            * tests/Makefile.in: Likewise.
463    
464    2006-08-06  Richard B. Kreckel  <kreckel@ginac.de>
465    
466            * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
467    
468    2006-08-04  Sheplyakov Alexei  <varg@theor.jinr.ru>
469    
470            * configure.ac: Disable shared lib on MinGW.
471    
472    2006-08-03  Sheplyakov Alexei  <varg@theor.jinr.ru>
473    
474            * m4/param.m4: Add support for MinGW.
475            * src/base/random/cl_random_from.cc: Fix for last patch.
476    
477    2006-07-23  Sheplyakov Alexei  <varg@theor.jinr.ru>
478    
479            * src/base/random/cl_random_from.cc: Add support for MinGW.
480    
481    2006-06-13  Richard B. Kreckel  <kreckel@ginac.de>
482    
483            * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=i386 for x86_64
484            if userland is 32 bit.
485            * include/cln/config.h.in: Simplify __x86_64__ selection.
486            * src/base/digitseq/cl_asm_x86_64_.cc: Remove.
487    
488    2006-06-09  Richard B. Kreckel  <kreckel@ginac.de>
489    
490            * src/base/digitseq/cl_DS.h (struct DS): Change len type to uintC.
491    
492    2006-05-30  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
493    
494            * m4/gettimeofday.m4 (CL_GETTIMEOFDAY): Fix M4 quoting.
495    
496    2006-05-20  Bruno Haible  <bruno@clisp.org>
497    
498            * src/base/random/cl_random_from.cc: Treat FreeBSD, NetBSD like other
499            Unix platforms.
500    
501    2006-05-07  Richard B. Kreckel  <kreckel@ginac.de>
502    
503            * include/cln/modules.h (CL_JUMP_TO): Fix for Intel Mac.
504    
505    2006-04-25  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
506    
507            Prepare for autoconf-2.60.
508            * Makefile.in (datarootdir): New variable.
509            * src/Makefile.in (datarootdir): New variable.
510            * doc/Makefile.in (datarootdir): New variable.
511    
512    2006-04-25  Bruno Haible  <bruno@clisp.org>
513                Richard B. Kreckel  <kreckel@ginac.de>
514    
515            Make it theoretically possible to use bignums and long-floats with
516            more than 2^32 significant digits or bits.
517            * doc/cln.tex (logcount): Change return type to uintC.
518            (struct cl_byte): Change elements to uintC.
519            (integer_length, ord2, power2p): Change return type to uintC.
520            (scale_float): Change argument type to sintC.
521            (float_digits, float_precision): Change return type to uintC.
522            * examples/atan_recip.cc: Use uintC instead of uintL where appropriate.
523            * examples/atanh_recip.cc: Likewise.
524            * include/cln/GV.h: Likewise.
525            * include/cln/GV_complex.h: Likewise.
526            * include/cln/GV_integer.h: Likewise.
527            * include/cln/GV_modinteger.h: Likewise.
528            * include/cln/GV_number.h: Likewise.
529            * include/cln/GV_rational.h: Likewise.
530            * include/cln/GV_real.h: Likewise.
531            * include/cln/SV.h: Likewise.
532            * include/cln/SV_complex.h: Likewise.
533            * include/cln/SV_integer.h: Likewise.
534            * include/cln/SV_number.h: Likewise.
535            * include/cln/SV_rational.h: Likewise.
536            * include/cln/SV_real.h: Likewise.
537            * include/cln/SV_ringelt.h: Likewise.
538            * include/cln/dfloat.h: Likewise.
539            * include/cln/ffloat.h: Likewise.
540            * include/cln/float.h: Likewise.
541            * include/cln/integer.h: Likewise.
542            * include/cln/lfloat.h: Likewise.
543            * include/cln/modinteger.h: Likewise.
544            * include/cln/sfloat.h: Likewise.
545            * src/base/cl_low.h (integerlengthC): New macro.
546            * src/base/digitseq/cl_2DS_div.cc: Use uintC instead of uintL where
547            appropriate.
548            * src/base/digitseq/cl_2DS_recip.cc: Likewise.
549            * src/base/digitseq/cl_DS.h: Likewise.
550            * src/base/digitseq/cl_DS_mul.c: Likewise.
551            * src/base/digitseq/cl_DS_mul_fftc.h: Likewise.
552            * src/base/digitseq/cl_DS_mul_fftcs.h: Likewise.
553            * src/base/digitseq/cl_DS_mul_fftm.h: Likewise.
554            * src/base/digitseq/cl_DS_mul_fftp.h: Likewise.
555            * src/base/digitseq/cl_DS_mul_fftp3.h: Likewise.
556            * src/base/digitseq/cl_DS_mul_fftp3m.h: Likewise.
557            * src/base/digitseq/cl_DS_mul_fftr.h: Likewise.
558            * src/base/digitseq/cl_DS_mul_kara.h: Likewise.
559            * src/base/digitseq/cl_DS_mul_nuss.h: Likewise.
560            * src/base/digitseq/cl_DS_recip.cc: Likewise.
561            * src/base/digitseq/cl_DS_recipsqrt.cc: Likewise.
562            * src/base/digitseq/cl_DS_sqrt.cc: Likewise.
563            * src/base/digitseq/cl_DS_trandom.cc: Likewise.
564            * src/complex/input/cl_N_read.cc: Likewise.
565            * src/complex/transcendental/cl_C_asinh_aux.cc: Likewise.
566            * src/complex/transcendental/cl_C_expt_C.cc: Likewise.
567            * src/float/cl_F.h: Likewise.
568            * src/float/conv/cl_F_from_F_f.cc: Likewise.
569            * src/float/conv/cl_F_from_I_f.cc: Likewise.
570            * src/float/conv/cl_F_from_RA_f.cc: Likewise.
571            * src/float/dfloat/conv/cl_I_to_double.cc: Likewise.
572            * src/float/dfloat/conv/cl_RA_to_double.cc: Likewise.
573            * src/float/dfloat/elem/cl_DF_from_I.cc: Likewise.
574            * src/float/dfloat/elem/cl_DF_from_RA.cc: Likewise.
575            * src/float/dfloat/elem/cl_DF_scale.cc: Likewise.
576            * src/float/dfloat/misc/cl_DF_digits.cc: Likewise.
577            * src/float/dfloat/misc/cl_DF_precision.cc: Likewise.
578            * src/float/elem/cl_F_scale.cc: Likewise.
579            * src/float/ffloat/conv/cl_I_to_float.cc: Likewise.
580            * src/float/ffloat/conv/cl_RA_to_float.cc: Likewise.
581            * src/float/ffloat/elem/cl_FF_from_I.cc: Likewise.
582            * src/float/ffloat/elem/cl_FF_from_RA.cc: Likewise.
583            * src/float/ffloat/elem/cl_FF_scale.cc: Likewise.
584            * src/float/ffloat/misc/cl_FF_digits.cc: Likewise.
585            * src/float/ffloat/misc/cl_FF_precision.cc: Likewise.
586            * src/float/input/cl_F_read.cc: Likewise.
587            * src/float/lfloat/algebraic/cl_LF_sqrt.cc: Likewise.
588            * src/float/lfloat/elem/cl_LF_1plus.cc: Likewise.
589            * src/float/lfloat/elem/cl_LF_I_div.cc: Likewise.
590            * src/float/lfloat/elem/cl_LF_I_mul.cc: Likewise.
591            * src/float/lfloat/elem/cl_LF_div.cc: Likewise.
592            * src/float/lfloat/elem/cl_LF_from_I.cc: Likewise.
593            * src/float/lfloat/elem/cl_LF_from_RA.cc: Likewise.
594            * src/float/lfloat/elem/cl_LF_fround.cc: Likewise.
595            * src/float/lfloat/elem/cl_LF_ftrunc.cc: Likewise.
596            * src/float/lfloat/elem/cl_LF_futrunc.cc: Likewise.
597            * src/float/lfloat/elem/cl_LF_scale.cc: Likewise.
598            * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise.
599            * src/float/lfloat/misc/cl_LF_digits.cc: Likewise.
600            * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise.
601            * src/float/lfloat/misc/cl_LF_leninc.cc: Likewise.
602            * src/float/lfloat/misc/cl_LF_lenincx.cc: Likewise.
603            * src/float/lfloat/misc/cl_LF_precision.cc: Likewise.
604            * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise.
605            * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise.
606            * src/float/misc/cl_F_digits.cc: Likewise.
607            * src/float/misc/cl_F_epsneg.cc: Likewise.
608            * src/float/misc/cl_F_epspos.cc: Likewise.
609            * src/float/misc/cl_F_leastneg.cc: Likewise.
610            * src/float/misc/cl_F_leastpos.cc: Likewise.
611            * src/float/misc/cl_F_mostneg.cc: Likewise.
612            * src/float/misc/cl_F_mostpos.cc: Likewise.
613            * src/float/misc/cl_F_precision.cc: Likewise.
614            * src/float/misc/cl_F_rational.cc: Likewise.
615            * src/float/misc/cl_F_shortenrel.cc: Likewise.
616            * src/float/output/cl_F_dprint.cc: Likewise.
617            * src/float/random/cl_F_random.cc: Likewise.
618            * src/float/sfloat/elem/cl_SF_from_I.cc: Likewise.
619            * src/float/sfloat/elem/cl_SF_from_RA.cc: Likewise.
620            * src/float/sfloat/elem/cl_SF_scale.cc: Likewise.
621            * src/float/sfloat/misc/cl_SF_digits.cc: Likewise.
622            * src/float/sfloat/misc/cl_SF_precision.cc: Likewise.
623            * src/float/transcendental/cl_F_atanhx.cc: Likewise.
624            * src/float/transcendental/cl_F_atanx.cc: Likewise.
625            * src/float/transcendental/cl_F_catalanconst_f.cc: Likewise.
626            * src/float/transcendental/cl_F_cos.cc: Likewise.
627            * src/float/transcendental/cl_F_cosh.cc: Likewise.
628            * src/float/transcendental/cl_F_coshsinh.cc: Likewise.
629            * src/float/transcendental/cl_F_cossin.cc: Likewise.
630            * src/float/transcendental/cl_F_eulerconst_f.cc: Likewise.
631            * src/float/transcendental/cl_F_exp1_f.cc: Likewise.
632            * src/float/transcendental/cl_F_expx.cc: Likewise.
633            * src/float/transcendental/cl_F_ln10_f.cc: Likewise.
634            * src/float/transcendental/cl_F_ln2_f.cc: Likewise.
635            * src/float/transcendental/cl_F_lnx.cc: Likewise.
636            * src/float/transcendental/cl_F_pi_f.cc: Likewise.
637            * src/float/transcendental/cl_F_sin.cc: Likewise.
638            * src/float/transcendental/cl_F_sinh.cc: Likewise.
639            * src/float/transcendental/cl_F_sinhx.cc: Likewise.
640            * src/float/transcendental/cl_F_sinx.cc: Likewise.
641            * src/float/transcendental/cl_F_tran.h: Likewise.
642            * src/float/transcendental/cl_F_zeta_int_f.cc: Likewise.
643            * src/float/transcendental/cl_LF_atan_recip.cc: Likewise.
644            * src/float/transcendental/cl_LF_atanh_recip.cc: Likewise.
645            * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
646            * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise.
647            * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise.
648            * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
649            * src/float/transcendental/cl_LF_exp1.cc: Likewise.
650            * src/float/transcendental/cl_LF_exp_aux.cc: Likewise.
651            * src/float/transcendental/cl_LF_pi.cc: Likewise.
652            * src/float/transcendental/cl_LF_ratseries.cc: Likewise.
653            * src/float/transcendental/cl_LF_ratseries_.cc: Likewise.
654            * src/float/transcendental/cl_LF_ratseries_a.cc: Likewise.
655            * src/float/transcendental/cl_LF_ratseries_ab.cc: Likewise.
656            * src/float/transcendental/cl_LF_ratseries_b.cc: Likewise.
657            * src/float/transcendental/cl_LF_ratseries_p.cc: Likewise.
658            * src/float/transcendental/cl_LF_ratseries_pa.cc: Likewise.
659            * src/float/transcendental/cl_LF_ratseries_pab.cc: Likewise.
660            * src/float/transcendental/cl_LF_ratseries_pb.cc: Likewise.
661            * src/float/transcendental/cl_LF_ratseries_pq.cc: Likewise.
662            * src/float/transcendental/cl_LF_ratseries_pqa.cc: Likewise.
663            * src/float/transcendental/cl_LF_ratseries_pqab.cc: Likewise.
664            * src/float/transcendental/cl_LF_ratseries_pqb.cc: Likewise.
665            * src/float/transcendental/cl_LF_ratseries_q.cc: Likewise.
666            * src/float/transcendental/cl_LF_ratseries_qa.cc: Likewise.
667            * src/float/transcendental/cl_LF_ratseries_qab.cc: Likewise.
668            * src/float/transcendental/cl_LF_ratseries_qb.cc: Likewise.
669            * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Likewise.
670            * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Likewise.
671            * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Likewise.
672            * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Likewise.
673            * src/float/transcendental/cl_LF_ratsumseries_pqcd.cc: Likewise.
674            * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Likewise.
675            * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: Likewise.
676            * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: Likewise.
677            * src/float/transcendental/cl_LF_tran.h: Likewise.
678            * src/float/transcendental/cl_LF_zeta3.cc: Likewise.
679            * src/float/transcendental/cl_LF_zeta_int.cc: Likewise.
680            * src/integer/algebraic/cl_I_rootp_I.cc: Likewise.
681            * src/integer/algebraic/cl_I_rootp_aux.cc: Likewise.
682            * src/integer/bitwise/cl_I_ash.cc: Likewise.
683            * src/integer/bitwise/cl_I_ash_I.cc: Likewise.
684            * src/integer/bitwise/cl_I_byte.h: Likewise.
685            * src/integer/bitwise/cl_I_fullbyte.cc: Likewise.
686            * src/integer/bitwise/cl_I_ilength.cc: Likewise.
687            * src/integer/bitwise/cl_I_ldb.cc: Likewise.
688            * src/integer/bitwise/cl_I_ldbtest.cc: Likewise.
689            * src/integer/bitwise/cl_I_ldbx.cc: Likewise.
690            * src/integer/bitwise/cl_I_ldbxtest.cc: Likewise.
691            * src/integer/bitwise/cl_I_logbitp.cc: Likewise.
692            * src/integer/bitwise/cl_I_logbitp_I.cc: Likewise.
693            * src/integer/bitwise/cl_I_logcount.cc: Likewise.
694            * src/integer/bitwise/cl_I_mkf.cc: Likewise.
695            * src/integer/bitwise/cl_I_mkfx.cc: Likewise.
696            * src/integer/cl_I.h: Likewise.
697            * src/integer/conv/cl_I_to_digits.cc: Likewise.
698            * src/integer/conv/cl_I_digits_need.cc: Likewise.
699            * src/integer/conv/cl_I_from_digits.cc: Likewise.
700            * src/integer/gcd/cl_I_gcd.cc: Likewise.
701            * src/integer/gcd/cl_I_xgcd.cc: Likewise.
702            * src/integer/misc/cl_I_eqhashcode.cc: Likewise.
703            * src/integer/misc/cl_I_ord2.cc: Likewise.
704            * src/integer/misc/cl_I_power2p.cc: Likewise.
705            * src/integer/output/cl_I_cached_power.h (cached_power_table): allow
706            for 40 elements.
707            * src/integer/output/cl_I_decstring.cc: Use uintC instead of uintL
708            where appropriate.
709            * src/integer/output/cl_I_print.cc: Likewise.
710            * src/integer/output/cl_I_print_string.cc: Likewise.
711            * src/modinteger/cl_MI.cc: Likewise.
712            * src/modinteger/cl_MI_lshift.cc: Likewise.
713            * src/modinteger/cl_MI_montgom.h: Likewise.
714            * src/modinteger/cl_MI_pow2.h: Likewise.
715            * src/modinteger/cl_MI_pow2m1.h: Likewise.
716            * src/modinteger/cl_MI_pow2p1.h: Likewise.
717            * src/modinteger/cl_MI_rshift.cc: Likewise.
718            * src/modinteger/cl_MI_std.h: Likewise.
719            * src/numtheory/cl_IF_millerrabin.cc: Likewise.
720            * src/numtheory/cl_nt_isprobprime.cc: Likewise.
721            * src/numtheory/cl_nt_sqrtmodp.cc: Likewise.
722            * src/polynomial/elem/cl_UP_GF2.h: Likewise.
723            * src/real/conv/cl_F_from_R_f.cc: Likewise.
724            * src/real/format-output/cl_fmt_floatstring.cc: Likewise.
725            * src/real/input/cl_R_read.cc: Likewise.
726            * src/vector/cl_GV_I.cc: Likewise.
727            * src/vector/cl_GV_I_copy.cc: Likewise.
728            * src/vector/cl_GV_number.cc: Likewise.
729            * src/vector/cl_GV_number_copy.cc: Likewise.
730            * src/vector/cl_SV_copy.cc: Likewise.
731            * src/vector/cl_SV_number.cc: Likewise.
732            * src/vector/cl_SV_ringelt.cc: Likewise.
733            * tests/main.cc: Likewise.
734            * tests/test_I_ilength.cc: Likewise.
735            * tests/test_I_ord2.cc: Likewise.
736    
737    2006-04-19  Bruno Haible  <bruno@clisp.org>
738    
739            Prepare for autoconf-2.60.
740            * general.m4 (CL_CC_WORKS): Include <stdlib.h>, for exit() declaration.
741            * longdouble.m4 (CL_LONGDOUBLE): Likewise.
742            * longlong.m4 (CL_LONGLONG): Likewise.
743            * times.m4 (CL_TIMES_CLOCK): Likewise.
744            Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
745    
746    2005-12-04  Bruno Haible  <bruno@clisp.org>
747    
748            * src/integer/conv/cl_I_to_digits.cc (I_to_digits_noshrink): Set
749            erg->len at the end.
750    
751    2005-12-04  Bruno Haible  <bruno@clisp.org>
752    
753            Extend the fixnum range from 32 bits to 61 bits on 64-bit platforms.
754            * doc/cln.tex (gcd, jacobi): Take 'long' instead of 'int32' arguments.
755            * include/cln/object.h (cl_value_shift): Define as 3, not 32, in the
756            64-bit case.
757            * include/cln/types.h (intVsize): New macro.
758            (sintV, uintV): New types.
759            * include/cln/integer.h (gcd): Take uintV arguments.
760            * include/cln/numtheory.h (jacobi): Take sintV arguments.
761            * src/complex/input/cl_N_read.cc (read_complex): Call FN_to_UV instead
762            of FN_to_UL.
763            * src/complex/transcendental/cl_C_expt_C.cc: Likewise.
764            * src/float/dfloat/elem/cl_DF_scale_I.cc: Use uintV instead of uintL
765            * src/float/dfloat/elem/cl_DF_from_RA.cc: Don't assume values >= 2^53
766            and < 2^55 are always bignums.
767            where appropriate.
768            * src/float/ffloat/conv/cl_RA_to_float.cc: Call FN_to_UV instead of
769            FN_to_UL.
770            * src/float/ffloat/elem/cl_FF_from_RA.cc: Likewise.
771            * src/float/ffloat/elem/cl_FF_scale_I.cc: Call FN_to_V instead of
772            FN_to_L.
773            * src/float/lfloat/elem/cl_LF_scale_I.cc: Likewise.
774            * src/float/output/cl_F_dprint.cc: Likewise.
775            * src/float/sfloat/elem/cl_SF_from_RA.cc: Call FN_to_UV instead of
776            FN_to_UL.
777            * src/float/sfloat/elem/cl_SF_scale_I.cc: Call FN_to_V instead of
778            FN_to_L.
779            * src/integer/cl_I.h (FN_to_UV): Renamed from FN_to_UL, change return
780            type.
781            (FN_to_V): Renamed from FN_to_L, change return type.
782            (FN_V_zerop): Renamed from FN_L_zerop.
783            (FN_V_minusp): Renamed from FN_L_minusp.
784            (cl_I_constructor_from_L2, cl_I_constructor_from_UL2): Define as an
785            inline function on 64-bit platforms.
786            (V_to_I, UV_to_I): New macros.
787            (pFN_maxlength_digits_at): Return an uintV instead of an uint32.
788            (set_pFN_maxlength_digits_at): Take an uintV instead of an uint32.
789            * src/integer/algebraic/cl_I_sqrtp.cc: Call FN_to_UV instead of
790            FN_to_UL.
791            * src/integer/bitwise/cl_I_ash_I.cc: Call FN_to_V instead of FN_to_L.
792            * src/integer/bitwise/cl_I_ilength.cc: Likewise.
793            * src/integer/bitwise/cl_I_log_aux.cc: Likewise.
794            * src/integer/bitwise/cl_I_logbitp_I.cc: Likewise.
795            * src/integer/bitwise/cl_I_logcount.cc: Likewise.
796            * src/integer/bitwise/cl_I_logtest.cc: Likewise.
797            * src/integer/conv/cl_I_from_L2.cc: Don't produce code on 64-bit
798            platforms.
799            * src/integer/conv/cl_I_from_UL2.cc: Likewise.
800            * src/integer/conv/cl_I_from_NDS.cc: Update.
801            * src/integer/conv/cl_I_from_Q.cc: Remove cast to sint32.
802            * src/integer/conv/cl_I_from_UQ.cc: Remove cast to uint32.
803            * src/integer/conv/cl_I_to_L.cc: Check again fixnum that needs more
804            than 32 bits.
805            * src/integer/conv/cl_I_to_Q.cc: Call FN_to_V instead of FN_to_L.
806            * src/integer/conv/cl_I_to_UL.cc: Likewise.
807            * src/integer/conv/cl_I_to_UQ.cc: Likewise.
808            * src/integer/elem/cl_I_div.cc: Treat fixnums that need more than 32
809            bits like bignums.
810            * src/integer/elem/cl_I_minus.cc: Call FN_to_V instead of FN_to_L.
811            * src/integer/elem/cl_I_mul.cc: Likewise.
812            * src/integer/elem/cl_I_plus.cc: Likewise.
813            * src/integer/elem/cl_I_square.cc: Likewise.
814            * src/integer/elem/cl_I_uminus.cc: Likewise.
815            * src/integer/gcd/cl_I_gcd.cc: Likewise.
816            * src/integer/gcd/cl_low_gcd.cc (gcd): Take uintV arguments.
817            * src/integer/hash/cl_I_hashcode.cc: Call FN_to_V instead of FN_to_L.
818            * src/integer/input/cl_I_read.cc (read_integer): Call FN_to_UV instead
819            of FN_to_UL.
820            * src/integer/misc/cl_I_ord2.cc (ord2): Call ord2_64 on 64-bit
821            platforms.
822            * src/integer/misc/cl_I_power2p.cc: Call FN_to_UV instead of FN_to_UL.
823            * src/integer/misc/combin/cl_I_doublefactorial.cc (doublefakul_table):
824            Extend table for larger fixnums.
825            (doublefactorial): Update.
826            * src/integer/misc/combin/cl_I_factorial.cc (fakul_table): Extend table
827            for larger fixnums.
828            (factorial): Update.
829            * src/modinteger/cl_MI_fix16.h: Call FN_to_UV instead of FN_to_UL.
830            * src/modinteger/cl_MI_fix29.h: Likewise.
831            * src/modinteger/cl_MI_fix32.h: Likewise.
832            * src/modinteger/cl_MI_std.h: Likewise.
833            * src/numtheory/cl_nt_cornacchia4.cc: Call FN_to_V instead of FN_to_L.
834            * src/numtheory/cl_nt_jacobi.cc: Likewise.
835            * src/numtheory/cl_nt_jacobi_low.cc (jacobi_aux): Take uintV arguments
836            instead of uint32 arguments.
837            (jacobi): Take sintV argument instead of a sint32 argument.
838            * src/rational/input/cl_RA_read.cc: Call FN_to_UV instead of FN_to_UL.
839            * src/real/input/cl_R_read.cc: Likewise.
840            * src/vector/cl_GV_I.cc: Likewise.
841            * tests/timefact.cc: Call FN_to_V instead of FN_to_L.
842    
843    2005-12-04  Bruno Haible  <bruno@clisp.org>
844    
845            More complete 64-bit division macros.
846            * src/base/cl_low.h (divu_6432_3232_w): Choose a different macro
847            expansion on x86_64.
848            (divu_6432_6432): New macro.
849            (divu_6464_6464): Choose a different macro expansion for all CPUs
850            except sparc64 and x86_64.
851            (divu_12864_6464): Define NEED_VAR_divu_64_rest here.
852            * src/base/low/cl_low_div.cc (divu_64_rest): Avoid defining it twice.
853            (divu_6464_6464_): New function.
854    
855    2005-12-04  Bruno Haible  <bruno@clisp.org>
856    
857            * src/base/cl_low.h (ord2_64): New macro.
858    
859    2005-12-02  Bruno Haible  <bruno@clisp.org>
860    
861            * src/base/cl_low.h (mulu64) [x86_64]: Change asm restriction, since
862            mulq doesn't accept immediate arguments.
863    
864    2005-11-26  Bruno Haible  <bruno@clisp.org>
865    
866            * src/base/cl_low.h (GENERIC_INTEGERLENGTH32): New macro.
867            (integerlength64): Define using integerlength32 if integerlength32
868            is not defined generically.
869    
870    2005-11-26  Bruno Haible  <bruno@clisp.org>
871    
872            * src/base/cl_low.h (mulu32) [SPARC64]: Remove rd instruction, since
873            umul returns the complete 64-bit product in a register.
874            (mulu32_w) [SPARC64]: Prefer umul over mulx instruction.
875            (divu_6432_3232_w) [SPARC64]: Prefer umul/udiv over mulx/udivx
876            instructions.
877    
878    2005-11-26  Bruno Haible  <bruno@clisp.org>
879    
880            * src/base/cl_low.h (divu_3216_1616): Prepend underscore to local
881            variables.
882    
883    2005-11-26  Bruno Haible  <bruno@clisp.org>
884    
885            * src/base/cl_low.h (ord2_32): Parenthesize macro argument.
886    
887    2005-12-17  Richard B. Kreckel  <kreckel@ginac.de>
888    
889            * Created branch cln_1-1 for maintenance patches.
890            This is the main branch, which will eventually become CLN 1.2.0.
891    
892    2005-12-15  Dmitry V. Kustov  <kustov@telex221.ru>
893    
894            * src/base/random/cl_random_from.cc: Add support for OpenBSD.
895    
896    2005-11-23  Richard B. Kreckel  <kreckel@ginac.de>
897    
898            * Version 1.1.11 released.
899    
900    2005-11-20  Richard B. Kreckel  <kreckel@ginac.de>
901    
902            * src/integer/conv/cl_I_cached_power.h: New file.
903            * src/integer/conv/cl_I_cached_power.cc: New file.
904            Contains power_table and cached_power_table previously...
905            * src/integer/conv/cl_I_to_digits.cc: ...here.
906            * src/integer/conv/cl_I_from_digits.cc: Use cached powers.
907    
908    2005-11-02  Richard B. Kreckel  <kreckel@ginac.de>
909    
910            * src/integer/conv/cl_I_from_digits.cc: Made input of all numbers in
911            non-power-of-two base much faster.
912            * tests/test_I_io.cc: New file...
913            * tests/Makefile.in, tests/test_I.cc: ...used here.
914    
915    2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
916    
917            * Version 1.1.10 released.
918    
919    2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
920    
921            * src/Makefile.in: Accept CPPFLAGS from environment.
922            * examples/Makefile.in: Likewise.
923            * benchmarks/Makefile.in: Likewise.
924            * tests/Makefile.in: Likewise.
925    
926    2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>
927    
928            * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
929            duplication of basic blocks on m68k.
930    
931  2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>  2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>
932    
933          * include/cln/modules.h (CL_JUMP_TO): Fix mips* brokenness.          * include/cln/modules.h (CL_JUMP_TO): Fix mips* brokenness.
934    
935  2005-08-27  Bruno Haible  <bruno@clisp.org>  2005-08-27  Bruno Haible  <bruno@clisp.org>
936    
937            Split aclocal.m4 into individual files.
938            * m4/alloca.m4, m4/as-underscore.m4, m4/c++-constructors.m4:
939            * m4/fpu_control.m4, m4/general.m4, m4/gettimeofday.m4:
940            * m4/longdouble.m4, m4/longlong.m4, m4/param.m4, m4/perror.m4:
941            * m4/proto.m4, m4/rusage.m4, m4/times.m4:
942            New files, extracted from autoconf/aclocal.m4.
943            * autoconf/aclocal.m4: m4_include them.
944            * Makefile.devel (AUTOCONF_MACROS): New variable.
945            (configure): Depend on it.
946            (CLISP_M4DIR): Remove variable.
947            (autoconf/aclocal.m4): Remove rule.
948    
949    2005-08-27  Bruno Haible  <bruno@clisp.org>
950    
951          * 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
952          zero value by more than 31 bits.          zero value by more than 31 bits.
953    
# Line 15  Line 959 
959    
960  2005-08-27  Bruno Haible  <bruno@clisp.org>  2005-08-27  Bruno Haible  <bruno@clisp.org>
961    
962          * modules.h (CL_OUTPUT_LABEL): Work around redundant duplication          * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
963          of basic blocks by g++ 4.0.          duplication of basic blocks by g++ 4.0.
964          See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.          See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.
965    
966  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.187

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