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.

462 lines
20 KiB

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