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.

1169 lines
46 KiB

24 years ago
25 years ago
25 years ago
25 years ago
25 years ago
25 years ago
  1. 2005-04-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  2. * include/cln/string.h: Declare cl_string.
  3. 2005-03-17 Richard B. Kreckel <kreckel@ginac.de>
  4. * autoconf/ltmain.sh: Upgrade to libtool-1.5.14.
  5. * m4/libtool.m4: Upgrade to libtool-1.5.14 with Comeau patch.
  6. * autoconf/aclocal.m4: Regenerate.
  7. 2005-03-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  8. * src/Makefile.in: Use $CXX instead of $CC when linking.
  9. 2005-02-27 Richard B. Kreckel <kreckel@ginac.de>
  10. * examples/perfnum.cc: update to presumed 42st Mersenne prime.
  11. 2004-11-28 Richard B. Kreckel <kreckel@ginac.de>
  12. Disambiguate binary operators of CLN types with float/double
  13. * include/cln/dfloat.h: Add binary operator overloads for arguments of
  14. type double.
  15. * include/cln/ffloat.h: Likewise, for arguments of type float.
  16. * include/cln/float.h: Likewise, both for arguments of types double and
  17. float.
  18. * include/cln/real.h: Likewise.
  19. Reported by Isidro Cachadiña Gutiérrez <icacha@unex.es>.
  20. 2004-11-03 Richard B. Kreckel <kreckel@ginac.de>
  21. * Version 1.1.9 released.
  22. 2004-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  23. * src/Makefile.in: Let config.status set LDFLAGS.
  24. 2004-10-27 Peter Breitenlohner <peb@mppmu.mpg.de>
  25. * cln.pc.in: Fix typo.
  26. * Makefile.in (INSTALL_SCRIPT): Added, to be used for scripts like
  27. cln-config. Allows us to do special things to binaries, like
  28. installing them with install -s.
  29. * doc/Makefile.in: add/remove the cln.info from the installed
  30. $(infodir)/dir unless this is debian install-info (code copied from
  31. what GNU automake would produce).
  32. 2004-10-26 Richard B. Kreckel <kreckel@ginac.de>
  33. * src/integer/input/cl_I_read_stream.cc (read_integer): Fix a bug
  34. that caused radix specifiers to not work when reading from a stream.
  35. * src/rational/input/cl_RA_read_stream.cc (read_rational): Likewise.
  36. * src/real/input/cl_R_read_stream.cc (read_real): Likewise.
  37. * src/float/input/cl_F_read_stream.cc (read_float): Likewise.
  38. * src/complex/input/cl_N_read_stream.cc (read_complex): Likewise.
  39. 2004-10-25 Richard B. Kreckel <kreckel@ginac.de>
  40. * src/base/cl_low.h: Add mulu64 assembler macro for ia64.
  41. 2004-10-24 Richard B. Kreckel <kreckel@ginac.de>
  42. * src/base/cl_low.h: Add mul and div macros for x86_64.
  43. 2004-10-23 Richard B. Kreckel <kreckel@ginac.de>
  44. * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Fix thinko in
  45. new code for base power of two.
  46. 2004-10-22 Richard B. Kreckel <kreckel@ginac.de>
  47. * src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack
  48. overwriting problem. That was the real cause for Debian bug#246319.
  49. * src/integer/output/cl_I_print.cc (print_integer): Revert workaround
  50. for the bug fixed above.
  51. 2004-10-20 Richard B. Kreckel <kreckel@ginac.de>
  52. * include/cln/types.h: Use 64 bit digits on x86_64 CPU.
  53. 2004-10-12 Richard B. Kreckel <kreckel@ginac.de>
  54. * src/integer/conv/cl_I_from_digits.cc (digits_to_I): Speedup when
  55. the base is a power of two.
  56. 2004-10-05 Richard B. Kreckel <kreckel@ginac.de>
  57. * src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
  58. 2004-09-27 Richard B. Kreckel <kreckel@ginac.de>
  59. Support for little-endian Mips, second shot
  60. * src/base/digitseq/cl_asm_mipsel_.cc: New file...
  61. * src/base/digitseq/cl_asm_cc: ...used here.
  62. * src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness.
  63. * include/cln/object.h: Set alignment for mipsel explicitly.
  64. 2004-09-05 Richard B. Kreckel <kreckel@ginac.de>
  65. Support for little-endian Mips
  66. * include/cln/config.h.in: Add __mipsel__.
  67. * include/cln/modules.h: For Mips, this is endianness-agnostic.
  68. * src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h:
  69. Mask out assembler for little-endian Mips.
  70. 2004-08-30 Bruno Haible <bruno@clisp.org>
  71. * benchmarks/timebench2.sh: Multiply all repeat counts by 100.
  72. * benchmarks/timebench2.results: Add recent PowerPC G4 results.
  73. 2004-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  74. * examples/e.cc: remove extra semicolon.
  75. 2004-08-25 Bruno Haible <bruno@clisp.org>
  76. * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
  77. * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
  78. 2004-08-22 Bruno Haible <bruno@clisp.org>
  79. * m4/libtool.m4: Add support for Comeau C++ on Linux.
  80. Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
  81. * autoconf/aclocal.m4: Regenerate.
  82. 2004-08-19 Bruno Haible <bruno@clisp.org>
  83. * include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When
  84. converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on
  85. MacOS X.
  86. Reported by Darren Bane <darren.bane@ul.ie>.
  87. 2004-07-01 Richard B. Kreckel <kreckel@ginac.de>
  88. * Version 1.1.8 released.
  89. 2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  90. * src/base/cl_macros.h: alloca(3) has size_t argument type.
  91. 2004-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  92. * include/cln/floatformat.h: Do define a type here.
  93. 2004-06-27 Richard B. Kreckel <kreckel@ginac.de>
  94. * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
  95. 2004-06-23 Bruno Haible <bruno@clisp.org>
  96. * configure.ac: Pretend ftime() is not available. Needed by
  97. CL_TIMES_CLOCK.
  98. 2004-06-21 Ralf Stephan <ralf@ark.in-berlin.de>
  99. * doc/cln.tex: Document jacobi, isprobprime and nextprobprime.
  100. 2004-06-18 Richard B. Kreckel <kreckel@ginac.de>
  101. * rational/transcendental/cl_RA_logp.cc: fix bug where base is
  102. reciprocal of an integer.
  103. Reported by Niklas Knutsson <nq@altern.org>.
  104. 2004-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  105. * src/complex/ring/cl_C_ring.cc, src/integer/ring/cl_I_ring.cc,
  106. src/rational/ring/cl_RA_ring.cc, src/real/ring/cl_R_ring.cc:
  107. Make template specializations explicit.
  108. 2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  109. * src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
  110. src/integer/input/cl_I_read.cc, src/rational/input/cl_RA_read.cc,
  111. src/real/input/cl_R_read.cc: Remove unused labels.
  112. 2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  113. * benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc,
  114. benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc,
  115. benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc,
  116. examples/atan_recip.cc, examples/atanh_recip.cc,
  117. examples/contfrac.cc, examples/e.cc, examples/legendre.cc,
  118. examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h,
  119. include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h,
  120. include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc,
  121. src/base/cl_alloca.h, src/base/cl_malloc.cc,
  122. src/base/random/cl_random_from.cc,
  123. src/base/string/cl_spushstring_append.cc,
  124. src/base/string/cl_spushstring_push.cc,
  125. src/base/string/cl_st_debug.cc,
  126. src/base/string/input/cl_st_gettoken.cc,
  127. src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc,
  128. src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc,
  129. src/rational/input/cl_RA_read.cc,
  130. src/real/format-output/cl_fmt_integer.cc,
  131. src/real/format-output/cl_fmt_paddedstring.cc,
  132. src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc,
  133. src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc,
  134. tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc,
  135. tests/timeLFatan.cc, tests/timeLFatanh-compare.cc,
  136. tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc,
  137. tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc,
  138. tests/timeLFln-compare.cc, tests/timeLFln.cc,
  139. tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc,
  140. tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc,
  141. tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc,
  142. tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc,
  143. tests/timediv2adic-compare.cc, tests/timediv2adic.cc,
  144. tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc,
  145. tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc,
  146. tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc,
  147. tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc,
  148. tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc,
  149. tests/timezeta3.cc: Change all C include headers to ISO style
  150. within C++ code.
  151. 2004-06-10 Richard B. Kreckel <kreckel@ginac.de>
  152. * examples/perfnum.cc: update to presumed 41st Mersenne prime.
  153. 2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
  154. * Version 1.1.7 released.
  155. 2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
  156. * examples/pi.cc and examples/pi.1: New files.
  157. * examples/Makefile.in: Build the pi executable.
  158. 2004-05-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  159. * src/Makefile.in: Fix for parallel build: wait for subdir objects to
  160. be finished before creating the library.
  161. 2004-04-30 Richard B. Kreckel <kreckel@ginac.de>
  162. * src/integer/output/cl_I_print.cc (print_integer): workaround
  163. GCC compiler bug (cf. Debian bug#246319).
  164. 2004-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  165. * m4/gmp.m4 (CL_GMP_CHECK): Do not lose LIBS setting with config.cache
  166. enabled.
  167. 2004-03-08 Bruno Haible <bruno@clisp.org>
  168. * src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second
  169. underflow condition.
  170. * src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large
  171. uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1.
  172. 2004-03-04 Richard B. Kreckel <kreckel@ginac.de>
  173. * Makefile.in (install): Add ${srcdir} for cln.m4.
  174. * m4/gmp.m4: quote macro names.
  175. Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
  176. 2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
  177. * Version 1.1.6 released.
  178. 2004-01-01 Richard B. Kreckel <kreckel@ginac.de>
  179. * include/cln/univpoly.h, include/cln/univpoly_complex.h,
  180. include/cln//univpoly_integer.h, include/cln/univpoly_modint.h,
  181. include/cln/univpoly_rational.h, include/cln/univpoly_real.h,
  182. src/polynomial/elem/cl_UP_GF2.h, src/polynomial/elem/cl_UP_MI.h,
  183. src/polynomial/elem/cl_UP_gen.h, src/polynomial/elem/cl_UP_no_ring.cc,
  184. src/polynomial/elem/cl_UP_number.h (ldegree): New function.
  185. * doc/cln.tex: Document `ldegree'.
  186. 2003-12-29 Richard B. Kreckel <kreckel@ginac.de>
  187. Rework of autoconfiscation infrastructure
  188. * autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
  189. * autoconf/ltmain.sh: Update to GNU version 1.4.3.
  190. * autoconf/autoconf: Remove (from now on we assume autoconf is
  191. installed properly on the sytem).
  192. * autoconf/autoconf.m4: Likewise.
  193. * autoconf/autoconf.m4f: Likewise.
  194. * autoconf/acgeneral.m4: Likewise.
  195. * autoconf/acspecific.m4: Likewise.
  196. * autoconf/aclocal.m4: Regenerate.
  197. * autoconf/acinclude.m4: Remove (while moving the macros...)
  198. * m4/gmp.m4: New file (...to here).
  199. * Makefile.devel: Update to new scheme.
  200. * configure.ac: Likewise.
  201. * include/cln/GV_integer.h: Assume template specializations work.
  202. * include/cln/GV_modinteger.h: Likewise.
  203. * include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
  204. * src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
  205. * src/base/random/cl_random_from.cc: Likewise.
  206. * src/timing/cl_base_config.h.in: Likewise.
  207. * src/timing/cl_t_current.cc: Likewise.
  208. 2003-12-27 Richard B. Kreckel <kreckel@ginac.de>
  209. * src/polynomial/cl_UP_gen.h (gen_minus): Fix case where first
  210. argument is zero.
  211. * src/polynomial/cl_UP_MI.h (modint_minus): Likewise.
  212. * src/polynomial/cl_UP_number.h (num_minus): Likewise.
  213. Reported by Munagala Ramanath <amberarrow@yahoo.com>.
  214. 2003-12-02 Richard B. Kreckel <kreckel@ginac.de>
  215. * examples/perfnum.cc: update to presumed 40th Mersenne prime.
  216. 2003-11-20 Christian Bauer <cbauer@ginac.de>
  217. Added pkg-config support
  218. * cln.pc.in: New file.
  219. * Makefile.in: Take care of cln.pc.
  220. * configure.ac: Likewise.
  221. 2003-08-06 Richard B. Kreckel <kreckel@ginac.de>
  222. * src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
  223. Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.
  224. 2003-08-01 Richard Kreckel <kreckel@ginac.de>
  225. More dependent base resolution issues
  226. * src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()):
  227. portable syntactic simplification.
  228. * src/base/hash/cl_hashset.h: Preceed inherited members with this->.
  229. * src/base/hash/cl_hash1.h: Likewise for member functions.
  230. * src/base/hash/cl_hash2.h: Likewise.
  231. * src/base/hash/cl_hashuniq.h: Likewise.
  232. * src/base/hash/cl_hashuniqweak.h: Likewise.
  233. * src/base/hash/cl_hash.h: Revert explicit static member function
  234. lookup since that was GCC's fault.
  235. * src/base/hash/cl_hash2weak.h: Likewise.
  236. * src/base/hash/cl_hashuniqweak.h: Likewise.
  237. 2003-06-29 Richard Kreckel <kreckel@ginac.de>
  238. Dependent base resolution needed for GCC-3.4
  239. * include/cln/GV.h: Preceed inherited members with this->.
  240. * include/cln/SV.h: Likewise.
  241. * include/cln/object.h: Likewise.
  242. * src/base/hash/cl_hash1.h: Likewise.
  243. * src/base/hash/cl_hash1weak.h: Likewise.
  244. * src/base/hash/cl_hash2.h: Likewise.
  245. * src/base/hash/cl_hashuniq.h: Likewise.
  246. * src/base/hash/cl_hash.h: Make lookup of static member function
  247. explicit.
  248. * src/base/hash/cl_hash2weak.h: Likewise.
  249. * src/base/hash/cl_hashuniqweak.h: Likewise.
  250. * src/modinteger/cl_MI.cc: Make shell-comment a C-comment. Geez.
  251. 2003-02-24 Bruno Haible <bruno@clisp.org>
  252. * src/base/random/cl_random_from.cc (random_state::random_state): Add
  253. support for MacOS X.
  254. * src/modinteger/cl_MI.cc: #undef _R.
  255. Reported by Erann Gat <gat@jpl.nasa.gov>.
  256. 2002-08-03 Joerg Arndt <jj@suse.de>
  257. * include/cln/config.h.in: Add support for x86_64 CPU.
  258. * include/cln/modules.h: Likewise.
  259. * include/cln/types.h: Likewise.
  260. * include/cln/object.h: Likewise.
  261. 2002-06-08 Richard Kreckel <kreckel@ginac.de>
  262. * src/base/digitseq/cl_asm.h: ensure intCsize==16 when including
  263. m68k Assembler routines.
  264. * src/base/digitseq/cl_asm_.cc: Likewise.
  265. 2002-05-28 Richard Kreckel <kreckel@ginac.de>
  266. * Version 1.1.5 released.
  267. 2002-05-27 Richard Kreckel <kreckel@ginac.de>
  268. * include/cln/modules.h (CL_CONCATENATE): New macro.
  269. 2002-05-10 Richard Kreckel <kreckel@ginac.de>
  270. * doc/cln.tex (Building the library): Update recommendations for
  271. compiling on Tru64 using g++ 3.0 and 3.1.
  272. * README: Update homepage.
  273. 2002-05-05 Bruno Haible <bruno@clisp.org>
  274. * doc/cln.tex (Building the library): Give some recommendations for
  275. g++ 3.0 and 3.1.
  276. Force link-time references despite optimizations done by g++ 2.95
  277. and newer.
  278. * include/cln/modules.h (CL_FORCE_LINK): New macro.
  279. * Use CL_FORCE_LINK.
  280. * include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise.
  281. * include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise.
  282. * include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise.
  283. * include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise.
  284. * include/cln/dfloat.h (cl_DF_debug_dummy): Likewise.
  285. * include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy):
  286. Likewise.
  287. * include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy):
  288. Likewise.
  289. * include/cln/lfloat.h (cl_LF_debug_dummy): Likewise.
  290. * include/cln/modinteger.h (cl_MI_debug_dummy): Likewise.
  291. * include/cln/rational.h (cl_RA_debug_dummy): Likewise.
  292. * include/cln/real.h (cl_R_debug_dummy): Likewise.
  293. * include/cln/ring.h (cl_ring_debug_dummy): Likewise.
  294. * include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy):
  295. Likewise.
  296. * include/cln/string.h (cl_string_debug_dummy): Likewise.
  297. * include/cln/univpoly.h (cl_UP_debug_dummy): Likewise.
  298. * src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise.
  299. Avoid g++ 3.1 warnings.
  300. * src/base/cl_offsetof.h (offsetof): Redefine each time.
  301. * src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>.
  302. Avoid g++ 3.1 warnings.
  303. * src/base/hash/cl_hash.h (struct cl_heap_hashtable): Use typename
  304. where needed.
  305. * src/base/hash/cl_hash1.h (struct cl_heap_hashtable_1): typedef
  306. htxentry as a shortcut.
  307. * src/base/hash/cl_hash2.h (struct cl_heap_hashtable_2): Likewise.
  308. * src/base/hash/cl_hashset.h (struct cl_heap_hashtable_set): Likewise.
  309. * src/base/hash/cl_hashuniq.h (struct cl_heap_hashtable_uniq):
  310. Likewise.
  311. 2002-03-15 Bruno Haible <bruno@clisp.org>
  312. * cln.tex: Document problem with GNU make 3.77.
  313. Reported by Michael Somos <somos@grail.cba.csuohio.edu>.
  314. 2002-02-16 Richard Kreckel <kreckel@ginac.de>
  315. * cln.m4: quote macro name.
  316. Pointed out by Roberto Bagnara.
  317. 2002-01-20 Richard Kreckel <kreckel@ginac.de>
  318. * autoconf/config.{guess,sub}: Update to GNU version 2002-01-02.
  319. (the old one was broken on Linux/Mips.)
  320. 2002-01-04 Richard Kreckel <kreckel@ginac.de>
  321. * autoconf/autoconf.m4f: get brutal in order to adhere to FHS.
  322. * Version 1.1.4 released.
  323. 2002-01-03 Richard Kreckel <kreckel@ginac.de>
  324. * autoconf/acinclude.m4: revamp MPN-matcher.
  325. * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
  326. sync with CLisp from CVS.
  327. * autoconf/autoconf: Likewise.
  328. * autoconf/autoconf.m4f: Likewise (new file).
  329. * configure.ac: Likewise (new file, replaces configure.in).
  330. * configure.in: Likewise (deleted, replaced by configure.ac).
  331. * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
  332. * src/Makefile.in: made VPATH safe for autoconf-2.52.
  333. * include/cln/config.h.in: Add __s390__.
  334. 2001-12-31 Richard Kreckel <kreckel@ginac.de>
  335. * src/base/digitseq/cl_DS.h: <gmp.h> is not included extern "C"
  336. any more since GMP4 has some C++ support in it.
  337. 2001-12-14 Richard Kreckel <kreckel@ginac.de>
  338. * include/cln/modules.h, include/cln/object.h: add support for
  339. s390.
  340. * src/numtheory/cl_nt_sqrtmodp.cc: workaround for GCC2.x compiler-bug
  341. on s390, provided by Gerhard Tonn.
  342. 2001-11-05 Richard Kreckel <kreckel@ginac.de>
  343. * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
  344. * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
  345. * Version 1.1.3 released.
  346. 2001-11-04 Bruno Haible <haible@clisp.cons.org>
  347. Interoperability with gcc-3.0 -fuse-cxa-atexit.
  348. * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add test whether
  349. global destructors actually exist.
  350. * include/cln/modules.h (CL_PROVIDE, CL_PROVIDE_END, CL_PROVIDE_END):
  351. Don't hack the global destructors if there is no global destructors
  352. function.
  353. 2001-11-03 Richard Kreckel <kreckel@ginac.de>
  354. * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small
  355. values of x, return square(x) instead of x.
  356. * src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise.
  357. 2001-07-25 Richard Kreckel <kreckel@ginac.de>
  358. * Version 1.1.2 released.
  359. 2001-07-24 Richard Kreckel <kreckel@ginac.de>
  360. * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
  361. friend of cl_heap_hashtable<htentry>.
  362. 2001-07-22 Richard Kreckel <kreckel@ginac.de>
  363. * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
  364. _FPU_IEEE is really defined.
  365. * include/cln/modules.h: change assembler labels from `label' to
  366. `label:' on hppa, needed by Linux (see comment).
  367. * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
  368. * Makefile.devel: adjusted.
  369. * autoconf/aclocal.m4: regenerate.
  370. * src/base/low/cl_low_mul.cc: moved POD variables that are declared
  371. extern "C" elsewhere out of the namespace.
  372. * src/base/low/cl_low_div.cc: Likewise.
  373. 2001-06-08 Bruno Haible <haible@clisp.cons.org>
  374. * autoconf/config.{guess,sub}: Update to GNU version 2001-05-11.
  375. * autoconf/aclocal.m4: Upgrade to libtool-1.4.
  376. * autoconf/ltmain.sh: Likewise.
  377. * autoconf/ltconfig: Remove file.
  378. * autoconf/install-sh: New file.
  379. * configure.in: Add AC_CONFIG_AUX_DIR call.
  380. 2001-06-05 Richard Kreckel <kreckel@ginac.de>
  381. * tests/tests.cc: resolve namespace ambiguity about strcmp().
  382. 2001-05-31 Richard Kreckel <kreckel@ginac.de>
  383. * Version 1.1.1 released.
  384. 2001-05-28 Richard Kreckel <kreckel@ginac.de>
  385. * cln/cln.tex: documented problems with shared library on Sparc
  386. using gcc older than 2.95.3.
  387. * configure.in: Fixed typos in versioning docu.
  388. 2001-05-25 Bruno Haible <haible@clisp.cons.org>
  389. * src/base/digitseq/cl_asm_arm_.cc: Use #0x instead of #& to designate
  390. hexadecimal constants.
  391. 2001-05-25 Richard Kreckel <kreckel@ginac.de>
  392. * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
  393. * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.
  394. * Removed LiDIA interface since that is now outdated (namespace cln)
  395. and maintained elsewhere.
  396. * Adjusted dates and final touches for 1.1.1.
  397. 2001-05-19 Richard Kreckel <kreckel@ginac.de>
  398. * INSTALL: Update toolchain info: no egcs, some more platforms.
  399. * doc/cln.tex: Likewise.
  400. 2001-05-18 Richard Kreckel <kreckel@ginac.de>
  401. * src/base/cl_low.h: prepended variables declared inside macros
  402. with underscore. Fixes equal_hashcode() on various platforms.
  403. 2001-04-25 Richard Kreckel <kreckel@ginac.de>
  404. * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
  405. this definition becomes actually useful. This is needed for
  406. compilation on Arm until somebody fixes the assembler files for Arm.
  407. * src/base/digitseq/cl_asm.h: Likewise.
  408. * src/base/digitseq/cl_asm_.cc: Likewise.
  409. * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
  410. one can say `make CPPFLAGS=-DFOOBAR'.
  411. 2001-03-26 Arvid Norberg <c99ang@cs.umu.se>
  412. * src/base/random/cl_random_from.cc: ported to beos.
  413. 2001-03-05 Richard Kreckel <kreckel@ginac.de>
  414. * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.
  415. 2001-01-28 Richard Kreckel <kreckel@ginac.de>
  416. * include/cln/number.h (cl_as_N): Remove bogus comment.
  417. 2001-01-22 Richard Kreckel <kreckel@ginac.de>
  418. * configure.in: Make build in separate builddir possible (again).
  419. 2001-01-22 Richard Kreckel <kreckel@ginac.de>
  420. * include/cln/*.h: Change signatures of all classes' methods
  421. cln::cl_foo::operator new(size_t, cl_foo*) to
  422. cln::cl_foo::operator new(size_t, void*) so one can declare
  423. std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
  424. certain STL implementations (like libstdc++-v3).
  425. 2000-12-14 Richard Kreckel <kreckel@ginac.de>
  426. * Version 1.1 released.
  427. 2000-12-13 Richard Kreckel <kreckel@ginac.de>
  428. * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
  429. 2000-12-05 Richard Kreckel <kreckel@ginac.de>
  430. * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
  431. * include/cln/version.h.in, src/base/verion.cc: New files.
  432. * configure.in: Generate include/cln/version.h.
  433. * cln.m4: Rewrote it. Check result of cln-config without compiling.
  434. Do cross-check library version and header version information.
  435. 2000-12-02 Christian Bauer <cbauer@ginac.de>
  436. * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
  437. * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
  438. building.
  439. 2000-11-24 Richard Kreckel <kreckel@ginac.de>
  440. * */*: Removed problematic stdin, stdout and stderr definitions.
  441. Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
  442. 2000-11-20 Bruno Haible
  443. * cln-config.1: change title.
  444. 2000-11-18 Richard Kreckel <kreckel@ginac.de>
  445. * cln.m4: New file.
  446. * doc/cln.tex: Document package tools cln-config and cln.m4.
  447. * Makefile.in: Care about cln.m4.
  448. 2000-11-17 Richard Kreckel <kreckel@ginac.de>
  449. * cln-config.1: added manpage, as required by a couple of distros.
  450. * Makefile.in, doc/Makefile.in: target install depends on installdirs.
  451. 2000-11-16 Richard Kreckel <kreckel@ginac.de>
  452. * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
  453. * configure.in: ...used here.
  454. * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
  455. * include/cln/types.h: ...used here.
  456. * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
  457. 2000-11-13 Richard Kreckel <kreckel@ginac.de>
  458. * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
  459. in order to guard against an accidented configuration.
  460. * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
  461. struct power_table_entry initialized as ULL instead of as UL, if
  462. intDsize==64 (caused misprinting on MIPS w/ GMP).
  463. * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
  464. HAVE_FAST_LONGLONG.
  465. * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
  466. * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
  467. generation of Bignum for intDsize==64 and a notreached-check at end.
  468. * autoconf/config.guess, autoconf/config.sub: updated from FSF.
  469. * include/cln/config.h.in: Prepared support for IA64.
  470. * include/cln/types.h: Likewise.
  471. * include/cln/object.h: Likewise.
  472. * include/cln/modules.h: Likewise.
  473. * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
  474. compiler claims __GNUC_MINOR__==9).
  475. 2000-11-03 Richard Kreckel <kreckel@ginac.de>
  476. * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
  477. HAVE_DD to HAVE_FAST_LONGLONG.
  478. * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
  479. * src/base/cl_low.h: actually no need to include "cln/types.h" here.
  480. * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
  481. * src/base/random/cl_UL_random.cc (random32): a is always ULL.
  482. 2000-11-01 Richard Kreckel <kreckel@ginac.de>
  483. * include/cln/object.h (cl_combine): define additional signatures, if
  484. HAVE_LONGLONG is defined, in order to keep the compiler happy.
  485. * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
  486. * src/base/cl_macros.h (bit): ...for this macro...
  487. * src/base/cl_macros.h (minus_bit): ...and this one.
  488. * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
  489. * src/base/cl_low.h (logcount_64): ...for this macro.
  490. * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
  491. * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
  492. that turned up when intDsize==32 and cl_word_size==64.
  493. * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
  494. to uint64 that turned up when intDsize==32 and cl_word_size==64.
  495. 2000-10-29 Richard Kreckel <kreckel@ginac.de>
  496. * src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc:
  497. #undef stderr, if it's defined so cln::stderr isn't confused.
  498. * src/base/input/cl_read_globals.cc: stdin should not be extern.
  499. 2000-09-05 Richard Kreckel <kreckel@ginac.de>
  500. * include/cln/number.h (As): Fix it in namespace by suffixing `_As'
  501. to the appropiate method instead of prefixing `as_'.
  502. * src/complex/misc/cl_N_as.cc (cl_N_As): Likewise.
  503. * src/real/misc/cl_R_as.cc (cl_R_As): Likewise.
  504. * src/rational/misc/cl_RA_as.cc (cl_RA_As): Likewise.
  505. * src/integer/misc/cl_I_as.cc (cl_I_As): Likewise.
  506. * src/float/misc/cl_F_as.cc (cl_F_As): Likewise.
  507. * src/float/sfloat/misc/cl_SF_as.cc (cl_SF_As): Likewise.
  508. * src/float/lfloat/misc/cl_LF_as.cc (cl_LF_As): Likewise.
  509. * src/float/ffloat/misc/cl_FF_as.cc (cl_FF_As): Likewise.
  510. * src/float/dfloat/misc/cl_DF_as.cc (cl_DF_As): Likewise.
  511. 2000-09-05 Richard Kreckel <kreckel@ginac.de>
  512. * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
  513. the 0^y cases.
  514. 2000-08-30 Richard Kreckel <kreckel@ginac.de>
  515. * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
  516. Rearranged for a clearer distinction between macros and remaining
  517. identifiers, so Cint can parse it smoothly.
  518. 2000-08-29 Richard Kreckel <kreckel@ginac.de>
  519. * include/cln/number.h, the(const cl_number& x): New template
  520. function.
  521. 2000-08-29 Richard Kreckel <kreckel@ginac.de>
  522. * */*: Pushed CLN into a namespace `cln'. While doing so, the
  523. following identifiers got their poor-man's namespace (i.e. the
  524. prefix `cl_') stripped off:
  525. cl_catalanconst() -> catalanconst()
  526. cl_compare() -> compare()
  527. cl_cos_sin() -> cos_sin()
  528. cl_cos_sin_t -> cos_sin_t
  529. cl_cosh_sinh() -> cosh_sinh()
  530. cl_cosh_sinh_t -> cosh_sinh_t
  531. cl_decoded_dfloat -> decoded_dfloat
  532. cl_decoded_ffloat -> decoded_ffloat
  533. cl_decoded_float -> decoded_float
  534. cl_decoded_lfloat -> decoded_lfloat
  535. cl_decoded_sfloat -> decoded_sfloat
  536. cl_default_float_format -> default_float_format
  537. cl_default_print_flags -> default_print_flags
  538. cl_default_random_state -> default_random_state
  539. cl_double_approx() -> double_approx()
  540. cl_equal() -> equal()
  541. cl_equal_hashcode() -> equal_hashcode()
  542. cl_eulerconst() -> eulerconst()
  543. cl_find_modint_ring() -> find_modint_ring()
  544. cl_find_univpoly_ring() -> find_univ_poly_ring()
  545. cl_float_approx() -> float_approx
  546. cl_float_format() -> float_format()
  547. cl_float_format_t -> float_format_t
  548. cl_free_hook() -> free_hook()
  549. cl_hermite() -> hermite()
  550. cl_laguerre() -> laguerre()
  551. cl_legendre() -> legandre()
  552. cl_malloc_hook() -> malloc_hook()
  553. cl_pi() -> pi()
  554. cl_tschebychev() -> tschebychev()
  555. cl_zeta() -> zeta()
  556. NB: For functions these changes includes all signatures.
  557. * include/*: moved to include/cln/*, stripped `cl_' off filenames.
  558. * cln-config.in: new file.
  559. 2000-08-26 Bruno Haible <haible@clisp.cons.org>
  560. * autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
  561. value, not parens.
  562. 2000-08-18 Bruno Haible <haible@clisp.cons.org>
  563. * include/cl_univpoly_modint.h: Fix typo.
  564. 2000-07-13 Bruno Haible <haible@clisp.cons.org>
  565. * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',
  566. used as precision marker for floats.
  567. Reported by Keith Briggs (in 1998) and Thomas Roessler.
  568. * src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise.
  569. * src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise.
  570. * src/real/input/cl_R_read_stream.cc (number_char_p): Likewise.
  571. * src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise.
  572. 2000-06-22 Bruno Haible <haible@clisp.cons.org>
  573. * include/cl_object.h: Rename cl_word_size to cl_pointer_size.
  574. * include/cl_types.h (HAVE_FAST_LONGLONG): Also define on Irix6
  575. with N32 ABI.
  576. (cl_word_size): New macro.
  577. * src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of
  578. cl_word_size.
  579. 2000-05-31 Bruno Haible <haible@clisp.cons.org>
  580. * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry.
  581. From a sample that fails with gcc-2.95.2 on Sparc.
  582. * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise.
  583. 2000-05-30 Richard Kreckel <kreckel@ginac.de>
  584. * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
  585. New macros.
  586. * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
  587. CL_VERSION_PATCHLEVEL): New definitions.
  588. * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
  589. autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
  590. * src/Makefile.in, configure.in: release-variables renamed from
  591. CLN_* to CL_*.
  592. * configure.in: default to build both shared and static library
  593. (i.e. default to the most common behaviour).
  594. 2000-05-29 Richard Kreckel <kreckel@ginac.de>
  595. * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
  596. environment around the patch of 2000-05-23.
  597. 2000-05-29 Bruno Haible <haible@clisp.cons.org>
  598. * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
  599. Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
  600. 2000-05-27 Richard Kreckel <kreckel@ginac.de>
  601. * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
  602. src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
  603. 2000-05-24 Richard Kreckel <kreckel@ginac.de>
  604. * autoconf/config.*: Updated to new version from FSF
  605. (the new libtool wants this).
  606. * src/Makefile.in: added $(LDFLAGS) to link step.
  607. * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted
  608. break-even points.
  609. 2000-05-23 Bruno Haible <haible@clisp.cons.org>
  610. * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
  611. host_vendor, host_os correctly if $host has more than two hyphens.
  612. 2000-05-19 Richard Kreckel <kreckel@ginac.de>
  613. * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
  614. better match present-day CPUs whenever GMP3 is used.
  615. * src/base/digitseq/cl_DS_div.cc: dto.
  616. * src/TUNING: Added comment about order of tuning.
  617. * configure, configure.in: Safer GMP3-detection.
  618. * INSTALL.generic: Clarified behaviour of --with-gmp.
  619. * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
  620. 2000-05-04 Richard Kreckel <kreckel@ginac.de>
  621. * gmp/: removed completely. From now on we are going to link
  622. externally against libgmp3.0 or above!
  623. * configure, configure.in, Makefile.in, */Makeflags: removed support
  624. of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
  625. setting $CPPFLAGS instead.
  626. * Makefile.in: Added libtool inter-library dependency for -lgmp and
  627. conforming interface versioning (-version-info).
  628. * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
  629. from libtool 1.3.4.
  630. 2000-02-22 Bruno Haible <haible@clisp.cons.org>
  631. * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
  632. parameter passing was changed for the MIPS n32 ABI.
  633. 2000-01-24 Richard Kreckel <kreckel@ginac.de>
  634. * gmp/*: Replaced the complete mpn sources with the ones from
  635. Debian since they are maintained while the ones from FSF
  636. aren't and there were problems on some architectures, PowerPC
  637. in particular. See the file gmp/README.CLN. This way the
  638. hard links in this directory have vanished, they were causing
  639. trouble for people working in AFS. This became necessary for
  640. Debian, because there it woudn't compile on PPC.
  641. 2000-01-13 Richard Kreckel <kreckel@ginac.de>
  642. * Version 1.0.3 released.
  643. 2000-01-13 Richard Kreckel <kreckel@ginac.de>
  644. * src/base/cl_macros.h (nonreturning_function): For egcs and newer
  645. use __attribute__ ((__noreturn__)) instead of the __volatile__
  646. storage class.
  647. (nonreturning): Remove macro.
  648. * include/*: Minor fixes to stop -ansi -pedantic from complaining.
  649. * include/cl_integer.h: (doublefactorial): New declaration.
  650. * src/integer/misc/combin/cl_I_doublefactorial.cc: New file.
  651. 1999-12-18 Bruno Haible <haible@clisp.cons.org>
  652. * autoconf/acgeneral.m4 (AC_ARG_PROGRAM): Create conftestsed using
  653. "cat", not "echo".
  654. * autoconf/ltconfig: Improve support for recent FreeBSD 3.
  655. * include/cl_GV.h (cl_GV_vectorops): Change return type from 'T' to
  656. 'const T', to match definition in src/vector/cl_GV_number.cc.
  657. Reported by Duncan Simpson <dps@io.stargate.co.uk>.
  658. * gmp/mpn/Makefile.in (.S.lo): Use 'if', not '&&', because '&&' may
  659. yield return code 1.
  660. 1999-09-07 Bruno Haible <haible@clisp.cons.org>
  661. * Version 1.0.2 released.
  662. 1999-09-06 Bruno Haible <haible@clisp.cons.org>
  663. * src/rational/cl_RA.h (integerp, ratiop): Instead of returning a
  664. boolean expression, write alternatives ending with either
  665. "return cl_true;" or "return cl_false;". This way, g++ does a
  666. better job inlining it.
  667. * src/float/cl_F.h (longfloatp): Likewise.
  668. * src/real/cl_R.h (rationalp, integerp, floatp): Likewise.
  669. * src/complex/cl_C.h (realp, complexp): Likewise.
  670. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  671. * include/cl_integer.h (cl_equal_hashcode): New declaration.
  672. * include/cl_rational.h (cl_equal_hashcode): New declaration.
  673. * include/cl_sfloat.h (cl_equal_hashcode): New declaration.
  674. * include/cl_ffloat.h (cl_equal_hashcode): New declaration.
  675. * include/cl_dfloat.h (cl_equal_hashcode): New declaration.
  676. * include/cl_lfloat.h (cl_equal_hashcode): New declaration.
  677. * include/cl_float.h (cl_equal_hashcode): New declaration.
  678. * include/cl_real.h (cl_equal_hashcode): New declaration.
  679. * include/cl_complex.h (cl_equal_hashcode): New declaration.
  680. * src/base/cl_N.h (equal_hashcode_low, equal_hashcode_one): New macros.
  681. * src/integer/misc/cl_I_eqhashcode.cc: New file.
  682. * src/rational/misc/cl_RA_eqhashcode.cc: New file.
  683. * src/float/sfloat/misc/cl_SF_eqhashcode.cc: New file.
  684. * src/float/ffloat/misc/cl_FF_eqhashcode.cc: New file.
  685. * src/float/dfloat/misc/cl_DF_eqhashcode.cc: New file.
  686. * src/float/lfloat/misc/cl_LF_eqhashcode.cc: New file.
  687. * src/float/misc/cl_F_eqhashcode.cc: New file.
  688. * src/real/misc/cl_R_eqhashcode.cc: New file.
  689. * src/complex/misc/cl_C_eqhashcode.cc: New file.
  690. * doc/cln.tex: Document `cl_equal_hashcode'.
  691. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  692. * include/cl_ring.h (cl_number_ring_ops): Add `contains' member.
  693. (cl_number_ring): New class.
  694. (cl_specialized_number_ring<T>): Inherit from cl_number_ring.
  695. (instanceof): New function.
  696. * src/integer/ring/cl_I_ring.cc (cl_I_p): New function.
  697. * src/integer/misc/cl_I_as.cc (cl_I_p): Add comment.
  698. * src/rational/ring/cl_RA_ring.cc (cl_RA_p): New function.
  699. * src/rational/misc/cl_RA_as.cc (cl_RA_p): Add comment.
  700. * src/real/ring/cl_R_ring.cc (cl_R_p): New function.
  701. * src/real/misc/cl_R_as.cc (cl_R_p): Add comment.
  702. * src/complex/ring/cl_C_ring.cc (cl_N_p): New function.
  703. * src/complex/misc/cl_N_as.cc (cl_N_p): Add comment.
  704. * doc/cln.tex: Document `instanceof'.
  705. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  706. * include/cl_rational.h (numerator, denominator): New declarations.
  707. * src/rational/elem/cl_RA_numerator.cc: New file.
  708. * src/rational/elem/cl_RA_denominator.cc: New file.
  709. * include/cl_integer.h (numerator, denominator): New inline functions.
  710. * doc/cln.tex: Document `numerator' and `denominator'.
  711. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  712. * src/rational/algebraic/cl_RA_rootp.cc (rootp): Fix endless loop
  713. in the integer case.
  714. * src/rational/algebraic/cl_RA_rootp_I.cc (rootp): Likewise.
  715. 1999-09-05 Bruno Haible <haible@clisp.cons.org>
  716. * include/cl_config.h.in: Support for sparc64 CPU.
  717. * include/cl_modules.h: Likewise.
  718. * include/cl_types.h: Likewise.
  719. * include/cl_object.h: Likewise.
  720. * include/cl_GV.h: Likewise.
  721. * src/Makefile.in: Likewise.
  722. * src/base/cl_alloca.h: Likewise.
  723. * src/base/cl_macros.h: Likewise.
  724. * src/base/cl_sysdep.h: Likewise.
  725. * src/base/cl_low.h: Likewise.
  726. * src/base/digitseq/cl_asm.h: Likewise.
  727. * src/base/digitseq/cl_asm_.cc: Likewise.
  728. * src/base/digitseq/cl_asm_sparc64.h: New file.
  729. * src/base/digitseq/cl_asm_sparc64_.cc: New file.
  730. * src/modinteger/cl_MI_int.h: Support for sparc64 CPU.
  731. * src/polynomial/elem/cl_UP_no_ring.cc: Likewise.
  732. * src/polynomial/elem/cl_UP_GF2.h: Likewise.
  733. * src/polynomial/elem/cl_asm_GF2.cc: Likewise.
  734. 1999-09-04 Bruno Haible <haible@clisp.cons.org>
  735. * src/base/digitseq/cl_asm_sparc_.cc (orc2_loop_up, orc2_loop_down):
  736. Use the `orn' instruction.
  737. 1999-08-14 Bruno Haible <haible@clisp.cons.org>
  738. Assume all platforms have <stdlib.h> and clock_t.
  739. * configure.in: Don't call CL_STDLIB_H and CL_CLOCK_T.
  740. * src/base/cl_base_config.h.in (CLOCK_T): Remove definition.
  741. * src/base/random/cl_random_from.cc: Use clock_t instead of CLOCK_T.
  742. * src/timing/cl_t_config.h.in (CLOCK_T): Remove definition.
  743. * src/timing/cl_t_current2.cc: Use clock_t instead of CLOCK_T.
  744. 1999-07-18 Bruno Haible <haible@clisp.cons.org>
  745. * gmp/config.guess: Link to autoconf/config.guess.
  746. gmp/config.sub: Link to autoconf/config.sub.
  747. Needed for Win32 platforms.
  748. 1999-07-17 Bruno Haible <haible@clisp.cons.org>
  749. * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Distinguish "sparc" and
  750. "sparc64" according to the C compiler, not the uname result.
  751. 1999-06-17 Bruno Haible <haible@clisp.cons.org>
  752. * src/base/digitseq/cl_asm_sparc_.cc (compare_loop_up): Fix
  753. COUNTER_LOOPS version, fortunately not used yet.
  754. * include/cl_modules.h: Prepare for gcc version 3.
  755. 1999-06-12 Bruno Haible <haible@clisp.cons.org>
  756. * src/rational/elem/cl_RA_plus.cc, src/rational/elem/cl_RA_minus.cc:
  757. Change the last call from I_I_to_RT to I_I_to_RA.
  758. 1999-06-09 Bruno Haible <haible@clisp.cons.org>
  759. * Version 1.0.1 released.
  760. 1999-06-09 Bruno Haible <haible@clisp.cons.org>
  761. * src/integer/cl_I.h (pFN_maxlength_digits_at): Define also when
  762. intDsize==64.
  763. 1999-06-08 Bruno Haible <haible@clisp.cons.org>
  764. * autoconf/intparam.c (printf_underscored): Change argument type to
  765. `const char*'.
  766. * include/cl_modules.h (CL_OUTPUT_LABEL, CL_JUMP_TO): New macros.
  767. (CL_PROVIDE, CL_PROVIDE_END): Use them.
  768. * include/cl_string.h (cl_heap_string::operator new): Return 1, not 0.
  769. * include/cl_GV.h (cl_GV_inner<T>::operator new): Likewise.
  770. * src/base/ring/cl_no_ring.cc (dummy_canonhom, dummy_expt_pos): Don't
  771. cast a cl_I to void here. Works around a bug in g++-2.95.
  772. * src/complex/misc/cl_C_class.cc: Include "cl_C.h".
  773. * src/polynomial/elem/cl_UP_no_ring.cc (dummy_canonhom,
  774. dummy_expt_pos): Don't cast a cl_I to void here. Works around a bug
  775. in g++-2.95.
  776. * src/polynomial/elem/cl_asm_sparc_GF2.cc (DECLARE_FUNCTION): New
  777. macro.
  778. * src/rational/misc/cl_RA_class.cc: Include "cl_RA.h".
  779. * src/vector/cl_GV_I.cc (cl_heap_GV_I_general::operator new,
  780. DEFINE_cl_heap_GV_I_bits): Return 1, not 0.
  781. * src/vector/cl_GV_number.cc (cl_heap_GV_number_general::operator new):
  782. Likewise.
  783. 1999-06-01 Bruno Haible <haible@clisp.cons.org>
  784. * autoconf/aclocal.m4 (CL_CANONICAL_HOST_CPU): Canonicalize alpha
  785. variants to alpha.
  786. 1999-05-29 Bruno Haible <haible@clisp.cons.org>
  787. * src/base/digitseq/cl_asm_i386_.cc (DECLARE_FUNCTION): Treat
  788. OpenBSD like NetBSD.
  789. * src/base/digitseq/cl_asm_sparc_.cc (DECLARE_FUNCTION): Likewise.
  790. * src/base/digitseq/cl_asm_m68k_.cc (DECLARE_FUNCTION): Treat
  791. OpenBSD like NetBSD, and Linux/ELF like SVR4.
  792. 1999-05-16 Bruno Haible <haible@clisp.cons.org>
  793. * src/base/cl_low.h (integerlength32) [__rs6000__]: Use old assembler
  794. syntax on AIX systems and new assembler syntax on non-AIX systems.
  795. 1999-05-01 Bruno Haible <haible@clisp.cons.org>
  796. * autoconf/config.guess, autoconf/config.sub: Upgrade to newest
  797. version from GNU CVS.
  798. 1999-04-24 Bruno Haible <haible@clisp.cons.org>
  799. * src/integer/bitwise/cl_I_logand.cc (logand): Optimize the case when
  800. either operand is a positive fixnum, O(1) instead of O(N).
  801. * src/integer/bitwise/cl_I_lognand.cc (lognand): Likewise.
  802. * src/integer/bitwise/cl_I_logandc2.cc (logandc2): Likewise for the
  803. first operand.
  804. 1999-04-14 Bruno Haible <haible@clisp.cons.org>
  805. * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add check whether
  806. ctor/dtor needs to be exported.
  807. * include/cl_config.h.in (CL_NEED_GLOBALIZE_CTORDTOR): New macro.
  808. * include/cl_modules.h (CL_GLOBALIZE_JUMP_LABEL): Renamed from
  809. CL_GLOBALIZE_LABEL.
  810. (CL_GLOBALIZE_LABEL): New macro.
  811. (CL_GLOBALIZE_CTORDTOR_LABEL): Renamed from CL_GLOBALIZE_ASM_LABEL.
  812. (CL_PROVIDE): Update.
  813. 1999-04-12 Bruno Haible <haible@clisp.cons.org>
  814. * src/Makefile.in ($(ASMFILES_S)): On HPPA, ignore preprocessing
  815. errors ("unterminated string or character constant").
  816. ($(ASMFILES_LO)): On HPPA, try with various settings of
  817. COMPILER_PATH, in order to try /usr/ccs/bin/as and /bin/as.
  818. 1999-04-11 Bruno Haible <haible@clisp.cons.org>
  819. * INSTALL: Mention gmp problems on MIPS.
  820. * doc/cln.tex: Likewise.
  821. 1999-03-24 Mumit Khan <khan@xraylith.wisc.edu>
  822. * src/Makefile.in (SUBDIRS): Filter out CVS and RCS directories from
  823. the source tree.
  824. * include/cl_modules.h (CL_GLOBALIZE_LABEL): Define for Win32.
  825. (CL_GLOBALIZE_ASM_LABEL): New macro.
  826. (CL_PROVIDE): Use it.
  827. * src/base/random/cl_random_from.cc: Handle WIN32.
  828. * src/timing/cl_t_current.cc: Likewise.
  829. 1999-03-15 Bruno Haible <haible@clisp.cons.org>
  830. * autoconf/intparam.c (main7): Use %lX instead of %X for a `long'.
  831. (main8): Adapt for C++.
  832. 1999-03-09 Bruno Haible <haible@clisp.cons.org>
  833. * INSTALL: Mention egcs-1.1 problems on Sparc.
  834. * doc/cln.tex: Likewise.
  835. 1999-03-08 Bruno Haible <haible@clisp.cons.org>
  836. * autoconf/aclocal.m4 (CL_FPU_CONTROL): Fix the "checking for"
  837. messages.
  838. 1999-02-25 Bruno Haible <haible@clisp.cons.org>
  839. * autoconf/aclocal.m4: In test programs, declare `int main()', not
  840. `main()'.
  841. * lidia-interface/src/interfaces/integers/cln/bigint.c
  842. (bigint_to_string): Fix for negative arguments.
  843. * src/base/cl_low.h: Check for `__sparc__', not `SPARC'.
  844. * src/base/cl_alloca.h: Likewise.
  845. * src/base/cl_low.h: Eliminate CLISP style "# " comments.
  846. * src/base/digitseq/cl_asm_arm_.cc,
  847. src/base/digitseq/cl_asm_mips_.cc,
  848. src/float/dfloat/elem/cl_DF_mul.cc: Likewise.
  849. * src/modinteger/cl_MI_pow2.h,
  850. src/modinteger/cl_MI_pow2m1.h,
  851. src/modinteger/cl_MI_pow2p1.h: Workaround g++-2.7.2 inlining bug.
  852. 1999-01-18 Bruno Haible <haible@clisp.cons.org>
  853. * autoconf/acgeneral.m4,
  854. autoconf/acspecific.m4: Upgrade to autoconf-2.13.
  855. * autoconf/config.guess, autoconf/config.sub: Likewise.
  856. * autoconf/aclocal.m4 (CL_ALLOCA): Test for _MSC_VER and alloca being
  857. a macro. Use ${ac_objext}.
  858. * src/base/cl_macros.h (alloca): Put _MSC_VER test before the others,
  859. conforming with CL_ALLOCA.
  860. 1999-01-12 Bruno Haible <haible@clisp.cons.org>
  861. * Version 1.0 released.