You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

378 lines
16 KiB

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