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.

389 lines
16 KiB

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