/[cln]/ChangeLog
ViewVC logotype

Contents of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (show annotations)
Tue Dec 5 15:38:25 2000 UTC (12 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.28: +15 -1 lines
        * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
        * include/cln/version.h.in, src/base/verion.cc: New files.
        * configure.in: Generate include/cln/version.h.
        * cln.m4: Rewrote it. Check result of cln-config without compiling.
          Do cross-check library version and header version information.

1 2000-12-05 Richard Kreckel <kreckel@ginac.de>
2
3 * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
4 * include/cln/version.h.in, src/base/verion.cc: New files.
5 * configure.in: Generate include/cln/version.h.
6 * cln.m4: Rewrote it. Check result of cln-config without compiling.
7 Do cross-check library version and header version information.
8
9 2000-12-02 Christian Bauer <cbauer@ginac.de>
10
11 * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
12 * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
13 building.
14
15 2000-11-24 Richard Kreckel <kreckel@ginac.de>
16
17 * */*: Removed problematic stdin, stdout and stderr definitions.
18 Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
19
20 2000-11-20 Bruno Haible
21
22 * cln-config.1: change title.
23
24 2000-11-18 Richard Kreckel <kreckel@ginac.de>
25
26 * cln.m4: New file.
27 * doc/cln.tex: Document package tools cln-config and cln.m4.
28 * Makefile.in: Care about cln.m4.
29
30 2000-11-17 Richard Kreckel <kreckel@ginac.de>
31
32 * cln-config.1: added manpage, as required by a couple of distros.
33 * Makefile.in, doc/Makefile.in: target install depends on installdirs.
34
35 2000-11-16 Richard Kreckel <kreckel@ginac.de>
36
37 * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
38 * configure.in: ...used here.
39 * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
40 * include/cln/types.h: ...used here.
41 * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
42
43 2000-11-13 Richard Kreckel <kreckel@ginac.de>
44
45 * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
46 in order to guard against an accidented configuration.
47 * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
48 struct power_table_entry initialized as ULL instead of as UL, if
49 intDsize==64 (caused misprinting on MIPS w/ GMP).
50 * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
51 HAVE_FAST_LONGLONG.
52 * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
53 * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
54 generation of Bignum for intDsize==64 and a notreached-check at end.
55 * autoconf/config.guess, autoconf/config.sub: updated from FSF.
56 * include/cln/config.h.in: Prepared support for IA64.
57 * include/cln/types.h: Likewise.
58 * include/cln/object.h: Likewise.
59 * include/cln/modules.h: Likewise.
60 * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
61 compiler claims __GNUC_MINOR__==9).
62
63 2000-11-03 Richard Kreckel <kreckel@ginac.de>
64
65 * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
66 HAVE_DD to HAVE_FAST_LONGLONG.
67 * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
68 * src/base/cl_low.h: actually no need to include "cln/types.h" here.
69 * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
70 * src/base/random/cl_UL_random.cc (random32): a is always ULL.
71
72 2000-11-01 Richard Kreckel <kreckel@ginac.de>
73
74 * include/cln/object.h (cl_combine): define additional signatures, if
75 HAVE_LONGLONG is defined, in order to keep the compiler happy.
76 * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
77 * src/base/cl_macros.h (bit): ...for this macro...
78 * src/base/cl_macros.h (minus_bit): ...and this one.
79 * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
80 * src/base/cl_low.h (logcount_64): ...for this macro.
81 * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
82 * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
83 that turned up when intDsize==32 and cl_word_size==64.
84 * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
85 to uint64 that turned up when intDsize==32 and cl_word_size==64.
86
87 2000-10-29 Richard Kreckel <kreckel@ginac.de>
88
89 * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
90 #undef stderr, if it's defined so cln::stderr isn't confused.
91 * src/base/input/cl_read_globals.cc: stdin should not be extern.
92
93 2000-09-05 Richard Kreckel <kreckel@ginac.de>
94
95 * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
96 to the appropiate method instead of prefixing `as_'.
97 * src/complex/misc/cl_N_as.cc (cl_N_As): Likewise.
98 * src/real/misc/cl_R_as.cc (cl_R_As): Likewise.
99 * src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise.
100 * src/integer/misc/cl_I_as.cc (cl_I_As): Likewise.
101 * src/float/misc/cl_F_as.cc (cl_F_As): Likewise.
102 * src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise.
103 * src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise.
104 * src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise.
105 * src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise.
106
107 2000-09-05 Richard Kreckel <kreckel@ginac.de>
108
109 * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
110 the 0^y cases.
111
112 2000-08-30 Richard Kreckel <kreckel@ginac.de>
113
114 * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
115 Rearranged for a clearer distinction between macros and remaining
116 identifiers, so Cint can parse it smoothly.
117
118 2000-08-29 Richard Kreckel <kreckel@ginac.de>
119
120 * include/cln/number.h, the(const cl_number& x): New template
121 function.
122
123 2000-08-29 Richard Kreckel <kreckel@ginac.de>
124
125 * */*: Pushed CLN into a namespace `cln'. While doing so, the
126 following identifiers got their poor-man's namespace (i.e. the
127 prefix `cl_') stripped off:
128 cl_catalanconst() -> catalanconst()
129 cl_compare() -> compare()
130 cl_cos_sin() -> cos_sin()
131 cl_cos_sin_t -> cos_sin_t
132 cl_cosh_sinh() -> cosh_sinh()
133 cl_cosh_sinh_t -> cosh_sinh_t
134 cl_decoded_dfloat -> decoded_dfloat
135 cl_decoded_ffloat -> decoded_ffloat
136 cl_decoded_float -> decoded_float
137 cl_decoded_lfloat -> decoded_lfloat
138 cl_decoded_sfloat -> decoded_sfloat
139 cl_default_float_format -> default_float_format
140 cl_default_print_flags -> default_print_flags
141 cl_default_random_state -> default_random_state
142 cl_double_approx() -> double_approx()
143 cl_equal() -> equal()
144 cl_equal_hashcode() -> equal_hashcode()
145 cl_eulerconst() -> eulerconst()
146 cl_find_modint_ring() -> find_modint_ring()
147 cl_find_univpoly_ring() -> find_univ_poly_ring()
148 cl_float_approx() -> float_approx
149 cl_float_format() -> float_format()
150 cl_float_format_t -> float_format_t
151 cl_free_hook() -> free_hook()
152 cl_hermite() -> hermite()
153 cl_laguerre() -> laguerre()
154 cl_legendre() -> legandre()
155 cl_malloc_hook() -> malloc_hook()
156 cl_pi() -> pi()
157 cl_tschebychev() -> tschebychev()
158 cl_zeta() -> zeta()
159 NB: For functions these changes includes all signatures.
160 * include/*: moved to include/cln/*, stripped `cl_' off filenames.
161 * cln-config.in: new file.
162
163 2000-08-26 Bruno Haible <haible@clisp.cons.org>
164
165 * autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
166 value, not parens.
167
168 2000-08-18 Bruno Haible <haible@clisp.cons.org>
169
170 * include/cl_univpoly_modint.h: Fix typo.
171
172 2000-07-13 Bruno Haible <haible@clisp.cons.org>
173
174 * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',
175 used as precision marker for floats.
176 Reported by Keith Briggs (in 1998) and Thomas Roessler.
177 * src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise.
178 * src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise.
179 * src/real/input/cl_R_read_stream.cc (number_char_p): Likewise.
180 * src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise.
181
182 2000-06-22 Bruno Haible <haible@clisp.cons.org>
183
184 * include/cl_object.h: Rename cl_word_size to cl_pointer_size.
185 * include/cl_types.h (HAVE_FAST_LONGLONG): Also define on Irix6
186 with N32 ABI.
187 (cl_word_size): New macro.
188 * src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of
189 cl_word_size.
190
191 2000-05-31 Bruno Haible <haible@clisp.cons.org>
192
193 * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry.
194 From a sample that fails with gcc-2.95.2 on Sparc.
195 * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise.
196
197 2000-05-30 Richard Kreckel <kreckel@ginac.de>
198
199 * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
200 New macros.
201 * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
202 CL_VERSION_PATCHLEVEL): New definitions.
203 * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
204 autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
205 * src/Makefile.in, configure.in: release-variables renamed from
206 CLN_* to CL_*.
207 * configure.in: default to build both shared and static library
208 (i.e. default to the most common behaviour).
209
210 2000-05-29 Richard Kreckel <kreckel@ginac.de>
211
212 * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
213 environment around the patch of 2000-05-23.
214
215 2000-05-29 Bruno Haible <haible@clisp.cons.org>
216
217 * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
218 Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
219
220 2000-05-27 Richard Kreckel <kreckel@ginac.de>
221
222 * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
223 src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
224
225 2000-05-24 Richard Kreckel <kreckel@ginac.de>
226
227 * autoconf/config.*: Updated to new version from FSF
228 (the new libtool wants this).
229 * src/Makefile.in: added $(LDFLAGS) to link step.
230 * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted
231 break-even points.
232
233 2000-05-23 Bruno Haible <haible@clisp.cons.org>
234
235 * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
236 host_vendor, host_os correctly if $host has more than two hyphens.
237
238 2000-05-19 Richard Kreckel <kreckel@ginac.de>
239
240 * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
241 better match present-day CPUs whenever GMP3 is used.
242 * src/base/digitseq/cl_DS_div.cc: dto.
243 * src/TUNING: Added comment about order of tuning.
244 * configure, configure.in: Safer GMP3-detection.
245 * INSTALL.generic: Clarified behaviour of --with-gmp.
246 * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
247
248 2000-05-04 Richard Kreckel <kreckel@ginac.de>
249
250 * gmp/: removed completely. From now on we are going to link
251 externally against libgmp3.0 or above!
252 * configure, configure.in, Makefile.in, */Makeflags: removed support
253 of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
254 setting $CPPFLAGS instead.
255 * Makefile.in: Added libtool inter-library dependency for -lgmp and
256 conforming interface versioning (-version-info).
257 * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
258 from libtool 1.3.4.
259
260 2000-02-22 Bruno Haible <haible@clisp.cons.org>
261
262 * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
263 parameter passing was changed for the MIPS n32 ABI.
264
265 2000-01-24 Richard Kreckel <kreckel@ginac.de>
266
267 * gmp/*: Replaced the complete mpn sources with the ones from
268 Debian since they are maintained while the ones from FSF
269 aren't and there were problems on some architectures, PowerPC
270 in particular. See the file gmp/README.CLN. This way the
271 hard links in this directory have vanished, they were causing
272 trouble for people working in AFS. This became necessary for
273 Debian, because there it woudn't compile on PPC.
274
275 2000-01-13 Richard Kreckel <kreckel@ginac.de>
276
277 * Version 1.0.3 released.
278
279 2000-01-13 Richard Kreckel <kreckel@ginac.de>
280
281 * src/base/cl_macros.h (nonreturning_function): For egcs and newer
282 use __attribute__ ((__noreturn__)) instead of the __volatile__
283 storage class.
284 (nonreturning): Remove macro.
285 * include/*: Minor fixes to stop -ansi -pedantic from complaining.
286 * include/cl_integer.h: (doublefactorial): New declaration.
287 * src/integer/misc/combin/cl_I_doublefactorial.cc: New file.
288
289 1999-12-18 Bruno Haible <haible@clisp.cons.org>
290
291 * autoconf/acgeneral.m4 (AC_ARG_PROGRAM): Create conftestsed using
292 "cat", not "echo".
293 * autoconf/ltconfig: Improve support for recent FreeBSD 3.
294 * include/cl_GV.h (cl_GV_vectorops): Change return type from 'T' to
295 'const T', to match definition in src/vector/cl_GV_number.cc.
296 Reported by Duncan Simpson <dps@io.stargate.co.uk>.
297 * gmp/mpn/Makefile.in (.S.lo): Use 'if', not '&&', because '&&' may
298 yield return code 1.
299
300 1999-09-07 Bruno Haible <haible@clisp.cons.org>
301
302 * Version 1.0.2 released.
303
304 1999-09-06 Bruno Haible <haible@clisp.cons.org>
305
306 * src/rational/cl_RA.h (integerp, ratiop): Instead of returning a
307 boolean expression, write alternatives ending with either
308 "return cl_true;" or "return cl_false;". This way, g++ does a
309 better job inlining it.
310 * src/float/cl_F.h (longfloatp): Likewise.
311 * src/real/cl_R.h (rationalp, integerp, floatp): Likewise.
312 * src/complex/cl_C.h (realp, complexp): Likewise.
313
314 1999-09-05 Bruno Haible <haible@clisp.cons.org>
315
316 * include/cl_integer.h (cl_equal_hashcode): New declaration.
317 * include/cl_rational.h (cl_equal_hashcode): New declaration.
318 * include/cl_sfloat.h (cl_equal_hashcode): New declaration.
319 * include/cl_ffloat.h (cl_equal_hashcode): New declaration.
320 * include/cl_dfloat.h (cl_equal_hashcode): New declaration.
321 * include/cl_lfloat.h (cl_equal_hashcode): New declaration.
322 * include/cl_float.h (cl_equal_hashcode): New declaration.
323 * include/cl_real.h (cl_equal_hashcode): New declaration.
324 * include/cl_complex.h (cl_equal_hashcode): New declaration.
325 * src/base/cl_N.h (equal_hashcode_low, equal_hashcode_one): New macros.
326 * src/integer/misc/cl_I_eqhashcode.cc: New file.
327 * src/rational/misc/cl_RA_eqhashcode.cc: New file.
328 * src/float/sfloat/misc/cl_SF_eqhashcode.cc: New file.
329 * src/float/ffloat/misc/cl_FF_eqhashcode.cc: New file.
330 * src/float/dfloat/misc/cl_DF_eqhashcode.cc: New file.
331 * src/float/lfloat/misc/cl_LF_eqhashcode.cc: New file.
332 * src/float/misc/cl_F_eqhashcode.cc: New file.
333 * src/real/misc/cl_R_eqhashcode.cc: New file.
334 * src/complex/misc/cl_C_eqhashcode.cc: New file.
335 * doc/cln.tex: Document `cl_equal_hashcode'.
336
337 1999-09-05 Bruno Haible <haible@clisp.cons.org>
338
339 * include/cl_ring.h (cl_number_ring_ops): Add `contains' member.
340 (cl_number_ring): New class.
341 (cl_specialized_number_ring<T>): Inherit from cl_number_ring.
342 (instanceof): New function.
343 * src/integer/ring/cl_I_ring.cc (cl_I_p): New function.
344 * src/integer/misc/cl_I_as.cc (cl_I_p): Add comment.
345 * src/rational/ring/cl_RA_ring.cc (cl_RA_p): New function.
346 * src/rational/misc/cl_RA_as.cc (cl_RA_p): Add comment.
347 * src/real/ring/cl_R_ring.cc (cl_R_p): New function.
348 * src/real/misc/cl_R_as.cc (cl_R_p): Add comment.
349 * src/complex/ring/cl_C_ring.cc (cl_N_p): New function.
350 * src/complex/misc/cl_N_as.cc (cl_N_p): Add comment.
351 * doc/cln.tex: Document `instanceof'.
352
353 1999-09-05 Bruno Haible <haible@clisp.cons.org>
354
355 * include/cl_rational.h (numerator, denominator): New declarations.
356 * src/rational/elem/cl_RA_numerator.cc: New file.
357 * src/rational/elem/cl_RA_denominator.cc: New file.
358 * include/cl_integer.h (numerator, denominator): New inline functions.
359 * doc/cln.tex: Document `numerator' and `denominator'.
360
361 1999-09-05 Bruno Haible <haible@clisp.cons.org>
362
363 * src/rational/algebraic/cl_RA_rootp.cc (rootp): Fix endless loop
364 in the integer case.
365 * src/rational/algebraic/cl_RA_rootp_I.cc (rootp): Likewise.
366
367 1999-09-05 Bruno Haible <haible@clisp.cons.org>
368
369 * include/cl_config.h.in: Support for sparc64 CPU.
370 * include/cl_modules.h: Likewise.
371 * include/cl_types.h: Likewise.
372 * include/cl_object.h: Likewise.
373 * include/cl_GV.h: Likewise.
374 * src/Makefile.in: Likewise.
375 * src/base/cl_alloca.h: Likewise.
376 * src/base/cl_macros.h: Likewise.
377 * src/base/cl_sysdep.h: Likewise.
378 * src/base/cl_low.h: Likewise.
379 * src/base/digitseq/cl_asm.h: Likewise.
380 * src/base/digitseq/cl_asm_.cc: Likewise.
381 * src/base/digitseq/cl_asm_sparc64.h: New file.
382 * src/base/digitseq/cl_asm_sparc64_.cc: New file.
383 * src/modinteger/cl_MI_int.h: Support for sparc64 CPU.
384 * src/polynomial/elem/cl_UP_no_ring.cc: Likewise.
385 * src/polynomial/elem/cl_UP_GF2.h: Likewise.
386 * src/polynomial/elem/cl_asm_GF2.cc: Likewise.
387
388 1999-09-04 Bruno Haible <haible@clisp.cons.org>
389
390 * src/base/digitseq/cl_asm_sparc_.cc (orc2_loop_up, orc2_loop_down):
391 Use the `orn' instruction.
392
393 1999-08-14 Bruno Haible <haible@clisp.cons.org>
394
395 Assume all platforms have <stdlib.h> and clock_t.
396 * configure.in: Don't call CL_STDLIB_H and CL_CLOCK_T.
397 * src/base/cl_base_config.h.in (CLOCK_T): Remove definition.
398 * src/base/random/cl_random_from.cc: Use clock_t instead of CLOCK_T.
399 * src/timing/cl_t_config.h.in (CLOCK_T): Remove definition.
400 * src/timing/cl_t_current2.cc: Use clock_t instead of CLOCK_T.
401
402 1999-07-18 Bruno Haible <haible@clisp.cons.org>
403
404 * gmp/config.guess: Link to autoconf/config.guess.
405 gmp/config.sub: Link to autoconf/config.sub.
406 Needed for Win32 platforms.
407
408 1999-07-17 Bruno Haible <haible@clisp.cons.org>
409
410 * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Distinguish "sparc" and
411 "sparc64" according to the C compiler, not the uname result.
412
413 1999-06-17 Bruno Haible <haible@clisp.cons.org>
414
415 * src/base/digitseq/cl_asm_sparc_.cc (compare_loop_up): Fix
416 COUNTER_LOOPS version, fortunately not used yet.
417
418 * include/cl_modules.h: Prepare for gcc version 3.
419
420 1999-06-12 Bruno Haible <haible@clisp.cons.org>
421
422 * src/rational/elem/cl_RA_plus.cc, src/rational/elem/cl_RA_minus.cc:
423 Change the last call from I_I_to_RT to I_I_to_RA.
424
425 1999-06-09 Bruno Haible <haible@clisp.cons.org>
426
427 * Version 1.0.1 released.
428
429 1999-06-09 Bruno Haible <haible@clisp.cons.org>
430
431 * src/integer/cl_I.h (pFN_maxlength_digits_at): Define also when
432 intDsize==64.
433
434 1999-06-08 Bruno Haible <haible@clisp.cons.org>
435
436 * autoconf/intparam.c (printf_underscored): Change argument type to
437 `const char*'.
438 * include/cl_modules.h (CL_OUTPUT_LABEL, CL_JUMP_TO): New macros.
439 (CL_PROVIDE, CL_PROVIDE_END): Use them.
440 * include/cl_string.h (cl_heap_string::operator new): Return 1, not 0.
441 * include/cl_GV.h (cl_GV_inner<T>::operator new): Likewise.
442 * src/base/ring/cl_no_ring.cc (dummy_canonhom, dummy_expt_pos): Don't
443 cast a cl_I to void here. Works around a bug in g++-2.95.
444 * src/complex/misc/cl_C_class.cc: Include "cl_C.h".
445 * src/polynomial/elem/cl_UP_no_ring.cc (dummy_canonhom,
446 dummy_expt_pos): Don't cast a cl_I to void here. Works around a bug
447 in g++-2.95.
448 * src/polynomial/elem/cl_asm_sparc_GF2.cc (DECLARE_FUNCTION): New
449 macro.
450 * src/rational/misc/cl_RA_class.cc: Include "cl_RA.h".
451 * src/vector/cl_GV_I.cc (cl_heap_GV_I_general::operator new,
452 DEFINE_cl_heap_GV_I_bits): Return 1, not 0.
453 * src/vector/cl_GV_number.cc (cl_heap_GV_number_general::operator new):
454 Likewise.
455
456 1999-06-01 Bruno Haible <haible@clisp.cons.org>
457
458 * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Canonicalize alpha
459 variants to alpha.
460
461 1999-05-29 Bruno Haible <haible@clisp.cons.org>
462
463 * src/base/digitseq/cl_asm_i386_.cc (DECLARE_FUNCTION): Treat
464 OpenBSD like NetBSD.
465 * src/base/digitseq/cl_asm_sparc_.cc (DECLARE_FUNCTION): Likewise.
466 * src/base/digitseq/cl_asm_m68k_.cc (DECLARE_FUNCTION): Treat
467 OpenBSD like NetBSD, and Linux/ELF like SVR4.
468
469 1999-05-16 Bruno Haible <haible@clisp.cons.org>
470
471 * src/base/cl_low.h (integerlength32) [__rs6000__]: Use old assembler
472 syntax on AIX systems and new assembler syntax on non-AIX systems.
473
474 1999-05-01 Bruno Haible <haible@clisp.cons.org>
475
476 * autoconf/config.guess, autoconf/config.sub: Upgrade to newest
477 version from GNU CVS.
478
479 1999-04-24 Bruno Haible <haible@clisp.cons.org>
480
481 * src/integer/bitwise/cl_I_logand.cc (logand): Optimize the case when
482 either operand is a positive fixnum, O(1) instead of O(N).
483 * src/integer/bitwise/cl_I_lognand.cc (lognand): Likewise.
484 * src/integer/bitwise/cl_I_logandc2.cc (logandc2): Likewise for the
485 first operand.
486
487 1999-04-14 Bruno Haible <haible@clisp.cons.org>
488
489 * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add check whether
490 ctor/dtor needs to be exported.
491 * include/cl_config.h.in (CL_NEED_GLOBALIZE_CTORDTOR): New macro.
492 * include/cl_modules.h (CL_GLOBALIZE_JUMP_LABEL): Renamed from
493 CL_GLOBALIZE_LABEL.
494 (CL_GLOBALIZE_LABEL): New macro.
495 (CL_GLOBALIZE_CTORDTOR_LABEL): Renamed from CL_GLOBALIZE_ASM_LABEL.
496 (CL_PROVIDE): Update.
497
498 1999-04-12 Bruno Haible <haible@clisp.cons.org>
499
500 * src/Makefile.in ($(ASMFILES_S)): On HPPA, ignore preprocessing
501 errors ("unterminated string or character constant").
502 ($(ASMFILES_LO)): On HPPA, try with various settings of
503 COMPILER_PATH, in order to try /usr/ccs/bin/as and /bin/as.
504
505 1999-04-11 Bruno Haible <haible@clisp.cons.org>
506
507 * INSTALL: Mention gmp problems on MIPS.
508 * doc/cln.tex: Likewise.
509
510 1999-03-24 Mumit Khan <khan@xraylith.wisc.edu>
511
512 * src/Makefile.in (SUBDIRS): Filter out CVS and RCS directories from
513 the source tree.
514 * include/cl_modules.h (CL_GLOBALIZE_LABEL): Define for Win32.
515 (CL_GLOBALIZE_ASM_LABEL): New macro.
516 (CL_PROVIDE): Use it.
517 * src/base/random/cl_random_from.cc: Handle WIN32.
518 * src/timing/cl_t_current.cc: Likewise.
519
520 1999-03-15 Bruno Haible <haible@clisp.cons.org>
521
522 * autoconf/intparam.c (main7): Use %lX instead of %X for a `long'.
523 (main8): Adapt for C++.
524
525 1999-03-09 Bruno Haible <haible@clisp.cons.org>
526
527 * INSTALL: Mention egcs-1.1 problems on Sparc.
528 * doc/cln.tex: Likewise.
529
530 1999-03-08 Bruno Haible <haible@clisp.cons.org>
531
532 * autoconf/aclocal.m4 (CL_FPU_CONTROL): Fix the "checking for"
533 messages.
534
535 1999-02-25 Bruno Haible <haible@clisp.cons.org>
536
537 * autoconf/aclocal.m4: In test programs, declare `int main()', not
538 `main()'.
539
540 * lidia-interface/src/interfaces/integers/cln/bigint.c
541 (bigint_to_string): Fix for negative arguments.
542
543 * src/base/cl_low.h: Check for `__sparc__', not `SPARC'.
544 * src/base/cl_alloca.h: Likewise.
545
546 * src/base/cl_low.h: Eliminate CLISP style "# " comments.
547 * src/base/digitseq/cl_asm_arm_.cc,
548 src/base/digitseq/cl_asm_mips_.cc,
549 src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
550
551 * src/modinteger/cl_MI_pow2.h,
552 src/modinteger/cl_MI_pow2m1.h,
553 src/modinteger/cl_MI_pow2p1.h: Workaround g++-2.7.2 inlining bug.
554
555 1999-01-18 Bruno Haible <haible@clisp.cons.org>
556
557 * autoconf/acgeneral.m4,
558 autoconf/acspecific.m4: Upgrade to autoconf-2.13.
559 * autoconf/config.guess, autoconf/config.sub: Likewise.
560 * autoconf/aclocal.m4 (CL_ALLOCA): Test for _MSC_VER and alloca being
561 a macro. Use ${ac_objext}.
562 * src/base/cl_macros.h (alloca): Put _MSC_VER test before the others,
563 conforming with CL_ALLOCA.
564
565 1999-01-12 Bruno Haible <haible@clisp.cons.org>
566
567 * Version 1.0 released.
568

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