/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

revision 1.52 by kreckel, Mon Dec 31 19:01:42 2001 UTC revision 1.112 by kreckel, Mon Oct 25 23:19:19 2004 UTC
# Line 1  Line 1 
1    2004-10-26  Richard B. Kreckel  <kreckel@ginac.de>
2    
3            * src/integer/input/cl_I_read_stream.cc (read_integer): Fix a bug
4            that caused radix specifiers to not work when reading from a stream.
5            * src/rational/input/cl_RA_read_stream.cc (read_rational): Likewise.
6            * src/real/input/cl_R_read_stream.cc (read_real): Likewise.
7            * src/float/input/cl_F_read_stream.cc (read_float): Likewise.
8            * src/complex/input/cl_N_read_stream.cc (read_complex): Likewise.
9    
10    2004-10-25  Richard B. Kreckel  <kreckel@ginac.de>
11    
12            * src/base/cl_low.h: Add mulu64 assembler macro for ia64.
13    
14    2004-10-24  Richard B. Kreckel  <kreckel@ginac.de>
15    
16            * src/base/cl_low.h: Add mul and div macros for x86_64.
17    
18    2004-10-23  Richard B. Kreckel  <kreckel@ginac.de>
19    
20            * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Fix thinko in
21            new code for base power of two.
22    
23    2004-10-22  Richard B. Kreckel  <kreckel@ginac.de>
24    
25            * src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack
26            overwriting problem. That was the real cause for Debian bug#246319.
27            * src/integer/output/cl_I_print.cc (print_integer): Revert workaround
28            for the bug fixed above.
29    
30    2004-10-20  Richard B. Kreckel  <kreckel@ginac.de>
31    
32            * include/cln/types.h: Use 64 bit digits on x86_64 CPU.
33    
34    2004-10-12  Richard B. Kreckel  <kreckel@ginac.de>
35    
36            * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Speedup when
37            the base is a power of two.
38    
39    2004-10-05  Richard B. Kreckel  <kreckel@ginac.de>
40    
41            * src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
42    
43    2004-09-27  Richard B. Kreckel  <kreckel@ginac.de>
44    
45            Support for little-endian Mips, second shot
46            * src/base/digitseq/cl_asm_mipsel_.cc: New file...
47            * src/base/digitseq/cl_asm_cc: ...used here.
48            * src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness.
49            * include/cln/object.h: Set alignment for mipsel explicitly.
50    
51    2004-09-05  Richard B. Kreckel  <kreckel@ginac.de>
52    
53            Support for little-endian Mips
54            * include/cln/config.h.in: Add __mipsel__.
55            * include/cln/modules.h: For Mips, this is endianness-agnostic.
56            * src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h:
57            Mask out assembler for little-endian Mips.
58    
59    2004-08-30  Bruno Haible  <bruno@clisp.org>
60    
61            * benchmarks/timebench2.sh: Multiply all repeat counts by 100.
62            * benchmarks/timebench2.results: Add recent PowerPC G4 results.
63    
64    2004-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
65    
66            * examples/e.cc: remove extra semicolon.
67    
68    2004-08-25  Bruno Haible  <bruno@clisp.org>
69    
70            * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
71            * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
72            2004-08-22  Bruno Haible  <bruno@clisp.org>
73                    * m4/libtool.m4: Add support for Comeau C++ on Linux.
74                    Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
75            * autoconf/aclocal.m4: Regenerate.
76    
77    2004-08-19  Bruno Haible  <bruno@clisp.org>
78    
79            * include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When
80            converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on
81            MacOS X.
82            Reported by Darren Bane <darren.bane@ul.ie>.
83    
84    2004-07-01  Richard B. Kreckel  <kreckel@ginac.de>
85    
86            * Version 1.1.8 released.
87    
88    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89    
90            * src/base/cl_macros.h: alloca(3) has size_t argument type.
91    
92    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93    
94            * include/cln/floatformat.h: Do define a type here.
95    
96    2004-06-27  Richard B. Kreckel  <kreckel@ginac.de>
97    
98            * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
99    
100    2004-06-23  Bruno Haible  <bruno@clisp.org>
101    
102            * configure.ac: Pretend ftime() is not available. Needed by
103            CL_TIMES_CLOCK.
104    
105    2004-06-21  Ralf Stephan  <ralf@ark.in-berlin.de>
106    
107            * doc/cln.tex: Document jacobi, isprobprime and nextprobprime.
108    
109    2004-06-18  Richard B. Kreckel  <kreckel@ginac.de>
110    
111            * rational/transcendental/cl_RA_logp.cc: fix bug where base is
112            reciprocal of an integer.
113            Reported by Niklas Knutsson <nq@altern.org>.
114    
115    2004-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
116    
117            * src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc,
118            src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc:
119            Make template specializations explicit.
120    
121    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
122    
123            * src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
124            src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc,
125            src/real/input/cl_R_read.cc:  Remove unused labels.
126    
127    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128    
129            * benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc,
130            benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc,
131            benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc,
132            examples/atan_recip.cc, examples/atanh_recip.cc,
133            examples/contfrac.cc, examples/e.cc, examples/legendre.cc,
134            examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h,
135            include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h,
136            include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc,
137            src/base/cl_alloca.h, src/base/cl_malloc.cc,
138            src/base/random/cl_random_from.cc,
139            src/base/string/cl_spushstring_append.cc,
140            src/base/string/cl_spushstring_push.cc,
141            src/base/string/cl_st_debug.cc,
142            src/base/string/input/cl_st_gettoken.cc,
143            src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
144            src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc,
145            src/rational/input/cl_RA_read.cc,
146            src/real/format-output/cl_fmt_integer.cc,
147            src/real/format-output/cl_fmt_paddedstring.cc,
148            src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc,
149            src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc,
150            tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc,
151            tests/timeLFatan.cc, tests/timeLFatanh-compare.cc,
152            tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc,
153            tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc,
154            tests/timeLFln-compare.cc, tests/timeLFln.cc,
155            tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc,
156            tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc,
157            tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc,
158            tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc,
159            tests/timediv2adic-compare.cc, tests/timediv2adic.cc,
160            tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc,
161            tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc,
162            tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc,
163            tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc,
164            tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc,
165            tests/timezeta3.cc: Change all C include headers to ISO style
166            within C++ code.
167    
168    2004-06-10  Richard B. Kreckel  <kreckel@ginac.de>
169    
170            * examples/perfnum.cc: update to presumed 41st Mersenne prime.
171    
172    2004-05-02  Richard B. Kreckel  <kreckel@ginac.de>
173    
174            * Version 1.1.7 released.
175    
176    2004-05-02  Richard B. Kreckel  <kreckel@ginac.de>
177    
178            * examples/pi.cc and examples/pi.1: New files.
179            * examples/Makefile.in: Build the pi executable.
180    
181    2004-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
182    
183            * src/Makefile.in: Fix for parallel build: wait for subdir objects to
184            be finished before creating the library.
185    
186    2004-04-30  Richard B. Kreckel  <kreckel@ginac.de>
187    
188            * src/integer/output/cl_I_print.cc (print_integer): workaround
189            GCC compiler bug (cf. Debian bug#246319).
190    
191    2004-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
192    
193            * m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache
194            enabled.
195    
196    2004-03-08  Bruno Haible  <bruno@clisp.org>
197    
198            * src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second
199            underflow condition.
200            * src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large
201            uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1.
202    
203    2004-03-04  Richard B. Kreckel  <kreckel@ginac.de>
204    
205            * Makefile.in (install): Add ${srcdir} for cln.m4.
206            * m4/gmp.m4: quote macro names.
207            Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
208    
209    2004-01-01  Richard B. Kreckel  <kreckel@ginac.de>
210    
211            * Version 1.1.6 released.
212    
213    2004-01-01  Richard B. Kreckel  <kreckel@ginac.de>
214    
215            * include/cln/univpoly.h, include/cln/univpoly_complex.h,
216              include/cln//univpoly_integer.h, include/cln/univpoly_modint.h,
217              include/cln/univpoly_rational.h, include/cln/univpoly_real.h,
218              src/polynomial/elem/cl_UP_GF2.h, src/polynomial/elem/cl_UP_MI.h,
219              src/polynomial/elem/cl_UP_gen.h, src/polynomial/elem/cl_UP_no_ring.cc,
220              src/polynomial/elem/cl_UP_number.h (ldegree): New function.
221            * doc/cln.tex: Document `ldegree'.
222    
223    2003-12-29  Richard B. Kreckel  <kreckel@ginac.de>
224    
225            Rework of autoconfiscation infrastructure
226            * autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
227            * autoconf/ltmain.sh: Update to GNU version 1.4.3.
228            * autoconf/autoconf: Remove (from now on we assume autoconf is
229              installed properly on the sytem).
230            * autoconf/autoconf.m4: Likewise.
231            * autoconf/autoconf.m4f: Likewise.
232            * autoconf/acgeneral.m4: Likewise.
233            * autoconf/acspecific.m4: Likewise.
234            * autoconf/aclocal.m4: Regenerate.
235            * autoconf/acinclude.m4: Remove (while moving the macros...)
236            * m4/gmp.m4: New file (...to here).
237            * Makefile.devel: Update to new scheme.
238            * configure.ac: Likewise.
239            * include/cln/GV_integer.h: Assume template specializations work.
240            * include/cln/GV_modinteger.h: Likewise.
241            * include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
242            * src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
243            * src/base/random/cl_random_from.cc: Likewise.
244            * src/timing/cl_base_config.h.in: Likewise.
245            * src/timing/cl_t_current.cc: Likewise.
246    
247    2003-12-27  Richard B. Kreckel  <kreckel@ginac.de>
248    
249            * src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first
250              argument is zero.
251            * src/polynomial/cl_UP_MI.h (modint_minus): Likewise.
252            * src/polynomial/cl_UP_number.h (num_minus): Likewise.
253            Reported by Munagala Ramanath <amberarrow@yahoo.com>.
254    
255    2003-12-02  Richard B. Kreckel  <kreckel@ginac.de>
256    
257            * examples/perfnum.cc: update to presumed 40th Mersenne prime.
258    
259    2003-11-20  Christian Bauer  <cbauer@ginac.de>
260    
261            Added pkg-config support
262            * cln.pc.in: New file.
263            * Makefile.in: Take care of cln.pc.
264            * configure.ac: Likewise.
265    
266    2003-08-06  Richard B. Kreckel  <kreckel@ginac.de>
267    
268            * src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
269            Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.
270    
271    2003-08-01  Richard Kreckel  <kreckel@ginac.de>
272    
273            More dependent base resolution issues
274            * src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()):
275            portable syntactic simplification.
276            * src/base/hash/cl_hashset.h: Preceed inherited members with this->.
277            * src/base/hash/cl_hash1.h: Likewise for member functions.
278            * src/base/hash/cl_hash2.h: Likewise.
279            * src/base/hash/cl_hashuniq.h: Likewise.
280            * src/base/hash/cl_hashuniqweak.h: Likewise.
281            * src/base/hash/cl_hash.h: Revert explicit static member function
282            lookup since that was GCC's fault.
283            * src/base/hash/cl_hash2weak.h: Likewise.
284            * src/base/hash/cl_hashuniqweak.h: Likewise.
285    
286    2003-06-29  Richard Kreckel  <kreckel@ginac.de>
287    
288            Dependent base resolution needed for GCC-3.4
289            * include/cln/GV.h: Preceed inherited members with this->.
290            * include/cln/SV.h: Likewise.
291            * include/cln/object.h: Likewise.
292            * src/base/hash/cl_hash1.h: Likewise.
293            * src/base/hash/cl_hash1weak.h: Likewise.
294            * src/base/hash/cl_hash2.h: Likewise.
295            * src/base/hash/cl_hashuniq.h: Likewise.
296            * src/base/hash/cl_hash.h: Make lookup of static member function
297            explicit.
298            * src/base/hash/cl_hash2weak.h: Likewise.
299            * src/base/hash/cl_hashuniqweak.h: Likewise.
300            * src/modinteger/cl_MI.cc: Make shell-comment a C-comment. Geez.
301    
302    2003-02-24  Bruno Haible  <bruno@clisp.org>
303    
304            * src/base/random/cl_random_from.cc (random_state::random_state): Add
305            support for MacOS X.
306            * src/modinteger/cl_MI.cc: #undef _R.
307            Reported by Erann Gat <gat@jpl.nasa.gov>.
308    
309    2002-08-03  Joerg Arndt  <jj@suse.de>
310    
311            * include/cln/config.h.in: Add support for x86_64 CPU.
312            * include/cln/modules.h: Likewise.
313            * include/cln/types.h: Likewise.
314            * include/cln/object.h: Likewise.
315    
316    2002-06-08  Richard Kreckel  <kreckel@ginac.de>
317    
318            * src/base/digitseq/cl_asm.h: ensure intCsize==16 when including
319            m68k Assembler routines.
320            * src/base/digitseq/cl_asm_.cc: Likewise.
321    
322    2002-05-28  Richard Kreckel  <kreckel@ginac.de>
323    
324            * Version 1.1.5 released.
325    
326    2002-05-27  Richard Kreckel  <kreckel@ginac.de>
327    
328            * include/cln/modules.h (CL_CONCATENATE): New macro.
329    
330    2002-05-10  Richard Kreckel  <kreckel@ginac.de>
331    
332            * doc/cln.tex (Building the library): Update recommendations for
333            compiling on Tru64 using g++ 3.0 and 3.1.
334            * README: Update homepage.
335    
336    2002-05-05  Bruno Haible  <bruno@clisp.org>
337    
338            * doc/cln.tex (Building the library): Give some recommendations for
339            g++ 3.0 and 3.1.
340    
341            Force link-time references despite optimizations done by g++ 2.95
342            and newer.
343            * include/cln/modules.h (CL_FORCE_LINK): New macro.
344            * Use CL_FORCE_LINK.
345            * include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise.
346            * include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise.
347            * include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise.
348            * include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise.
349            * include/cln/dfloat.h (cl_DF_debug_dummy): Likewise.
350            * include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy):
351            Likewise.
352            * include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy):
353            Likewise.
354            * include/cln/lfloat.h (cl_LF_debug_dummy): Likewise.
355            * include/cln/modinteger.h (cl_MI_debug_dummy): Likewise.
356            * include/cln/rational.h (cl_RA_debug_dummy): Likewise.
357            * include/cln/real.h (cl_R_debug_dummy): Likewise.
358            * include/cln/ring.h (cl_ring_debug_dummy): Likewise.
359            * include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy):
360            Likewise.
361            * include/cln/string.h (cl_string_debug_dummy): Likewise.
362            * include/cln/univpoly.h (cl_UP_debug_dummy): Likewise.
363            * src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise.
364    
365            Avoid g++ 3.1 warnings.
366            * src/base/cl_offsetof.h (offsetof): Redefine each time.
367            * src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>.
368    
369            Avoid g++ 3.1 warnings.
370            * src/base/hash/cl_hash.h (struct cl_heap_hashtable): Use typename
371            where needed.
372            * src/base/hash/cl_hash1.h (struct cl_heap_hashtable_1): typedef
373            htxentry as a shortcut.
374            * src/base/hash/cl_hash2.h (struct cl_heap_hashtable_2): Likewise.
375            * src/base/hash/cl_hashset.h (struct cl_heap_hashtable_set): Likewise.
376            * src/base/hash/cl_hashuniq.h (struct cl_heap_hashtable_uniq):
377            Likewise.
378    
379    2002-03-15  Bruno Haible  <bruno@clisp.org>
380    
381            * cln.tex: Document problem with GNU make 3.77.
382            Reported by Michael Somos <somos@grail.cba.csuohio.edu>.
383    
384    2002-02-16  Richard Kreckel  <kreckel@ginac.de>
385    
386            * cln.m4: quote macro name.
387              Pointed out by Roberto Bagnara.
388    
389    2002-01-20  Richard Kreckel  <kreckel@ginac.de>
390    
391            * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
392              (the old one was broken on Linux/Mips.)
393    
394    2002-01-04  Richard Kreckel  <kreckel@ginac.de>
395    
396            * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
397            * Version 1.1.4 released.
398    
399    2002-01-03  Richard Kreckel  <kreckel@ginac.de>
400    
401            * autoconf/acinclude.m4: revamp MPN-matcher.
402            * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
403              sync with CLisp from CVS.
404            * autoconf/autoconf: Likewise.
405            * autoconf/autoconf.m4f: Likewise (new file).
406            * configure.ac: Likewise (new file, replaces configure.in).
407            * configure.in: Likewise (deleted, replaced by configure.ac).
408            * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
409            * src/Makefile.in: made VPATH safe for autoconf-2.52.
410            * include/cln/config.h.in: Add __s390__.
411    
412  2001-12-31  Richard Kreckel  <kreckel@ginac.de>  2001-12-31  Richard Kreckel  <kreckel@ginac.de>
413    
414          * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"          * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.112

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