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.

1337 lines
52 KiB

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