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.

398 lines
17 KiB

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