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.

960 lines
39 KiB

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