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.

739 lines
31 KiB

24 years ago
25 years ago
25 years ago
25 years ago
25 years ago
25 years ago
  1. 2002-02-16 Richard Kreckel <kreckel@ginac.de>
  2. * cln.m4: quote macro name.
  3. Pointed out by Roberto Bagnara.
  4. 2002-01-20 Richard Kreckel <kreckel@ginac.de>
  5. * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
  6. (the old one was broken on Linux/Mips.)
  7. 2002-01-04 Richard Kreckel <kreckel@ginac.de>
  8. * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
  9. * Version 1.1.4 released.
  10. 2002-01-03 Richard Kreckel <kreckel@ginac.de>
  11. * autoconf/acinclude.m4: revamp MPN-matcher.
  12. * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
  13. sync with CLisp from CVS.
  14. * autoconf/autoconf: Likewise.
  15. * autoconf/autoconf.m4f: Likewise (new file).
  16. * configure.ac: Likewise (new file, replaces configure.in).
  17. * configure.in: Likewise (deleted, replaced by configure.ac).
  18. * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
  19. * src/Makefile.in: made VPATH safe for autoconf-2.52.
  20. * include/cln/config.h.in: Add __s390__.
  21. 2001-12-31 Richard Kreckel <kreckel@ginac.de>
  22. * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"
  23. any more since GMP4 has some C++ support in it.
  24. 2001-12-14 Richard Kreckel <kreckel@ginac.de>
  25. * include/cln/modules.h, include/cln/object.h: add support for
  26. s390.
  27. * src/numtheory/cl_nt_sqrtmodp.cc: workaround for GCC2.x compiler-bug
  28. on s390, provided by Gerhard Tonn.
  29. 2001-11-05 Richard Kreckel <kreckel@ginac.de>
  30. * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
  31. * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
  32. * Version 1.1.3 released.
  33. 2001-11-04 Bruno Haible <haible@clisp.cons.org>
  34. Interoperability with gcc-3.0 -fuse-cxa-atexit.
  35. * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add test whether
  36. global destructors actually exist.
  37. * include/cln/modules.h (CL_PROVIDE, CL_PROVIDE_END, CL_PROVIDE_END):
  38. Don't hack the global destructors if there is no global destructors
  39. function.
  40. 2001-11-03 Richard Kreckel <kreckel@ginac.de>
  41. * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small
  42. values of x, return square(x) instead of x.
  43. * src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise.
  44. 2001-07-25 Richard Kreckel <kreckel@ginac.de>
  45. * Version 1.1.2 released.
  46. 2001-07-24 Richard Kreckel <kreckel@ginac.de>
  47. * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
  48. friend of cl_heap_hashtable<htentry>.
  49. 2001-07-22 Richard Kreckel <kreckel@ginac.de>
  50. * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
  51. _FPU_IEEE is really defined.
  52. * include/cln/modules.h: change assembler labels from `label' to
  53. `label:' on hppa, needed by Linux (see comment).
  54. * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
  55. * Makefile.devel: adjusted.
  56. * autoconf/aclocal.m4: regenerate.
  57. * src/base/low/cl_low_mul.cc: moved POD variables that are declared
  58. extern "C" elsewhere out of the namespace.
  59. * src/base/low/cl_low_div.cc: Likewise.
  60. 2001-06-08 Bruno Haible <haible@clisp.cons.org>
  61. * autoconf/config.{guess,sub}: Update to GNU version 2001-05-11.
  62. * autoconf/aclocal.m4: Upgrade to libtool-1.4.
  63. * autoconf/ltmain.sh: Likewise.
  64. * autoconf/ltconfig: Remove file.
  65. * autoconf/install-sh: New file.
  66. * configure.in: Add AC_CONFIG_AUX_DIR call.
  67. 2001-06-05 Richard Kreckel <kreckel@ginac.de>
  68. * tests/tests.cc: resolve namespace ambiguity about strcmp().
  69. 2001-05-31 Richard Kreckel <kreckel@ginac.de>
  70. * Version 1.1.1 released.
  71. 2001-05-28 Richard Kreckel <kreckel@ginac.de>
  72. * cln/cln.tex: documented problems with shared library on Sparc
  73. using gcc older than 2.95.3.
  74. * configure.in: Fixed typos in versioning docu.
  75. 2001-05-25 Bruno Haible <haible@clisp.cons.org>
  76. * src/base/digitseq/cl_asm_arm_.cc: Use #0x instead of #& to designate
  77. hexadecimal constants.
  78. 2001-05-25 Richard Kreckel <kreckel@ginac.de>
  79. * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
  80. * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.
  81. * Removed LiDIA interface since that is now outdated (namespace cln)
  82. and maintained elsewhere.
  83. * Adjusted dates and final touches for 1.1.1.
  84. 2001-05-19 Richard Kreckel <kreckel@ginac.de>
  85. * INSTALL: Update toolchain info: no egcs, some more platforms.
  86. * doc/cln.tex: Likewise.
  87. 2001-05-18 Richard Kreckel <kreckel@ginac.de>
  88. * src/base/cl_low.h: prepended variables declared inside macros
  89. with underscore. Fixes equal_hashcode() on various platforms.
  90. 2001-04-25 Richard Kreckel <kreckel@ginac.de>
  91. * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
  92. this definition becomes actually useful. This is needed for
  93. compilation on Arm until somebody fixes the assembler files for Arm.
  94. * src/base/digitseq/cl_asm.h: Likewise.
  95. * src/base/digitseq/cl_asm_.cc: Likewise.
  96. * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
  97. one can say `make CPPFLAGS=-DFOOBAR'.
  98. 2001-03-26 Arvid Norberg <c99ang@cs.umu.se>
  99. * src/base/random/cl_random_from.cc: ported to beos.
  100. 2001-03-05 Richard Kreckel <kreckel@ginac.de>
  101. * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.
  102. 2001-01-28 Richard Kreckel <kreckel@ginac.de>
  103. * include/cln/number.h (cl_as_N): Remove bogus comment.
  104. 2001-01-22 Richard Kreckel <kreckel@ginac.de>
  105. * configure.in: Make build in separate builddir possible (again).
  106. 2001-01-22 Richard Kreckel <kreckel@ginac.de>
  107. * include/cln/*.h: Change signatures of all classes' methods
  108. cln::cl_foo::operator new(size_t, cl_foo*) to
  109. cln::cl_foo::operator new(size_t, void*) so one can declare
  110. std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
  111. certain STL implementations (like libstdc++-v3).
  112. 2000-12-14 Richard Kreckel <kreckel@ginac.de>
  113. * Version 1.1 released.
  114. 2000-12-13 Richard Kreckel <kreckel@ginac.de>
  115. * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
  116. 2000-12-05 Richard Kreckel <kreckel@ginac.de>
  117. * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
  118. * include/cln/version.h.in, src/base/verion.cc: New files.
  119. * configure.in: Generate include/cln/version.h.
  120. * cln.m4: Rewrote it. Check result of cln-config without compiling.
  121. Do cross-check library version and header version information.
  122. 2000-12-02 Christian Bauer <cbauer@ginac.de>
  123. * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
  124. * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
  125. building.
  126. 2000-11-24 Richard Kreckel <kreckel@ginac.de>
  127. * */*: Removed problematic stdin, stdout and stderr definitions.
  128. Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
  129. 2000-11-20 Bruno Haible
  130. * cln-config.1: change title.
  131. 2000-11-18 Richard Kreckel <kreckel@ginac.de>
  132. * cln.m4: New file.
  133. * doc/cln.tex: Document package tools cln-config and cln.m4.
  134. * Makefile.in: Care about cln.m4.
  135. 2000-11-17 Richard Kreckel <kreckel@ginac.de>
  136. * cln-config.1: added manpage, as required by a couple of distros.
  137. * Makefile.in, doc/Makefile.in: target install depends on installdirs.
  138. 2000-11-16 Richard Kreckel <kreckel@ginac.de>
  139. * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
  140. * configure.in: ...used here.
  141. * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
  142. * include/cln/types.h: ...used here.
  143. * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
  144. 2000-11-13 Richard Kreckel <kreckel@ginac.de>
  145. * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
  146. in order to guard against an accidented configuration.
  147. * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
  148. struct power_table_entry initialized as ULL instead of as UL, if
  149. intDsize==64 (caused misprinting on MIPS w/ GMP).
  150. * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
  151. HAVE_FAST_LONGLONG.
  152. * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
  153. * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
  154. generation of Bignum for intDsize==64 and a notreached-check at end.
  155. * autoconf/config.guess, autoconf/config.sub: updated from FSF.
  156. * include/cln/config.h.in: Prepared support for IA64.
  157. * include/cln/types.h: Likewise.
  158. * include/cln/object.h: Likewise.
  159. * include/cln/modules.h: Likewise.
  160. * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
  161. compiler claims __GNUC_MINOR__==9).
  162. 2000-11-03 Richard Kreckel <kreckel@ginac.de>
  163. * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
  164. HAVE_DD to HAVE_FAST_LONGLONG.
  165. * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
  166. * src/base/cl_low.h: actually no need to include "cln/types.h" here.
  167. * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
  168. * src/base/random/cl_UL_random.cc (random32): a is always ULL.
  169. 2000-11-01 Richard Kreckel <kreckel@ginac.de>
  170. * include/cln/object.h (cl_combine): define additional signatures, if
  171. HAVE_LONGLONG is defined, in order to keep the compiler happy.
  172. * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
  173. * src/base/cl_macros.h (bit): ...for this macro...
  174. * src/base/cl_macros.h (minus_bit): ...and this one.
  175. * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
  176. * src/base/cl_low.h (logcount_64): ...for this macro.
  177. * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
  178. * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
  179. that turned up when intDsize==32 and cl_word_size==64.
  180. * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
  181. to uint64 that turned up when intDsize==32 and cl_word_size==64.
  182. 2000-10-29 Richard Kreckel <kreckel@ginac.de>
  183. * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
  184. #undef stderr, if it's defined so cln::stderr isn't confused.
  185. * src/base/input/cl_read_globals.cc: stdin should not be extern.
  186. 2000-09-05 Richard Kreckel <kreckel@ginac.de>
  187. * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
  188. to the appropiate method instead of prefixing `as_'.
  189. * src/complex/misc/cl_N_as.cc (cl_N_As): Likewise.
  190. * src/real/misc/cl_R_as.cc (cl_R_As): Likewise.
  191. * src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise.
  192. * src/integer/misc/cl_I_as.cc (cl_I_As): Likewise.
  193. * src/float/misc/cl_F_as.cc (cl_F_As): Likewise.
  194. * src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise.
  195. * src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise.
  196. * src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise.
  197. * src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise.
  198. 2000-09-05 Richard Kreckel <kreckel@ginac.de>
  199. * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
  200. the 0^y cases.
  201. 2000-08-30 Richard Kreckel <kreckel@ginac.de>
  202. * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
  203. Rearranged for a clearer distinction between macros and remaining
  204. identifiers, so Cint can parse it smoothly.
  205. 2000-08-29 Richard Kreckel <kreckel@ginac.de>
  206. * include/cln/number.h, the(const cl_number& x): New template
  207. function.
  208. 2000-08-29 Richard Kreckel <kreckel@ginac.de>
  209. * */*: Pushed CLN into a namespace `cln'. While doing so, the
  210. following identifiers got their poor-man's namespace (i.e. the
  211. prefix `cl_') stripped off:
  212. cl_catalanconst() -> catalanconst()
  213. cl_compare() -> compare()
  214. cl_cos_sin() -> cos_sin()
  215. cl_cos_sin_t -> cos_sin_t
  216. cl_cosh_sinh() -> cosh_sinh()
  217. cl_cosh_sinh_t -> cosh_sinh_t
  218. cl_decoded_dfloat -> decoded_dfloat
  219. cl_decoded_ffloat -> decoded_ffloat
  220. cl_decoded_float -> decoded_float
  221. cl_decoded_lfloat -> decoded_lfloat
  222. cl_decoded_sfloat -> decoded_sfloat
  223. cl_default_float_format -> default_float_format
  224. cl_default_print_flags -> default_print_flags
  225. cl_default_random_state -> default_random_state
  226. cl_double_approx() -> double_approx()
  227. cl_equal() -> equal()
  228. cl_equal_hashcode() -> equal_hashcode()
  229. cl_eulerconst() -> eulerconst()
  230. cl_find_modint_ring() -> find_modint_ring()
  231. cl_find_univpoly_ring() -> find_univ_poly_ring()
  232. cl_float_approx() -> float_approx
  233. cl_float_format() -> float_format()
  234. cl_float_format_t -> float_format_t
  235. cl_free_hook() -> free_hook()
  236. cl_hermite() -> hermite()
  237. cl_laguerre() -> laguerre()
  238. cl_legendre() -> legandre()
  239. cl_malloc_hook() -> malloc_hook()
  240. cl_pi() -> pi()
  241. cl_tschebychev() -> tschebychev()
  242. cl_zeta() -> zeta()
  243. NB: For functions these changes includes all signatures.
  244. * include/*: moved to include/cln/*, stripped `cl_' off filenames.
  245. * cln-config.in: new file.
  246. 2000-08-26 Bruno Haible <haible@clisp.cons.org>
  247. * autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
  248. value, not parens.
  249. 2000-08-18 Bruno Haible <haible@clisp.cons.org>
  250. * include/cl_univpoly_modint.h: Fix typo.
  251. 2000-07-13 Bruno Haible <haible@clisp.cons.org>
  252. * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',
  253. used as precision marker for floats.
  254. Reported by Keith Briggs (in 1998) and Thomas Roessler.
  255. * src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise.
  256. * src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise.
  257. * src/real/input/cl_R_read_stream.cc (number_char_p): Likewise.
  258. * src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise.
  259. 2000-06-22 Bruno Haible <haible@clisp.cons.org>
  260. * include/cl_object.h: Rename cl_word_size to cl_pointer_size.
  261. * include/cl_types.h (HAVE_FAST_LONGLONG): Also define on Irix6
  262. with N32 ABI.
  263. (cl_word_size): New macro.
  264. * src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of
  265. cl_word_size.
  266. 2000-05-31 Bruno Haible <haible@clisp.cons.org>
  267. * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry.
  268. From a sample that fails with gcc-2.95.2 on Sparc.
  269. * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise.
  270. 2000-05-30 Richard Kreckel <kreckel@ginac.de>
  271. * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
  272. New macros.
  273. * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
  274. CL_VERSION_PATCHLEVEL): New definitions.
  275. * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
  276. autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
  277. * src/Makefile.in, configure.in: release-variables renamed from
  278. CLN_* to CL_*.
  279. * configure.in: default to build both shared and static library
  280. (i.e. default to the most common behaviour).
  281. 2000-05-29 Richard Kreckel <kreckel@ginac.de>
  282. * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
  283. environment around the patch of 2000-05-23.
  284. 2000-05-29 Bruno Haible <haible@clisp.cons.org>
  285. * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
  286. Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
  287. 2000-05-27 Richard Kreckel <kreckel@ginac.de>
  288. * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
  289. src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
  290. 2000-05-24 Richard Kreckel <kreckel@ginac.de>
  291. * autoconf/config.*: Updated to new version from FSF
  292. (the new libtool wants this).
  293. * src/Makefile.in: added $(LDFLAGS) to link step.
  294. * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted
  295. break-even points.
  296. 2000-05-23 Bruno Haible <haible@clisp.cons.org>
  297. * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
  298. host_vendor, host_os correctly if $host has more than two hyphens.
  299. 2000-05-19 Richard Kreckel <kreckel@ginac.de>
  300. * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
  301. better match present-day CPUs whenever GMP3 is used.
  302. * src/base/digitseq/cl_DS_div.cc: dto.
  303. * src/TUNING: Added comment about order of tuning.
  304. * configure, configure.in: Safer GMP3-detection.
  305. * INSTALL.generic: Clarified behaviour of --with-gmp.
  306. * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
  307. 2000-05-04 Richard Kreckel <kreckel@ginac.de>
  308. * gmp/: removed completely. From now on we are going to link
  309. externally against libgmp3.0 or above!
  310. * configure, configure.in, Makefile.in, */Makeflags: removed support
  311. of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
  312. setting $CPPFLAGS instead.
  313. * Makefile.in: Added libtool inter-library dependency for -lgmp and
  314. conforming interface versioning (-version-info).
  315. * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
  316. from libtool 1.3.4.
  317. 2000-02-22 Bruno Haible <haible@clisp.cons.org>
  318. * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
  319. parameter passing was changed for the MIPS n32 ABI.
  320. 2000-01-24 Richard Kreckel <kreckel@ginac.de>
  321. * gmp/*: Replaced the complete mpn sources with the ones from
  322. Debian since they are maintained while the ones from FSF
  323. aren't and there were problems on some architectures, PowerPC
  324. in particular. See the file gmp/README.CLN. This way the
  325. hard links in this directory have vanished, they were causing
  326. trouble for people working in AFS. This became necessary for
  327. Debian, because there it woudn't compile on PPC.
  328. 2000-01-13 Richard Kreckel <kreckel@ginac.de>
  329. * Version 1.0.3 released.
  330. 2000-01-13 Richard Kreckel <kreckel@ginac.de>
  331. * src/base/cl_macros.h (nonreturning_function): For egcs and newer
  332. use __attribute__ ((__noreturn__)) instead of the __volatile__
  333. storage class.
  334. (nonreturning): Remove macro.
  335. * include/*: Minor fixes to stop -ansi -pedantic from complaining.
  336. * include/cl_integer.h: (doublefactorial): New declaration.
  337. * src/integer/misc/combin/cl_I_doublefactorial.cc: New file.
  338. 1999-12-18 Bruno Haible <haible@clisp.cons.org>
  339. * autoconf/acgeneral.m4 (AC_ARG_PROGRAM): Create conftestsed using
  340. "cat", not "echo".
  341. * autoconf/ltconfig: Improve support for recent FreeBSD 3.
  342. * include/cl_GV.h (cl_GV_vectorops): Change return type from 'T' to
  343. 'const T', to match definition in src/vector/cl_GV_number.cc.
  344. Reported by Duncan Simpson <dps@io.stargate.co.uk>.
  345. * gmp/mpn/Makefile.in (.S.lo): Use 'if', not '&&', because '&&' may
  346. yield return code 1.
  347. 1999-09-07 Bruno Haible <haible@clisp.cons.org>
  348. * Version 1.0.2 released.
  349. 1999-09-06 Bruno Haible <haible@clisp.cons.org>
  350. * src/rational/cl_RA.h (integerp, ratiop): Instead of returning a
  351. boolean expression, write alternatives ending with either
  352. "return cl_true;" or "return cl_false;". This way, g++ does a
  353. better job inlining it.
  354. * src/float/cl_F.h (longfloatp): Likewise.
  355. * src/real/cl_R.h (rationalp, integerp, floatp): Likewise.
  356. * src/complex/cl_C.h (realp, complexp): Likewise.
  357. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  358. * include/cl_integer.h (cl_equal_hashcode): New declaration.
  359. * include/cl_rational.h (cl_equal_hashcode): New declaration.
  360. * include/cl_sfloat.h (cl_equal_hashcode): New declaration.
  361. * include/cl_ffloat.h (cl_equal_hashcode): New declaration.
  362. * include/cl_dfloat.h (cl_equal_hashcode): New declaration.
  363. * include/cl_lfloat.h (cl_equal_hashcode): New declaration.
  364. * include/cl_float.h (cl_equal_hashcode): New declaration.
  365. * include/cl_real.h (cl_equal_hashcode): New declaration.
  366. * include/cl_complex.h (cl_equal_hashcode): New declaration.
  367. * src/base/cl_N.h (equal_hashcode_low, equal_hashcode_one): New macros.
  368. * src/integer/misc/cl_I_eqhashcode.cc: New file.
  369. * src/rational/misc/cl_RA_eqhashcode.cc: New file.
  370. * src/float/sfloat/misc/cl_SF_eqhashcode.cc: New file.
  371. * src/float/ffloat/misc/cl_FF_eqhashcode.cc: New file.
  372. * src/float/dfloat/misc/cl_DF_eqhashcode.cc: New file.
  373. * src/float/lfloat/misc/cl_LF_eqhashcode.cc: New file.
  374. * src/float/misc/cl_F_eqhashcode.cc: New file.
  375. * src/real/misc/cl_R_eqhashcode.cc: New file.
  376. * src/complex/misc/cl_C_eqhashcode.cc: New file.
  377. * doc/cln.tex: Document `cl_equal_hashcode'.
  378. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  379. * include/cl_ring.h (cl_number_ring_ops): Add `contains' member.
  380. (cl_number_ring): New class.
  381. (cl_specialized_number_ring<T>): Inherit from cl_number_ring.
  382. (instanceof): New function.
  383. * src/integer/ring/cl_I_ring.cc (cl_I_p): New function.
  384. * src/integer/misc/cl_I_as.cc (cl_I_p): Add comment.
  385. * src/rational/ring/cl_RA_ring.cc (cl_RA_p): New function.
  386. * src/rational/misc/cl_RA_as.cc (cl_RA_p): Add comment.
  387. * src/real/ring/cl_R_ring.cc (cl_R_p): New function.
  388. * src/real/misc/cl_R_as.cc (cl_R_p): Add comment.
  389. * src/complex/ring/cl_C_ring.cc (cl_N_p): New function.
  390. * src/complex/misc/cl_N_as.cc (cl_N_p): Add comment.
  391. * doc/cln.tex: Document `instanceof'.
  392. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  393. * include/cl_rational.h (numerator, denominator): New declarations.
  394. * src/rational/elem/cl_RA_numerator.cc: New file.
  395. * src/rational/elem/cl_RA_denominator.cc: New file.
  396. * include/cl_integer.h (numerator, denominator): New inline functions.
  397. * doc/cln.tex: Document `numerator' and `denominator'.
  398. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  399. * src/rational/algebraic/cl_RA_rootp.cc (rootp): Fix endless loop
  400. in the integer case.
  401. * src/rational/algebraic/cl_RA_rootp_I.cc (rootp): Likewise.
  402. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  403. * include/cl_config.h.in: Support for sparc64 CPU.
  404. * include/cl_modules.h: Likewise.
  405. * include/cl_types.h: Likewise.
  406. * include/cl_object.h: Likewise.
  407. * include/cl_GV.h: Likewise.
  408. * src/Makefile.in: Likewise.
  409. * src/base/cl_alloca.h: Likewise.
  410. * src/base/cl_macros.h: Likewise.
  411. * src/base/cl_sysdep.h: Likewise.
  412. * src/base/cl_low.h: Likewise.
  413. * src/base/digitseq/cl_asm.h: Likewise.
  414. * src/base/digitseq/cl_asm_.cc: Likewise.
  415. * src/base/digitseq/cl_asm_sparc64.h: New file.
  416. * src/base/digitseq/cl_asm_sparc64_.cc: New file.
  417. * src/modinteger/cl_MI_int.h: Support for sparc64 CPU.
  418. * src/polynomial/elem/cl_UP_no_ring.cc: Likewise.
  419. * src/polynomial/elem/cl_UP_GF2.h: Likewise.
  420. * src/polynomial/elem/cl_asm_GF2.cc: Likewise.
  421. 1999-09-04 Bruno Haible <haible@clisp.cons.org>
  422. * src/base/digitseq/cl_asm_sparc_.cc (orc2_loop_up, orc2_loop_down):
  423. Use the `orn' instruction.
  424. 1999-08-14 Bruno Haible <haible@clisp.cons.org>
  425. Assume all platforms have <stdlib.h> and clock_t.
  426. * configure.in: Don't call CL_STDLIB_H and CL_CLOCK_T.
  427. * src/base/cl_base_config.h.in (CLOCK_T): Remove definition.
  428. * src/base/random/cl_random_from.cc: Use clock_t instead of CLOCK_T.
  429. * src/timing/cl_t_config.h.in (CLOCK_T): Remove definition.
  430. * src/timing/cl_t_current2.cc: Use clock_t instead of CLOCK_T.
  431. 1999-07-18 Bruno Haible <haible@clisp.cons.org>
  432. * gmp/config.guess: Link to autoconf/config.guess.
  433. gmp/config.sub: Link to autoconf/config.sub.
  434. Needed for Win32 platforms.
  435. 1999-07-17 Bruno Haible <haible@clisp.cons.org>
  436. * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Distinguish "sparc" and
  437. "sparc64" according to the C compiler, not the uname result.
  438. 1999-06-17 Bruno Haible <haible@clisp.cons.org>
  439. * src/base/digitseq/cl_asm_sparc_.cc (compare_loop_up): Fix
  440. COUNTER_LOOPS version, fortunately not used yet.
  441. * include/cl_modules.h: Prepare for gcc version 3.
  442. 1999-06-12 Bruno Haible <haible@clisp.cons.org>
  443. * src/rational/elem/cl_RA_plus.cc, src/rational/elem/cl_RA_minus.cc:
  444. Change the last call from I_I_to_RT to I_I_to_RA.
  445. 1999-06-09 Bruno Haible <haible@clisp.cons.org>
  446. * Version 1.0.1 released.
  447. 1999-06-09 Bruno Haible <haible@clisp.cons.org>
  448. * src/integer/cl_I.h (pFN_maxlength_digits_at): Define also when
  449. intDsize==64.
  450. 1999-06-08 Bruno Haible <haible@clisp.cons.org>
  451. * autoconf/intparam.c (printf_underscored): Change argument type to
  452. `const char*'.
  453. * include/cl_modules.h (CL_OUTPUT_LABEL, CL_JUMP_TO): New macros.
  454. (CL_PROVIDE, CL_PROVIDE_END): Use them.
  455. * include/cl_string.h (cl_heap_string::operator new): Return 1, not 0.
  456. * include/cl_GV.h (cl_GV_inner<T>::operator new): Likewise.
  457. * src/base/ring/cl_no_ring.cc (dummy_canonhom, dummy_expt_pos): Don't
  458. cast a cl_I to void here. Works around a bug in g++-2.95.
  459. * src/complex/misc/cl_C_class.cc: Include "cl_C.h".
  460. * src/polynomial/elem/cl_UP_no_ring.cc (dummy_canonhom,
  461. dummy_expt_pos): Don't cast a cl_I to void here. Works around a bug
  462. in g++-2.95.
  463. * src/polynomial/elem/cl_asm_sparc_GF2.cc (DECLARE_FUNCTION): New
  464. macro.
  465. * src/rational/misc/cl_RA_class.cc: Include "cl_RA.h".
  466. * src/vector/cl_GV_I.cc (cl_heap_GV_I_general::operator new,
  467. DEFINE_cl_heap_GV_I_bits): Return 1, not 0.
  468. * src/vector/cl_GV_number.cc (cl_heap_GV_number_general::operator new):
  469. Likewise.
  470. 1999-06-01 Bruno Haible <haible@clisp.cons.org>
  471. * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Canonicalize alpha
  472. variants to alpha.
  473. 1999-05-29 Bruno Haible <haible@clisp.cons.org>
  474. * src/base/digitseq/cl_asm_i386_.cc (DECLARE_FUNCTION): Treat
  475. OpenBSD like NetBSD.
  476. * src/base/digitseq/cl_asm_sparc_.cc (DECLARE_FUNCTION): Likewise.
  477. * src/base/digitseq/cl_asm_m68k_.cc (DECLARE_FUNCTION): Treat
  478. OpenBSD like NetBSD, and Linux/ELF like SVR4.
  479. 1999-05-16 Bruno Haible <haible@clisp.cons.org>
  480. * src/base/cl_low.h (integerlength32) [__rs6000__]: Use old assembler
  481. syntax on AIX systems and new assembler syntax on non-AIX systems.
  482. 1999-05-01 Bruno Haible <haible@clisp.cons.org>
  483. * autoconf/config.guess, autoconf/config.sub: Upgrade to newest
  484. version from GNU CVS.
  485. 1999-04-24 Bruno Haible <haible@clisp.cons.org>
  486. * src/integer/bitwise/cl_I_logand.cc (logand): Optimize the case when
  487. either operand is a positive fixnum, O(1) instead of O(N).
  488. * src/integer/bitwise/cl_I_lognand.cc (lognand): Likewise.
  489. * src/integer/bitwise/cl_I_logandc2.cc (logandc2): Likewise for the
  490. first operand.
  491. 1999-04-14 Bruno Haible <haible@clisp.cons.org>
  492. * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add check whether
  493. ctor/dtor needs to be exported.
  494. * include/cl_config.h.in (CL_NEED_GLOBALIZE_CTORDTOR): New macro.
  495. * include/cl_modules.h (CL_GLOBALIZE_JUMP_LABEL): Renamed from
  496. CL_GLOBALIZE_LABEL.
  497. (CL_GLOBALIZE_LABEL): New macro.
  498. (CL_GLOBALIZE_CTORDTOR_LABEL): Renamed from CL_GLOBALIZE_ASM_LABEL.
  499. (CL_PROVIDE): Update.
  500. 1999-04-12 Bruno Haible <haible@clisp.cons.org>
  501. * src/Makefile.in ($(ASMFILES_S)): On HPPA, ignore preprocessing
  502. errors ("unterminated string or character constant").
  503. ($(ASMFILES_LO)): On HPPA, try with various settings of
  504. COMPILER_PATH, in order to try /usr/ccs/bin/as and /bin/as.
  505. 1999-04-11 Bruno Haible <haible@clisp.cons.org>
  506. * INSTALL: Mention gmp problems on MIPS.
  507. * doc/cln.tex: Likewise.
  508. 1999-03-24 Mumit Khan <khan@xraylith.wisc.edu>
  509. * src/Makefile.in (SUBDIRS): Filter out CVS and RCS directories from
  510. the source tree.
  511. * include/cl_modules.h (CL_GLOBALIZE_LABEL): Define for Win32.
  512. (CL_GLOBALIZE_ASM_LABEL): New macro.
  513. (CL_PROVIDE): Use it.
  514. * src/base/random/cl_random_from.cc: Handle WIN32.
  515. * src/timing/cl_t_current.cc: Likewise.
  516. 1999-03-15 Bruno Haible <haible@clisp.cons.org>
  517. * autoconf/intparam.c (main7): Use %lX instead of %X for a `long'.
  518. (main8): Adapt for C++.
  519. 1999-03-09 Bruno Haible <haible@clisp.cons.org>
  520. * INSTALL: Mention egcs-1.1 problems on Sparc.
  521. * doc/cln.tex: Likewise.
  522. 1999-03-08 Bruno Haible <haible@clisp.cons.org>
  523. * autoconf/aclocal.m4 (CL_FPU_CONTROL): Fix the "checking for"
  524. messages.
  525. 1999-02-25 Bruno Haible <haible@clisp.cons.org>
  526. * autoconf/aclocal.m4: In test programs, declare `int main()', not
  527. `main()'.
  528. * lidia-interface/src/interfaces/integers/cln/bigint.c
  529. (bigint_to_string): Fix for negative arguments.
  530. * src/base/cl_low.h: Check for `__sparc__', not `SPARC'.
  531. * src/base/cl_alloca.h: Likewise.
  532. * src/base/cl_low.h: Eliminate CLISP style "# " comments.
  533. * src/base/digitseq/cl_asm_arm_.cc,
  534. src/base/digitseq/cl_asm_mips_.cc,
  535. src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
  536. * src/modinteger/cl_MI_pow2.h,
  537. src/modinteger/cl_MI_pow2m1.h,
  538. src/modinteger/cl_MI_pow2p1.h: Workaround g++-2.7.2 inlining bug.
  539. 1999-01-18 Bruno Haible <haible@clisp.cons.org>
  540. * autoconf/acgeneral.m4,
  541. autoconf/acspecific.m4: Upgrade to autoconf-2.13.
  542. * autoconf/config.guess, autoconf/config.sub: Likewise.
  543. * autoconf/aclocal.m4 (CL_ALLOCA): Test for _MSC_VER and alloca being
  544. a macro. Use ${ac_objext}.
  545. * src/base/cl_macros.h (alloca): Put _MSC_VER test before the others,
  546. conforming with CL_ALLOCA.
  547. 1999-01-12 Bruno Haible <haible@clisp.cons.org>
  548. * Version 1.0 released.