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.

1140 lines
45 KiB

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