/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

revision 1.80 by kreckel, Sat Mar 20 15:36:07 2004 UTC revision 1.95 by kreckel, Wed Jun 30 21:52:46 2004 UTC
# Line 1  Line 1 
1    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2    
3            * src/base/cl_macros.h: alloca(3) has size_t argument type.
4    
5    2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6    
7            * include/cln/floatformat.h: Do define a type here.
8    
9    2004-06-27  Richard B. Kreckel  <kreckel@ginac.de>
10    
11            * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
12    
13    2004-06-23  Bruno Haible  <bruno@clisp.org>
14    
15            * configure.ac: Pretend ftime() is not available. Needed by
16            CL_TIMES_CLOCK.
17    
18    2004-06-21  Ralf Stephan  <ralf@ark.in-berlin.de>
19    
20            * doc/cln.tex: Document jacobi, isprobprime and nextprobprime.
21    
22    2004-06-18  Richard B. Kreckel  <kreckel@ginac.de>
23    
24            * rational/transcendental/cl_RA_logp.cc: fix bug where base is
25            reciprocal of an integer.
26            Reported by Niklas Knutsson <nq@altern.org>.
27    
28    2004-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29    
30            * src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc,
31            src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc:
32            Make template specializations explicit.
33    
34    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35    
36            * src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
37            src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc,
38            src/real/input/cl_R_read.cc:  Remove unused labels.
39    
40    2004-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41    
42            * benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc,
43            benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc,
44            benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc,
45            examples/atan_recip.cc, examples/atanh_recip.cc,
46            examples/contfrac.cc, examples/e.cc, examples/legendre.cc,
47            examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h,
48            include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h,
49            include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc,
50            src/base/cl_alloca.h, src/base/cl_malloc.cc,
51            src/base/random/cl_random_from.cc,
52            src/base/string/cl_spushstring_append.cc,
53            src/base/string/cl_spushstring_push.cc,
54            src/base/string/cl_st_debug.cc,
55            src/base/string/input/cl_st_gettoken.cc,
56            src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
57            src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc,
58            src/rational/input/cl_RA_read.cc,
59            src/real/format-output/cl_fmt_integer.cc,
60            src/real/format-output/cl_fmt_paddedstring.cc,
61            src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc,
62            src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc,
63            tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc,
64            tests/timeLFatan.cc, tests/timeLFatanh-compare.cc,
65            tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc,
66            tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc,
67            tests/timeLFln-compare.cc, tests/timeLFln.cc,
68            tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc,
69            tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc,
70            tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc,
71            tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc,
72            tests/timediv2adic-compare.cc, tests/timediv2adic.cc,
73            tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc,
74            tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc,
75            tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc,
76            tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc,
77            tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc,
78            tests/timezeta3.cc: Change all C include headers to ISO style
79            within C++ code.
80    
81    2004-06-10  Richard B. Kreckel  <kreckel@ginac.de>
82    
83            * examples/perfnum.cc: update to presumed 41st Mersenne prime.
84    
85    2004-05-02  Richard B. Kreckel  <kreckel@ginac.de>
86    
87            * Version 1.1.7 released.
88    
89    2004-05-02  Richard B. Kreckel  <kreckel@ginac.de>
90    
91            * examples/pi.cc and examples/pi.1: New files.
92            * examples/Makefile.in: Build the pi executable.
93    
94    2004-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
95    
96            * src/Makefile.in: Fix for parallel build: wait for subdir objects to
97            be finished before creating the library.
98    
99    2004-04-30  Richard B. Kreckel  <kreckel@ginac.de>
100    
101            * src/integer/output/cl_I_print.cc (print_integer): workaround
102            GCC compiler bug (cf. Debian bug#246319).
103    
104  2004-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  2004-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
105    
106          * m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache          * m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.95

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