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.

412 lines
17 KiB

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