/[cln]/ChangeLog
ViewVC logotype

Contents of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (hide annotations)
Wed May 31 09:42:30 2000 UTC (12 years, 11 months ago) by haible
Branch: MAIN
Changes since 1.10: +6 -0 lines
Add one test.

1 haible 1.11 2000-05-31 Bruno Haible <haible@clisp.cons.org>
2    
3     * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry.
4     From a sample that fails with gcc-2.95.2 on Sparc.
5     * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise.
6    
7 kreckel 1.10 2000-05-30 Richard Kreckel <kreckel@ginac.de>
8    
9     * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
10     New macros.
11     * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
12     CL_VERSION_PATCHLEVEL): New definitions.
13     * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
14     autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
15     * src/Makefile.in, configure.in: release-variables renamed from
16     CLN_* to CL_*.
17     * configure.in: default to build both shared and static library
18     (i.e. default to the most common behaviour).
19    
20 kreckel 1.9 2000-05-29 Richard Kreckel <kreckel@ginac.de>
21    
22     * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
23 kreckel 1.10 environment around the patch of 2000-05-23.
24 kreckel 1.9
25 haible 1.8 2000-05-29 Bruno Haible <haible@clisp.cons.org>
26    
27     * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
28 kreckel 1.10 Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
29 haible 1.8
30 kreckel 1.7 2000-05-27 Richard Kreckel <kreckel@ginac.de>
31    
32     * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
33     src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
34    
35 kreckel 1.6 2000-05-24 Richard Kreckel <kreckel@ginac.de>
36    
37     * autoconf/config.*: Updated to new version from FSF
38     (the new libtool wants this).
39     * src/Makefile.in: added $(LDFLAGS) to link step.
40 kreckel 1.7 * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted
41 kreckel 1.6 break-even points.
42    
43 haible 1.5 2000-05-23 Bruno Haible <haible@clisp.cons.org>
44    
45     * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
46     host_vendor, host_os correctly if $host has more than two hyphens.
47    
48 kreckel 1.4 2000-05-19 Richard Kreckel <kreckel@ginac.de>
49    
50     * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
51     better match present-day CPUs whenever GMP3 is used.
52     * src/base/digitseq/cl_DS_div.cc: dto.
53     * src/TUNING: Added comment about order of tuning.
54     * configure, configure.in: Safer GMP3-detection.
55     * INSTALL.generic: Clarified behaviour of --with-gmp.
56     * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
57    
58     2000-05-05 Richard Kreckel <kreckel@ginac.de>
59    
60     * doc/cln.tex: Added index entries.
61     * doc/texinfo.tex: Upgraded to newer version 1999-10-01.07.
62     * doc/*: Changes triggered.
63    
64     2000-05-04 Richard Kreckel <kreckel@ginac.de>
65    
66     * gmp/: removed completely. From now on we are going to link
67     externally against libgmp3.0 or above!
68     * configure, configure.in, Makefile.in, */Makeflags: removed support
69     of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
70     setting $CPPFLAGS instead.
71     * Makefile.in: Added libtool inter-library dependency for -lgmp and
72     conforming interface versioning (-version-info).
73     * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
74     from libtool 1.3.4.
75    
76 kreckel 1.3 2000-02-22 Bruno Haible <haible@clisp.cons.org>
77    
78     * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
79     parameter passing was changed for the MIPS n32 ABI.
80    
81 kreckel 1.2 2000-01-24 Richard Kreckel <kreckel@ginac.de>
82    
83     * gmp/*: Replaced the complete mpn sources with the ones from
84     Debian since they are maintained while the ones from FSF
85     aren't and there were problems on some architectures, PowerPC
86     in particular. See the file gmp/README.CLN. This way the
87     hard links in this directory have vanished, they were causing
88 kreckel 1.4 trouble for people working in AFS. This became necessary for
89     Debian, because there it woudn't compile on PPC.
90 kreckel 1.2
91 kreckel 1.1 2000-01-13 Richard Kreckel <kreckel@ginac.de>
92    
93     * Version 1.0.3 released.
94    
95     2000-01-13 Richard Kreckel <kreckel@ginac.de>
96    
97     * src/base/cl_macros.h (nonreturning_function): For egcs and newer
98     use __attribute__ ((__noreturn__)) instead of the __volatile__
99     storage class.
100     (nonreturning): Remove macro.
101     * include/*: Minor fixes to stop -ansi -pedantic from complaining.
102     * include/cl_integer.h: (doublefactorial): New declaration.
103     * src/integer/misc/combin/cl_I_doublefactorial.cc: New file.
104    
105     1999-12-18 Bruno Haible <haible@clisp.cons.org>
106    
107     * autoconf/acgeneral.m4 (AC_ARG_PROGRAM): Create conftestsed using
108     "cat", not "echo".
109     * autoconf/ltconfig: Improve support for recent FreeBSD 3.
110     * include/cl_GV.h (cl_GV_vectorops): Change return type from 'T' to
111     'const T', to match definition in src/vector/cl_GV_number.cc.
112     Reported by Duncan Simpson <dps@io.stargate.co.uk>.
113     * gmp/mpn/Makefile.in (.S.lo): Use 'if', not '&&', because '&&' may
114     yield return code 1.
115    
116     1999-09-07 Bruno Haible <haible@clisp.cons.org>
117    
118     * Version 1.0.2 released.
119    
120     1999-09-06 Bruno Haible <haible@clisp.cons.org>
121    
122     * src/rational/cl_RA.h (integerp, ratiop): Instead of returning a
123     boolean expression, write alternatives ending with either
124     "return cl_true;" or "return cl_false;". This way, g++ does a
125     better job inlining it.
126     * src/float/cl_F.h (longfloatp): Likewise.
127     * src/real/cl_R.h (rationalp, integerp, floatp): Likewise.
128     * src/complex/cl_C.h (realp, complexp): Likewise.
129    
130     1999-09-05 Bruno Haible <haible@clisp.cons.org>
131    
132     * include/cl_integer.h (cl_equal_hashcode): New declaration.
133     * include/cl_rational.h (cl_equal_hashcode): New declaration.
134     * include/cl_sfloat.h (cl_equal_hashcode): New declaration.
135     * include/cl_ffloat.h (cl_equal_hashcode): New declaration.
136     * include/cl_dfloat.h (cl_equal_hashcode): New declaration.
137     * include/cl_lfloat.h (cl_equal_hashcode): New declaration.
138     * include/cl_float.h (cl_equal_hashcode): New declaration.
139     * include/cl_real.h (cl_equal_hashcode): New declaration.
140     * include/cl_complex.h (cl_equal_hashcode): New declaration.
141     * src/base/cl_N.h (equal_hashcode_low, equal_hashcode_one): New macros.
142     * src/integer/misc/cl_I_eqhashcode.cc: New file.
143     * src/rational/misc/cl_RA_eqhashcode.cc: New file.
144     * src/float/sfloat/misc/cl_SF_eqhashcode.cc: New file.
145     * src/float/ffloat/misc/cl_FF_eqhashcode.cc: New file.
146     * src/float/dfloat/misc/cl_DF_eqhashcode.cc: New file.
147     * src/float/lfloat/misc/cl_LF_eqhashcode.cc: New file.
148     * src/float/misc/cl_F_eqhashcode.cc: New file.
149     * src/real/misc/cl_R_eqhashcode.cc: New file.
150     * src/complex/misc/cl_C_eqhashcode.cc: New file.
151     * doc/cln.tex: Document `cl_equal_hashcode'.
152    
153     1999-09-05 Bruno Haible <haible@clisp.cons.org>
154    
155     * include/cl_ring.h (cl_number_ring_ops): Add `contains' member.
156     (cl_number_ring): New class.
157     (cl_specialized_number_ring<T>): Inherit from cl_number_ring.
158     (instanceof): New function.
159     * src/integer/ring/cl_I_ring.cc (cl_I_p): New function.
160     * src/integer/misc/cl_I_as.cc (cl_I_p): Add comment.
161     * src/rational/ring/cl_RA_ring.cc (cl_RA_p): New function.
162     * src/rational/misc/cl_RA_as.cc (cl_RA_p): Add comment.
163     * src/real/ring/cl_R_ring.cc (cl_R_p): New function.
164     * src/real/misc/cl_R_as.cc (cl_R_p): Add comment.
165     * src/complex/ring/cl_C_ring.cc (cl_N_p): New function.
166     * src/complex/misc/cl_N_as.cc (cl_N_p): Add comment.
167     * doc/cln.tex: Document `instanceof'.
168    
169     1999-09-05 Bruno Haible <haible@clisp.cons.org>
170    
171     * include/cl_rational.h (numerator, denominator): New declarations.
172     * src/rational/elem/cl_RA_numerator.cc: New file.
173     * src/rational/elem/cl_RA_denominator.cc: New file.
174     * include/cl_integer.h (numerator, denominator): New inline functions.
175     * doc/cln.tex: Document `numerator' and `denominator'.
176    
177     1999-09-05 Bruno Haible <haible@clisp.cons.org>
178    
179     * src/rational/algebraic/cl_RA_rootp.cc (rootp): Fix endless loop
180     in the integer case.
181     * src/rational/algebraic/cl_RA_rootp_I.cc (rootp): Likewise.
182    
183     1999-09-05 Bruno Haible <haible@clisp.cons.org>
184    
185     * include/cl_config.h.in: Support for sparc64 CPU.
186     * include/cl_modules.h: Likewise.
187     * include/cl_types.h: Likewise.
188     * include/cl_object.h: Likewise.
189     * include/cl_GV.h: Likewise.
190     * src/Makefile.in: Likewise.
191     * src/base/cl_alloca.h: Likewise.
192     * src/base/cl_macros.h: Likewise.
193     * src/base/cl_sysdep.h: Likewise.
194     * src/base/cl_low.h: Likewise.
195     * src/base/digitseq/cl_asm.h: Likewise.
196     * src/base/digitseq/cl_asm_.cc: Likewise.
197     * src/base/digitseq/cl_asm_sparc64.h: New file.
198     * src/base/digitseq/cl_asm_sparc64_.cc: New file.
199     * src/modinteger/cl_MI_int.h: Support for sparc64 CPU.
200     * src/polynomial/elem/cl_UP_no_ring.cc: Likewise.
201     * src/polynomial/elem/cl_UP_GF2.h: Likewise.
202     * src/polynomial/elem/cl_asm_GF2.cc: Likewise.
203    
204     1999-09-04 Bruno Haible <haible@clisp.cons.org>
205    
206     * src/base/digitseq/cl_asm_sparc_.cc (orc2_loop_up, orc2_loop_down):
207     Use the `orn' instruction.
208    
209     1999-08-14 Bruno Haible <haible@clisp.cons.org>
210    
211     Assume all platforms have <stdlib.h> and clock_t.
212     * configure.in: Don't call CL_STDLIB_H and CL_CLOCK_T.
213     * src/base/cl_base_config.h.in (CLOCK_T): Remove definition.
214     * src/base/random/cl_random_from.cc: Use clock_t instead of CLOCK_T.
215     * src/timing/cl_t_config.h.in (CLOCK_T): Remove definition.
216     * src/timing/cl_t_current2.cc: Use clock_t instead of CLOCK_T.
217    
218     1999-07-18 Bruno Haible <haible@clisp.cons.org>
219    
220     * gmp/config.guess: Link to autoconf/config.guess.
221     gmp/config.sub: Link to autoconf/config.sub.
222     Needed for Win32 platforms.
223    
224     1999-07-17 Bruno Haible <haible@clisp.cons.org>
225    
226     * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Distinguish "sparc" and
227     "sparc64" according to the C compiler, not the uname result.
228    
229     1999-06-17 Bruno Haible <haible@clisp.cons.org>
230    
231     * src/base/digitseq/cl_asm_sparc_.cc (compare_loop_up): Fix
232     COUNTER_LOOPS version, fortunately not used yet.
233    
234     * include/cl_modules.h: Prepare for gcc version 3.
235    
236     1999-06-12 Bruno Haible <haible@clisp.cons.org>
237    
238     * src/rational/elem/cl_RA_plus.cc, src/rational/elem/cl_RA_minus.cc:
239     Change the last call from I_I_to_RT to I_I_to_RA.
240    
241     1999-06-09 Bruno Haible <haible@clisp.cons.org>
242    
243     * Version 1.0.1 released.
244    
245     1999-06-09 Bruno Haible <haible@clisp.cons.org>
246    
247     * src/integer/cl_I.h (pFN_maxlength_digits_at): Define also when
248     intDsize==64.
249    
250     1999-06-08 Bruno Haible <haible@clisp.cons.org>
251    
252     * autoconf/intparam.c (printf_underscored): Change argument type to
253     `const char*'.
254     * include/cl_modules.h (CL_OUTPUT_LABEL, CL_JUMP_TO): New macros.
255     (CL_PROVIDE, CL_PROVIDE_END): Use them.
256     * include/cl_string.h (cl_heap_string::operator new): Return 1, not 0.
257     * include/cl_GV.h (cl_GV_inner<T>::operator new): Likewise.
258     * src/base/ring/cl_no_ring.cc (dummy_canonhom, dummy_expt_pos): Don't
259     cast a cl_I to void here. Works around a bug in g++-2.95.
260     * src/complex/misc/cl_C_class.cc: Include "cl_C.h".
261     * src/polynomial/elem/cl_UP_no_ring.cc (dummy_canonhom,
262     dummy_expt_pos): Don't cast a cl_I to void here. Works around a bug
263     in g++-2.95.
264     * src/polynomial/elem/cl_asm_sparc_GF2.cc (DECLARE_FUNCTION): New
265     macro.
266     * src/rational/misc/cl_RA_class.cc: Include "cl_RA.h".
267     * src/vector/cl_GV_I.cc (cl_heap_GV_I_general::operator new,
268     DEFINE_cl_heap_GV_I_bits): Return 1, not 0.
269     * src/vector/cl_GV_number.cc (cl_heap_GV_number_general::operator new):
270     Likewise.
271    
272     1999-06-01 Bruno Haible <haible@clisp.cons.org>
273    
274     * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Canonicalize alpha
275     variants to alpha.
276    
277     1999-05-29 Bruno Haible <haible@clisp.cons.org>
278    
279     * src/base/digitseq/cl_asm_i386_.cc (DECLARE_FUNCTION): Treat
280     OpenBSD like NetBSD.
281     * src/base/digitseq/cl_asm_sparc_.cc (DECLARE_FUNCTION): Likewise.
282     * src/base/digitseq/cl_asm_m68k_.cc (DECLARE_FUNCTION): Treat
283     OpenBSD like NetBSD, and Linux/ELF like SVR4.
284    
285     1999-05-16 Bruno Haible <haible@clisp.cons.org>
286    
287     * src/base/cl_low.h (integerlength32) [__rs6000__]: Use old assembler
288     syntax on AIX systems and new assembler syntax on non-AIX systems.
289    
290     1999-05-01 Bruno Haible <haible@clisp.cons.org>
291    
292     * autoconf/config.guess, autoconf/config.sub: Upgrade to newest
293     version from GNU CVS.
294    
295     1999-04-24 Bruno Haible <haible@clisp.cons.org>
296    
297     * src/integer/bitwise/cl_I_logand.cc (logand): Optimize the case when
298     either operand is a positive fixnum, O(1) instead of O(N).
299     * src/integer/bitwise/cl_I_lognand.cc (lognand): Likewise.
300     * src/integer/bitwise/cl_I_logandc2.cc (logandc2): Likewise for the
301     first operand.
302    
303     1999-04-14 Bruno Haible <haible@clisp.cons.org>
304    
305     * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add check whether
306     ctor/dtor needs to be exported.
307     * include/cl_config.h.in (CL_NEED_GLOBALIZE_CTORDTOR): New macro.
308     * include/cl_modules.h (CL_GLOBALIZE_JUMP_LABEL): Renamed from
309     CL_GLOBALIZE_LABEL.
310     (CL_GLOBALIZE_LABEL): New macro.
311     (CL_GLOBALIZE_CTORDTOR_LABEL): Renamed from CL_GLOBALIZE_ASM_LABEL.
312     (CL_PROVIDE): Update.
313    
314     1999-04-12 Bruno Haible <haible@clisp.cons.org>
315    
316     * src/Makefile.in ($(ASMFILES_S)): On HPPA, ignore preprocessing
317     errors ("unterminated string or character constant").
318     ($(ASMFILES_LO)): On HPPA, try with various settings of
319     COMPILER_PATH, in order to try /usr/ccs/bin/as and /bin/as.
320    
321     1999-04-11 Bruno Haible <haible@clisp.cons.org>
322    
323     * INSTALL: Mention gmp problems on MIPS.
324     * doc/cln.tex: Likewise.
325    
326     1999-03-24 Mumit Khan <khan@xraylith.wisc.edu>
327    
328     * src/Makefile.in (SUBDIRS): Filter out CVS and RCS directories from
329     the source tree.
330     * include/cl_modules.h (CL_GLOBALIZE_LABEL): Define for Win32.
331     (CL_GLOBALIZE_ASM_LABEL): New macro.
332     (CL_PROVIDE): Use it.
333     * src/base/random/cl_random_from.cc: Handle WIN32.
334     * src/timing/cl_t_current.cc: Likewise.
335    
336     1999-03-15 Bruno Haible <haible@clisp.cons.org>
337    
338     * autoconf/intparam.c (main7): Use %lX instead of %X for a `long'.
339     (main8): Adapt for C++.
340    
341     1999-03-09 Bruno Haible <haible@clisp.cons.org>
342    
343     * INSTALL: Mention egcs-1.1 problems on Sparc.
344     * doc/cln.tex: Likewise.
345    
346     1999-03-08 Bruno Haible <haible@clisp.cons.org>
347    
348     * autoconf/aclocal.m4 (CL_FPU_CONTROL): Fix the "checking for"
349     messages.
350    
351     1999-02-25 Bruno Haible <haible@clisp.cons.org>
352    
353     * autoconf/aclocal.m4: In test programs, declare `int main()', not
354     `main()'.
355    
356     * lidia-interface/src/interfaces/integers/cln/bigint.c
357     (bigint_to_string): Fix for negative arguments.
358    
359     * src/base/cl_low.h: Check for `__sparc__', not `SPARC'.
360     * src/base/cl_alloca.h: Likewise.
361    
362     * src/base/cl_low.h: Eliminate CLISP style "# " comments.
363     * src/base/digitseq/cl_asm_arm_.cc,
364     src/base/digitseq/cl_asm_mips_.cc,
365     src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
366    
367     * src/modinteger/cl_MI_pow2.h,
368     src/modinteger/cl_MI_pow2m1.h,
369     src/modinteger/cl_MI_pow2p1.h: Workaround g++-2.7.2 inlining bug.
370    
371     1999-01-18 Bruno Haible <haible@clisp.cons.org>
372    
373     * autoconf/acgeneral.m4,
374     autoconf/acspecific.m4: Upgrade to autoconf-2.13.
375     * autoconf/config.guess, autoconf/config.sub: Likewise.
376     * autoconf/aclocal.m4 (CL_ALLOCA): Test for _MSC_VER and alloca being
377     a macro. Use ${ac_objext}.
378     * src/base/cl_macros.h (alloca): Put _MSC_VER test before the others,
379     conforming with CL_ALLOCA.
380    
381     1999-01-12 Bruno Haible <haible@clisp.cons.org>
382    
383     * Version 1.0 released.
384    

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