/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

revision 1.87 by haible, Wed Jun 23 20:34:38 2004 UTC revision 1.111 by kreckel, Sun Oct 24 22:27:51 2004 UTC
# Line 1  Line 1 
1    2004-10-25  Richard B. Kreckel  <kreckel@ginac.de>
2    
3            * src/base/cl_low.h: Add mulu64 assembler macro for ia64.
4    
5    2004-10-24  Richard B. Kreckel  <kreckel@ginac.de>
6    
7            * src/base/cl_low.h: Add mul and div macros for x86_64.
8    
9    2004-10-23  Richard B. Kreckel  <kreckel@ginac.de>
10    
11            * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Fix thinko in
12            new code for base power of two.
13    
14    2004-10-22  Richard B. Kreckel  <kreckel@ginac.de>
15    
16            * src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack
17            overwriting problem. That was the real cause for Debian bug#246319.
18            * src/integer/output/cl_I_print.cc (print_integer): Revert workaround
19            for the bug fixed above.
20    
21    2004-10-20  Richard B. Kreckel  <kreckel@ginac.de>
22    
23            * include/cln/types.h: Use 64 bit digits on x86_64 CPU.
24    
25    2004-10-12  Richard B. Kreckel  <kreckel@ginac.de>
26    
27            * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Speedup when
28            the base is a power of two.
29    
30    2004-10-05  Richard B. Kreckel  <kreckel@ginac.de>
31    
32            * src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
33    
34    2004-09-27  Richard B. Kreckel  <kreckel@ginac.de>
35    
36            Support for little-endian Mips, second shot
37            * src/base/digitseq/cl_asm_mipsel_.cc: New file...
38            * src/base/digitseq/cl_asm_cc: ...used here.
39            * src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness.
40            * include/cln/object.h: Set alignment for mipsel explicitly.
41    
42    2004-09-05  Richard B. Kreckel  <kreckel@ginac.de>
43    
44            Support for little-endian Mips
45            * include/cln/config.h.in: Add __mipsel__.
46            * include/cln/modules.h: For Mips, this is endianness-agnostic.
47            * src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h:
48            Mask out assembler for little-endian Mips.
49    
50    2004-08-30  Bruno Haible  <bruno@clisp.org>
51    
52            * benchmarks/timebench2.sh: Multiply all repeat counts by 100.
53            * benchmarks/timebench2.results: Add recent PowerPC G4 results.
54    
55    2004-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56    
57            * examples/e.cc: remove extra semicolon.
58    
59    2004-08-25  Bruno Haible  <bruno@clisp.org>
60    
61            * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
62            * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
63            2004-08-22  Bruno Haible  <bruno@clisp.org>
64                    * m4/libtool.m4: Add support for Comeau C++ on Linux.
65                    Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
66            * autoconf/aclocal.m4: Regenerate.
67    
68    2004-08-19  Bruno Haible  <bruno@clisp.org>
69    
70            * include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When
71            converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on
72            MacOS X.
73            Reported by Darren Bane <darren.bane@ul.ie>.
74    
75    2004-07-01  Richard B. Kreckel  <kreckel@ginac.de>
76    
77            * Version 1.1.8 released.
78    
79    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
80    
81            * src/base/cl_macros.h: alloca(3) has size_t argument type.
82    
83    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84    
85            * include/cln/floatformat.h: Do define a type here.
86    
87    2004-06-27  Richard B. Kreckel  <kreckel@ginac.de>
88    
89            * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
90    
91  2004-06-23  Bruno Haible  <bruno@clisp.org>  2004-06-23  Bruno Haible  <bruno@clisp.org>
92    
93          * configure.ac: Pretend ftime() is not available. Needed by          * configure.ac: Pretend ftime() is not available. Needed by
94          CL_TIMES_CLOCK.          CL_TIMES_CLOCK.
95    
96    2004-06-21  Ralf Stephan  <ralf@ark.in-berlin.de>
97    
98            * doc/cln.tex: Document jacobi, isprobprime and nextprobprime.
99    
100  2004-06-18  Richard B. Kreckel  <kreckel@ginac.de>  2004-06-18  Richard B. Kreckel  <kreckel@ginac.de>
101    
102          * rational/transcendental/cl_RA_logp.cc: fix bug where base is          * rational/transcendental/cl_RA_logp.cc: fix bug where base is
103          reciprocal of an integer.          reciprocal of an integer.
104            Reported by Niklas Knutsson <nq@altern.org>.
105    
106    2004-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
107    
108            * src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc,
109            src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc:
110            Make template specializations explicit.
111    
112    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
113    
114            * src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
115            src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc,
116            src/real/input/cl_R_read.cc:  Remove unused labels.
117    
118    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119    
120            * benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc,
121            benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc,
122            benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc,
123            examples/atan_recip.cc, examples/atanh_recip.cc,
124            examples/contfrac.cc, examples/e.cc, examples/legendre.cc,
125            examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h,
126            include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h,
127            include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc,
128            src/base/cl_alloca.h, src/base/cl_malloc.cc,
129            src/base/random/cl_random_from.cc,
130            src/base/string/cl_spushstring_append.cc,
131            src/base/string/cl_spushstring_push.cc,
132            src/base/string/cl_st_debug.cc,
133            src/base/string/input/cl_st_gettoken.cc,
134            src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
135            src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc,
136            src/rational/input/cl_RA_read.cc,
137            src/real/format-output/cl_fmt_integer.cc,
138            src/real/format-output/cl_fmt_paddedstring.cc,
139            src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc,
140            src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc,
141            tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc,
142            tests/timeLFatan.cc, tests/timeLFatanh-compare.cc,
143            tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc,
144            tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc,
145            tests/timeLFln-compare.cc, tests/timeLFln.cc,
146            tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc,
147            tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc,
148            tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc,
149            tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc,
150            tests/timediv2adic-compare.cc, tests/timediv2adic.cc,
151            tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc,
152            tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc,
153            tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc,
154            tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc,
155            tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc,
156            tests/timezeta3.cc: Change all C include headers to ISO style
157            within C++ code.
158    
159  2004-06-10  Richard B. Kreckel  <kreckel@ginac.de>  2004-06-10  Richard B. Kreckel  <kreckel@ginac.de>
160    

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.111

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