2022-03-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tprintf.c: Fixed a "bus error" seen on SPARCs with
	tprintf.c

2022-03-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Made configure test if flex and bison support all
	required features *only if* the corresponding executables have been
	found before.

2022-03-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Made pkg-config silent when looking for libxml2

2022-03-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* NEWS, configure.ac: Made LTO compilation a little more robust and
	documented the change of the default value.

2022-03-17  Christoph Lauter <christoph.lauter@intel.com>

	* configure.ac: Trying to improve lto logic in configure

2022-03-17  Christoph Lauter <quirin@grille.christoph-lauter.org>

	* expression.c: Fixing a precision issue seen with certain versions
	of MPFR.

2022-03-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Generated ChangeLog

2022-03-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.1: Recompiled the man page.

2022-03-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: xml2-config is becoming obsolete as signaled by
	Debian.  See
	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949498  It gets
	replaced by pkg-config. configure.ac now searches for both.

2022-03-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Generated ChangeLog

2022-03-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS, doc/printxml.shlp, doc/printxml.tex, doc/readxml.shlp,
	doc/readxml.tex, doc/sollya.pdf, doc/www/printxml.php,
	doc/www/readxml.php, help.h: Deprecated readxml and printxml

2022-03-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.h, general.c: Updated copyrights

2022-03-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c: Fixed an infinite loop in handling of memref freeing.

2022-03-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, general.c: Addressing a memory leak/bug seen
	with valgrind on g = (2^x-1)/x; L = [|exp(x)|]; fpminimax(g, L,
	[|D...|], [-1/16;1/16],absolute);

2022-03-03  Christoph Lauter <christoph.lauter@intel.com>

	* general.c: Avoiding segfaults for complicated reference-counted
	object patterns

2022-03-02  Christoph Lauter <christoph.lauter@intel.com>

	* expression.h, general.c, general.h: Trying to fix a complicated
	memory leak.

2022-03-01  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tend_elliptic_list.c,
	tests-lib/tend_elliptic_list.reference, tests-lib/tlist.c,
	tests-lib/tlist.reference: Removed a test that was not really
	important and led to a warning of gcc

2022-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* version.h: One missing copyright.

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Generated ChangeLog

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.map: Forgot to update sollya.map after changing
	version-info at commit 76256ec7

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Added a
	mention abount __program_name variable in sollya.tex and sollya.php.
	TeX and PHP are in sync.

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/equal.tex,
	doc/neq.tex, doc/remez.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/equal.php, doc/www/neq.php, doc/www/remez.php,
	doc/www/time.php, doc/www/timing.php, help.h: Recompiled the whole
	doc

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* assignment.c, assignment.h, autodiff.c, autodiff.h,
	base-functions.c, base-functions.h, bitfields.c, bitfields.h,
	chain.c, chain.h, chebyshevformaux.c, chebyshevformaux.h,
	doc/sollya.tex, doc/www/sollya.php, double.c, double.h, execute.c,
	execute.h, expression.c, expression.h, external.c, external.h,
	externalfun.c, externalproc.c, fplll_wrapper.cpp, fpminimax.c,
	general.c, general.h, help.h, implement.c, implement.h,
	implementconst.c, infnorm.c, infnorm.h, integral.c, integral.h,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	main.c, match.c, match.h, minilexer.l, miniparser.y, mpfi-compat.c,
	mpfi-compat.h, parser.y, plot.c, plot.h, printf.c, printf.h,
	proof.c, proof.h, remez.c, remez.h, signalhandling.c,
	signalhandling.h, sollya-library-wrappers.c,
	sollya-library-wrappers.h, sollya-messages.h, sollya-messaging.c,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c,
	supnorm.h, taylor.c, taylor.h, taylorform.c,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference, version.h, worstcase.c,
	worstcase.h, xml.c, xml.h: Unified Christoph's email address

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bezout.shlp, doc/bezout.tex, doc/interpolate.shlp,
	doc/interpolate.tex, doc/sollya.pdf, doc/www/bezout.php,
	doc/www/interpolate.php, help.h: A few corrections in the doc of
	bezout and interpolate.

2022-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Updated version-info in Makefile.am

2022-02-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, doc/sollya.tex, doc/www/sollya.php, double.c,
	execute.c, execute.h, expression.c, expression.h,
	fplll_wrapper.cpp, fpminimax.c, fpminimax.h, general.c, general.h,
	help.h, hooks.c, implement.c, infnorm.c, internlexer.l,
	internparser.y, lexer.l, library.c, library.h, match.c,
	minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y,
	polynomials.h, proof.c, remez.c, remez.h, signalhandling.c,
	sollya-messages.h, sollya-messaging.h, sollya.h, supnorm.c,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Updated copyrights.

2022-02-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: TeX and PHP
	doc are now synchonized again.

2022-02-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Recompiled the PDF.

2022-02-18  Christoph Lauter <christoph.lauter@intel.com>

	* doc/introExample51.tex, doc/introExample55.tex,
	doc/www/introExample51.php, doc/www/introExample55.php, execute.c,
	match.c: Fixing a small bug with error as a literal matcher in match
	with.

2022-02-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Recompiled the documentation in pdf format

2022-02-18  Christoph Lauter <christoph.lauter@intel.com>

	* doc/equal.shlp, doc/introExample51.tex,
	doc/introExample55.sollya, doc/introExample55.tex, doc/neq.shlp,
	doc/sollya.tex, doc/www/introExample51.php,
	doc/www/introExample55.php: Documented behavior of error with ==, !=
	and match.

2022-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/introExample54.sollya, doc/introExample54.tex,
	doc/sollya.pdf, doc/www/introExample54.php: Fixed a little bug in
	the intro examples

2022-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Patched a leak

2022-02-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: Updated the NEWS file in prevision of the upcoming release.


2022-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/composepolynomials.tex, doc/equal.tex, doc/introExample51.tex,
	doc/introExample54.tex, doc/introExample55.tex, doc/remez.tex,
	doc/taylorform.tex, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/composepolynomials.php, doc/www/equal.php,
	doc/www/introExample51.php, doc/www/introExample54.php,
	doc/www/introExample55.php, doc/www/remez.php,
	doc/www/taylorform.php, doc/www/time.php, doc/www/timing.php,
	help.h: Recompiled the whole documentation.

2022-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/compileExamples.sh: Allows the compilation of introduction
	examples in parallel with the shlp files

2022-02-17  Christoph Lauter <christoph.lauter@intel.com>

	* tests-tool/check032.sollya, tests-tool/check032.sollya.reference: 
	Adding a couple of extra tests for dirtyfindzeros

2022-02-14  Christoph Lauter <christoph.lauter@intel.com>

	* expression.c: Patching a bug found in evaluation of f = abs(x) / x
	at 0

2022-02-10  Christoph Lauter <christoph.lauter@intel.com>

	* internlexer.l, lexer.l, minilexer.l: Making hexadecimal constants
	correct again. 0x3.ap- not longer gets parsed.

2022-02-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/rename.shlp, doc/rename.tex, doc/www/rename.php, help.h: Added
	an explicit example for the new rename(_x_, _x_) behavior.

2022-02-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya,
	tests-tool/timecheck.sollya.reference: Added non-regression tests
	for https://gitlab.inria.fr/sollya/sollya/-/issues/30130

2022-02-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya,
	tests-tool/timecheck.sollya.reference: Added non regressions test
	for https://gitlab.inria.fr/sollya/sollya/-/issues/30147

2022-02-01  Christoph Lauter <christoph.lauter@intel.com>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: Trying to overcome
	a bug seen when running "make -j4 check" without having compiled
	Sollya before.

2022-02-01  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: Fixed a compilation
	bug appearing when doing make check on Cygwin

2022-01-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Yet another warning signaled by gcc

2022-01-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c, fpminimax.c: Removed some warnings after the recent
	changes on lengthChain

2022-01-27  Christoph Lauter <christoph.lauter@intel.com>

	* chain.c, chain.h, execute.c, expression.h,
	sollya-library-wrappers.c: Fixing two bugs found while running 'n =
	28; s = "A"; l = [| s, s |]; for i from 0 to n-1 do l = [| l, l |];
	s = "" @ l; length(s);'  This commit may provoke additional compiler
	warnings found by certain compilers. Those ones are to be fixed.

2022-01-26  Christoph Lauter <christoph.lauter@intel.com>

	* execute.c: Fixing a regression bug that made printing of lists
	have quadratic complexity

2022-01-26  Christoph Lauter <christoph.lauter@intel.com>

	* execute.c, sollya-messages.h, sollya-messaging.h,
	tests-tool/check016.sollya.reference,
	tests-tool/check029.sollya.reference: Trying to make match on error
	slightly less confusing.

2022-01-18  Christoph Lauter <christoph.lauter@intel.com>

	* tests-lib/Makefile.am, tests-lib/{tand.c => tlogical_and.c},
	tests-lib/{tand.reference => tlogical_and.reference},
	tests-lib/{tnegate.c => tlogical_negate.c},
	tests-lib/{tnegate.reference => tlogical_negate.reference},
	tests-lib/{tor.c => tlogical_or.c}, tests-lib/{tor.reference =>
	tlogical_or.reference}, tests-tool/timecheck.sollya: Fixed issues
	with the test environment on Cygwin.

2022-01-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, sollya-messages.h, sollya-messaging.h: Simplified the new
	logic of dirtyfindzeros quite a lot.

2022-01-13  Christoph Lauter <christoph.lauter@intel.com>

	* configure.ac: Adding options to disable lto compilation and
	visibility attributes.

2022-01-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, sollya-messages.h, sollya-messaging.h: Changed the logic
	of uncertifiedFindzeros.  This addresses the issue described here:
	https://gitlab.inria.fr/sollya/sollya/-/issues/30142 In a word: when
	the function evaluates to NaN at a sample point, we look at the
	neighboring sample points. If it still evaluates to NaN, the
	original point is discarded, and otherwise we look for a zero in the
	bigger interval formed by both neighboring sample points (if the
	sign changes between its bounds).

2022-01-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tprintf.c: Improved the pragma to remove warnings of
	clang on tests-lib/tprintf

2022-01-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Changed the syntax for pure parsers also in
	configure.ac

2022-01-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_mpq.reference,
	tests-lib/tget_constant_as_mpz.reference,
	tests-lib/tget_constant_as_uint64.reference,
	tests-lib/tget_constant_as_uint64_array.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check014.sollya.reference: Correcting the reference
	results for rounding wiggles.

2022-01-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* expression.c: Changed the constant that decides which algorithm is
	used to display in decimal  Changed it from 64 to 6 based on
	experiments: the new algorithm is always faster than the legacy one.
	But the new algorithm is not proven when the number of digits is
	smaller or equal to 5.

2022-01-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Trying to eliminate an annoying warning on clang.

2022-01-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h: Patched a bug where
	round(35/100, 1000, RN) and %1000%0.35 would be equal but print
	differently in decimal.

2022-01-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/dieonerrormode.tex, doc/doubledouble.tex,
	doc/introExample51.tex, doc/parse.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/tripledouble.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/dieonerrormode.php, doc/www/doubledouble.php,
	doc/www/introExample51.php, doc/www/parse.php, doc/www/remez.php,
	doc/www/time.php, doc/www/tripledouble.php, help.h: Recompiled the
	documentation.

2022-01-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Circumventing 2 weird warnings found with certain
	compilers.

2022-01-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* internparser.y, miniparser.y, parser.y, tests-lib/tinterpolate.c,
	tests-lib/tprintf.c, tests-lib/tv_interpolate.c: Removed some
	compiler warnings.

2022-01-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, polynomials.c: Patching a memory leak.

2022-01-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, sollya-messages.h, sollya-messaging.h,
	tests-tool/check003.sollya.reference,
	tests-tool/check012.sollya.reference: Fixing a slightly weird
	behavior with the displaying of constants with autoprint. A warning
	message has been added.

2021-12-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, polynomials.c, polynomials.h: Handling a very
	complicated case of reference counting and reference cycles.

2021-12-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Fixed a bad call to freeChain

2021-12-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.h, tests-tool/memoryleaks.sollya: Fixing a
	complicated memory leak.

2021-12-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patching a strange bug seen on evaluation of "3 / 0",
	with gcc (Debian 10.2.1-6) 10.2.1 20210110 at optimization level -O2
	only (-O0, -O1, -O3 all worked fine).

2021-12-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/time.php,
	execute.c, help.h, tests-tool/check030.sollya.reference: Final
	change for the addition of the decimal rounding warning.

2021-12-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/rationalmode.shlp, doc/rationalmode.tex, doc/sollya.pdf,
	doc/www/rationalmode.php, help.h, tests-tool/check024.sollya,
	tests-tool/check024.sollya.reference: Documentation and non
	regression tests for the new behavior of rationalmode.  This closes
	https://gitlab.inria.fr/sollya/sollya/-/issues/30133

2021-12-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Made sollya compile again even with fplll version <=
	3

2021-12-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/introExample57.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/introExample57.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, execute.c,
	expression.c, expression.h, help.h,
	tests-tool/check029.sollya.reference: Finished the changes required
	by the recent addition of a warning for inexact decimal displaying.


2021-12-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/dieonerrormode.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/getsuppressedmessages.tex,
	doc/introExample12.tex, doc/introExample15.tex,
	doc/introExample17.tex, doc/introExample34.tex,
	doc/introExample38.tex, doc/introExample4.tex,
	doc/introExample40.tex, doc/introExample42.tex,
	doc/introExample43.tex, doc/introExample46.tex,
	doc/introExample47.tex, doc/introExample5.tex,
	doc/introExample51.tex, doc/pi.tex, doc/remez.tex,
	doc/roundingwarnings.tex, doc/showmessagenumbers.tex,
	doc/sollya.pdf, doc/suppressmessage.tex, doc/time.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/unsuppressmessage.tex,
	doc/verbosity.tex, doc/www/annotatefunction.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/dieonerrormode.php, doc/www/doubledouble.php,
	doc/www/doubleextended.php, doc/www/getsuppressedmessages.php,
	doc/www/introExample12.php, doc/www/introExample15.php,
	doc/www/introExample17.php, doc/www/introExample34.php,
	doc/www/introExample38.php, doc/www/introExample4.php,
	doc/www/introExample40.php, doc/www/introExample42.php,
	doc/www/introExample43.php, doc/www/introExample46.php,
	doc/www/introExample47.php, doc/www/introExample5.php,
	doc/www/introExample51.php, doc/www/pi.php, doc/www/remez.php,
	doc/www/roundingwarnings.php, doc/www/showmessagenumbers.php,
	doc/www/suppressmessage.php, doc/www/time.php, doc/www/timing.php,
	doc/www/tripledouble.php, doc/www/unsuppressmessage.php,
	doc/www/verbosity.php, execute.c, expression.c, expression.h,
	help.h, sollya-messaging.h, tests-lib/tbezout.reference,
	tests-lib/tcmp_objs_structurally.reference,
	tests-tool/check001.sollya.reference,
	tests-tool/check029.sollya.reference,
	tests-tool/check030.sollya.reference: Improving the handling of
	warning messages in print, write and autoprint.

2021-12-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, fplll_wrapper.cpp: Making sollya compile again with
	recent versions of the git master of fplll

2021-12-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/www/sollya.php: Fixed html grammar errors

2021-12-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Documented how
	to access help on commands.  In particular, in relation with
	https://gitlab.inria.fr/sollya/sollya/-/issues/30131

2021-12-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/introExample8.tex, doc/remez.tex,
	doc/roundingwarnings.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/introExample8.php,
	doc/www/remez.php, doc/www/roundingwarnings.php, doc/www/time.php,
	doc/www/timing.php, execute.c, help.h,
	tests-tool/check001.sollya.reference,
	tests-tool/check002.sollya.reference,
	tests-tool/check003.sollya.reference,
	tests-tool/check004.sollya.reference,
	tests-tool/check005.sollya.reference,
	tests-tool/check007.sollya.reference,
	tests-tool/check008.sollya.reference,
	tests-tool/check009.sollya.reference,
	tests-tool/check011.sollya.reference,
	tests-tool/check012.sollya.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check014.sollya.reference,
	tests-tool/check015.sollya.reference,
	tests-tool/check016.sollya.reference,
	tests-tool/check025.sollya.reference,
	tests-tool/check029.sollya.reference,
	tests-tool/check030.sollya.reference,
	tests-tool/check032.sollya.reference: Added a forgotten if statement
	and had to recompile the tests and the documentation due to the
	consequences that stupidness entailed

2021-12-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore, tests-lib/Makefile.am, tests-lib/tget_help_text.c,
	tests-lib/tget_help_text.reference: Added non-regression tests for
	the feature of accessing help from within the lib  See
	https://gitlab.inria.fr/sollya/sollya/-/issues/30131

2021-12-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/dieonerrormode.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/getsuppressedmessages.tex,
	doc/introExample12.tex, doc/introExample15.tex,
	doc/introExample17.tex, doc/introExample34.tex,
	doc/introExample38.tex, doc/introExample4.tex,
	doc/introExample40.tex, doc/introExample42.tex,
	doc/introExample43.tex, doc/introExample46.tex,
	doc/introExample47.tex, doc/introExample5.tex,
	doc/introExample51.tex, doc/introExample57.tex,
	doc/introExample8.tex, doc/pi.tex, doc/power.tex,
	doc/rationalmode.tex, doc/remez.tex, doc/roundingwarnings.tex,
	doc/showmessagenumbers.tex, doc/sollya.pdf,
	doc/suppressmessage.tex, doc/time.tex, doc/timing.tex,
	doc/tripledouble.tex, doc/unsuppressmessage.tex, doc/verbosity.tex,
	doc/www/annotatefunction.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/dieonerrormode.php,
	doc/www/doubledouble.php, doc/www/doubleextended.php,
	doc/www/getsuppressedmessages.php, doc/www/introExample12.php,
	doc/www/introExample15.php, doc/www/introExample17.php,
	doc/www/introExample34.php, doc/www/introExample38.php,
	doc/www/introExample4.php, doc/www/introExample40.php,
	doc/www/introExample42.php, doc/www/introExample43.php,
	doc/www/introExample46.php, doc/www/introExample47.php,
	doc/www/introExample5.php, doc/www/introExample51.php,
	doc/www/introExample57.php, doc/www/introExample8.php,
	doc/www/pi.php, doc/www/power.php, doc/www/rationalmode.php,
	doc/www/remez.php, doc/www/roundingwarnings.php,
	doc/www/showmessagenumbers.php, doc/www/suppressmessage.php,
	doc/www/time.php, doc/www/timing.php, doc/www/tripledouble.php,
	doc/www/unsuppressmessage.php, doc/www/verbosity.php, execute.c,
	expression.c, general.c, general.h, help.h,
	sollya-library-wrappers.c, sollya-messages.h, sollya-messaging.h,
	tests-lib/tcheckinfnorm.reference, tests-lib/tcmp_equal.reference,
	tests-lib/tcmp_greater.reference,
	tests-lib/tcmp_greater_equal.reference,
	tests-lib/tcmp_less.reference, tests-lib/tcmp_less_equal.reference,
	tests-lib/tcmp_not_equal.reference,
	tests-lib/tcmp_objs_structurally.reference,
	tests-lib/tconstant_from_mpq.reference,
	tests-lib/tconstant_from_mpz.reference,
	tests-lib/tconstruct_function.reference,
	tests-lib/tdecompose_externalprocedure_with_data.reference,
	tests-lib/tdirtyintegral.reference,
	tests-lib/tdirtysimplify.reference,
	tests-lib/texternalprocedure.reference,
	tests-lib/texternalprocedure_with_data.reference,
	tests-lib/tget_bounds_from_range.reference,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_mpq.reference,
	tests-lib/tget_constant_as_mpz.reference,
	tests-lib/tget_constant_as_uint64.reference,
	tests-lib/tget_constant_as_uint64_array.reference,
	tests-lib/tintegral.reference, tests-lib/tnumberroots.reference,
	tests-lib/trationalapprox.reference,
	tests-lib/tsearchgal.reference,
	tests-lib/tset_diam_and_print.reference,
	tests-lib/tv_construct_function.reference,
	tests-tool/check001.sollya.reference,
	tests-tool/check002.sollya.reference,
	tests-tool/check003.sollya.reference,
	tests-tool/check004.sollya.reference,
	tests-tool/check005.sollya.reference,
	tests-tool/check007.sollya.reference,
	tests-tool/check008.sollya.reference,
	tests-tool/check009.sollya.reference,
	tests-tool/check011.sollya.reference,
	tests-tool/check012.sollya.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check014.sollya.reference,
	tests-tool/check015.sollya.reference,
	tests-tool/check016.sollya.reference,
	tests-tool/check025.sollya.reference,
	tests-tool/check029.sollya.reference,
	tests-tool/check030.sollya.reference,
	tests-tool/check032.sollya.reference: Trying to finally address
	"Displaying of integers is sometimes really surprising"  As an
	important behavior changes with a warning, the whole documentation
	has been recompiled.

2021-11-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Patching a bug introduced with the last commit.

2021-11-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h: Made rationalmode = on;
	fully exact, even when decimal constants are involved in input and
	output.

2021-11-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c: Some progress with making decimal
	displaying and decimal input exact for rationalmode = on;

2021-11-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check023.sollya, tests-tool/check023.sollya.reference: 
	Non regression tests for
	https://gitlab.inria.fr/sollya/sollya/-/issues/30132

2021-11-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/remez.shlp, doc/remez.tex, doc/sollya.pdf, doc/www/remez.php,
	help.h: Mentioned in the doc of remez that the result is not
	necessarily dyadic.

2021-11-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Implemented L'Hôpital's rule for substitution with
	constant expressions.

2021-11-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Started working on an implementation of L'Hôpital's
	rule for substitution with constant expressions.

2021-11-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Attempt to patch issue
	https://gitlab.inria.fr/sollya/sollya/-/issues/30145  Replacing
	[[:blank:]] by what is supposed to be its definition: [ \t] In order
	to avoid using brackets, we chain a replacement of ' ' with a
	replacement of '\t'.

2021-11-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-tool/check032.sollya.reference: Trying to
	address the issue "Complexity for displaying decimal values does not
	seem very good"

2021-11-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/infnorm.shlp, doc/infnorm.tex, doc/sollya.pdf,
	doc/www/infnorm.php, help.h, proof.c: Deprecated the proof
	generation feature of the infnorm command.

2021-11-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/introExample12.tex, doc/introExample2.tex,
	doc/introExample37bis.tex, doc/introExample51.tex, doc/sollya.pdf,
	doc/www/introExample12.php, doc/www/introExample2.php,
	doc/www/introExample37bis.php, doc/www/introExample51.php: 
	Recompiled the introductory examples.

2021-11-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/autodiff.tex, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/doubledouble.tex, doc/hopitalrecursions.tex,
	doc/interpolate.tex, doc/remez.tex, doc/simplify.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, doc/tripledouble.tex,
	doc/www/autodiff.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/doubledouble.php,
	doc/www/hopitalrecursions.php, doc/www/interpolate.php,
	doc/www/remez.php, doc/www/simplify.php, doc/www/time.php,
	doc/www/timing.php, doc/www/tripledouble.php, help.h: Recompiled the
	whole documentation.

2021-11-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Finished optimizing division of polynomials. This
	feature should be tested, in particular from a complexity
	standpoint.

2021-11-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some very small progress optimizing the division of
	polynomials.

2021-11-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Trying to optimize division of constants in
	polynomials.

2021-11-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, infnorm.c, polynomials.c, remez.c: Hunting for
	compiler warnings found with -Wall -O3

2021-11-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.h, library.c: Made sure that all calls to
	dlclose() are done in the inverse order of the corresponding
	dlopen() and that we never call dlsym() on a library that has
	already been dlclose()d.

2021-11-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, library.c, library.h: Starting to try to fix a very
	subtle bug with external functions

2021-11-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, general.c, library.c, library.h, polynomials.c,
	tests-lib/tcanonical.reference,
	tests-tool/check009.sollya.reference: Improved canonicalization of
	polynomials in weird corner cases.

2021-10-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Made configure.ac fully compatible with cross
	compilation.  We now use configure cache mechanism for all the
	AC_RUN_IFELSE where it makes sense.

2021-10-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Patch proposed by Helmut Grohne through the Debian
	Bug Report system.  See
	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979030

2021-10-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, parser.y, sollya-help.c, sollya-help.h,
	sollya-library-wrappers.c, sollya.h: Implementing the feature
	requested in "Make the online help accessible through the C library
	interface"

2021-10-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* double.c: Fixing "printexpansion(0) prints nothing instead of
	printing 0"

2021-10-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-tool/check012.sollya.reference,
	tests-tool/check019.sollya.reference,
	tests-tool/check032.sollya.reference: Trying to do something about
	"Displaying of integers is sometimes really surprising"

2021-10-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Did some work to speed up division of polynomials
	with rational and integer coefficients. This speeds up bezout as
	well.

2021-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: An easy trick to speed up bezout for rational
	polynomials. Now we need a better polynomial division for rational
	polynomials.

2021-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Revert "Starting to modify the code for the gcd
	heuristic to recycle it for bezout."  This reverts commit
	69b7e6aabc58b5491062bc959f67ca03465d859a.

2021-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Revert "Some alledged progress with heuristical
	bezout. However, I have come to a dead-end, as the math I supposed
	to be correct does not work out as intended."  This reverts commit
	6da46b57b7ba125318d128a24961fa89f3e92fdf.

2021-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some alledged progress with heuristical bezout.
	However, I have come to a dead-end, as the math I supposed to be
	correct does not work out as intended.

2021-10-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Starting to modify the code for the gcd heuristic
	to recycle it for bezout.

2021-10-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check032.sollya, tests-tool/check032.sollya.reference: 
	Finished the tests for bezout and gcd.

2021-10-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/tbezout.c,
	tests-lib/tbezout.reference: First version of tests for the bezout
	command (library version).

2021-10-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bezout.shlp, doc/bezout.tex, doc/sollya.pdf,
	doc/www/bezout.php, expression.c, help.h: Corrected a corner-case
	behavior for bezout and changed the documentation accordingly.

2021-10-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Corrected a stupid copy paste error found by
	reading old code.

2021-10-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bezout.shlp, doc/bezout.tex, doc/sollya.pdf,
	doc/www/bezout.php, help.h: Finished the documentation for bezout.

2021-10-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/Makefile.am, doc/bezout.shlp,
	doc/bezout.tex, doc/diveucl.shlp, doc/diveucl.tex, doc/gcd.shlp,
	doc/gcd.tex, doc/keywords.def, doc/modeucl.shlp, doc/modeucl.tex,
	doc/www/ListOfCommands.php, doc/www/bezout.php,
	doc/www/diveucl.php, doc/www/gcd.php, doc/www/modeucl.php, help.h: 
	Starting to work on documentation for the bezout command.

2021-10-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: This should really fix
	https://gitlab.inria.fr/sollya/sollya/-/issues/30144

2021-10-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* lto-compat.h: Committing a forgotten file.

2021-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: First complete working version of the bezout
	command. No complete tests done. No documentation available. No
	heuristic version implemented for polynomials.

2021-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Correcting a mistake.

2021-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Again some small progress with bezout.

2021-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* hash.c, hash.h, hooks.c, hooks.h, polynomials.c, polynomials.h: 
	Updating email addresses

2021-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Again some small progress with extended Euclid
	(bezout).

2021-10-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h, polynomials.h: Some small
	progress with implementing the bezout command.

2021-10-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	library.c, minilexer.l, miniparser.y, parser.y, polynomials.c,
	sollya-library-wrappers.c, sollya.h: Started working on a command
	implementing the extended Euclid algorithm to compute the gcd and
	the co-factors (Bezout coefficients)

2021-10-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, general.c, sollya-library-wrappers.c,
	tests-tool/libraryexample.c: Added support for working LTO
	compilation (with visibility attributes).

2021-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Why do we need an autoconf version 2.71 or better?
	2.69 should be enough.

2021-10-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: One fix signaled by the -Wall option of automake.
	And removed -Wall -Werror  -> because I do not know how to fix the
	remaining warnings.

2021-10-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, general.c, signalhandling.c,
	tests-lib/tget_element_in_list_timecomplexity.c: Followed advices
	from autoconf about obsolete code.

2021-10-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Just ran autoupdate as was suggested by autoconf
	after adding the -Wall flag.

2021-10-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Adding -Wall -Werror options to automake as is
	recommended by the official doc.  ->
	https://www.gnu.org/software/automake/manual/automake.html

2021-10-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.h, infnorm.c, polynomials.c, sollya-messages.h,
	sollya-messaging.h, tests-tool/check032.sollya.reference: Finished
	working on an issue with gcd for polynomials.

2021-10-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, polynomials.c: Started working on an issue with gcd.
	one = log2(10)*log10(2); p = canonical((x-one)^2); pp = diff(p);
	gcd(p,pp);

2021-09-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Made Hopital rule cases like evaluate((x-17)/sin(x *
	pi),[16.75;17.25]); work.

2021-09-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Changed the
	documentation to account for recent changes in interval mul/div

2021-09-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* mpfi-compat.c: Refactoring and documenting code after the
	modifications of interval mul and div

2021-09-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, tests-lib/tintegral.reference,
	tests-tool/check001.sollya.reference,
	tests-tool/check004.sollya.reference, tests-tool/check013.sollya,
	tests-tool/check013.sollya.reference,
	tests-tool/check014.sollya.reference,
	tests-tool/check027.sollya.reference,
	tests-tool/check028.sollya.reference: Fixing the last issues that
	have shown up with the bug fix for interval multiplication and
	division.

2021-09-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c, tests-tool/check032.sollya,
	tests-tool/check032.sollya.reference: Verifying changed interval
	multiplication and division, modyifing division again.

2021-08-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Improved the situation with Hopital's Rule discovered
	while fixing #30143 Sollya is very wrong on an interval evaluation,
	without a warning

2021-08-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, mpfi-compat.c: Working towards fixing the bug #30143
	Sollya is very wrong on an interval evaluation, without a warning

2021-08-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/sollya.pdf,
	doc/www/fpminimax.php, help.h: A mention about how to perform
	weighted approximations in the doc of fpminimax.  This closes the
	feature-request https://gitlab.inria.fr/sollya/sollya/-/issues/30140


2021-08-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, tests-tool/check020.sollya,
	tests-tool/check020.sollya.reference: Patched a regression
	introduced with 35d53a300bb2ecfc6eff7cee1108821c8765ee8b  When
	testing whether an expression is a linear combination of some
	functions, we failed when the expression was provably evaluating to
	0. This was especially visible when using a basis of monomials that
	were polynomials though not the regular monomials x^i (e.g., when
	the monomials are the Chebyshev basis).  A non-regression test has
	been added.

2021-08-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* mpfi-compat.c: Yet some optimizations to the mpfi wrapper. Credit:
	Neven Sajko.  Patch proposed by Neven Sajko on sollya.users@inria.fr
	on August 26, 2021.

2021-08-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check011.sollya, tests-tool/check011.sollya.reference: 
	Added non-regression tests for the bug revealed at c7104e01 and
	patched at d842a1d3.

2021-08-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-lib/teuclidian_mod.reference,
	tests-tool/check011.sollya.reference,
	tests-tool/check015.sollya.reference: Patching a small bug in
	simplification of certain polynomials.  The bug can be seen with
	autosimplify = off; fullparentheses = on; p = 0 + 1 + x^2 + x^3;
	print(p); print(simplify(p));

2021-08-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c, remez.c, remez.h, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Chebyshev points in fpminimax
	are now perturbed as they are with remez.  This fixes issues such as
	the one mentioned in the feature request
	https://gitlab.inria.fr/sollya/sollya/-/issues/30135

2021-08-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* mpfi-compat.c: Some optimizations to the mpfi wrapper. Credit:
	Neven Sajko.  Patch proposed by Neven Sajko on sollya.users@inria.fr
	on August 12, 2021.

2021-08-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/sollya.pdf,
	doc/www/fpminimax.php, execute.c, fpminimax.c, fpminimax.h, help.h,
	remez.c, remez.h, sollya-messages.h, sollya-messaging.h,
	tests-tool/check029.sollya, tests-tool/check029.sollya.reference: In
	fpminimax, it is possible to replace the real minimax by a list of
	coefficients.  This provides the feature request
	https://gitlab.inria.fr/sollya/sollya/-/issues/30141

2021-08-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check020.sollya.reference: Changed a reference test
	file after commit c7104e01.  A warning is displayed now only once
	when it used to be displayed several times. This is expected after
	the changes of commit c7104e01.

2021-08-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c, remez.c: Display some warnings only once.  This
	concerns the "degenerated system" warning (at most once) per remez
	iteration and the "coefficient is an exact 0" of fpminimax (at most
	once per call).

2021-08-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c, remez.c, remez.h, sollya-messages.h,
	sollya-messaging.h: Avoid choosing thousands of points in fpminimax
	when f is its own real minimax.

2021-08-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c, remez.c, remez.h, sollya-messages.h,
	sollya-messaging.h, tests-tool/check020.sollya,
	tests-tool/check020.sollya.reference: Unified the functions used to
	detect the coefficients of a pseudo-polynomial.  This fixes an issue
	with fpminimax not recognizing, e.g., 3*x as being a linear
	combination of x and x^2.  Also, this allows now remez also to
	(heuristically) detect that the function to approximate is already a
	linear combination of the monomials (and immediately return), even
	when the monomials are not all of the form x^i. This comes as a
	complement to resolve issue
	https://gitlab.inria.fr/sollya/sollya/-/issues/30139  Non-regression
	tests have been added.

2021-08-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.h, remez.c, tests-tool/check020.sollya,
	tests-tool/check020.sollya.reference: remez now tests whether its
	input function is a polynomial.  Should fix
	https://gitlab.inria.fr/sollya/sollya/-/issues/30139  Whenever the
	function to approximate is clearly a polynomial of degree d (or the
	weight function is 1 over such a polynomial) and remez is called
	with a list of monomials that includes all monomials necessary to
	represent it, we can immediately conclude that the function itself
	is its best approximation.  When the monomials are not all of the
	form x^i, we could in principle do something similar by testing
	whether the function is in the field generated by the monomial
	functions (say, compute the interpolant to an arbitrary set of
	points and checks that the corresponding error function is very
	small all over the interval) but this is not implemented here: we
	only do true polynomial manipulations.

2021-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* supnorm.c, tests-tool/check015.sollya,
	tests-tool/check015.sollya.reference: Fix and non-regression test
	for bug "supnorm fails on an rather easy case"  cf.
	https://gitlab.inria.fr/sollya/sollya/-/issues/30137

2020-07-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c: Define _POSIX_C_SOURCE appropriately for gettimeofday.
	gettimeofday didn't appear in POSIX until POSIX 2001, after it was
	introduced in X/OPEN issue 4 version 2 according to

	<http://pubs.opengroup.org/onlinepubs/009604599/functions/gettimeofday.html>.  Thus, the earliest appropriate definition of _POSIX_C_SOURCE is 200112L; gettimeofday was not in the version of POSIX corresponding to _POSIX_C_SOURCE=199309L.  This fixes compilation on NetBSD.  Kindly reported and patched by Taylor R. Campbell.

2020-07-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Fix shell portability: POSIX `test' takes `=', not
	`=='.  Kindly reported and patched by Taylor R. Campbell.

2020-06-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tfpminimax.c, tests-lib/tv_fpminimax.c: Yet updated
	tests, now in tests-lib

2020-06-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check012.sollya: Changed a test to conform to the
	changes introduced @ 4dde1139

2020-02-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/sollya.pdf,
	doc/www/fpminimax.php, execute.c, help.h, sollya-messages.h,
	sollya-messaging.h: Deprecated end-elliptic lists ending with a
	number as a format list in fpminimax

2020-02-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c: Some comments in fpminimax.c

2019-06-25  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/round.shlp,
	doc/round.tex, doc/sollya.pdf, doc/www/externalproc.php,
	doc/www/round.php, externalproc.c, help.h: Fixed a typo

2019-06-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Integrated a patch proposed by the Debian team.  See
	https://sources.debian.org/patches/sollya/7.0+ds-3/

2019-07-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Removed the explicit dependency to sollya in check-*,
	which seems useless

2019-07-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Added dependencies so that the BUILT_SOURCES be
	automatically built if necessary  Suppression de la règle
	BUILT_SOURCES de Christoph  Essai de compilation sans built_sources


2019-06-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check004.sollya, tests-tool/check005.sollya,
	tests-tool/check029.sollya: Modified the checks so as to allow
	parallel execution of them.

2019-06-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am: Working on parallel compilation again.

2019-06-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, sollya.1, tests-lib/tv_implementpoly.c,
	tests-lib/tv_implementpoly.reference: Made parallel compilation
	possible even in cases when help2man is installed and the number of
	parallel jobs is larger than the maximum number of possible parallel
	compilations in the dependecy tree of the sollya tool.  There was a
	bug in a recursive rule used only for help2man usage. There was a
	second bug in the use of a temporary file for tv_implementpoly.

2019-06-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Trying to make a header-dependency explicit.

2019-06-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Strange recompilation after fast-forward.

2019-06-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* double.c, execute.c: Improved round for DD and TD.  Things like  c
	= 0x7fefffffffffffff - 0x0000000000000001; d =
	round(log(c),2200,RN); printexpansion(round(exp(d),DD,RN));
	round(c,DD,RN) == c;  now work.  There might still be a problem with
	the case when 2 binary64 numbers exist to represent a number with
	their sum but for which the binary64 number closest to the sum
	overflows. Typically, 0x7fefffffffffffff + 0x7fefffffffffffff.

2019-06-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/parse.shlp,
	doc/parse.tex, doc/rename.shlp, doc/rename.tex, doc/sollya.pdf,
	doc/www/fpminimax.php, doc/www/parse.php, doc/www/rename.php,
	doc/www/xfreevariable.php, doc/xfreevariable.shlp,
	doc/xfreevariable.tex, help.h: Improved a little bit the
	documentation.

2019-06-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* base-functions.c, tests-tool/check003.sollya.reference,
	tests-tool/check012.sollya.reference: Patching an issue with the
	simplification of constant expressions involving certain rounding
	operators.

2019-06-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check016.sollya, tests-tool/check016.sollya.reference: 
	Add non-regression test for the bug patched at 6d2449af

2019-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Improved GCD by making constants better suited for
	modern computers.

2019-06-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/check032.sollya.reference: Performance
	improvement for an intricate combination of representations.

2019-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-lib/tinterpolate.reference,
	tests-lib/tv_interpolate.reference,
	tests-tool/check032.sollya.reference: Improved performance of
	interpolation with error quite a bit.

2019-05-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, execute.c: Correcting a bug in match constructs
	used on unary minus.

2019-05-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bind.shlp, doc/bind.tex, doc/sollya.pdf, doc/www/bind.php,
	execute.c, help.h, sollya-messages.h, sollya-messaging.h: Improved
	bind in order to allow for procedures with an arbitrary number of
	arguments.

2019-05-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, internparser.y, miniparser.y, parser.y,
	sollya-library-wrappers.c: Improving rename a tiny little bit.

2019-04-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some progress with a heuristic for interpolation
	with a possible error.

2019-04-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Improved interpolation for certain rational
	abscissa/ordinate cases.

2019-04-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* internparser.y: Trying to address bug [#21760] chebyshevform
	cannot be used out of execute() statements

2019-01-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patching a complicated segfault arising from a
	sollyapython -> pythonsollya circular binding.

2019-01-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Slightly changed behavior of dlopen behind externalproc
	to make sollyapython possible.

2019-01-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Added support for a global Sollya variable
	__program_name initialized with argv[0] in interactive mode (if
	available) and with "sollya" if unavailable or in library mode.

2018-12-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patching an issue with dieonerrormode used in certain
	pythonsollya settings.  In [1]: import sollya  In [2]: p =
	sollya.parse("proc(n) { return n + 1; }")  In [3]:
	sollya.settings.dieonerrormode = sollya.on  In [4]: p("Coucou")

2018-11-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/relative.shlp, doc/relative.tex, doc/remez.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/time.shlp, doc/time.tex, doc/timing.shlp,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/relative.php, doc/www/remez.php, doc/www/sollya.php,
	doc/www/time.php, doc/www/timing.php, general.c, help.h, sollya.1,
	tests-lib/Makefile.am, tests-lib/tannotatefunction.reference,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_externaldata.c,
	tests-lib/tobj_is_externaldata.reference,
	tests-lib/tobj_is_externalprocedure.c,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_procedure.c, tests-lib/tobj_is_range.c,
	tests-lib/tobj_is_string.c, tests-lib/tobj_is_structure.c,
	tests-lib/tv_annotatefunction.reference: doc + copyright + test for
	obj_is_externaldata  A few modification in the doc (including the
	recent doc of externaldata, but not only). Doc entirely recompiled.
	PHP and tex are synchronized.  One missing copyright after the
	introduction of externaldata  Added a test for the library function
	obj_is_externaldata and updated the tests for tobj_is_* to include
	this new type in their tests.  Updated .gitignore with recent
	additions (but also with products of the documentation that we
	historically forgot to include)  Restored
	tannotatefunction.reference and tv_annotatefunction.reference that
	have been accidentally altered some time ago (they have been made
	empty, and as a special rule, an empty reference file does not lead
	to a check failure by itself, but only if the exit code of the
	executable test is non-zero; which explains why it remained
	unnoticed until now).

2018-11-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/Makefile.am,
	doc/externaldata.shlp, doc/externaldata.tex,
	doc/externaldataexample.c, doc/externalproc.shlp,
	doc/externalproc.tex, doc/keywords.def, doc/library.shlp,
	doc/library.tex, doc/libraryconstant.shlp, doc/libraryconstant.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/www/ListOfCommands.php,
	doc/www/externaldata.php, doc/www/externalproc.php,
	doc/www/library.php, doc/www/libraryconstant.php,
	doc/www/sollya.php, execute.c, execute.h, expression.h, general.c,
	help.h, internlexer.l, internparser.y, lexer.l, library.c,
	library.h, minilexer.l, miniparser.y, parser.y,
	sollya-library-wrappers.c, sollya-messages.h, sollya-messaging.h,
	sollya.h, tests-lib/Makefile.am,
	tests-lib/tdecompose_externaldata.c,
	tests-lib/tdecompose_externaldata.reference,
	tests-lib/texternaldata.c, tests-lib/texternaldata.reference,
	tests-tool/check029.sollya, tests-tool/check029.sollya.reference,
	tests-tool/libraryexample.c: Added an externaldata functionnality.

2018-11-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* internparser.y, miniparser.y, parser.y: Trying to fix '[#21727]
	Behavior of parser highly illogical'

2018-10-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c: Addressing a compiler warning.

2018-10-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.h, infnorm.c, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	mpfi-compat.c, mpfi-compat.h, parser.y, polynomials.c,
	polynomials.h, sollya-library-wrappers.c, sollya.h: Updated
	copyright notices.

2018-10-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Still working on the strange, circular memory
	dependency provoking a leak.

2018-10-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.h, polynomials.c: Patching a very intricate
	memory leak with circular dependencies in caches.

2018-10-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Trying to patch a memory leak.

2018-10-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/interpolate.shlp, doc/interpolate.tex, doc/remez.tex,
	doc/sollya.pdf, doc/www/interpolate.php, doc/www/remez.php, help.h: 
	Added documentation for interpolate.

2018-09-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/Makefile.am, doc/keywords.def,
	doc/remez.shlp, doc/remez.tex, doc/sollya.pdf,
	doc/www/ListOfCommands.php, doc/www/remez.php, execute.c, help.h: 
	Started to document interpolate. Found a bug and fixed it.

2018-09-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, tests-lib/Makefile.am,
	tests-lib/tinterpolate.c, tests-lib/tinterpolate.reference,
	tests-lib/tv_interpolate.c, tests-lib/tv_interpolate.reference: 
	Added testing for the library binding of interpolate. Found a bug
	and fixed it.

2018-09-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, tests-tool/check032.sollya,
	tests-tool/check032.sollya.reference: Added two additional tests for
	interpolation.

2018-09-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Regenerated ChangeLog

2018-09-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/implementconstant.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/implementconstant.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation

2018-09-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php, implement.c,
	mpfi-compat.c, polynomials.c, sollya.1,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference, tests-tool/libraryexample.c,
	version.h: Updated copyrights

2018-09-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Adding non regression tests for bug #21716

2018-09-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c: Patching a small bug in sollya_mpfi_div_z.

2018-09-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c, mpfi-compat.h, polynomials.c: Made polynomials a
	little faster with caches.

2018-09-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c: Still trying to patch '#21716 evaluate returns
	incoherent results'  And some clean-up for the MPFI compat
	functions.

2018-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/check032.sollya,
	tests-tool/check032.sollya.reference: Improved speed of
	interpolation with error.

2018-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c, polynomials.c: Trying to patch '#21716 evaluate
	returns incoherent results'  Non-regression tests still need to be
	added.

2018-09-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check032.sollya, tests-tool/check032.sollya.reference: 
	Added a couple of last tests for interpolation.

2018-09-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c, tests-tool/check032.sollya,
	tests-tool/check032.sollya.reference: Patched a bug in interval
	erfc.  Added additional testing for interpolation.

2018-08-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/Makefile.am,
	tests-tool/check032.sollya, tests-tool/check032.sollya.reference: 
	Started testing interpolation.

2018-08-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Improved DAG handling in polynomials.

2018-08-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Added a TODO for the polynomials code.

2018-08-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Improved faithful evaluation of polynomials at points
	where the condition number is high.

2018-08-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, polynomials.c: Made certain memory (DAG) optimizations.


2018-08-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some progress with debugging and testing of the new
	interpolation routines.

2018-08-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Analyzing an issue with cancellation in point to
	interval polynomial evaluation.

2018-08-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Added timing code for interpolation.

2018-08-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	library.c, minilexer.l, miniparser.y, parser.y,
	sollya-library-wrappers.c, sollya.h: Wrote the glue to have
	interpolate as a new Sollya CLI command and library function.  The
	current code is untested.

2018-08-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* mpfi-compat.c, mpfi-compat.h, polynomials.c: Again some progress
	with the interpolation routines.  The code is complete now but still
	untested, as it is not yet bound to the Sollya interface.

2018-08-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some progress with interpolation.

2018-08-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Regenerated ChangeLog

2018-08-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/printxml.tex, doc/readxml.tex,
	doc/remez.tex, doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/printxml.php,
	doc/www/readxml.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, help.h, sollya.1: Recompiled the documentation.


2018-08-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/readxmlexample.xml, general.c,
	tests-tool/check008.sollya.reference, xml.c: Changed
	sollya.gforge.inria.fr to sollya.org

2018-08-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Made help2man work in a VPATH build context.

2018-08-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, configure.ac: Yet improved support of locale with
	help2man  We now test whether the --locale=C.UTF-8 option works or
	not in configure.

2018-08-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, polynomials.h: Some progress with interpolation
	with error.

2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.h: Header file.

2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Added a basic routine to interpolate functions
	directly.

2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.h: Adapted the header file.

2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some small changes to constant allocation handling.


2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Some progress on interpolation routines.
	Everything's untested for now.

2018-08-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Still working on interpolation with error control.


2018-08-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, polynomials.h: Rigorous interpolation: function to
	round coefficients of polynomial with maximum error bound on
	evaluation error over interval.

2018-08-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Generalized the policy of displaying a meaningful
	answer in configure before exiting.  AC_MSG_ERROR and AC_MSG_WARN
	must be used to display additional information on stderr.

2018-08-01  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: configure must stop whenever no version of fplll is
	found.

2018-08-01  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Display no as a result of a test, before printing a
	more detailed warning.  Notices that AC_MSG_RESULT displays on
	stdout, whereas AC_MSG_WARN displays on stderr.

2018-07-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Regenerated ChangeLog

2018-07-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the doc.

2018-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Initialized a variable to make a compiler happy.

2018-07-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Removed a warning signaled by gcc.  No need to update
	copyrights: it is a minor fix.

2018-07-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, sollya.map: We were wrong: the libtool version of the
	lib is 7.0.0  because the function behind the exported symbol
	'sollya_tool_main' changes compltely from Sollya 6.0 to Sollya 7.0
	(hence no backward compatibility => age=0)

2018-07-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Fixed a few
	typos and converted the doc of exit status to html.

2018-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex: Documented the Sollya exit status
	codes.

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Clarified the
	phrase about gnuplot being mandatory-but-not-really in the doc

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Fixed a few
	typos in the doc. HTML and PDF are synchronized.

2018-07-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, general.c: Patched a small bug with the return
	code returned when the tool just executes for the --help or
	--version options.

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex: Followed advice of Jérôme Benoit
	to make the package reproducible

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Regenerated ChangeLog

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya: Updated reference timings in
	timecheck

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya: Added manual affectation of variables
	before doing the actual time checks.  Indeed, in some cases, we were
	measuring the time required to deaffect a variable rather than the
	time required to compute its new value.

2018-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya: Fixed an issue introduced with commit
	5f10b52d49fe.  The 3rd timecheck was intenteded to work with the
	polynomial p defined in the 1st check. But the modification
	introduced with commit 5f10b52d49fe changed that p in the 2nd check.


2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check004.sollya, tests-tool/check005.sollya,
	tests-tool/check012.sollya, tests-tool/check013.sollya,
	tests-tool/check029.sollya: Clean up files generated by the tests
	after their use.

2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Made sollya.1 depends on version.h rather than the
	sollya binary.  This is to ensure that it won't be regenerated by
	default in a distributed release. I followed recommendations of

	https://www.gnu.org/software/automake/manual/html_node/Errors-with-distclean.html

2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Setting the locale for help2man to something that
	should work on all systems

2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: Regenerated ChangeLog

2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.h: Updated copyrights

2018-07-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Disabling locale support in help2man...  ... as some
	versions of help2man are not configured to work with this support,
	and we are not really using it anyway. The only thing we care are
	the environment variables that set the language which is used by
	help2man for generating its header.

2018-07-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, base-functions.c, base-functions.h, expression.h: 
	Solved that fu**ing multiple definition issue seen on Mac OS X.

2018-07-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Again trying to do something for certain versions of
	lld and llvm on Mac OS X.

2018-07-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* base-functions.c, base-functions.h, chebyshevform.c,
	expression.c, expression.h, implementconst.c, taylorform.c: Trying
	to work around a problem seen on Mac OS X with the fixif
	integration.

2018-07-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog: New ChangeLog

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Fixed a memory leak

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, help.h, hooks.c: Copyrights are now up to date

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/implementconstant.tex, doc/introExample51.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/implementconstant.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Added a non-regression test for an issue where annotatefunction is
	used to annotate a constant expression.

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/CommandsAndFunctions.tex, doc/Makefile.am, doc/{eucldiv.shlp
	=> diveucl.shlp}, doc/{eucldiv.tex => diveucl.tex}, doc/gcd.shlp,
	doc/gcd.tex, doc/keywords.def, doc/{euclmod.shlp => modeucl.shlp},
	doc/{euclmod.tex => modeucl.tex}, doc/sollya.pdf,
	doc/www/ListOfCommands.php, doc/www/{eucldiv.php => diveucl.php},
	doc/www/gcd.php, doc/www/{euclmod.php => modeucl.php}, help.h,
	parser.y: Changed keywords euclmod and eucldiv into modeucl and
	diveucl respectively.  This is to ensure a natural sorting position
	of the corresponding entry in the table of contents of the pdf
	documentation.

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: typo in the NEWS

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check025.sollya, tests-tool/check025.sollya.reference: 
	Non-regression tests for the bugs fixed at revisions 6450330 and
	d4eb1bc

2018-06-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Another instance of the bug addressed in commit
	6450330.

2018-06-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* expression.c, help.h: Some errors of copyrights I just detected.
	Copyrights are normally up-to-date.

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tget_element_in_list_timecomplexity.c: Patched a couple
	of issues in the complexity test for get_element_in_list.

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c: Improved hook handling for cases when the
	function to be annotated is constant.

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tget_element_in_list_timecomplexity.c: Patched
	timecomplexity test again.

2018-06-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, hooks.c: Patched a small issue with annotatefunction
	used on constant expressions that are zero.

2018-06-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* base-functions.c: Patched a bug found with floor(c), when c =
	log2(13)/log2(17) - log(13)/log(17);

2018-06-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tget_element_in_list_timecomplexity.c: Made test
	tget_element_in_list_timecomplexity work on a Raspberry Pi 3 running
	jessie.

2018-06-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/eucldiv.shlp, doc/eucldiv.tex, doc/euclmod.shlp,
	doc/euclmod.tex, doc/gcd.shlp, doc/gcd.tex, doc/sollya.pdf,
	doc/www/eucldiv.php, doc/www/euclmod.php, doc/www/gcd.php, help.h: 
	Changed documentation of div, mod, gcd again a little bit.

2018-06-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* NEWS: Modified NEWS.

2018-06-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/plot.shlp, doc/plot.tex, doc/sollya.pdf, doc/www/plot.php,
	help.h: Added documentation of SOLLYA_GNUPLOT in the doc of the plot
	command

2018-06-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/eucldiv.shlp, doc/eucldiv.tex, doc/euclmod.shlp,
	doc/euclmod.tex, doc/gcd.shlp, doc/gcd.tex, doc/sollya.pdf,
	doc/www/eucldiv.php, doc/www/euclmod.php, doc/www/gcd.php, help.h: 
	Modified a little bit the documentation of gcd, div and mod

2018-06-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/timecheck.sollya: Improved stability of the timecheck.


2018-06-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, sollya.map: Updated library version info

2018-06-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: Proposition of a NEWS file for the release 7.0

2018-06-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.1: Updated man page

2018-06-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, configure.ac: Trying to use -no-undefined
	unconditionally. Let's see what happens.

2018-06-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Made a warning message slightly less confusing for
	Cygwin users.

2018-06-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, configure.ac: Made shared libraries build on Cygwin.


2018-06-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Fixed a small mistake in the detection of pdflatex
	The message indicating whether pdflatex comes along with the
	required packages was displayed in any case, even when pdflatex
	itself had not been detected.

2018-06-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Just warn if libmpfi is not found at runtime.

2018-06-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.h, infnorm.c, printf.c: Worked again on the
	fallthrus in switch statements.

2018-06-25  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Some fall-through signaled by gcc

2018-06-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Fixed a bad syntax in configure.ac  I do not fully
	understand what happens here, but I think one pair of brackets is
	eaten by the autoconf logic, so we need three pairs of brackets to
	make two in effect.

2018-06-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Strange recompilation.

2018-06-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, execute.c, expression.c, expression.h, infnorm.c,
	match.c, polynomials.c, printf.c: Tried to implement logic to use
	gcc's attribute for fall-thrus in switches.

2018-06-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* autodiff.c, autodiff.h, base-functions.c, base-functions.h,
	chain.c, chain.h, chebyshevformaux.c, chebyshevformaux.h,
	doc/conversionIntro.sh, doc/sollya.tex, doc/www/sollya.php,
	double.c, double.h, execute.c, expression.c, expression.h,
	fplll_wrapper.cpp, fplll_wrapper.h, fpminimax.c, general.c,
	general.h, help.h, hooks.c, implement.c, implementconst.c,
	implementconst.h, infnorm.c, infnorm.h, integral.c, lexer.l,
	match.c, mpfi-compat.c, mpfi-compat.h, plot.c, remez.c, remez.h,
	sollya-library-wrappers.c, sollya-messages.h, sollya-messaging.h,
	sturm.c, supnorm.c, taylorform.c,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference, version.h, xml.c: 
	Systematically changed Sophia-Antipolis into Sophia Antipolis

2018-06-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* autodiff.c, execute.c, execute.h, expression.c, expression.h,
	external.c, general.c, general.h, hash.c, help.h, hooks.c,
	infnorm.c, infnorm.h, internlexer.l, lexer.l, library.c,
	minilexer.l, mpfi-compat.h, parser.y, plot.c, polynomials.c,
	polynomials.h, remez.c, signalhandling.c,
	sollya-library-wrappers.c, sollya-messages.h, sollya-messaging.h,
	sollya.h, sturm.c, supnorm.c: Updated copyrights changed between
	sollya-4.0 and sollya-6.0  The rule had been badly applied at this
	time (we should keep the list of all former affiliations, even when
	they denote the same entity)

2018-06-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Small patch to make the tests
	work again.

2018-06-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf: And recompiled the doc

2018-06-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* autodiff.c, autodiff.h, base-functions.c, base-functions.h,
	chain.c, doc/sollya.tex, doc/www/sollya.php, double.c, double.h,
	execute.c, execute.h, expression.c, expression.h, external.c,
	fpminimax.c, general.c, general.h, help.h, hooks.c, implement.c,
	implement.h, infnorm.c, internlexer.l, internparser.y, lexer.l,
	library.c, match.c, minilexer.l, miniparser.y, mpfi-compat.c,
	mpfi-compat.h, parser.y, plot.c, polynomials.c, polynomials.h,
	remez.c, sollya-library-wrappers.c, sollya.h, sturm.c, sturm.h,
	taylor.c, taylorform.c, taylorform.h, version.h, xml.c: Updated all
	copyrights since the release of sollya 6.0

2018-06-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updates .gitignore with tget_constant_as_uint64_array


2018-06-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Recompiled the PDF.

2018-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* implement.c: Proposition of a more robust patch to bug [#21376].

2018-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Non-regression tests for bug [#21680]

2018-06-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Slight
	modifications in the recent documentation of
	sollya_lib_get_constant_as_uint64_array + update of the HTML doc
	accordingly.

2018-06-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/tget_constant_as_mpz.c,
	tests-lib/tget_constant_as_uint64_array.c,
	tests-lib/tget_constant_as_uint64_array.reference: Added tests for
	the new sollya_lib_get_constant_as_uint64_array function.  Also
	added an extra check on the tests of sollya_lib_get_constant_as_mpz.


2018-06-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Non-regression test for bug fixed with commit 4d1761b.

2018-06-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patched a bug with faithful evaluation containing a
	sub-expression for which both childs can be evaluated exactly but
	that would yield a (signed) infinity that makes a limit to be
	reached in the whole expression.  Example:  f = erf(1/x);
	evaluate(f,[0]);

2018-06-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/subpoly.tex, doc/taylor.tex, doc/time.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/subpoly.php,
	doc/www/taylor.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2018-06-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c: Fixed a segfault issue.  When pstar is not provided
	to fpminimax, while providing a list of points in a fixed-point
	context, a segfault happens due to an unprotected call to isError.
	This fixes the issue.

2018-05-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex: Documented
	sollya_lib_get_constant_as_uint64_array in the PDF version of the
	documentation.  The HTML documentation still needs to be adapted.

2018-05-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* hooks.c: Fixed some memory leaks in descartesRuleBasic.  I did not
	review the code in full details and just applied the obvious fixes.
	Some other leaks might remain. Especially, I have some doubts with
	variable 'coefficients'.

2018-05-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, polynomials.c: Patching memory leaks.

2018-05-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tget_element_in_list_timecomplexity.c,
	tests-lib/tlibraryconstant.c, tests-lib/tlibraryfunction.c: Patched
	minor memory leaks.

2018-05-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, expression.h, general.c: Made variable caching again
	a little bit more robust.

2018-05-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c: Made memory management for variable nodes
	slightly more robust.

2018-05-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Optimized precision handling in an old function.

2018-05-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/check025.sollya.reference: Improved
	polynomial degree handling for the case c * p(x)

2018-05-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patched a memory leak.

2018-05-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* expression.c: Patched a memory leak introduced with the branch
	unifiedBaseFunction

2018-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.h: Improved documentation of getRecurseCutoff and
	getRecursePrec in base-function.h now that their role has been
	clarified by Christoph in commit c155bf2.

2018-05-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h, expression.c, infnorm.c: 
	Clarified the semantic of point_eval.  This is an evaluation "à la"
	MPFR, with an implicit rounding mode MPFR_RNDN. The rounding
	functions of double.c is patched in master in order to conform this
	semanantic, whatever the precision of the ouput variable (see commit
	87d9b3b2).

2018-05-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.h: Changed a little bit the comment added with
	56cf7f2.  Indeed, before being passed to evalsign the sub-tree is
	simplified with obvious simplifications, but no deep simplification.
	For instance, rounding functions know that their result fit on some
	explicit precision format and the simplification does compute the
	exact result in general. A similar argument holds for abs: evalsign
	is called by the simplification function in order to try to simplify
	it. Therefore, in those cases, having still the symbol (ABS, DOUBLE,
	etc.) as head symbol likely means that the sign will not be easy to
	guess and it is legitimate to return without even trying.  This
	argument does not hold for integer rounding functions: here the
	result is exactly representatble on *some* precision format, but we
	do not know which format. Hence, the simplification procedure will
	try to compute the exact value, but keeping a reasonably small
	precision format. It can fail if this trial precision is too small,
	in which case we keep the head symbol (FLOOR, etc.). But it does not
	mean that the sign cannot be easily computed.

2018-04-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: abs_evalsign is now trivialized.  Now that
	abs(expr) is simplified whenever expr is a constant expression whose
	sign can be detected, there is no reason to keep a non-trivial
	evalsign function (same reason as for rounding functions).

2018-04-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: abs(expr) is now simplified when expr is a
	constant expression whose sign can be guessed.  I took this
	opportunity to clean up a bit the code.

2018-03-31  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Improved readibility of
	simplify_rounding_function.  Also, avoid allocating and initializing
	an mpfr when non-necessary in simplify_integer_rouding_functions

2018-03-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: All rounding functions now share the same
	simplification procedure.

2018-03-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, tests-lib/tdiff.reference,
	tests-tool/check012.sollya.reference: Rationalized the expressions
	for the derivative of base functions.  * Some derivatives (tan,
	asin, acos and tanh) were composed of x^2, whereas others (atan,
	asinh, acosj, atanh) were composed of x*x. This is now unified with
	x^2 evertywhere. * The derivative of erf and erfc were composed with
	sqrt(atan(1)) to mean sqrt(pi)/2... * Except for sqrt, all base
	functions whose derivatives were of the form 1/f constructed the
	derivative of a composition as (1/f(g))*g'. Now this is
	systematically g'/f(g). * The derivative of acos is now structurally
	the negation of the derivative of asin. The same holds for erfc wrt
	erf. * The derivative of acosh is now 1/sqrt(x^2-1) (with a
	subtraction) instead of 1/sqrt(-1 + x^2)

2018-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.h, infnorm.c, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Made an important function
	DAG-aware and added some tests for that.

2018-05-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Internally documented two functions.

2018-05-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, expression.c, match.c: Some modifications that I
	forgot to propagate to the branch unifiedBaseFunction following the
	previous merge of master into it.

2018-05-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, double.c, execute.c, expression.c, expression.h,
	fpminimax.c, general.h, implement.c, infnorm.c, match.c, remez.c,
	sollya-library-wrappers.c, taylor.c: Refactored code for node memory
	management again.

2018-05-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, execute.c, expression.c, expression.h, hooks.c,
	infnorm.c, polynomials.c: Refactored code working with caches held
	in memref'ed nodes.

2018-05-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* double.c: Reworked the double-rounding warnings for the rounding
	functions.

2018-05-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* double.c, expression.c, hooks.c, implement.c: Reworked the
	rounding functions for D, DD, TD, SG, QD, halfprecision.

2018-05-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* double.c, double.h: Cleaned up declaration of private functions in
	double.h

2018-04-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.h: Added a comment about the semantic of evalsign.
	This explains why for functions such as double or ceil, evalsign
	does not even try to do something.

2018-04-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h: Corrected a type error.  It
	was a historical mistake that I did when I ported code of infnorm.c
	from master to the branch unifiedBaseFunction

2018-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Fixed a bug with acosh_evalsign when the
	argument equals 1.  The returned value used to be 1 instead of 0

2018-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: abs is not differentiable everywhere on its
	domain.  After discussion with Christoph, we agreed that the
	semantic given as a comment of the definition of the field
	isDifferentiableEverywhere is correct. Consequently, the
	corresponding field in abs becomes false. The previous behavior was
	copied-pasted from the corresponding part in the master, and has
	been introduced with commit e322baf7 in order to prevent a bad use
	of Interval Taylor Evaluation for non-differentiable functions.
	Notice that we were not able to spot a tracking number, nor an email
	or ICQ thread about it, and we could not reproduce a situation
	showing a difference of behavior between right before and right
	after commit e322baf7.  It might appear later that abs was correctly
	handled there, in which case, the present commit should be reverted
	and the semantic (and probably the name) of
	isDifferentiableEverywhere should be patched accordingly.

2018-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* chebyshevform.c, double.c, double.h, execute.c, expression.c,
	expression.h, implement.c, infnorm.c, mpfi-compat.c, mpfi-compat.h,
	remez.c, sollya-library-wrappers.c, sturm.c, taylorform.c,
	taylorform.h, worstcase.c: Function prefixed with mpfr_ should
	belong to the MPFR API.  Consequently, all functions specific to
	sollya, even though they are kind of upgrading the API of MPFR for
	Sollya are now named sollya_mpfr_*

2018-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, tests-tool/check020.sollya.reference: Increased verbosity
	level of most remez messages.

2018-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c, expression.c, lexer.l, polynomials.c: Removed unused
	variables, as signaled by gcc

2018-04-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, infnorm.c: Small changes discussed with Sylvain:
	invisible hidden bugs that are bugs nevertheless

2018-03-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Corrected a mistake: log1p vanishes only at
	zero, so set onlyZeroIsZero to true

2018-03-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Slight change to correct an error found by chance
	while discussing with Sylvain.

2018-03-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h, expression.c: Updated
	copyrights and removed unrelevant TODOs

2018-03-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h, expression.c: Re-designed the
	signature of try_exact_rational_eval in order to unify with the
	style of other functions.  Instead of asking the end-user to pass a
	pointer to the baseFunction object itself, this is now done manually
	in base-function.c, inside individual functions that encapsulate the
	call to the generic try_exact_rational_eval_* functions.

2018-03-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h, taylor.c,
	tests-tool/check011.sollya.reference: Made a lot more operations
	DAG-aware.  Now things like:  > p = taylor(asin(x),9,0.5); >
	degree(p); 9 >  have become feasible.

2018-03-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.h: Some progress on substitution cache.

2018-03-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Started working on a substitution cache.

2018-03-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h, general.c,
	tests-tool/check024.sollya.reference: Unified the creation of
	VARIABLE Sollya objects wherever possible.  The change induces an
	about 5% performance gain with metalibm. The reasons for that gain
	are not really understood but there is a gain.

2018-03-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, implement.c, infnorm.c, remez.c,
	taylor.c: Started work on unification of all VARIABLE nodes.

2018-03-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: With commit da252f1a41af5baed6374a0bba1842970f7976d8, a
	left-over of #20094 has reappeared. This commit patches the
	resulting regression.

2018-03-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/equal.shlp, doc/equal.tex, doc/isevaluable.shlp,
	doc/isevaluable.tex, doc/neq.shlp, doc/neq.tex, doc/sollya.pdf,
	doc/www/equal.php, doc/www/isevaluable.php, doc/www/neq.php,
	help.h, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Modified the documentation
	after the changes introduced with commit da252f1a  Added new tests
	to ensure non-regression of this new behavior. This allowed to
	detect a bug (that look like a regression). The checks currently DO
	NOT PASS and won't until this bug is fixed.

2018-03-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check002.sollya, tests-tool/check002.sollya.reference: 
	Improved a test that commit ce762ff revealed to be badly designed.

2018-03-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check012.sollya, tests-tool/check012.sollya.reference: 
	Non regression test for bug patched with commit 51a3907

2018-03-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Non-regression test for bug #21659

2018-03-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check022.sollya, tests-tool/check022.sollya.reference: 
	Added non regression test for bug #21658

2018-03-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Trying to patch the left-overs of the bug [#21658]
	Elliptic lists do not support arbitrary precision integers

2018-03-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patching bug #21659 Misleading error message
	Completely rewrote dirtyIsConstant.

2018-03-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* external.c, general.c, general.h, plot.c: Updating gnuplot
	handling behavior in order to implement Sylvain's dreams as he set
	them out in his email on 2018-03-10 22:36 CET.  Typically:  *
	gnuplot is now called without the persist option  * Any interactive
	gnuplot script contains a gnuplot command to keep   the plot window
	open  * it is ensured that the gnuplot file does not go away until
	the   gnuplot process dies  * it is ensured that the gnuplot process
	dies on its own once the plot   window is closed  This allows
	zooming in the gnuplot window and other manipulations.  For cases
	when the user does not want to call gnuplot but another compatible
	plotting tool, an environment variable SOLLYA_GNUPLOT is read at the
	moment of the first plot.

2018-03-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patches bug #21658 Elliptic lists do not support
	arbitrary precision integers  No non-regression tests have been
	added yet.

2018-03-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample43.tex, doc/introExample51.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/unsuppressmessage.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/introExample43.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, doc/www/unsuppressmessage.php, help.h: 
	Recompiled the documentation after patching a bug.

2018-03-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patched a bug with evaluation over intervals.

2018-03-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/equal.shlp,
	doc/equal.tex, doc/evaluate.tex, doc/introExample33.tex,
	doc/introExample43.tex, doc/introExample51.tex,
	doc/isevaluable.tex, doc/neq.shlp, doc/neq.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/unsuppressmessage.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/equal.php, doc/www/evaluate.php,
	doc/www/introExample33.php, doc/www/introExample43.php,
	doc/www/introExample51.php, doc/www/isevaluable.php,
	doc/www/neq.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, doc/www/unsuppressmessage.php, help.h: 
	Recompiled the documentation after a small change for == and !=.

2018-03-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, tests-lib/tcmp_not_equal.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check029.sollya.reference: Changed error and NaN behavior
	again, according to our new understanding of IEEE754-2008 and the C
	standard.  NaN == NaN -> false NaN != NaN -> true [NaN] == [NaN] ->
	false [NaN] != [NaN] -> true error == error -> false error != error
	-> false

2018-03-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patching a strange bug where [NaN;NaN] != [NaN;NaN]
	evaluates to true.

2018-03-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check.proto, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Non-regression test for bug
	21654

2018-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* plot.c: Patching a bug with the file option of plot.

2018-03-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Improved polynomial division when divisor has just
	one monomial.

2018-02-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Implemented polynomial multiplication for
	polynomials with integer coefficients using Kronecker substitution.


2018-02-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Further improved polynomial multiplication.

2018-02-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Added special code for rational polynomials.

2018-02-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, polynomials.c: Implemented Karatsuba polynomial
	multiplication.

2018-02-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Made simplifications in rationalmode = on; work
	better on expressions like floor(log10(10^-30 * (10^15 + 1)))

2018-01-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check007.sollya, tests-tool/check007.sollya.reference: 
	Non-regression test for bug #21592

2018-01-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patched a bug with differentiation of polynomials.
	The bug was found with evaluation of an expression where the use of
	Hopital's rule is necessary.

2017-09-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, internparser.y, lexer.l, miniparser.y,
	parser.y: Removed deprecated 'read' macro.

2017-08-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryconstant.reference,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tbuild_function_libraryfunction.reference,
	tests-lib/tlibraryconstant.c, tests-lib/tlibraryconstant.reference,
	tests-lib/tlibraryfunction.c, tests-lib/tlibraryfunction.reference: 
	Made tests for library constants and library functions more robust
	J. Benoit discovered false positives while testing sollya on armhf
	architecture for Debian. Indeed, I do not completely understand the
	logic behind the tests (it seems to me that we were testing twice
	the same thing with stupid6 and stupid7). Anyway, the code was
	intended to give a pointer to a random place in the memory by
	considering stupid6 + 17 and stupid7 - 17, and it appears that we
	might (by chance) end up on the address of a true function, whence
	the false positive. I made the code more robust by using a freshly
	allocated pointer, which is the technique already used for another
	test.

2017-06-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* implement.c, implement.h: Trying to patch "#21376 Abandon (core
	dumped) dans implementpoly"

2017-05-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* chain.c: Replaced stupid bubble sort by qsort from stdlib.

2017-05-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-tool/check009.sollya: Made simplify less
	precision-hungry.

2017-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Implemented the bisection algorithm on the exponents for
	Newton's algorithm when the zero is very close to 0

2017-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c: No, 8 is better.

2017-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c: Back to 512.

2017-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c: The value 512 * prec was too much. There should be a
	bisection algorithm.  In cases when the expression is something like
	((cos(x))^ - 1) / (x^2)  evaluation is easy at 0 (by Horner's rule)
	but not at 2^(-512 * prec) due to cancellation.

2017-05-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, remez.c: Patched a bug in faithful evaluation. Patched
	an issue in dirtyfindzeros.

2017-05-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* infnorm.c, remez.c: Precision was way too large to simply
	determine the sign of a function.  This affected dirtyfindzeros and
	dirtyinfnorm

2017-05-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Patching a performance issue with tree
	simplification.

2017-05-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c: Avoiding simplifications that are not really needed.

2017-05-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Improving the memory behavior of bind().

2017-05-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/check001.sollya.reference,
	tests-tool/check002.sollya.reference: Still improving performance of
	evaluate().

2017-05-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/check001.sollya.reference,
	tests-tool/check003.sollya.reference,
	tests-tool/check005.sollya.reference,
	tests-tool/check024.sollya.reference: Improving the performance of
	evaluate.

2017-05-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c: dirtyfindzeros just needs to know the sign of the
	function to detect sign changes between sampling points.

2017-03-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Better precision handling in hook evaluation +
	Hopital's method combination.

2017-03-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, tests-tool/timecheck.sollya,
	tests-tool/timecheck.sollya.reference: Again working on complexity
	issues with annotate.

2017-03-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updated .gitignore

2017-03-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference,
	tests-tool/libraryexample.c: Non-regression test for bug #21283

2017-03-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Added an extra safety net for external procedures that
	like to fork.

2017-03-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* external.c, general.c, plot.c: Patching an issue with plot
	stemming from a correct usage of the Sollya library in a forking
	programm resp. from an unorthodox combination of external
	procedures, fork and plot.

2017-03-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patching an issue in the parser stemming from an
	unorthodox combination of external procedures, fork and plots.

2017-03-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check017.sollya.reference: Changed reference for
	bashevaluate again.

2017-03-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, tests-tool/check017.sollya.reference: Trying to patch
	bug #21247 "Strange 'contact lost' phenomenon when --warnonstderr is
	used"

2017-03-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c, infnorm.c: Some changes forgotten in the previous
	merges

2017-03-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, mpfi-compat.c, mpfi-compat.h: Made calls to
	libraryfunctions try not to waste precision.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patching some strange bug in faithful evaluation based
	on hooks that I remember to have fixed already but for which I find
	no clear commit message stating that fact.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Again hooks.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Hooks again.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* sturm.c, tests-lib/tnumberroots.reference: Improved behavior of
	numberroots.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Again a slight improvements to annotatefunction.

2017-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, hooks.c: Slight change to hooks for better debug
	support.

2017-03-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tremez.c, tests-lib/tremez.reference,
	tests-lib/tv_remez.c, tests-lib/tv_remez.reference,
	tests-tool/check020.sollya, tests-tool/check020.sollya.reference: 
	Fixed tests so as to make them pass again after the recent changes
	in remez

2017-02-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/library.shlp, doc/library.tex, doc/www/library.php, help.h: 
	Made it clear in the doc of library command that one can use
	sollya.h but without calling sollya_lib_[init|close]

2017-03-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Correcting the last commit.

2017-03-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, hooks.c: Added a possiblity to debug hooks.

2017-03-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* autodiff.c, execute.c, expression.c, general.c, general.h,
	infnorm.c, library.c, sollya-library-wrappers.c: Added an additional
	safety net for external procedures, library functions and library
	constants  External code called from within interactive Sollya may
	now spuriously invoke sollya_lib_init and sollya_lib_close without
	negative consequences.

2017-03-01  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check020.sollya: Slight modification of check020 in
	order to ease future maintenance.

2017-03-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Again some improvements to evaluation hook adding.

2017-02-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Made annotations with polynomials faster to be installed
	in certain cases.

2017-02-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Continuing the series of possible evaluation outside the
	domain.  dirtyinfnorm was evaluating at one point juste outside the
	domain as the last step of its loop. The result of this evaluation
	was not considered, anyway, but this behavior might be a problem for
	functions very hard to evaluate outside their domain.

2017-02-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: A few other places with the same problem as in the
	previous commit de56e8f

2017-02-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Fixed bug in remez leading to evaluating the function on
	points possibly outside its domain.

2017-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* expression.c: Fix stupid bug with
	containsNonDifferentiableSubfunctions.  By the way, to handle this
	function correctly, I had to introduce with commit  f8207dd a new
	field in the type baseFunction. I named it
	isDifferentiableEverywhere, but I must say that I am not 100% sure
	to understand the semantic of containsNonDifferentiableSubfunctions
	and so this field is documented in a way that do not correspond to
	the true behavior. This is a thing that should be clarified with
	Christoph.

2017-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c: Fix a small bug introduced with commit f8207dd  Hash
	computations stopped distinguishing between different base
	functions. This should now be fixed.

2017-02-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Fix a bug introduced with commit 252474e  I did
	not fix completely properly a conflict. Hopefully, the tests
	discovered it.

2017-02-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/teuclidian_div.c,
	tests-lib/teuclidian_div.reference, tests-lib/teuclidian_mod.c,
	tests-lib/teuclidian_mod.reference, tests-lib/tgcd.c,
	tests-lib/tgcd.reference: Added tests for div and mod. Modified
	tests for gcd.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/tgcd.c, tests-lib/tgcd.reference: 
	Added tests for gcd.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/eucldiv.shlp, doc/eucldiv.tex, doc/euclmod.shlp,
	doc/euclmod.tex, doc/gcd.shlp, doc/gcd.tex, doc/sollya.pdf,
	doc/www/eucldiv.php, doc/www/euclmod.php, doc/www/gcd.php, help.h: 
	Finished documenting gcd, div and mod.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/Makefile.am, doc/eucldiv.shlp,
	doc/eucldiv.tex, doc/euclmod.shlp, doc/euclmod.tex, doc/gcd.shlp,
	doc/gcd.tex, doc/keywords.def, doc/numberroots.shlp,
	doc/numberroots.tex, doc/sollya.pdf, doc/www/ListOfCommands.php,
	doc/www/eucldiv.php, doc/www/euclmod.php, doc/www/gcd.php,
	doc/www/numberroots.php, help.h: Started documenting gcd, div and
	mod.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.c, expression.h, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	parser.y, sollya-library-wrappers.c, sollya.h: Continuing on the
	binding for div and mod.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Started working on the binding for div and mod.

2017-02-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Patched a memory leak in gcd.

2017-01-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, polynomials.h: Started working on div and mod for
	numbers and polynomials.

2017-01-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patched a performance bug with multiplication of
	polynomials.

2016-12-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/head.shlp, doc/head.tex, doc/revert.shlp, doc/revert.tex,
	doc/sollya.pdf, doc/sort.shlp, doc/sort.tex, doc/tail.shlp,
	doc/tail.tex, doc/www/head.php, doc/www/revert.php,
	doc/www/tail.php, help.h: Added some seealso in the doc

2016-12-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* sturm.c: Slightly improved numberroots for particular situations.


2016-12-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Slight improvement on how externalprocedure receive
	their result arguments. This is because certain compilers seem to
	have trouble taking a pointer on a void * variable.

2016-12-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h, sollya.map: Added some
	additional functionality into the Sollya library that allows the
	Python wrapper to support Python long integers.

2016-11-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog, Makefile.am: Updated ChangeLog and -version-info in
	master branch.

2016-10-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: The man page was not distributed when help2man was
	not present...

2016-10-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Added missing
	documentation for the sollya_lib_range function

2016-10-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patched a small bug in an evaluation function.

2016-10-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: A certain cache in the polynomial code needs to be
	invalidated in certain situations.

2016-10-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Performance optimizations in polynomial code.

2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, expression.h, polynomials.c: Performance
	optimizations with a code that uses rational arithmetic on
	polynomials a lot.

2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Slight performance improvement to functions
	handling polynomials with rational constants.

2016-10-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: A certain cache in the polynomial code needs to be
	invalidated in certain situations.

2016-10-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2016-10-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: Updated NEWS file with the modification we did since last
	time.

2016-10-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf: Reintroduced sollya.pdf that has mysteriously be
	removed in a previous commit

2016-10-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Configure checks that pdflatex comes with the
	required packages.  Otherwise, when pdflatex was detected, make
	tried to compile the doc when doing make all, and this could fail,
	leading `make all` to fail without even trying to compile sollya.

2016-10-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check024.sollya, tests-tool/check024.sollya.reference: 
	Introducing a non-regression test for the bug patched at commit
	e34e380

2016-10-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, doc/Makefile.am, doc/sollya.pdf: In silent-mode,
	pdflatex and help2man now display nice messages.

2016-10-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, tests-lib/Makefile.am: Patched a bug preventing make
	check-lib to build.  Of course, I reverted the temporary patch
	committed by Christoph with commit d632607.

2016-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Slightly changed the logic with srand/rand in
	__unique_id generation.

2016-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Automatic recompilation of the documentation.

2016-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am: F**ing temporary solution to make the tests
	compile again.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c: Replaced calls to rand_r by calls to rand (rand_r is
	marked as obsolete from POSIX.1-2008).  I am not sure that this is
	related to the fact that it is obsolete, but we had a warning
	'implicitely declared function' under Debian about rand_r which was
	mysterious. It did not appear clearly to me that rand_r was really
	necessary in our context, so I switched to the couple srand/rand.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Replaced a trick that we used to do before we knew
	about abs_srcdir variable

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c, parser.y, sollya.1: Integrated last patch proposed by
	J. Benoit.  Do not include the built information in the version and
	help texts used by help2man to generate the man page.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.1, version.h: Integrated 7th patch proposed by J. Benoit
	Enhanced formatting of the version text, so as to generate a nicer
	looking man page.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am: Integrated 6th patch proposed by J.
	Benoit.  Simple reformatting of a long line in
	tests-tool/Makefile.am in order to break it into several shorter
	ones.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, doc/Makefile.am: Integrated 5th patch proposed by J.
	Benoit  Nicer way of compiling the documentation through make
	sollya.pdf I understood that `make install` should now install
	sollya.pdf but did not test this feature yet.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, configure.ac: Integrated 4th patch suggested by J.
	Benoit.  Enhanced configure.ac with modern practices

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex: Integrated 3rd patch suggested by
	J. Benoit.  Nicer formatting of the pdf title page, licence page,
	and table of contents.

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex: Integrated 2nd patch proposed by
	J. Benoit.  Enhanced table of contents in sollya.pdf

2016-10-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/dirtyintegral.shlp, doc/dirtyintegral.tex,
	doc/honorcoeffprec.tex, doc/implementpoly.tex, doc/sollya.pdf,
	doc/www/dirtyintegral.php, doc/www/honorcoeffprec.php,
	doc/www/implementpoly.php, general.c, help.h, implement.c,
	infnorm.c, sollya-library-wrappers.c, sollya-messaging.h, sollya.1,
	sollya.h2m, tests-lib/timplementpoly.c,
	tests-lib/timplementpoly.reference, tests-lib/tv_implementpoly.c,
	tests-lib/tv_implementpoly.reference,
	tests-tool/check004.sollya.reference,
	tests-tool/check005.sollya.reference,
	tests-tool/check029.sollya.reference: Integrated 1st patch suggested
	by J. Benoit.  Spelling mistakes.

2016-10-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* internlexer.l: Patching a strange bug that made
	"showmessagenumbers = on/off" constructions to be ignored in Sollya
	files when these files were read not with read nor parse but with
	execute.

2016-10-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Trying to patch a regression in the Sollya library
	introduced with commit f175f2b938036f38a027adf2f0f381db87bd1e21

2016-10-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Performance optimizations in polynomial code.

2016-10-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Added heuristic algorithm to compute the gcd of two
	polynomials. Corrected a bug in a function used kinda everywhere.

2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, expression.h, polynomials.c: Performance
	optimizations with a code that uses rational arithmetic on
	polynomials a lot.

2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Slight performance improvement to functions
	handling polynomials with rational constants.

2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Changed normalization rule for gcd of polynomials.


2016-10-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.h, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	parser.y, polynomials.c, sollya-library-wrappers.c, sollya.h: Again
	some progress with gcd. Binding done, untested, no tests, no
	documentation.

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Added the man page to the distributed tarballs

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.1: and the corresponding generated sollya.1...

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Yet another small fix for help2man

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.1: Added the manual page to the git repository.

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, version.h: Fixed minor issues with the generation of
	the man page

2016-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, polynomials.c: Some progress with gcd.

2016-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/Makefile.am, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2016-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patching a small issue with parse(), used in
	combination with DOS-like CR/LF sequences at the end of the parsed
	string.

2016-10-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am, tests-tool/check031.sollya,
	tests-tool/check031.sollya.reference: Attempt for non-regression
	tests regarding correct handling of "\r\n"

2016-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, polynomials.h: Starting working on polynomial gcd.


2016-10-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check031.sollya: Proposition of tests for the '\r\n'
	compatibility.

2016-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* NEWS: Slightly changed the NEWS file.

2016-10-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: Concrete proposition of a NEWS file.

2016-10-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* internlexer.l, lexer.l, minilexer.l: Trying to make the different
	lexers silently ignore the carriage return symbol found in DOS
	formatted files before newline. I hope that this change does not
	interfere with Cygwin's (and MS Win*s POSIX subsystems) inherent
	ways of translating back-and-forth between both formatting rules, as
	the C standard mandates it to do so.  Feature untested; testing
	should be performed for all imaginable combinations of read, execute
	and parse invokations, with Sollya's original input either coming
	from a file, given in argument, or from standard input.

2016-10-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS: Updated the proposition of NEWS file with the bug fixed a
	few days ago

2016-10-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check024.sollya, tests-tool/check024.sollya.reference: 
	Added non-regression test for bug [#20818]

2016-10-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, tests-tool/check013.sollya.reference,
	tests-tool/timecheck.sollya.reference: Trying to patch "[#20818]
	Expression tree changes when it is written in a file and read back".


2016-09-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Corrected a typo.

2016-09-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Completely reworked the configure tests for FPLLL.
	The recent change of API in fplll introduce new combinatoric
	possibilities: one might or now want to add the -std=c++11 option,
	and one might or not use the new API. This is to add to the old
	possibilities regarding the position of fplll.h in the include
	directory tree and the question of whether -lfplll flag should be
	passed or not the linker.  At first, I thought that things were not
	much more difficult: the new -std requirement comes with the new API
	and that's it. It turns out that fplll API is currently not stable
	and the new API for instance was the one to use with fpllll 5.0 but
	not with the current git repository of fpllll. Nevertheless, the
	requirement of -std=c++11 is stays present with the current
	repository, although the old API is used.  To make things more
	complicated, we have examples of versions of fplll (observed when
	trying to compile under Christoph's Cygwin system) where passing
	-std=c+11 breaks the compilation while not passing it works fine.
	Also, recently Victor Magron signaled that versions of g++ around
	4.8 and 4.9 works fine with modern versions of fplll *only* is the
	option -std=c++11 is explicitely passed (although with more recent
	versions of g++, it compiles fine with or without the option).  So,
	I decided to more or less systematically test the possible
	combinations of these four parameters. Some combinations really seem
	to be unlikely because they refer to behaviors of fplll at very
	different time of its history. So we indeed try only 7 possibilities
	over the 16 possibilities. Hopefully, this should allow us to
	compile sollya with more or less any version of fplll.

2016-09-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya: Non-regression tests for the couple
	of bugs hidden behind the same example.  These two bugs have been
	addressed (without a bug report) during the past three weeks.
	Contrary to what we once thought, there is absolutely no cache issue
	involved, so I reverted commit 1b7a727 on my way.

2016-09-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sturm.c: Updated copyrights

2016-09-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog, NEWS: Selection of items to put in the NEWS of 6.0

2016-09-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am, tests-tool/check031.sollya,
	tests-tool/check031.sollya.reference: Removed non-regression test
	for the bug fixed at commit 9b578b8.  It seems really not easy to do
	a robust test that would also work on platforms without an X server.


2016-09-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fpminimax.c: Better formatting of fpminimax messages at verbosity
	level >= 4

2016-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* sturm.c: Slight performance improvement to numberroots.

2016-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/timecheck.sollya: Patching the most
	difficult bug ever to be patched inside Sollya.

2016-09-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Revert "Patched a small bug with the reuse of a
	global variable."  This reverts commit
	b5cbc68511a8a5178a8044cdf43c9e04bdbe0608.

2016-09-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patched a small bug with the reuse of a global
	variable.

2016-09-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/timecheck.sollya: Get rid of certain caching effects.

2016-09-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Updated tests for min and max.

2016-09-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added additional checks for min and max.

2016-09-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patching a bug with infinities in min and max.

2016-09-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check031.sollya: Some improvements to check031, making
	it run when no X is available and improving locking behavior.

2016-09-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am, tests-tool/check031.sollya,
	tests-tool/check031.sollya.reference: Kind of non regression test
	for the bug patched with commit f175f2b.

2016-09-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/timecheck.sollya,
	tests-tool/timecheck.sollya.reference: Non-regression test for a
	performance bug addressed at commit e0b3184.  The test currently
	does not pass as the performance issue seems to still exist,
	although it has been already much improved by commit e0b3184.

2016-09-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Patched a memory leak in remez

2016-09-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Added non-regression tests for bugs #12892 and (parts of) #17200.

2016-09-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, sollya-messages.h, sollya-messaging.h: Kind of patched
	bug #12892.  The patch is not perfect, but works and will work in
	most situations, although this is not the smartest thing we could
	do. The problem was that multi-point exchange algorithm sometimes
	behaves badly when Haar condition is not fulfilled, leading to a
	situation where epsilon could suddenly decrease (instead of
	constantly increase), therefore leading to possible pseudo-cycles in
	the algorithm.  When we detect that epsilon has decreased, we now
	simply switch to the single point exchange algorithm and keep this
	choice active until the end of the algorithm. This ensures that no
	cycle can happen.  We could do better by starting over from the
	previous set of points (instead of simply continuing with the set of
	points that led to epsilon decreasing) but the patch to do it would
	be more involved, and in practice it does not seem to be very
	harmful to simply continue the algorithm with the points obtained
	after epsilon has decreased. Indeed, this patch also fixes bug
	#17200 except for one case where, precisely, it is not a good idea
	to continue the algorithm after epsilon has decreased.

2016-09-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Removed definitions of sollya_C*FLAGS in Makefile.am
	(they seem useless).  Christoph introduced them when we started
	compiling the interactive tool from the library. He could not come
	with any precise argument why he put these definitions, except that
	he remembers having copied it from some more or less official
	example found on the web.  As far as I understand the logic of
	automake, this is useless because AM_C*FLAGS are automatically added
	to any target. I tried removing it and compiling sollya on a
	computer where the usual libs are installed in some prefix,
	providing them through the --with- mechanism and it worked
	perfectly.

2016-09-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* infnorm.c: Removed code that seems useless.  While investigating
	the bug addressed by Christoph at commit e0b3184, I found a piece of
	code I could not understand the logic of in infnorm.c. This code
	adds a complementary test to an existing test deciding whether we
	should run Newton's algorithm within dirtyinfnorm algorithm. The
	addition has been made by Christoph at commit 9b1d5e6. This commit
	performs many non trivial modifications on many files, including
	infnorm.c, but this precise modification is completely isolated (in
	particular, it is the only modification to the dirtyinfnorm
	algorithm). There is no comment that would provide us with an idea
	of the intent behing this modification, and the commit log is not
	more helpful.  I cannot see any logic in this modification, although
	it is rather harmless in the sense that it would simply conclude
	that it is necessary to run Newton's algorithm in situations where
	it does not seem quite useful.  The present commit reverts this
	modification. All the tests keep passing.

2016-09-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Trying to patch a strange performance bug in interval
	evaluation with low precision.

2016-09-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya: Changed variable names to uppercase in
	the systematic tests for objectname.  This is to clearly separate
	variable names in the generated script from variable names in the
	generating script. This is made necessary by Christoph's change of
	commit 10f890b that removed a 'restart' that would be otherwise
	required.

2016-09-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Still improving debuggability of a test.

2016-09-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Improved test for objectname to allow for debugging of issues with
	that test in valgrind.

2016-08-31  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* external.c, infnorm.h: Updated copyrights.

2016-08-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/shlp2tex.sh: shlp2tex.sh now automatically adds new .tex files
	to Makefile.am

2016-08-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tget_element_in_list_timecomplexity.c: Made
	tget_element_in_list_timecomplexity test be skipped instead of
	failure  Whenever this complexity check does not pass, it returns a
	code meaning SKIP instead of FAIL, so as not to disturb users or
	Debian robots. This is similar to what is performed in tests-tool
	with the MAYFAIL_TESTS

2016-08-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Attempt to patch configure issue with fplll on
	Cygwin.  The changes introduced at commit ea4ede2 break configure
	with some versions of fplll on Cygwin. Indeed, the option -std=g++11
	was now systematically added when supported by the compiler, but it
	turns out that the compilation of some older versions of fplll under
	Cygwin raise an error when compiled with this option, although they
	compile fine without the option...  This commit attempts to fix this
	issue by adding the -std=g++11 option only when the new API is
	detected, indicating that fplll is recent enough.

2016-08-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* fpminimax.c, general.c, plot.c: Worked around some compiler
	warnings.

2016-08-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* external.c, general.c, general.h, lexer.l, plot.c: Still trying to
	fix a strange issue with fork() and the input streams used for read.


2016-08-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* fplll_wrapper.cpp: Support both old and new API for fplll.

2016-08-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, fplll_wrapper.cpp, fplll_wrapper.h, fpminimax.cpp =>
	fpminimax.c: Separated C++ from C in fpminimax.

2016-08-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Prepared configure, so as to detect rather FPLLL
	should be used with the old API

2016-08-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Option -fPIC was given twice.

2016-08-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, general.c, sollya.h2m, version.h: Minor modifications
	to restore proper behavior of help2man  It turns out that an
	innocent and small modification to Jerome Benoit's proposition when
	merging it back to the trunk at commit 972f2d6 was completely
	messing up the work of help2man. This commit restores a nice
	behavior.

2016-08-25  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added non-regression test for bug #8867

2016-08-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c, implement.c, infnorm.c, infnorm.h, remez.c: (Kind of)
	fixing bug [#8867] Possible infinite loop in Remez  This led me to
	introduce a new argument to uncertifiedInfnorm that allows one to
	store an argmax.  The patch is a patch over a patched algorithm, and
	all this does not really make sense any more. At least, this patch
	makes both examples reported in the bug report terminate. I have no
	proof of any kind that it completely patches the problem.

2016-08-02  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Reworked verbosity levels for some messages of remez
	algorithm.

2016-08-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patched a minor issue with displaying of code elements
	in match - with constructs.

2016-08-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* external.c, general.c, general.h, lexer.l, plot.c: Making the
	interworking between read and forking commands like plot extra-safe.


2016-07-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Message "function oscillates too much" is displayed at
	most once per remez step.

2016-07-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Fixed a subtle bug in remez
	When the function was not defined close after the right end-point of
	the domain, the algorithm could fall into a more or less infinite
	loop, trying to evaluate it again and again at points not in the
	domain.  A non regression test was added.

2016-07-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c, main.c, sollya-library-wrappers.c: Updated copyrights
	and checked that PDF and PHP are synchonized.

2016-07-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/Makefile.am: Makes it possible to recompile the doc within a
	VPATH build

2016-07-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/Makefile.am: Make automake happy (it gives a special meaning
	to underscores)

2016-07-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/Makefile.am: Added source tex files into the distributed
	packages

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* library.c: Removed a warning.

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Yet another update of .gitignore  For files in
	tests-lib this time...

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c, sollya.map, tests-lib/Makefile.am,
	tests-lib/tget_element_in_list.c,
	tests-lib/tget_element_in_list.reference,
	tests-lib/tget_element_in_list_timecomplexity.c,
	tests-lib/tget_element_in_list_timecomplexity.reference: 
	Time-complexity checks in tests-lib independent from Sollya library
	In order to avoid declaring symbols in sollya.map that are useless
	except for the checks of the lib, I propose the following patch:   -
	separate tests of tget_element_in_list into two separate files: one
	file is specifically for checking the time complexity.   - this time
	check is performed only on systems where gettimeofday is available
	Right now, if gettimeofday is available the test is performed and
	may fail (as opposed to tests-tool/timecheck.sollya that is marked
	as 'SKIP' instead of 'FAIL' when it does not pass). Normally, the
	check for tget_element_in_list_timecomplexity is designed to be
	really robust and measure a theoretical complexity, so I am in favor
	of really marking it as 'FAIL' in case it does not pass. But notice
	that this behavior is easy to change if we wish.  Normally, I should
	have removed everything that had been added to the source code
	specifically to make sollya_gettime available and usable in the
	tests of the lib.

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, libsollyaexample.c: Removed libsollyaexample.c  This
	file had been created initially to offer a panorama of how to used
	the library but it has never been really filled with something
	non-trivial.  The idea remains good in itself but would require some
	work. Currently, the official documentation does the job and the
	test-lib/*.c files offer a lot of practical examples, more valuable
	than the current libsollyaexample.c

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am, tests-tool/check.proto: Less fragile
	support for timecheck  timecheck is designed to be quite robust,
	but, by its nature may fail on some unusual architectures. This
	could be misleading to people that might think that they have a
	problem with their compilation of Sollya.  An idea proposed by
	Jerome Benoit was to list it as XFAIL, but timecheck *is not*
	expected to fail: it is expected to pass, although, sometimes, it
	might not pass (notice that these situations are worth being
	reported). As a compromise, I propose in this patch simply to mark
	it as skipped when it does not pass.

2016-07-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updated .gitignore with files produced my modern
	versions of automake

2016-07-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2016-07-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Forgotten file in the EXTRA_DIST variable.

2016-07-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya.map: Modified sollya.map in order to allow the tool to
	compile again.

2016-07-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Fixed a bug introduced with
	8d2d75bbafda71eb5446fcc9b0f96383a47ab370  In that commit, Jerome
	Benoit removed AM_LDFLAGS from the definition of
	libsollya_la_LDFLAGS. I do not know if this was intentional or
	accidental, but it turns out that this was necessary, e.g. to link
	against a library installed in a non-conventional place specified
	through the --with-xxx argument of configure.

2016-06-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file

2016-07-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore, m4/ld-version-script.m4: Added missing definition of
	macro gl_LD_VERSION_SCRIPT

2016-07-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, configure.ac, sollya.h2m: Fixed some problems with
	the patch introduced by Jerome Benoit  - there were a few typos -
	the patch was forcing anyone who wants to compile Sollya from the
	sources to have help2man. If it was not the case, compilation failed
	with an error. I chose to make the presence of help2man optional and
	deactivated the creation of the man page when help2man is not
	present. Alternatively, we could decide that help2man is mandatory
	(as flex and bison are) but in this case, configure must fail when
	help2man is unavailable. - I replaced the Makefile rule "%.1" into
	"sollya.1" since the '%' construction is a GNU make extension and
	there is no real reason to use it here.

2016-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am: Made the Sollya tool be built out of the Sollya
	library.

2016-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* plot.c: Patching a funny bug found on non-standard VT100 terminals
	(not enough memory).

2016-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, general.c, general.h, main.c, main.h: Started working
	on making the Sollya tool be just a wrapper of the Sollya library.

2016-07-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Reintegrating Jerome's patches for Debian into Sollya
	Master.  There were serveral regressions induced by Jerome's patch,
	so we should run this commit by Jerome to see if he can integrate
	this commit into Debian, too.

2016-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* xml.c: Minor modif to xml.c so as not to perturb our copyright
	helper script.

2016-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* libsollyaexample.c: Updated libsollyaexample.c so as to compile.
	We should definitely think of the status of this file before next
	release.

2016-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am: Removed lines that have been commented by Jerome
	Benoit.  If they are useless, there is no need to keep them as a
	comment. If they turn out to be useful for some reason, we can
	always revert the change.  Also, I did not remove the carriage
	return introduce by Jerome Benoit in Makefile.am before the
	-version-info flag. I assume he introduced it for some reason (maybe
	to prepare the use of version script?). I wonder why he removed
	$(AM_LDFLAGS) however. I would think we introduced it for some
	reason in the first place. The proof of the pudding is in the
	eating: let us see if we manage to compile everywhere without this
	parameter.

2016-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* general.c, parser.y, version.h: Corrected an error introduced in
	previous commit.  Contrary to what one could think at first sight,
	both version messages were not perfectly identical. This led to some
	globbish in the displayed message.  Now, both version messages are
	the same. Also, some indentation problem was introduced in previous
	commit and is now fixed.

2016-07-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* ChangeLog, doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/autodiff.shlp, doc/autodiff.tex, doc/chebyshevform.shlp,
	doc/chebyshevform.tex, doc/evaluate.shlp, doc/evaluate.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/rationalapprox.shlp, doc/rationalapprox.tex, doc/remez.shlp,
	doc/remez.tex, doc/return.shlp, doc/return.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/taylor.shlp, doc/taylor.tex,
	doc/taylorform.shlp, doc/taylorform.tex,
	doc/www/annotatefunction.php, doc/www/autodiff.php,
	doc/www/chebyshevform.php, doc/www/evaluate.php,
	doc/www/implementconstant.php, doc/www/rationalapprox.php,
	doc/www/remez.php, doc/www/return.php, doc/www/sollya.php,
	doc/www/taylor.php, doc/www/taylorform.php, help.h: Reported
	spelling corrections into doc source files.  Based on the
	suggestions made by Jerome Benoit for the Debian team on previous
	commits.  We accept all proposed corrections except for ChangeLog
	which is an automatically generated file from the commit messages:
	if there are spelling errors in the commit messages, that is too
	bad, but it is the way it is and there is no reason to change it in
	the generated ChangeLog.

2016-07-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya.h: Removed a superfluous function declaration from the
	Sollya library.

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* sollya.map: upstream-07-autotools-ld_version_script (forgotten
	piece)  Forgotten piece (but essential one) for the previous commit.


2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* Makefile.am, configure.ac, sollya-library-wrappers.c: 
	upstream-07-autotools-ld_version_script  Description: autotools
	machinery: libtoolization: version script support  Provides version
	scripts [1] for the sollya library. Originally the map  (or version
	script) was basically generated from the package header sollya.h
	with the help of cproto(1). Afterwards some functions were renamed
	in view to  used a wildcard in the version scrit in view to ease
	maintenance.  The version script was modified by hand to add some
	timing related functions  used in one of the tests; it is assumed
	that these functions are of usage interest.  Meant to be submitted
	to the upstream maintainer team.  [1]

	https://www.gnu.org/software/gnulib/manual/html_node/LD-Version-Scripts.html Origin: debian Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2016-06-24

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* Makefile.am, configure.ac, sollya.h2m: 
	upstream-06-autotools-help2man  Description: autotools machinery:
	help2man  Introduce autotools material to generate on the fly the
	manpage  for the interactive tool sallya; meant to be submitted to
	the  upstream maintainer team. Origin: debian Author: Jerome Benoit
	<calculus@rezozer.net> Last-Update: 2016-06-24

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* Makefile.am, tests-lib/Makefile.am: 
	upstream-05-autotools-revisit.patch  Description: autotools
	machinery: revisit  Attempt to rationalize the autotools machinery
	to ease maintenance  and further modifications; meant to be
	submitted to the upstream  maintainer team. Origin: debian Author:
	Jerome Benoit <calculus@rezozer.net> Last-Update: 2016-06-24

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* general.c: upstream-04-source-C2help2man  Description: format
	usages, helps and version material.  Attempt to format and harmonize
	the help message and to introduce a  version message for the sollya
	interactive tool wrt UN*X customs in  view to employ help2man to
	generate a manpage. The `make' and `man'  GNU utilities were taken
	as example. Meant to be submitted to the  upstream maintainer team.
	Origin: debian Author: Jerome Benoit <calculus@rezozer.net>
	Last-Update: 2016-06-24

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* Makefile.am, general.c, parser.y, version.h: 
	upstream-03-source-version_h  Description: source: version.h header:
	introduce  Gather version information (as displayed through
	--version) in  a unique header file to ease maintenance as help
	materail is  gathered in the dedicated header file help.h ; minor
	spelling  and layout corrections have been performed. Meant to be
	submitted  to the upstream maintainer team. Origin: debian Author:
	Jerome Benoit <calculus@rezozer.net> Last-Update: 2016-06-24

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* README, assignment.c, assignment.h, autodiff.c, autodiff.h,
	bitfields.c, bitfields.h, chain.c, chain.h, chebyshevform.c,
	chebyshevform.h, chebyshevformaux.c, chebyshevformaux.h, double.c,
	double.h, execute.c, execute.h, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c,
	fpminimax.cpp, fpminimax.h, general.c, general.h, hash.c, hash.h,
	help.h, hooks.c, hooks.h, implement.c, implement.h,
	implementconst.c, implementconst.h, infnorm.c, infnorm.h,
	integral.c, integral.h, internlexer.l, internparser.y, lexer.l,
	library.c, library.h, libsollyaexample.c, main.c, main.h, match.c,
	match.h, minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h,
	parser.y, plot.c, plot.h, polynomials.c, polynomials.h, printf.c,
	printf.h, proof.c, proof.h, remez.c, remez.h, signalhandling.c,
	signalhandling.h, sollya-library-wrappers.c,
	sollya-library-wrappers.h, sollya-messages.h, sollya-messaging.c,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c,
	supnorm.h, taylor.c, taylor.h, taylorform.c, taylorform.h,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference, worstcase.c, worstcase.h,
	xml.c, xml.h: upstream-02-lintian-spelling-error-silence--massive
	Description: source typo  Correct massively the spelling error
	`automatized' --> `automated'  as reported by lintian in some
	binraries; meant to silence lintian  and eventually to be submitted
	to the upstream maintainer team. Origin: debian Comment:
	spelling-error-in-binary Author: Jerome Benoit
	<calculus@rezozer.net> Last-Update: 2016-06-18

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* README, assignment.c, assignment.h, autodiff.c, autodiff.h,
	bitfields.c, bitfields.h, chain.c, chain.h, chebyshevform.c,
	chebyshevform.h, chebyshevformaux.c, chebyshevformaux.h, double.c,
	double.h, execute.c, execute.h, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c,
	fpminimax.cpp, fpminimax.h, general.c, general.h, hash.c, hash.h,
	help.h, hooks.c, hooks.h, implement.c, implement.h,
	implementconst.c, implementconst.h, infnorm.c, infnorm.h,
	integral.c, integral.h, internlexer.l, internparser.y, lexer.l,
	library.c, library.h, libsollyaexample.c, main.c, main.h, match.c,
	match.h, minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h,
	parser.y, plot.c, plot.h, polynomials.c, polynomials.h, printf.c,
	printf.h, proof.c, proof.h, remez.c, remez.h, signalhandling.c,
	signalhandling.h, sollya-library-wrappers.c,
	sollya-library-wrappers.h, sollya-messages.h, sollya-messaging.c,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c,
	supnorm.h, taylor.c, taylor.h, taylorform.c, taylorform.h,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference, worstcase.c, worstcase.h,
	xml.c, xml.h: upstream-01-lintian-spelling-error-silence--massive
	Description: source typo  Correct massively the spelling error
	`particularily' --> `particularly'  as reported by lintian in some
	binraries; meant to silence lintian and  eventually to be submitted
	to the upstream maintainer team. Origin: debian Comment:
	spelling-error-in-binary Author: Jerome Benoit
	<calculus@rezozer.net> Last-Update: 2016-06-18

2016-07-02  Jerome Benoit <calculus@rezozer.net>

	* ChangeLog, chebyshevform.c, double.c, externalfun.c,
	fpminimax.cpp, general.c, help.h, implement.c, infnorm.c,
	library.c, remez.c, sollya-messaging.h, supnorm.c, taylorform.c,
	tests-lib/timplementpoly.c, tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.c, tests-lib/tv_implementpoly.reference,
	worstcase.c: upstream-00-lintian-spelling-error-silence
	Description: source typo  Correct spelling errors as reported by
	lintian in some binraries;  meant to silence lintian and eventually
	to be submitted to the  upstream maintainer team. Origin: debian
	Comment: spelling-error-in-binary Author: Jerome Benoit
	<calculus@rezozer.net> Last-Update: 2016-06-18

2016-06-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/www/sollya.php: Forgot an update of copyright...  PDF and PHP
	are synchronized.

2016-06-14  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tget_element_in_list.c: Made the timing tests for
	tget_element_in_list more robust.

2016-06-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Trying to live without the -f option of readlink.

2016-06-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Working on __unique_id

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* ChangeLog: New ChangeLog.

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, help.h: Recompiled the documentation.

2016-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* README: Slight update of README file

2016-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* NEWS, doc/concat.shlp, doc/concat.tex, doc/sollya.pdf,
	doc/www/concat.php, help.h: Modified the doc of "@" to mention its
	usage with external procedures.  Slightly modified the NEWS file.

2016-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* NEWS: New NEWS file.

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: Recompiled the pdf.

2016-06-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php,
	general.c, help.h, parser.y: Still some updates of copyrights +
	correction of a bug affecting the string explaining what version of
	fplll is installed.  Also replaced empty lines by a space followed
	by '\n' in help.h, to prevent formatting of the copyright to be
	destroyed each time shlp2txt.sh is run.

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* NEWS: Started working on new NEWS file.

2016-06-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: 
	Changed slightly the copyright messages.

2016-06-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* AUTHORS, configure.ac, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/remez.tex, doc/sollya.pdf, doc/sollya.tex, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/implementconstant.php, doc/www/remez.php,
	doc/www/sollya.php, doc/www/time.php, doc/www/timing.php,
	general.c, help.h, parser.y, tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Updated some files with
	respect to the copyright changes. Made the tests pass again.
	Recompiled the documentation.

2016-06-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* assignment.c, assignment.h, autodiff.c, chain.c, chain.h,
	doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php, double.c,
	execute.c, execute.h, expression.c, expression.h, fpminimax.cpp,
	general.c, general.h, hash.c, help.h, hooks.c, implement.c,
	implementconst.c, infnorm.c, infnorm.h, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	mpfi-compat.c, mpfi-compat.h, parser.y, plot.c, polynomials.c,
	polynomials.h, printf.c, remez.c, remez.h, signalhandling.c,
	signalhandling.h, sollya-library-wrappers.c, sollya-messages.h,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c, xml.c: 
	Updated the copyrights

2016-06-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am: Updated version info.

2016-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Trying to patch "[#20429] Use of L'Hopital's rule does
	not seem to be as systematic as it should be"

2016-06-07  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check010.sollya, tests-tool/check010.sollya.reference: 
	Non-regression test for bug [#20369] Double-rounding issue with
	round() operator

2016-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c: Finally understood and patched the
	complexity problem in get_element_in_list.

2016-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c: Patching a memory leak. Trying to
	understand a complexity issue with get_element_in_list.

2016-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Working for compiler happiness.

2016-06-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patched bugs in reimplementation of dup2.

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tget_element_in_list.c: Modified the tests of
	tget_element_in_list in order to avoid calls to gettimeofday

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, tests-lib/tget_element_in_list.c: A small update to the
	timing mechanisms.

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, tests-lib/tget_element_in_list.c: Paved the way for
	removal of gettimeofday in tests.

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, double.c, external.c, plot.c, printf.c,
	tests-lib/tprintf.c: Removed a warning about _BSD_SOURCE

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Stricter tests for functions and headers tested by
	configure.  Normally Sollya's configure should now abort in pretty
	much every case where we cannot compile.

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* plot.c: Protected a variable declaration.

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* plot.c: Checking for the presence of a header file.

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, tests-lib/tget_element_in_list.c: Cleaning
	up.

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Removed the check for lib [fl]. On second thought it
	is not clear it is useful

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, external.c, general.c, general.h,
	printf.c: Reimplementing functions when they are not available on
	the system.  Synchronization version.

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, configure.ac: Following suggestions from libtoolize.


2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* plot.c: Removed an include that seems useless.

2016-06-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Updated configure.ac after suggestions of autoscan

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, general.c: Removed an unused function from the
	configure list.

2016-06-06  Christoph Quirin Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Corrected a mistake in configure.

2016-06-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* signalhandling.c: Added a comment.

2016-06-01  Christoph Quirin Lauter <quirin@kosmos.home>

	* fpminimax.cpp, internlexer.l, lexer.l, minilexer.l,
	mpfi-compat.c, mpfi-compat.h: Patching bugs found on kosmos.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patching an issue found on fuchs (Raspberry 3)

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, signalhandling.c: Got rid of last warnings on
	Cygwin.

2016-05-31  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tconstruct_function.c,
	tests-lib/tconstruct_function.reference,
	tests-lib/tget_nth_subfunction.c,
	tests-lib/tget_nth_subfunction.reference,
	tests-lib/tv_construct_function.c,
	tests-lib/tv_construct_function.reference: Updated tests for
	construct_function and get_nth_subfunction...  ... so as to reflect
	the new behavior of construct_function with constant pi and to avoid
	possible segfault due to the fact that we do not provide enough
	argument. Also, for get_nth_subfunction, since we now officially
	support to feed it with NULL, the case is now tested.

2016-05-31  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Updated the
	doc  * new behavior of sollya_lib_construct_function with
	SOLLYA_BASE_FUNC_PI * made the section about faithful evaluation
	clearer. In particular, explicitly mention the possibility of using
	sollya_lib_apply.  PDF and Php are checked to be synchronized.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, signalhandling.c: Correcting two small issues.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, signalhandling.c: Working on the signalhandling issue
	on Cygwin.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, signalhandling.c: Starting to work on the sig* issue
	on Cygwin.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Finally solved gettimeofday issue for Cygwin.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, execute.c, general.c, general.h: Trying to solve the
	issue with gettimeofday that we encountered on Cygwin.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, polynomials.c, tests-lib/tprintf.c: Corrected use of
	config.h header.

2016-05-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c: Corrected several mistakes in
	sollya_lib_construct_function  Improved several library functions
	with respect to NULL pointers.

2016-05-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Updated the
	documentation to reflect the recently introduced changes regarding
	subfunctions of pi.

2016-05-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tdecompose_function.reference,
	tests-lib/tget_subfunctions.reference,
	tests-lib/tv_decompose_function.reference,
	tests-lib/tv_get_subfunctions.reference: Fixed tests files after
	Chrsitoph's change of revision 91edf09

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c,
	tests-lib/tget_nth_subfunction.reference: Slightly changed behavior
	of decompose function family concerning pi.

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* chebyshevform.c, execute.c, general.c, signalhandling.c: Working
	around some warnings found on Cygwin.

2016-05-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file.

2016-05-30  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/tconstruct_function.c,
	tests-lib/tconstruct_function.reference,
	tests-lib/tv_construct_function.c,
	tests-lib/tv_construct_function.reference: Tests for
	sollya_lib_[v]_construct_function.

2016-05-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Documented
	sollya_lib_[v_]construct_function  sollya.tex and sollya.php are
	checked to be synchronized.

2016-05-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/tget_nth_subfunction.c,
	tests-lib/tget_nth_subfunction.reference: Added tests for
	tget_nth_subfunction  Tests do not pass anymore.

2016-05-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Documented
	sollya_lib_get_nth_subfunction

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Working around 1 (sic!) warning found on Cygwin with
	gcc -O3 -Wall -Wextra

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Working around warnings found with gcc, when compiling
	with -O3 -Wall -Wextra

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, polynomials.c, tests-tool/timecheck.sollya: Working
	around warnings and problems found with clang when compiling with
	-O3 -Wall -Wextra

2016-05-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tdecompose_externalprocedure_with_data.c,
	tests-lib/tlibraryconstant.c, tests-lib/tlibraryfunction.c: Working
	around warnings found using a non-free compiler sold by a large
	processor vendor.

2016-05-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* supnorm.c: Working around a warning emitted by clang.

2016-05-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h: Some small adjustments to the
	Sollya library interface.

2016-05-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h: Removed a function that seems
	to be useless (at least it can be emulated pretty easily). Sylvain
	is the person to blame if this removal was too much doing.

2016-05-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file.

2016-05-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Documented
	sollya_lib_obj_is_externalprocedure  PDF and PHP are synchronized.

2016-05-26  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/tis_absolute.c,
	tests-lib/tis_binary.c, tests-lib/tis_decimal.c,
	tests-lib/tis_default.c, tests-lib/tis_double_double_obj.c,
	tests-lib/tis_double_obj.c, tests-lib/tis_doubleextended_obj.c,
	tests-lib/tis_dyadic.c, tests-lib/tis_false.c,
	tests-lib/tis_file.c, tests-lib/tis_fixed.c,
	tests-lib/tis_floating.c, tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_off.c, tests-lib/tis_on.c, tests-lib/tis_perturb.c,
	tests-lib/tis_pi.c, tests-lib/tis_postscript.c,
	tests-lib/tis_postscriptfile.c, tests-lib/tis_powers.c,
	tests-lib/tis_quad_obj.c, tests-lib/tis_relative.c,
	tests-lib/tis_round_down.c, tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_towards_zero.c, tests-lib/tis_round_up.c,
	tests-lib/tis_single_obj.c, tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_true.c, tests-lib/tis_void.c,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_externalprocedure.c,
	tests-lib/tobj_is_externalprocedure.reference,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_procedure.c, tests-lib/tobj_is_range.c,
	tests-lib/tobj_is_string.c, tests-lib/tobj_is_structure.c: Added
	tests for sollya_lib_obj_is_externalprocedure.

2016-05-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Patched a small problem with the deallocation function
	pointers for external procedures, library functions and library
	constants.

2016-05-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tcmp_objs_structurally.c,
	tests-lib/tcmp_objs_structurally.reference, tests-tool/Makefile.am,
	tests-tool/check030.sollya, tests-tool/check030.sollya.reference,
	tests-tool/libexternal_structural_cmp.c: Working to make tests run
	on Cygwin again.

2016-05-25  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file

2016-05-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Clarify some
	points of the documentation of sollya_lib_decompose_*_with_data  PHP
	and PDF still synchronized.

2016-05-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tbuild_function_libraryconstant_with_data.c,
	tests-lib/tbuild_function_libraryconstant_with_data.reference,
	tests-lib/tbuild_function_libraryfunction_with_data.c,
	tests-lib/tbuild_function_libraryfunction_with_data.reference,
	tests-lib/tdecompose_externalprocedure_with_data.c,
	tests-lib/tdecompose_externalprocedure_with_data.reference,
	tests-lib/tdecompose_libraryconstant_with_data.c,
	tests-lib/tdecompose_libraryconstant_with_data.reference,
	tests-lib/tdecompose_libraryfunction_with_data.c,
	tests-lib/tdecompose_libraryfunction_with_data.reference,
	tests-lib/texternalprocedure.c,
	tests-lib/texternalprocedure.reference,
	tests-lib/texternalprocedure_with_data.c,
	tests-lib/texternalprocedure_with_data.reference,
	tests-lib/tlibraryconstant_with_data.c,
	tests-lib/tlibraryconstant_with_data.reference,
	tests-lib/tlibraryfunction_with_data.c,
	tests-lib/tlibraryfunction_with_data.reference: Read and completed
	the tests of sollya_lib_*_with_data.  Discovered a bug (therefore
	make check does not pass currently)

2016-05-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/shlp2html.sh,
	doc/sollya.pdf, doc/www/externalproc.php, help.h: Small improvements
	to the formatting of the doc of externalproc

2016-05-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Resynchronized
	sollya.php and sollya.tex.

2016-05-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: The Cygwin stuff does not work on Linux.

2016-05-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, general.c: Some improvements for Cygwin.

2016-05-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* parser.y: Updated help help list.

2016-05-24  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/texternalprocedure_with_data.c: Synchro with Christoph
	in order to debug a problem.

2016-05-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c: Patched a small memory leak.

2016-05-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: Added an item on the TODO list.

2016-05-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h: Corrected a mistake in
	sollya_lib_apply: the construction sollya_lib_apply(procedure, NULL)
	was impossible to use.

2016-05-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Corrected a mistake in the code for rational
	simplifications. Expressions like a/1 now get simplified in all
	cases, independingly of the current precision prec.

2016-05-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Improved printing of fractions with denominator 1.

2016-05-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Patched two small bugs in a recursive function used
	to simplify expressions dirtily.

2016-05-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: New TODO.

2016-05-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: For some strange reason sollya.pdf became
	untracked.

2016-05-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, help.h: Recompiled the documentation. Looked at
	the TODOs.

2016-05-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Improved coeff() quite a bit.

2016-05-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, tests-tool/Makefile.am,
	tests-tool/{external_structural_cmp.c =>
	libexternal_structural_cmp.c}: Making distributions using
	external_structural_cmp.c in the tools testing work again. I really
	like autohell, it's terribly understandable for humans.

2016-05-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/absolute.tex, doc/accurateinfnorm.tex, doc/and.tex,
	doc/annotatefunction.tex, doc/append.tex, doc/approx.tex,
	doc/asciiplot.tex, doc/autodiff.tex, doc/autosimplify.tex,
	doc/bashevaluate.tex, doc/bashexecute.tex, doc/bind.tex,
	doc/canonical.tex, doc/chebyshevform.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/composepolynomials.tex, doc/concat.tex,
	doc/default.tex, doc/degree.tex, doc/denominator.tex,
	doc/dieonerrormode.tex, doc/diff.tex, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/dirtysimplify.tex,
	doc/display.tex, doc/divide.tex, doc/double.tex,
	doc/doubledouble.tex, doc/doubleextended.tex, doc/equal.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/expand.tex,
	doc/exponent.tex, doc/externalplot.tex, doc/externalproc.tex,
	doc/false.tex, doc/file.tex, doc/findzeros.tex, doc/fixed.tex,
	doc/floating.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/getbacktrace.tex,
	doc/getsuppressedmessages.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/halfprecision.tex, doc/head.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/in.tex, doc/inf.tex, doc/infnorm.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/libraryconstant.tex, doc/lt.tex,
	doc/mantissa.tex, doc/max.tex, doc/mid.tex, doc/midpointmode.tex,
	doc/min.tex, doc/minus.tex, doc/mult.tex, doc/neq.tex, doc/nop.tex,
	doc/not.tex, doc/numberroots.tex, doc/numerator.tex,
	doc/objectname.tex, doc/off.tex, doc/on.tex, doc/or.tex,
	doc/parse.tex, doc/perturb.tex, doc/pi.tex, doc/plot.tex,
	doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/prec.tex,
	doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printdouble.tex, doc/printexpansion.tex, doc/printsingle.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quad.tex,
	doc/quit.tex, doc/rationalapprox.tex, doc/rationalmode.tex,
	doc/rd.tex, doc/readfile.tex, doc/readxml.tex, doc/relative.tex,
	doc/remez.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/shlp2tex.sh, doc/showmessagenumbers.tex,
	doc/simplify.tex, doc/single.tex, doc/sort.tex, doc/subpoly.tex,
	doc/substitute.tex, doc/sup.tex, doc/supnorm.tex,
	doc/suppressmessage.tex, doc/tail.tex, doc/taylor.tex,
	doc/taylorform.tex, doc/taylorrecursions.tex, doc/time.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/true.tex,
	doc/unsuppressmessage.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.tex,
	doc/xfreevariable.tex: Fixed (somehow) a bug related to the new
	skipping-of-output feature  and recompiled the doc.

2016-05-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/absolute.tex, doc/accurateinfnorm.tex, doc/and.tex,
	doc/annotatefunction.tex, doc/append.tex, doc/approx.tex,
	doc/asciiplot.tex, doc/autodiff.tex, doc/autosimplify.tex,
	doc/bashevaluate.tex, doc/bashexecute.tex, doc/bind.tex,
	doc/canonical.tex, doc/chebyshevform.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/composepolynomials.tex, doc/concat.tex,
	doc/default.tex, doc/degree.tex, doc/denominator.tex,
	doc/dieonerrormode.tex, doc/diff.tex, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/dirtysimplify.tex,
	doc/display.tex, doc/divide.tex, doc/double.tex,
	doc/doubledouble.tex, doc/doubleextended.tex, doc/equal.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/expand.tex,
	doc/exponent.tex, doc/externalplot.tex, doc/externalproc.tex,
	doc/false.tex, doc/file.tex, doc/findzeros.tex, doc/fixed.tex,
	doc/floating.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/getbacktrace.tex,
	doc/getsuppressedmessages.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/halfprecision.tex, doc/head.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/implementpoly.tex, doc/in.tex, doc/inf.tex, doc/infnorm.tex,
	doc/integral.tex, doc/introExample51.tex, doc/isbound.tex,
	doc/isevaluable.tex, doc/le.tex, doc/length.tex, doc/library.tex,
	doc/libraryconstant.tex, doc/lt.tex, doc/mantissa.tex, doc/max.tex,
	doc/mid.tex, doc/midpointmode.tex, doc/min.tex, doc/minus.tex,
	doc/mult.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numberroots.tex, doc/numerator.tex, doc/objectname.tex,
	doc/off.tex, doc/on.tex, doc/or.tex, doc/parse.tex,
	doc/perturb.tex, doc/pi.tex, doc/plot.tex, doc/plus.tex,
	doc/points.tex, doc/postscript.tex, doc/postscriptfile.tex,
	doc/power.tex, doc/prec.tex, doc/precision.tex, doc/prepend.tex,
	doc/print.tex, doc/printdouble.tex, doc/printexpansion.tex,
	doc/printsingle.tex, doc/printxml.tex, doc/proc.tex,
	doc/procedure.tex, doc/quad.tex, doc/quit.tex,
	doc/rationalapprox.tex, doc/rationalmode.tex, doc/rd.tex,
	doc/readfile.tex, doc/readxml.tex, doc/relative.tex, doc/remez.tex,
	doc/rename.tex, doc/restart.tex, doc/return.tex, doc/revert.tex,
	doc/rn.tex, doc/round.tex, doc/roundcoefficients.tex,
	doc/roundcorrectly.tex, doc/roundingwarnings.tex, doc/ru.tex,
	doc/rz.tex, doc/searchgal.tex, doc/showmessagenumbers.tex,
	doc/simplify.tex, doc/single.tex, doc/sollya.pdf, doc/sort.tex,
	doc/subpoly.tex, doc/substitute.tex, doc/sup.tex, doc/supnorm.tex,
	doc/suppressmessage.tex, doc/tail.tex, doc/taylor.tex,
	doc/taylorform.tex, doc/taylorrecursions.tex, doc/time.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/true.tex,
	doc/unsuppressmessage.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/implementconstant.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php,
	doc/xfreevariable.tex, help.h: Recompiled the doc.

2016-05-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/shlp2txt.sh: Removed support for color in text mode when
	skipping lines of output in examples

2016-05-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh,
	doc/sollya.tex, doc/www/sollyacss.css: Added support for skipping
	lines of output in the examples of shlp files.  In a #EXAMPLE
	section of a shlp file it is now possible to add a comment of the
	form /* Skip NN */ at the end of a line. The first NN lines of the
	output produced by this specific line will be removed and a warning
	will be displayed explaining that some lines have been removed.
	This feature is quite fragile because of the constraints imposed by
	the Verbatim environment in LaTeX. It will most probably fail if the
	(non removed part of the) output contains one of the characters '\',
	'~' or '|'.

2016-05-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Added missing Sollya keywords to the list in library.c.


2016-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf: recompiled the pdf

2016-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0, doc/sollya.tex: Some small modifications on the
	sections about creating library functions/constants and external
	procedures.  Also fixed the "--" bug in the arguments of Sollya
	interactive tool.  Finally, reverted a useless (and possibly
	confusing) change of Christoph in Table 5 "Testing the type of a
	Sollya object"

2016-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: New TODO file

2016-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: New TODO file

2016-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, help.h: Documentation work.

2016-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0, doc/annotatefunction.shlp,
	doc/annotatefunction.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/externalproc.shlp, doc/externalproc.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/suppressmessage.shlp, doc/suppressmessage.tex, doc/time.tex,
	doc/unsuppressmessage.shlp, doc/unsuppressmessage.tex,
	doc/www/annotatefunction.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/externalproc.php,
	doc/www/introExample51.php, doc/www/remez.php,
	doc/www/suppressmessage.php, doc/www/time.php, doc/www/timing.php,
	doc/www/unsuppressmessage.php, help.h: Documentation work.

2016-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/CommandsAndFunctions.tex, doc/keywords.def, doc/sollya.pdf,
	doc/www/ListOfCommands.php, doc/www/xfreevariable.php,
	doc/xfreevariable.shlp, doc/xfreevariable.tex, help.h, parser.y: 
	Added an explicit documentation for _x_

2016-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0, doc/keywords.def, sollya-library-wrappers.c,
	sollya.h: Removed certain deprecated functions from the Sollya
	library. Sylvain Chevillard, who authorized the removal by phone,
	assumes the full, entire responsability of this removal forever and
	until the end of time.  Added new things to do in the TODO file.

2016-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: Added a list of undocumented functions in the
	Sollya library to the TODO file.

2016-05-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/implementconstant.shlp,
	doc/implementconstant.tex, doc/implementpoly.shlp,
	doc/implementpoly.tex, doc/introExample51.tex, doc/library.shlp,
	doc/library.tex, doc/libraryconstant.shlp, doc/libraryconstant.tex,
	doc/remez.tex, doc/sollya.pdf, doc/sollya.tex, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/externalproc.php, doc/www/implementconstant.php,
	doc/www/implementpoly.php, doc/www/introExample51.php,
	doc/www/library.php, doc/www/libraryconstant.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Documentation work.

2016-05-03  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0, doc/sollya.pdf, doc/sollya.tex,
	doc/www/sollya.php: Modified the order of sections 10.5.*  --> made
	it more logical (useful sections first, less used sections at the
	end) --> and made a new section to document
	sollya_lib_externalprocedure which was actually undocumented.

2016-05-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/Makefile.am, tests-tool/check.proto,
	tests-tool/check030.sollya: Updated some mechanisms concerning
	testing.

2016-04-28  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tobj_is_range.c: Fixed a bad definition of the size of
	an array.  For some obscure reason tobj_is_range had not been fully
	modified as the other files at commit 937a6c3.

2016-04-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updated .gitignore to ignore tobj_is_procedure[.sh]

2016-04-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Updated the
	doc of hash.  * Present cmp_objs_structurally * Better explain
	situations when hashes are equal even though the objects are not
	structurally equal.  PDF and PHP are synchronized.

2016-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file

2016-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/tis_absolute.c,
	tests-lib/tis_binary.c, tests-lib/tis_decimal.c,
	tests-lib/tis_default.c, tests-lib/tis_double_double_obj.c,
	tests-lib/tis_double_obj.c, tests-lib/tis_doubleextended_obj.c,
	tests-lib/tis_dyadic.c, tests-lib/tis_false.c,
	tests-lib/tis_file.c, tests-lib/tis_fixed.c,
	tests-lib/tis_floating.c, tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_off.c, tests-lib/tis_on.c, tests-lib/tis_perturb.c,
	tests-lib/tis_pi.c, tests-lib/tis_postscript.c,
	tests-lib/tis_postscriptfile.c, tests-lib/tis_powers.c,
	tests-lib/tis_quad_obj.c, tests-lib/tis_relative.c,
	tests-lib/tis_round_down.c, tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_towards_zero.c, tests-lib/tis_round_up.c,
	tests-lib/tis_single_obj.c, tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_true.c, tests-lib/tis_void.c,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_procedure.c,
	tests-lib/tobj_is_procedure.reference, tests-lib/tobj_is_range.c,
	tests-lib/tobj_is_string.c, tests-lib/tobj_is_structure.c: Added
	test for sollya_lib_tobj_is_procedure

2016-04-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/texternalprocedure_with_data.c: Patching a memory leak
	in a test.

2016-04-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/check014.sollya.reference: Improved
	memory handling in polynomial code.

2016-04-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/timecheck.sollya: Updating time test reference values
	for some systems.

2016-04-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, polynomials.c, polynomials.h: Slightly improved memory
	handling in constants used in polynomials.

2016-04-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Implemented "[#20284] Make == be aware of end-elliptic
	lists"  No non-regression tests have been added. All existing tests
	run through fine; the corresponding behavior hence seems to be
	essentially untested.

2016-04-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Patching a bug in structural comparisons of
	polynomials.

2016-04-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, tests-tool/check030.sollya,
	tests-tool/check030.sollya.reference: Adding tests for structural
	comparison of polynomials.

2016-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Enhanced test for hash and structural comparison following
	Christoph' suggestions

2016-04-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, polynomials.c: Patching a bug with an
	infinite recursion in the hashing of a constant polynomial.

2016-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore, tests-tool/Makefile.am, tests-tool/check030.sollya,
	tests-tool/check030.sollya.reference,
	tests-tool/external_structural_cmp.c: Tests for
	sollya_lib_cmp_objs_structurally and sollya_lib_hash

2016-04-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Added a test for annotatefunction.

2016-04-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Tests for objectname.

2016-04-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0, tests-lib/texecute_procedure.c,
	tests-lib/texecute_procedure.reference,
	tests-lib/tv_execute_procedure.c,
	tests-lib/tv_execute_procedure.reference: Added some complementary
	tests for execute_procedure and updated TODO file.

2016-04-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file. execute has been added in
	library mode at dbebb71, documented at b53566d and tests have been
	added at 0af3bce.

2016-04-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file.

2016-04-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Changes in the checks for annotatefunction.  Slightly modified the
	code of the tests for on Christoph's demand + added
	roundingwarnings=on.

2016-04-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, infnorm.c, sollya-messages.h, sollya-messaging.h,
	tests-tool/check030.sollya.reference: Improved precision handling in
	evaluation hooks.

2016-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added tests for getbacktrace

2016-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/getbacktrace.shlp, doc/getbacktrace.tex,
	doc/www/getbacktrace.php, help.h: Fixed a space typo in the doc of
	getbacktrace.

2016-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Added some additional tests for annotatefunction.  I am not sure
	that everything behaves as expected. To be discussed.

2016-04-06  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file.

2016-03-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Further tests after bug [#20094] NaN comparisons do not work as
	expected.

2016-03-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* autodiff.c, execute.c, execute.h, infnorm.c,
	tests-tool/check030.sollya.reference: Patched the last caching
	problem left with issue [#20071] Using annotatefunction leads to a
	unexpected approximation warning.

2016-03-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/equal.shlp, doc/equal.tex, doc/sollya.pdf, doc/www/equal.php,
	help.h: Updated the doc of == to make it match better reality.

2016-03-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check024.sollya, tests-tool/check024.sollya.reference: 
	Added tests for __unique_id.

2016-03-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patching "[#20162] __unique_id is not unique".

2016-03-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Corrected a mistake in structural vs. mathematical
	comparisons in constant values.

2016-03-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Slight improvement to code for polynomials.

2016-03-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0, doc/annotatefunction.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/equal.tex, doc/introExample33.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/annotatefunction.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/equal.php, doc/www/introExample33.php,
	doc/www/introExample51.php, doc/www/remez.php, doc/www/time.php,
	doc/www/timing.php, execute.c, help.h, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Patching bug [#20094] NaN
	comparisons do not work as expected.  Added a non-regression test.
	Recompiled the documentation as the bug was discovered by reading
	the documentation.

2016-03-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, polynomials.c, polynomials.h,
	tests-tool/check029.sollya.reference: Improved structural
	comparison. Made hexadecimal printing compatible with a strict
	interpretation of the C99 standard.

2016-02-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.h, polynomials.c, polynomials.h,
	sollya-library-wrappers.c: Some improvements to structural
	comparison.

2016-02-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Improved evaluation with hooks a little bit.

2016-02-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference,
	tests-tool/timecheck.sollya: Improved testing.

2016-02-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Patching bug "[#20071] Using
	annotatefunction leads to a unexpected approximation warning."  A
	non-regression test has been added.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Updated TODO file

2016-02-23  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/www/annotatefunction.php, help.h: Slight modification in the doc
	of annotatefunction.

2016-02-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/getbacktrace.shlp, doc/getbacktrace.tex, doc/sollya.pdf,
	doc/www/getbacktrace.php, execute.c, help.h,
	tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Patched bug [#20070] getbacktrace does not conform to its
	documentation  Non regression tests have been added.

2016-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/getbacktrace.shlp, doc/getbacktrace.tex, doc/objectname.shlp,
	doc/objectname.tex, doc/sollya.pdf, doc/www/annotatefunction.php,
	doc/www/getbacktrace.php, doc/www/objectname.php, help.h: Attempt to
	enhance the doc of annotatefunction, getbacktrace and objectname

2016-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh: Corrected a
	bug in shlp2* scripts  When simulating an example whose code
	contains escaped characters such as '\n' or '\"', the string was
	evaluated which was of course not intended. As a result, in some
	case, the output of the simulation was wrong.  This should now be
	fixed. After checking, the only file related to the bug was
	objectname.shlp (which was the file that made me discover the bug).


2016-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Updated the doc about hashes.


2016-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Small precisions in the
	documentation of __unique_id.

2016-02-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Updated the doc for accounting
	changes in sollya_lib_printlibrarymessage.  PHP and PDF are checked
	to be synchronized.

2016-02-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/sollya.pdf, doc/www/annotatefunction.php, help.h: Improved
	documentation for annotatefunction.

2016-02-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Patched bug [#14451]
	guessdegree has a strange behavior on point intervals  A non
	regression test has been added.

2016-02-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added a non regression test for bug [#17196] Inconsistent behavior
	of evaluate  The bug was already patched with commit
	9f9d12d3dd8d7a5a058545350402973155159f3f

2016-02-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added a non regression test for bug [#7085] Rounding to simple value
	with infinity overflow is wrong.

2016-02-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php,
	sollya-library-wrappers.c: Reworked removal of init functions with
	arguments. Removed corresponding sections in documentation.

2016-02-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h,
	tests-lib/Makefile.am, tests-lib/tinit_with_arguments.c,
	tests-lib/tinit_with_arguments.reference,
	tests-lib/tinit_with_custom_memory_functions_with_arguments.c,
	tests-lib/tinit_with_custom_memory_functions_with_arguments.referen
	ce: Changed some of the library functions after discussion with
	Sylvain.

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: A typo in the doc +
	unification of the way we reference sections in the php doc

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Typos in the doc.  PHP and PDF
	stay synchronized.

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, tests-lib/check.proto: Final form for the special
	printf test on systems like Ubuntu.  Should finally fix bug
	[#17198].

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/check.proto, tests-lib/tprintf.c: Attempt to make
	tprintf skipped on systems like Ubuntu   --> those systems that
	consider that a %n in a malloced string is dangerous

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Slightly improved what is displayed in the test of
	%n

2016-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Add a #define for systems like Ubuntu that do not
	allow %n in malloced strings.

2016-02-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tend_elliptic_list.c, tests-lib/tlist.c: Working against
	compiler bugs.

2016-02-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Changed a
	little bit the way sollya_lib_decompose_*_with_data are displayed in
	the doc.  Also recompiled the doc. PDF and PHP are still checked to
	be synchronized.

2016-02-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/www/help.php, doc/www/sollya.php: Made php doc compliant with
	W3C standards (HTML and CSS).

2016-02-17  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Checked the doc in tex and php
	format.  Also unified the use of a initial capital letter in the
	word "section" when referring to a given section.  sollya.tex and
	sollya.php are now checked to be synchronized.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tend_elliptic_list.c, tests-lib/tlist.c,
	tests-lib/tprintdouble.c, tests-lib/tprintf.c,
	tests-lib/tprintsingle.c: Removing some warnings in the compilation
	of the library tests.

2016-02-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* printf.c: Validating the commit
	55d14a9807223f0088458dd46bc8736e27ed3b5d and unifying the code.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/Makefile.am, tests-tool/check.proto: Patched a problem
	occuring with VPATH builds.  The *.output generated files used to
	contaminate the source directory.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* sollya-library-wrappers.c: Patched a warning.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* infnorm.c, printf.c: Patched some warning issues. Double-checking
	would be good.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* chain.c: Removed some warnings.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added non regression tests for bug [#19925]

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added non regression test for bug [#20056]

2016-02-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Worked around a problem seen in the tests on Cygwin that produces
	false negatives.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check018.sollya, tests-tool/check018.sollya.reference: 
	Update check018 so as to work even on systems with small memory.

2016-02-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updated .gitignore to ignore new test files of the
	lib.

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Attempt to remove a warning when compiling under
	Ubuntu.  Namely, on Ubuntu, I got the following warning:   ar: `u'
	modifier ignored since `D' is the default (see `U')  Accroding to
	the discussion on the following thread

	http://gnu-automake.7480.n7.nabble.com/bug-20082-new-warning-from-ar-on-rawhide-systems-td21769.html on the mailing list of automake, a safe patch seems to simply and manually set ar flags to 'cr' which I believe I do with this patch.  Compiles without a warning on Ubuntu and my Fedora.

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* internlexer.l, lexer.l, minilexer.l: Proposition for  finally
	patching the "unused parameter" warning with Flex.  I base my patch
	on

	http://flex.sourceforge.net/manual/Overriding-The-Default-Memory-Management.html It seems to work.

2016-02-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* TODO_sollya5.0: Removed a point on the TODO list

2016-02-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added a non-regression test for the bug patched with commit
	bc748a402983af1c2b72e7faabc5c3344e2013cf

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Update TODO_sollya5.0 after this morning work.

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* README, configure.ac: Updated --enable-strict-lexer-parser-check
	tests in order to check for recent enough versions of bison.  Also
	updated README so as to inform the user about what version of Bison
	is officially supported.

2016-02-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Added support code for systems without mp_bitcnt_t.


2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: Update of TODO list.

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check029.sollya, tests-tool/check029.sollya.reference: 
	Added non-regression test for [#19666]

2016-02-15  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c: Adding an information message in a case of bisection in
	Newton's algorithm.

2016-02-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/dirtyfindzeros.shlp, doc/dirtyfindzeros.tex, doc/sollya.pdf,
	doc/www/dirtyfindzeros.php, help.h: Added a phrase in the
	documentation that describes a case when dirtyfindzeros may return
	the same value twice.  This is related to the bug [#11967]
	dirtyfindzeros returns the same zero twice

2016-02-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check013.sollya, tests-tool/check013.sollya.reference: 
	Added non-regression tests for [#18992]

2016-02-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check013.sollya, tests-tool/check013.sollya.reference: 
	Corrected some mistakes in the test introduced by Mioara related to
	bug [#7216].  The reference is still to be double-checked.

2016-02-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Changed configure.ac so as to ensure that the
	version of MPFR is >= 3.0.0  Indeed we check that mpfr_set_z_2exp is
	available because it is required in polynomials.c. This function has
	appeared with MPFR 3.0.0

2016-02-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Patched a very subtle bug in the way the custom memory
	functions are handled.

2016-02-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Patching a bug in displaying of external objects with
	data fields.

2016-02-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Making things work again under Debian.

2016-02-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, tests-lib/libraryexample.c: Tried to patch problem
	in libraryexample when compiling for Cygwin.

2016-02-08  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* TODO_sollya5.0: TODO file for releasing 5.0.

2016-02-05  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac, tests-lib/Makefile.am: Attempt to fix a bug
	introduced with the patch of bug [#17197]  When mpfi was not
	available on a system-wise basis, but only on a prefix, the patch
	proposed at rev 2dc3e48 prevents the user from compiling
	libraryexample and aborts the checks of the lib.

2016-02-05  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, polynomials.c: Trying to make Sollya work with old
	versions of GMP that do not have mp_bitcnt_t.

2016-02-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, hash.c, printf.c, tests-lib/libraryexample.c,
	tests-lib/tbuild_function_libraryconstant_with_data.c,
	tests-lib/tbuild_function_libraryfunction_with_data.c,
	tests-lib/tdecompose_externalprocedure.c,
	tests-lib/tdecompose_externalprocedure_with_data.c,
	tests-lib/tdecompose_libraryconstant_with_data.c,
	tests-lib/tdecompose_libraryfunction_with_data.c,
	tests-lib/tlibraryconstant_with_data.c,
	tests-lib/tlibraryfunction_with_data.c: Working against compiler
	warnings.

2016-02-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Updated list of reserved keywords. This list should be
	double-checked by someone else at some point.

2016-02-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac, expression.h: Removed legacy support to compile
	Sollya without support for memory references.

2016-02-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/getbacktrace.shlp,
	doc/getbacktrace.tex, doc/keywords.def, doc/objectname.shlp,
	doc/objectname.tex, doc/sollya.pdf, doc/www/ListOfCommands.php,
	doc/www/getbacktrace.php, doc/www/objectname.php, help.h: Documented
	objectname.

2016-01-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/display.tex,
	doc/introExample51.tex, doc/print.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/display.php, doc/www/introExample51.php, doc/www/print.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Recompiled the documentation.

2016-01-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* sturm.c, tests-lib/tnumberroots.c,
	tests-lib/tnumberroots.reference,
	tests-tool/check013.sollya.reference: Patching "[#19976] A warning
	message is displayed at verbosity level 1 but does not endanger
	safety"

2016-01-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-lib/tprintf.reference,
	tests-tool/check002.sollya.reference,
	tests-tool/check008.sollya.reference: Hexadecimal display mode:
	implemented the consistant behavior specified in the tracker #19925
	Convention used for hexadecimal display.

2015-12-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, expression.h, infnorm.c: Added some additional
	checks before applying Taylor interval evaluation.

2015-12-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h: Added
	Sollya library initialization functions with an additional argument
	to circumvent some of GMP's memory management behavior in a Sage
	binding for Sollya.

2015-12-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* external.c, plot.c: Improved handling of temporary plot files in
	plot and externalplot.

2015-12-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Revert "Made plot files be removed unconditionnally."
	This reverts commit 3c42b090bb9953c5cc8fd590d96bebec97eb1a9d.

2015-11-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Made plot files be removed unconditionnally.

2015-11-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patched a bug when calling fpminimax.

2015-11-20  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* execute.c, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: Patched a segfault bug in
	fpminimax.

2015-11-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/concat.shlp, doc/concat.tex,
	doc/getbacktrace.shlp, doc/getbacktrace.tex, doc/keywords.def,
	doc/proc.shlp, doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/remez.tex, doc/sollya.pdf, doc/time.tex,
	doc/www/ListOfCommands.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/concat.php,
	doc/www/getbacktrace.php, doc/www/proc.php, doc/www/remez.php,
	doc/www/time.php, doc/www/timing.php, help.h: Documentation work.

2015-11-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/library.shlp, doc/library.tex,
	doc/libraryconstant.shlp, doc/libraryconstant.tex, doc/remez.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/externalproc.php, doc/www/library.php,
	doc/www/libraryconstant.php, doc/www/remez.php, doc/www/sollya.php,
	doc/www/time.php, help.h: Some documentation work.

2015-11-11  Marc Mezzarobba <marc@mezzarobba.net>

	* sollya.h: "Strict prototypes" in sollya.h  Make it possible to
	build modules that include sollya.h with -Wstrict-prototypes.

2015-11-19  Marc Mezzarobba <marc@mezzarobba.net>

	* expression.c: Missing break;

2015-11-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Added support for application of lists as arguments to
	external procedures using '@'.

2015-11-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, library.c, library.h,
	sollya-library-wrappers.c, sollya.h,
	tests-lib/tbuild_function_libraryconstant_with_data.c,
	tests-lib/tbuild_function_libraryfunction_with_data.c,
	tests-lib/tdecompose_externalprocedure_with_data.c,
	tests-lib/tdecompose_externalprocedure_with_data.reference,
	tests-lib/tdecompose_libraryconstant_with_data.c,
	tests-lib/tdecompose_libraryconstant_with_data.reference,
	tests-lib/tdecompose_libraryfunction_with_data.c,
	tests-lib/tdecompose_libraryfunction_with_data.reference,
	tests-lib/texternalprocedure_with_data.c,
	tests-lib/tlibraryconstant_with_data.c,
	tests-lib/tlibraryfunction_with_data.c: Added deallocator to
	external functions, constants and libraries when they come with a
	data field.  Added some support functions for the Python binding.

2015-11-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.h: Forgotten file.

2015-11-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c, sollya-library-wrappers.c, sollya.h,
	tests-lib/tdecompose_function.reference,
	tests-lib/tget_subfunctions.reference,
	tests-lib/tv_decompose_function.reference,
	tests-lib/tv_get_subfunctions.reference: Added additional functions
	required for the Python binding.  The functions are currently
	untested.

2015-11-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/www/sollya.php: Stupid typo in the php file.

2015-11-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Corrected a
	typo in the doc + added the case of a BASE_FUNC_CONSTANT in
	decompose_function

2015-11-16  Marc Mezzarobba <marc@mezzarobba.net>

	* doc/sollya.pdf, doc/sollya.tex: tex preamble

2015-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/introExample51.php,
	doc/www/remez.php, doc/www/time.php, help.h: Recompiled the
	documentation.

2015-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am,
	tests-lib/tdecompose_externalprocedure_with_data.c,
	tests-lib/tdecompose_externalprocedure_with_data.reference,
	tests-lib/texternalprocedure.c,
	tests-lib/texternalprocedure_with_data.c,
	tests-lib/texternalprocedure_with_data.reference: Added tests for
	external procedures with a data field. Corrected a memory leak in a
	test.

2015-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am,
	tests-lib/tbuild_function_libraryconstant_with_data.c,
	tests-lib/tbuild_function_libraryconstant_with_data.reference,
	tests-lib/tdecompose_libraryconstant_with_data.c,
	tests-lib/tdecompose_libraryconstant_with_data.reference,
	tests-lib/tlibraryconstant_with_data.c,
	tests-lib/tlibraryconstant_with_data.reference: Added tests for
	library constants with a data field.

2015-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am,
	tests-lib/tbuild_function_libraryfunction_with_data.c,
	tests-lib/tbuild_function_libraryfunction_with_data.reference,
	tests-lib/tdecompose_libraryfunction_with_data.c,
	tests-lib/tdecompose_libraryfunction_with_data.reference,
	tests-lib/tlibraryfunction_with_data.c,
	tests-lib/tlibraryfunction_with_data.reference: Testing for library
	functions with data field.

2015-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php,
	sollya-library-wrappers.c, sollya.h: Documented sollya_lib_hash.
	Added stupid wrapper for evaluation 'at Sollya object'.

2015-09-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check020.sollya, tests-tool/check020.sollya.reference: 
	Corrected the test introduced at revision 2c93e1a to make it
	independent of the version of MPFR used.

2015-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/libraryexample.c,
	tests-lib/tdecompose_externalprocedure.c,
	tests-lib/tdecompose_externalprocedure.reference: Added tests for
	sollya_lib_decompose_externalprocedure.

2015-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Preparing a custom interface for the SAGE wrapper.

2015-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/texternalprocedure.c,
	tests-lib/texternalprocedure.reference: Made the test for
	sollya_lib_externalprocedure platform-independent.

2015-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Again
	documentation work.

2015-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.tex, doc/approx.tex, doc/asciiplot.tex,
	doc/autodiff.tex, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/boolean.shlp, doc/boolean.tex, doc/chebyshevform.tex,
	doc/composepolynomials.tex, doc/constant.shlp, doc/constant.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/dirtysimplify.tex, doc/divide.tex,
	doc/doubledouble.tex, doc/doubleextended.tex, doc/evaluate.tex,
	doc/externalproc.shlp, doc/externalproc.tex, doc/floating.tex,
	doc/fpminimax.tex, doc/function.shlp, doc/function.tex,
	doc/guessdegree.tex, doc/hopitalrecursions.tex,
	doc/implementconstant.tex, doc/implementpoly.tex, doc/infnorm.tex,
	doc/integer.shlp, doc/integer.tex, doc/integral.tex,
	doc/introExample10.tex, doc/introExample12.tex,
	doc/introExample15.tex, doc/introExample17.tex,
	doc/introExample27.tex, doc/introExample32.tex,
	doc/introExample33.tex, doc/introExample38.tex,
	doc/introExample39.tex, doc/introExample40.tex,
	doc/introExample42.tex, doc/introExample43.tex,
	doc/introExample46.tex, doc/introExample51.tex,
	doc/introExample57.tex, doc/introExample8.tex, doc/isevaluable.tex,
	doc/length.tex, doc/library.shlp, doc/library.tex,
	doc/libraryconstant.shlp, doc/libraryconstant.tex, doc/listof.shlp,
	doc/listof.tex, doc/max.tex, doc/object.shlp, doc/object.tex,
	doc/pi.tex, doc/points.tex, doc/power.tex, doc/print.tex,
	doc/range.shlp, doc/range.tex, doc/rationalmode.tex, doc/remez.tex,
	doc/roundcorrectly.tex, doc/searchgal.tex,
	doc/showmessagenumbers.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/string.shlp, doc/string.tex, doc/subpoly.tex,
	doc/suppressmessage.tex, doc/taylorform.tex, doc/time.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/unsuppressmessage.tex,
	doc/verbosity.tex, doc/void.shlp, doc/void.tex,
	doc/www/annotatefunction.php, doc/www/approx.php,
	doc/www/asciiplot.php, doc/www/autodiff.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/boolean.php, doc/www/chebyshevform.php,
	doc/www/composepolynomials.php, doc/www/constant.php,
	doc/www/dirtyfindzeros.php, doc/www/dirtyinfnorm.php,
	doc/www/dirtyintegral.php, doc/www/dirtysimplify.php,
	doc/www/divide.php, doc/www/doubledouble.php,
	doc/www/doubleextended.php, doc/www/evaluate.php,
	doc/www/externalproc.php, doc/www/floating.php,
	doc/www/fpminimax.php, doc/www/function.php,
	doc/www/guessdegree.php, doc/www/hopitalrecursions.php,
	doc/www/implementconstant.php, doc/www/implementpoly.php,
	doc/www/infnorm.php, doc/www/integer.php, doc/www/integral.php,
	doc/www/introExample10.php, doc/www/introExample12.php,
	doc/www/introExample15.php, doc/www/introExample17.php,
	doc/www/introExample27.php, doc/www/introExample32.php,
	doc/www/introExample33.php, doc/www/introExample38.php,
	doc/www/introExample39.php, doc/www/introExample40.php,
	doc/www/introExample42.php, doc/www/introExample43.php,
	doc/www/introExample46.php, doc/www/introExample51.php,
	doc/www/introExample57.php, doc/www/introExample8.php,
	doc/www/isevaluable.php, doc/www/length.php, doc/www/library.php,
	doc/www/libraryconstant.php, doc/www/listof.php, doc/www/max.php,
	doc/www/object.php, doc/www/pi.php, doc/www/points.php,
	doc/www/power.php, doc/www/print.php, doc/www/range.php,
	doc/www/rationalmode.php, doc/www/remez.php,
	doc/www/roundcorrectly.php, doc/www/searchgal.php,
	doc/www/showmessagenumbers.php, doc/www/string.php,
	doc/www/subpoly.php, doc/www/suppressmessage.php,
	doc/www/taylorform.php, doc/www/time.php, doc/www/timing.php,
	doc/www/tripledouble.php, doc/www/unsuppressmessage.php,
	doc/www/verbosity.php, doc/www/void.php, help.h: Some documentation
	work.

2015-09-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check020.sollya, tests-tool/check020.sollya.reference: 
	Added a non-regression test for the bug fixed at rev 9f9d12d.  See
	the comment in check020.sollya for more details about the history of
	this bug and the reason why this non-regression test is added only
	now and not before.

2015-09-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.h, sollya-library-wrappers.c, sollya.h: Finished
	implementation work on extending the Sollya library for
	externalprocedures, libraryfunctions and libraryconstants.  Testing
	and documentation work is still required.

2015-09-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* autodiff.c, execute.c, expression.c, infnorm.c, library.c,
	library.h, sollya-library-wrappers.c, sollya.h,
	tests-lib/texternalprocedure.c,
	tests-lib/texternalprocedure.reference: Some progress with data
	field support for external procedures, library functions and library
	constants.

2015-09-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* hash.c, tests-lib/thash.c, tests-lib/thash.reference: Better
	hashes.

2015-09-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, execute.c, execute.h, expression.c, hash.c, hash.h,
	polynomials.c, polynomials.h, sollya-library-wrappers.c, sollya.h,
	tests-lib/Makefile.am, tests-lib/thash.c, tests-lib/thash.reference: 
	Finished work on the hashing function for the Sollya library.

2015-09-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.h, general.c, general.h, hash.c,
	hash.h, library.c, library.h, sollya-library-wrappers.c, sollya.h,
	tests-lib/Makefile.am, tests-lib/texternalprocedure.c,
	tests-lib/texternalprocedure.reference: Added a way to bind external
	procedures to Sollya in library mode. Started working on a hashing
	function for Sollya Objects.

2015-09-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patched a small bug in 'round'.

2015-09-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, hash.c, hash.h: Started working on providing a
	hashing function in the Sollya library.

2015-09-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c: Added a small additional check on the
	sollya_lib_init* functions to avoid double initializations.

2015-05-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, infnorm.c, polynomials.c, sollya-messages.h,
	sollya-messaging.h, tests-tool/check001.sollya.reference: Adressing
	bug [#18992] degree returns -1 instead of the degree without any
	warning.  This commit changes the reference behavior of degree(0/x)
	to yield 0, as the reason given at commit
	5029f0ed4e75bdee04c7b979030405e883ea30d2 is no longer true, because
	Sollya is now able to perform such simplifications.

2015-05-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, external.c: Avoiding compiler warnings.

2015-05-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Fixed deprecated == syntax in configure.ac tests
	(replaced it by =)

2015-05-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* expression.c: Added a missing header.  For some reason, on my
	computer, the fact that inttypes.h is not included before mpfr.h
	results in mpfr.h not declaring mpfr_get_sj.

2015-05-19  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am: A comment about the line AM_CPPFLAGS =
	-I$(top_srcdir) introduced @2dc3e48ebc

2015-05-13  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-lib/tappend.reference,
	tests-lib/tcheckinfnorm.reference, tests-lib/tcmp_equal.reference,
	tests-lib/tcmp_greater.reference,
	tests-lib/tcmp_greater_equal.reference,
	tests-lib/tcmp_in.reference, tests-lib/tcmp_less.reference,
	tests-lib/tcmp_less_equal.reference,
	tests-lib/tcmp_not_equal.reference,
	tests-lib/tconstant_from_double.reference,
	tests-lib/tdirtyinfnorm.reference,
	tests-lib/tdirtyintegral.reference,
	tests-lib/tdirtysimplify.reference,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.reference,
	tests-lib/texecute.reference,
	tests-lib/tget_bounds_from_range.reference,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_mpq.reference,
	tests-lib/tget_constant_as_mpz.reference,
	tests-lib/tget_constant_as_uint64.reference,
	tests-lib/tget_interval_from_range.reference,
	tests-lib/tinf.reference, tests-lib/tintegral.reference,
	tests-lib/tinterval_list_ops.reference,
	tests-lib/tlength.reference, tests-lib/tmax.reference,
	tests-lib/tmid.reference, tests-lib/tmin.reference,
	tests-lib/tnumberroots.reference, tests-lib/tprecision.reference,
	tests-lib/tprepend.reference,
	tests-lib/tprocedurefunction.reference,
	tests-lib/trange_from_bounds.reference,
	tests-lib/trange_from_interval.reference,
	tests-lib/tsearchgal.reference, tests-lib/tsup.reference,
	tests-lib/tv_max.reference, tests-lib/tv_min.reference,
	tests-tool/check001.sollya.reference,
	tests-tool/check002.sollya.reference,
	tests-tool/check003.sollya.reference,
	tests-tool/check004.sollya.reference,
	tests-tool/check005.sollya.reference,
	tests-tool/check007.sollya.reference,
	tests-tool/check008.sollya.reference,
	tests-tool/check009.sollya.reference,
	tests-tool/check010.sollya.reference,
	tests-tool/check011.sollya.reference,
	tests-tool/check012.sollya.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check014.sollya.reference,
	tests-tool/check015.sollya.reference,
	tests-tool/check016.sollya.reference,
	tests-tool/check018.sollya.reference,
	tests-tool/check019.sollya.reference,
	tests-tool/check021.sollya.reference,
	tests-tool/check022.sollya.reference,
	tests-tool/check025.sollya.reference,
	tests-tool/check027.sollya.reference,
	tests-tool/check028.sollya.reference,
	tests-tool/check030.sollya.reference: Trying to fix the bug
	'[#12665] The practical complexity of decimal display is very bad'.


2015-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/Makefile.am, tests-lib/check.proto,
	tests-tool/Makefile.am: Attempt to include the patch proposed by
	Jeff Arnold regarding bug #17197

2015-05-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check027.sollya, tests-tool/check027.sollya.reference: 
	Non regression test for bug #18940.

2015-05-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Correcting a small bug consisting in a superfluous
	warning message.

2015-05-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, external.c, general.c, general.h, implement.c,
	internlexer.l, lexer.l, minilexer.l, printf.c, signalhandling.c,
	signalhandling.h: Trying to improve the situation with respect to
	that f**g stupid 'contact with Houston lost' issue.

2015-05-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c: Improved terminal handling.

2015-03-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-tool/check016.sollya, tests-tool/check016.sollya.reference: 
	Added non regression test for [#18746] Bug with pattern matching

2015-03-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Patching "#18746 Bug with pattern matching".  No
	regression test added, yet.

2015-03-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, sollya-messages.h, sollya-messaging.h,
	tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_interval_from_range.c,
	tests-tool/check001.sollya.reference: Corrected a bug in a precision
	value displayed in a warning message and unified warning messages
	displayed for evaluation of ranges. All messages now make clear that
	the inclusion property is satisfied.

2015-03-04  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/proc.shlp, doc/proc.tex, doc/sollya.pdf, doc/www/proc.php,
	help.h: Corrected a typo in the doc of proc.

2015-02-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tinit_with_custom_memory_functions_with_arguments.c,
	tests-lib/tinit_with_custom_memory_functions_with_arguments.referen
	ce: Finished testing of new functions in this branch
	libraryExtensions.

2015-02-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* implementconst.c: Removing a double definition of the same
	function. The two definitions are not 100% equivalent, so I maintain
	both of them; while renaming the less often used one.

2015-02-18  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* infnorm.c, infnorm.h: Removed the implementation of
	sollya_mpfi_equal_p in infnorm.c  The same function is already
	implemented in mpfi-compat.c

2015-02-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* configure.ac: Corrected kind of a bug in configure when using
	--with-package without argument  When --with-package is given to
	configure without any "=something" argument, the value of the
	argument defaults to "yes" which is non-sense in the purpose with
	which we use the --with-package option when configuring Sollya.
	Moreover, the extra "-Lyes" produced by configure in this case turns
	out to be a problem at compile time (though not at configure time)
	because libtool seems to be extra careful about it and checks that
	the directory given as argument of "-L" indeed exists.  This commit
	patch this behavior by simply ignoring the --with-package directive
	when no argument or an empty argument is given.

2015-02-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/sollya.pdf,
	doc/www/fpminimax.php, help.h: * Corrected a typo in the doc of
	fpminimax (thx G. Revy for reporting it)

2015-02-13  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: * Modified .gitignore so as to hide tests files.

2015-02-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: Corrected a
	bug in *.tex version and reported changes in *.tex version into
	*.php version. To be checked.

2015-02-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tinit_with_arguments.c: Improving the way to code a
	constant.

2015-02-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tinit_with_arguments.c,
	tests-lib/tinit_with_arguments.reference: Added testing for
	sollya_lib_init_with_arguments().

2015-02-02  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/texecute_procedure.c,
	tests-lib/texecute_procedure.reference,
	tests-lib/tv_execute_procedure.c,
	tests-lib/tv_execute_procedure.reference: Added tests for
	sollya_lib_execute_procedure and sollya_lib_v_execute_procedure.

2015-01-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/texecute.c, tests-lib/texecute.reference: Adding a test
	for sollya_lib_execute().

2015-01-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/texecute.c,
	tests-lib/texecute.reference, tests-lib/texecute_procedure.c,
	tests-lib/texecute_procedure.reference,
	tests-lib/tinit_with_arguments.c,
	tests-lib/tinit_with_arguments.reference,
	tests-lib/tinit_with_custom_memory_functions_with_arguments.c,
	tests-lib/tinit_with_custom_memory_functions_with_arguments.referen
	ce, tests-lib/tv_execute_procedure.c,
	tests-lib/tv_execute_procedure.reference: Starting work on testing
	for the new library functions.

2015-01-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/execute.shlp, doc/execute.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/www/execute.php, help.h: Some documentation
	work. The new texts in sollya.tex still need to be reported into
	sollya.php

2015-01-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h: Improving repeated
	hornerization of expressions.

2015-01-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Patching memory allocation problems.

2015-01-20  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, infnorm.c, polynomials.c,
	tests-tool/timecheck.sollya: Patching memory leaks.

2015-01-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Trying to patch a bug in differentiation of
	polynomials.

2014-12-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.h, sollya-library-wrappers.c, sollya.h: Added a test
	function sollya_lib_obj_is_procedure.

2014-12-01  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h: Added support for calls to
	Sollya procedures from the Sollya library. Untested.

2014-11-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, sollya.h: Added library support for
	execute. Untested.

2014-11-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h: Added
	support for argc, argv in library mode. (untested)

2014-11-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* base-functions.c, base-functions.h, double.c, double.h,
	general.c, general.h, infnorm.c, infnorm.h, mpfi-compat.c,
	mpfi-compat.h: Unified base mpfi and mpfr functions.

2014-11-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c: Addressing -Wextra issues.

2014-11-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, hooks.c: Addressing some -Wall warnings.

2014-11-03  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Adapted worst-case precision for hook evaluation in
	first-guess faithful rounded evaluation to a much lower level.

2014-10-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, infnorm.c, tests-tool/check030.sollya.reference: 
	Struggling agin with hook evaluation precisions.

2014-10-31  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, infnorm.c, mpfi-compat.c, mpfi-compat.h: Still trying to
	optimize hook evaluation.

2014-10-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, hooks.h, infnorm.c, tests-tool/check030.sollya.reference: 
	Some improvements to hook evaluation.

2014-10-30  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Small improvements to hook handling.

2014-10-29  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* .gitignore: Updated .gitignore

2014-10-29  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, tests-lib/tfpminimax.reference,
	tests-lib/tv_fpminimax.reference,
	tests-tool/check016.sollya.reference: Corrected a bug with
	Hornerization.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Being extra safe for hook evaluation.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, hooks.h, infnorm.c,
	tests-tool/check030.sollya.reference: Playing with required
	tightness of evaluation results for hooked functions.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/check030.sollya.reference: Precision setting
	for hook evaluation again.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, polynomials.c: Patched a bug in polynomial division.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, infnorm.c, infnorm.h: Improving precision handling for
	hooks.

2014-10-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, infnorm.c, tests-tool/check030.sollya.reference: Improved
	precision handling in hook evaluation.

2014-10-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, tests-tool/check030.sollya.reference: Optimized function
	hook evaluation.

2014-10-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, sollya-library-wrappers.c,
	tests-lib/tsubstitute.reference: Better polynomial handling for
	particular cases.

2014-10-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Better behavior for composition of composed hooks.

2014-10-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tfpminimax.reference, tests-lib/tv_fpminimax.reference,
	tests-tool/check016.sollya.reference, tests-tool/timecheck.sollya: 
	New reference values.

2014-10-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: A small test.

2014-10-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h, hooks.c: Improved Hook
	handling.

2014-10-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, hooks.h, infnorm.c, infnorm.h,
	tests-tool/check030.sollya.reference: Hook recursion again. This
	should be fixed now --> finally!

2014-10-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Still maintaining hooks in place.

2014-10-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.h: Still trying to keep hooks alive for a
	longer period.

2014-10-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, expression.c: Trying to keep annotations for
	a longer period.

2014-10-16  Christoph Lauter <christoph.lauter@lip6.fr>

	* general.c, general.h, remez.c: Prevented evaluation of a function
	over an interval when its result is just used to provoke the
	displaying of a message, which in turn, might be suppressed.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: A small modification on a flag.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Improved derivative hook evaluation even more.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, hooks.h, tests-tool/check030.sollya,
	tests-tool/check030.sollya.reference: Improved use of hooks for
	derivatives of functions that are repeatedly composed variants of
	hooked derivates of functions.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* remez.c, tests-lib/tannotatefunction.reference,
	tests-lib/tv_annotatefunction.reference,
	tests-tool/check030.sollya.reference: Improved memory reference
	handling in remez.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, hooks.h, infnorm.c: Recursion again.

2014-10-15  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, infnorm.c, infnorm.h: Prevented recursion
	on certain annotations.

2014-10-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, hooks.h: Trying to optimize precision handling in
	composition hooks.

2014-10-14  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c, hooks.h: Improved polynomial hook evaluation when the
	hooked function has a zero at a point that is not in zero.

2014-10-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Improved precision handling in faithful evaluation
	code.

2014-10-07  Christoph Lauter <christoph.lauter@lip6.fr>

	* polynomials.c, remez.c: Two improvements to internal handling.

2014-09-21  Marc Mezzarobba <marc@mezzarobba.net>

	* .gitignore: .gitignore

2014-10-06  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h, polynomials.c,
	polynomials.h: Prevented memory reference looping in polynomial
	code.

2014-09-24  Christoph Lauter <christoph.lauter@lip6.fr>

	* library.c: Added new keywords to the Sollya keyword list.

2014-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Made output of getbacktrace() reparsable.

2014-09-23  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y, sollya-library-wrappers.c,
	sollya.h: Finishing backtrace() functionality. Untested; testing
	still required.

2014-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Progress on backtrace() functionality.

2014-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, general.c: Again progress with backtrace()
	functionality.

2014-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, execute.h, general.c, general.h: Continuing work on
	backtrace functionnality.

2014-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c: Starting work on backtrace.

2014-09-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, assignment.h, execute.c: Some progress with
	objectname() functionality.

2014-09-19  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Making sure a function doesn't get evaluated outside
	its definition domain by MPFR newton.

2014-09-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, infnorm.c: Trying to make Hopital evaluation faster.


2014-09-18  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Adding hook-based evaluation to legacy MPFR
	evaluation code.

2014-09-17  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, assignment.h, execute.c, execute.h, expression.h,
	internlexer.l, internparser.y, lexer.l, minilexer.l, miniparser.y,
	parser.y, sollya-library-wrappers.c, sollya.h: Starting to work on
	objectname and __this_proc_name features.

2014-09-12  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c: Added a comment on an idea on memory referencing.

2014-09-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Again the hooks

2014-09-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c: Still working on the hooks.

2014-09-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* assignment.c, expression.c: Some improvements in hook handling.

2014-09-11  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, tests-tool/check030.sollya,
	tests-tool/check030.sollya.reference: Finished work necessary to
	keep hooks on functions when these functions are composed with other
	functions.

2014-09-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, hooks.c, hooks.h: Started work on extension of hook
	logic to allow for function composition when hooks are present.

2014-09-10  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Improved precision handling in polynomial hooks.

2014-09-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* hooks.c: Allowing for better debug.

2014-09-08  Christoph Lauter <christoph.lauter@lip6.fr>

	* match.c: Putting some extra-safety net into legacy matcher code.

2014-09-04  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patched a nasty bug with simplification of rational
	functions that simplify to 1, when numerator and denominator are not
	structually the same polynomial and different from 1.

2014-08-28  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c: Patched a huge bug in a function related to faithful
	evaluation.

2014-08-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Updated copyrights  (when one copies-pastes a
	non trivial content from one file to another, the file which gets
	the copied content herits from the other file's copyright)

2014-08-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tdirtyinfnorm.c: Removed variables that are useless
	since previous commit.

2014-08-27  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* tests-lib/tdirtyinfnorm.c, tests-lib/tdirtyinfnorm.reference,
	tests-tool/check002.sollya, tests-tool/check002.sollya.reference,
	tests-tool/check008.sollya, tests-tool/check008.sollya.reference,
	tests-tool/check009.sollya, tests-tool/check009.sollya.reference,
	tests-tool/check012.sollya, tests-tool/check012.sollya.reference: 
	Modified tests of dirtyinfnorm so as to test something like its
	semantics.

2014-08-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* expression.c, polynomials.c: Patching a nasty bug in the
	polynomials.

2014-08-27  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/timecheck.sollya: New timecheck to cope with newly
	observed values.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/tv_annotatefunction.c,
	tests-lib/tv_annotatefunction.reference: Added tests for variadic
	version of library function for annotatefunction.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* sollya-library-wrappers.c, tests-lib/tannotatefunction.c,
	tests-lib/tannotatefunction.reference: Added library testing for
	annotatefunction and patched a small incompatibility in the Sollya
	library.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/Makefile.am, tests-lib/tannotatefunction.c,
	tests-lib/tannotatefunction.reference: Starting work on a library
	test for annotatefuntion.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tcmp_equal.c, tests-lib/tcmp_equal.reference,
	tests-lib/tcmp_not_equal.c, tests-lib/tcmp_not_equal.reference,
	tests-lib/tsubstitute.c, tests-lib/tsubstitute.reference: Updated
	tests and references as agreed to with Sylvain.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/autosimplify.shlp, doc/autosimplify.tex, doc/equal.shlp,
	doc/equal.tex, doc/neq.shlp, doc/neq.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/www/autosimplify.php, doc/www/equal.php,
	doc/www/neq.php, doc/www/sollya.php, help.h,
	sollya-library-wrappers.c: Updated documentation and added an extra
	safety test in sollya_lib_printmessage.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-lib/tdirtysimplify.reference,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Updated test references after
	discussion with Sylvain.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/remez.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/remez.php, doc/www/sollya.php, doc/www/time.php,
	doc/www/timing.php, help.h: Recompiled the documentation.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, polynomials.c, tests-lib/tdiff.reference: 
	Patched a bug in dirty simplification of polynomials.  Updated a
	test file.

2014-08-26  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check003.sollya.reference,
	tests-tool/check011.sollya.reference,
	tests-tool/check013.sollya.reference,
	tests-tool/check018.sollya.reference,
	tests-tool/check019.sollya.reference,
	tests-tool/check024.sollya.reference: Updated test-tool reference
	file after discussion with Sylvain about the validity of that
	update.

2014-08-25  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, polynomials.c, tests-tool/check003.sollya: Reworking
	equality tests for polynomials.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/timecheck.sollya: New timecheck.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, expression.c, expression.h: Patching a simplification
	bug where autosimplify is not respected for polynomials.

2014-08-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Forgot a modification.

2014-08-22  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h, execute.c, expression.c: Some
	modifications after discussion with Christoph.  We agreed on what to
	do for the TODO I had put everywhere and corrected a few bugs.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/bashevaluate.tex, doc/bashexecute.tex, doc/equal.tex,
	doc/evaluate.tex, doc/implementconstant.tex,
	doc/introExample33.tex, doc/introExample34.tex,
	doc/introExample51.tex, doc/printsingle.tex, doc/remez.tex,
	doc/showmessagenumbers.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/taylor.tex, doc/taylorform.tex, doc/time.tex, doc/timing.tex,
	doc/www/annotatefunction.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/equal.php, doc/www/evaluate.php,
	doc/www/implementconstant.php, doc/www/introExample33.php,
	doc/www/introExample34.php, doc/www/introExample51.php,
	doc/www/printsingle.php, doc/www/remez.php,
	doc/www/showmessagenumbers.php, doc/www/sollya.php,
	doc/www/taylor.php, doc/www/taylorform.php, doc/www/time.php,
	doc/www/timing.php, help.h: Finished work on documentation for this
	branch.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.shlp: Working on the documentation.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/annotatefunction.shlp, doc/annotatefunction.tex,
	doc/www/annotatefunction.php: Forgotten files.

2014-08-22  Christoph Lauter <christoph.lauter@lip6.fr>

	* doc/CommandsAndFunctions.tex, doc/keywords.def, doc/sollya.pdf,
	doc/sollya.tex, doc/www/ListOfCommands.php, doc/www/sollya.php,
	help.h: Worked on documenting the new features of this branch.

2014-08-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* execute.c, hooks.c: Patched two memory leaks.

2014-08-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* infnorm.c, tests-tool/Makefile.am, tests-tool/check030.sollya,
	tests-tool/check030.sollya.reference: Added testing for
	annotatefunction functionnality and corrected a bug.

2014-08-21  Christoph Lauter <christoph.lauter@lip6.fr>

	* tests-tool/check030.sollya, tests-tool/check030.sollya.reference: 
	Starting work on tests for the new annotate functionnality.

2014-08-12  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c: Patched one of the error reported by make check.
	The other one is under control.  It appears that it was only a
	stupid error of retranscription in a copy/paste.  Regarding the
	second error (check025), it comes from the fact that at one place
	(and only one place) mpfr_rint_ceil was used to evaluate, although
	mpfr_ceil is used everywhere else. The new code does not make this
	distinction (and I am not sure that there is any reason to do so.
	This is something we should discuss) and this leads to a subtle
	change in the behavior of sollya ceil function when the precision
	does not allow to exactly represent the result of the computation.
	Indeed, mpfr_rint_ceil acts as for any other mathematical function:
	so, if used with GMP_RNDN, it returns the representable integer that
	is the closest to the true value of ceil(x). The unpleasant
	consequence being that this integer can be smaller than x, which is
	counter-intuitive. In contrast, mpfr_ceil returns the smallest
	representable integer that is greater or equal to the true value of
	ceil(x) which can be less accurate, but is more intuitive. The
	problem is in the semantics of the returned value of mpfr_ceil: if I
	understand well the documentation, and if x is not an integer, the
	returned value does not tell anything about the exactness of the
	computed value. It only says that x is not a mathematical integer.
	And the thing that we care about for simplifying an expression of
	the form ceil(a) is precisely to know if ceil(a) has been exactly
	computed or not, and not if a itself is an integer. A possibility
	could be to use mpfr_rint_ceil with GMP_RNDU, which should behaves
	excatly as mpfr_ceil does, except for the returned value. So, IMHO
	we should disuss the question of keeping a rnd argument in our eval
	API for base-functions and use mpfr_rint_ceil in any case.

2014-08-11  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, base-functions.c, base-functions.h, execute.c,
	expression.c, expression.h, infnorm.c, match.c,
	sollya-library-wrappers.c, taylorform.c: Last modifications of the
	code to centralize the definition of base functions.  Added boolean
	variables in the definition of base functions, in order to allow
	their use in the remaining places of expression.c and infnorm.c.
	Still some weird things discovered in the existing code (e.g., cosh
	considered as having a zero at zero). I reproduced the existing
	behavior even though I hardly believe it was intentional. See TODO
	mentions in the code.  Also, many many small debug things that
	appeared when I tried to compile.  The code is now in a state where
	it compiles with a few warnings about the mpfi type functions. This
	is something we have to discuss: mpfi standard requires to return an
	integer (that we never use) and our own implementation of mpfi-like
	functions do not conform this standard. This is a minor issue and
	the warning can be removed by simply deciding that interval_eval
	method returns void and explicit cast to this type for those
	functions that indeed return an integer.  Everything seems to run
	smoothely. Only one check fails and I guess it could come from one
	of the places where I left some TODOs to discuss. Also, two tests
	fail in tests-lib, but I wonder if it is not already the case in
	master (I still need to check this point).  Next steps are: do
	further tests, discuss all the TODOs, simplify and optimize the old
	code that I simply copied while it could be optimized and implement
	the derivatives of nearestint and co.

2014-08-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* remez.c, remez.h: Some uncommitted optimization in Newton's
	algorithm that were forgotten.  We set up these optimization with
	Mark and Christoph a while ago but that I forgot until now. If I
	remember well, these optimization did not change much the efficiency
	of Newton's algorithm by that time, but it could be different once
	the branch improvedEvaluate will be ported back onto the trunk.
	Also removed an old wrapper that is now useless.

2014-07-21  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* base-functions.c, base-functions.h, expression.c, infnorm.c: Now
	comes the tricky part...  I exported the code used to evaluate the
	sign of a constant function from infnorm.c into the new
	base-function.c. I simply copied the code verbatim, but detected a
	possible inconsistency in the way different positive functions are
	handled: in the case of exp(c), it seems that there is a test that c
	evaluates to some true number, while for other functions like
	cosh(c), no such test is performed.  Every non trivial operation
	that used to be performed in expression.c is now reported on a
	specific function in the type baseFunction (e.g., differentiating an
	expression tree when the head is a base function, simplifying
	expressions, etc.).  Regarding the point evaluation of a function,
	in most cases it suffices to consider the corresponding mpfr
	function but for some obscure reason, the functions
	double/single/quad/etc. are handled a different way with some magic
	choice of the precisions (see for instance this used to be the code
	that used to be in the function evaluateConstantExpression). I am
	not understanding this fact very well, and I decided to write
	special point_eval functions for these cases, but I am not convinced
	that it is absolutely necessary. In any case, as a result, the
	semantics of point_eval functions in a basefunction structure is
	still not precise, so a choice shall still be made and documented. I
	left some "TODO" marks here and there that are related to this issue
	(and others as well. Generally speaking, it will be necessary to
	grep TODO on the whole code before reporting this branch anywhere).
	Regarding the simplification of expressions, I factorized what was
	obvious to factorize for functions having no special property. For
	the others, I copied the code verbatim. However, I noticed some
	inconsistencies in the way they are coded: for instance CEIL and
	FLOOR have a subtle difference in the choice of precisions for some
	variable, and it seems to me as an error of copy-paste. I am pretty
	sure that the code for double/single/quad/etc. could be factorized
	as well but there also, there are subtle choice of precisions that I
	am not sure to understand, so I preferred touch nothing for now.
	Also, I remarked that abs(c) could be simplified as soon as the sign
	of c could be determined, but this is not performed.  Pretty much
	the same remarks apply to differentiation of functions: functions
	that should reasonnably be differentiated in a similar manner are
	indeed not. Some differentiations involve obscure tricks (coding pi
	as 4*atan(1) for instance) that seem to come from ages where sollya
	was a baby toy. Nevertheless, I simply copied the code at it was in
	order to separate tasks and keep compatibility with the existing
	tests. I just updated the code so as to make it more readable by
	using makeFUNCTION functions instead of building the expressions
	trees by hand.  Alltogether, these codes should definitely be
	reviewed, and the good news is that everything is now concentrated
	in basefunction.c so that it is easy to review it and compare the
	ways several comparable functions are handled.  The code is now in a
	state where it can almost be compiled. It remains just two
	occurrences of the old-style base functions in expression.c and one
	occurrence in infnorm.c.

2014-07-16  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* Makefile.am, autodiff.c, autodiff.h, base-functions.c,
	base-functions.h, chebyshevform.c, execute.c, expression.c,
	expression.h, implementconst.c, infnorm.c, internparser.y, match.c,
	miniparser.y, parser.y, sollya-library-wrappers.c, taylorform.c,
	xml.c: First step towards uniform implementation of unary base
	functions.  After some review of the existing code, it seems more
	reasonable to consider NEG as an arithmetic operator than to
	consider it as unary function, because there is many cases where NEG
	is handled differently than the other unary functions. Reviewing the
	code let me observe that the way the neg operator is displayed seems
	unconsistent accross several functions (sRawPrintTree, printTree,
	fprintf, etc.) I put two TODOs in execute.c and expression.c to
	remember that there is something to look at.  At many places, the
	code could be further reduced by collecting together several match
	cases. However, in order to separate tasks, I did not perform any
	modification that is not directly related to the new UNARY_BASE_FUNC
	feature.  It might be that the name 'base_func' is not ideally
	chosen as it conflicts with a similar name used in the name space of
	the library. However, this will be easy to change later, so I prefer
	to postpone this point to a further discussion.

2014-07-10  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* autodiff.c: Added a remark on a possible improvement on how to
	compute the automatic differentiation of holonomic functions.

2014-07-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* Makefile.am, configure.ac, doc/sollya.pdf: Patched a bug occurring
	when doing make dist due to removal of three files at revision
	8009a93b9411823da41ba904a63af04b65a8c0ca

2014-07-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* doc/sollya.tex, doc/www/sollya.php: Changed svn to git in the
	documentation titles.

2014-07-09  Sylvain Chevillard <sylvain.chevillard@ens-lyon.org>

	* README: Updated README from svn to git.

2014-07-09  Christoph Lauter <christoph.lauter@lip6.fr>

	* configure.ac: Changed name of development version from SVN trunk
	to git devel.  'devel' stands for 'development' and is no longer
	name of a branch as naming a branch has no longer a global meaning.


2014-07-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Extended --args command prompt syntax. If the option
	order is non-ambiguous, the --args indication becomes optional.
	This commit was extracted from SVN r2321.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2321
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-07-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.c, expansion.h: Moved metalibm-related files
	to metalibm repository.  This commit was extracted from SVN r2320.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2320
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-07-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Added support to pass command line (bash) arguments to
	a Sollya script and added support for a unique id identifier in a
	Sollya session.  This commit was extracted from SVN r2319.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2319
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-07-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, polynomials.c: Patching a problem with autoprint and
	high-degree polynomials.  This commit was extracted from SVN r2318.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2318
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-06-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Working against a spurious rounding.  This commit was
	extracted from SVN r2317.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2317
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* signalhandling.c, signalhandling.h: Starting work to make
	memory-references signal-safe.  This commit was extracted from SVN
	r2316.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2316
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h, infnorm.c, mpfi-compat.c, mpfi-compat.h: Improved
	result predicates for faithfully/correctly rounded evaluation.  This
	commit was extracted from SVN r2315.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2315
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Worked for compiler happiness.  This commit was
	extracted from SVN r2314.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2314
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Changed algorithm for powering of polynomials with
	constant expressions that are no rational constants from very slow
	to half-slow. The algorithm is nevertheless faster than what we had
	with expression handling.  This commit was extracted from SVN r2313.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2313
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, polynomials.c: Re-removed useless
	code.  This commit was extracted from SVN r2312.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2312
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, polynomials.c,
	polynomials.h, tests-tool/check015.sollya,
	tests-tool/check015.sollya.reference: Some progress on evaluation
	and polynomials.  This commit was extracted from SVN r2311.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2311
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Some issues subsist, some checks still fail.  This
	commit was extracted from SVN r2310.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2310
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.h, infnorm.c: Again performance regression.
	Trying to adapt working precision on intervals is non-sense,
	actually.  This commit was extracted from SVN r2309.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2309
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Worked against a performance regression for certain
	types of polynomials.  This commit was extracted from SVN r2308.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2308
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h: Working for compiler happiness.  This commit
	was extracted from SVN r2307.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2307
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, parser.y: Patched a bug and added support for library
	functions and procedure functions for fast faithful evaluation.
	This commit was extracted from SVN r2306.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2306
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Converted all faithful evaluation code to a style where
	MPFR initializations are amortized as long as possible.  This commit
	was extracted from SVN r2305.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2305
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected an improperly determined precision setting.
	This commit was extracted from SVN r2304.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2304
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Still some performance improvements.  This commit was
	extracted from SVN r2303.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2303
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Removed a forgotten debug line.  This commit was
	extracted from SVN r2302.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2302
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, infnorm.c: Preparing use of globally reused
	MPFR variables.  This commit was extracted from SVN r2301.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2301
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.h, infnorm.c, polynomials.c: Some progress
	with evaluation of functions using pure MPFR arithmetic as long as
	possible.  This commit was extracted from SVN r2300.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2300
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Some progress with evaluation of functions using pure
	MPFR arithmetic as long as possible.  This commit was extracted from
	SVN r2299.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2299
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Some progress with evaluation of functions using pure
	MPFR arithmetic as long as possible.  This commit was extracted from
	SVN r2298.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2298
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, infnorm.c, mpfi-compat.c,
	mpfi-compat.h, polynomials.c, remez.c: Some progress with evaluation
	of functions using pure MPFR arithmetic as long as possible.  This
	commit was extracted from SVN r2297.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2297
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Some progress on improved evaluation of functions over
	quasi-point intervals.  This commit was extracted from SVN r2296.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2296
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, mpfi-compat.c, mpfi-compat.h: Started working on
	improved evaluation of functions over quasi-point intervals.  This
	commit was extracted from SVN r2295.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2295
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, autodiff.c, autodiff.h, chebyshevform.c,
	chebyshevform.h, chebyshevformaux.c, chebyshevformaux.h,
	configure.ac, doc/implementconstant.tex, doc/implementpoly.tex,
	doc/precision.shlp, doc/precision.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/www/implementconstant.php,
	doc/www/implementpoly.php, doc/www/precision.php,
	doc/www/sollya.php, double.c, execute.c, expression.c, help.h,
	implement.c, internparser.y, miniparser.y, mpfi-compat.c,
	mpfi-compat.h, parser.y, remez.c, sollya-messages.h,
	sollya-messaging.h, sollya.h, sturm.c, supnorm.c, supnorm.h,
	taylorform.c, taylorform.h, tests-lib/timplementpoly.reference,
	tests-lib/tprintsingle.reference,
	tests-lib/tv_implementpoly.reference,
	tests-tool/check001.sollya.reference, tests-tool/check027.sollya,
	tests-tool/check027.sollya.reference: Merged trunk onto branch using
	svn merge -r 2207:2293 svn://scm.gforge.inria.fr/svn/sollya/trunk .
	This commit was extracted from SVN r2294.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2294
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintsingle.reference: Same as rev2279, but from
	tests-lib side    This commit was extracted from SVN r2293.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2293
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * Small modification of the number of guard bits used
	when computing x^(-k) where k is a non-negative integer, so as to
	reproduce the same behavior as before the optimization of
	sollya_lib_mpfi_pow.    This commit was extracted from SVN r2292.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2292
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, hooks.c, hooks.h, polynomials.c: Optimisations for
	the polynomials, patched a bug in polynomialGetDegree and added code
	to allow hooks to be copied.  This commit was extracted from SVN
	r2291.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2291
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a bug in isHorner.  This commit was
	extracted from SVN r2290.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2290
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, polynomials.c, polynomials.h: Still
	improved polynomial handling quite a bit.  This commit was extracted
	from SVN r2289.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2289
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Still some additional optimizations for the
	polynomials.  This commit was extracted from SVN r2288.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2288
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h, expression.c, polynomials.c: Some small progress on
	polynomials.  This commit was extracted from SVN r2287.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2287
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Avoiding a problem in the rare case when two MPFI
	arguments are the same MPFI variable.  This commit was extracted
	from SVN r2286.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2286
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, expression.c, general.c, polynomials.c,
	printf.c, remez.c: Avoided some warnings.  This commit was extracted
	from SVN r2285.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2285
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, polynomials.c: Changed some lines in the polynomial
	code.  This commit was extracted from SVN r2284.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2284
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Synchro with Sylvain.  This commit was extracted from
	SVN r2283.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2283
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * Wrote the same optimization for computing x^y when y
	is a negative integer as in the case when it is a non-negative
	integer.    This commit was extracted from SVN r2282.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2282
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved sollya_mpfi_pow_ulong  This commit was
	extracted from SVN r2281.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2281
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved sollya_mpfi_pow_ulong  This commit was
	extracted from SVN r2280.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2280
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya.reference: * The patch at revision 2272
	did not only fix a bug in the warning but also a double-rounding
	issue that was present from a very long time ago.  Irony of history:
	a test was present in the checks precisely for this purpose, but the
	reference value had not been checked carefully enough and was wrong.
	So, to sum up: a bug has been fixed @2272 while we were not even
	aware of the presence of the bug. And the fact that the bug has been
	corrected has been detected by failure of routine checks during the
	weekly...    This commit was extracted from SVN r2279.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2279
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check013.sollya: Some progress again with the
	polynomials. The check013 fails and really seems to be bugged.  This
	commit was extracted from SVN r2278.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2278
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, polynomials.c, polynomials.h,
	tests-tool/check013.sollya: Some progress again with the
	polynomials. The check013 fails and really seems to be bugged.  This
	commit was extracted from SVN r2277.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2277
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, infnorm.c, polynomials.c: 
	Again *some* progress with the polynomials.  This commit was
	extracted from SVN r2276.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2276
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, polynomials.c, polynomials.h: Some progress with the
	integration and debugging of the polynomials.  This commit was
	extracted from SVN r2275.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2275
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, polynomials.c,
	polynomials.h: Some progress with using polynomial annotations.
	This commit was extracted from SVN r2274.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2274
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: * Make Sollya's parser
	compatible with versions of Bison more recent than a century ago.
	This commit was extracted from SVN r2273.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2273
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, tests-tool/check027.sollya,
	tests-tool/check027.sollya.reference: * Simplified the code for
	displaying floats in hexa, and fixing in the same time a bug in the
	warning that was displayed when a rounding occurs.  Also added
	non-regression tests.    This commit was extracted from SVN r2272.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2272
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a division-by-zero bug on the following
	example: p = ((1 + x)^3000); degree(diff(p));    This commit was
	extracted from SVN r2271.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2271
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Starting work on polynomial hooks.  This
	commit was extracted from SVN r2270.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2270
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Debugging the polynomials.  This commit was
	extracted from SVN r2269.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2269
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c, sollya-messages.h, sollya-messaging.h: Added a warning
	message in the case when guessdegree is called with a weight
	function that does not seem to be continuous over the given
	interval.    This commit was extracted from SVN r2268.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2268
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Debugging the polynomials.  This commit was
	extracted from SVN r2267.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2267
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Debugging the polynomials.  This commit was
	extracted from SVN r2266.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2266
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Debugging the polynomials.  This commit was
	extracted from SVN r2265.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2265
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Debugging the polynomials.  This commit was
	extracted from SVN r2264.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2264
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Again some progress with a new implementation of
	polynomials.  This commit was extracted from SVN r2263.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2263
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Again some progress with a new implementation of
	polynomials.  This commit was extracted from SVN r2262.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2262
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* polynomials.c: Again some progress with a new implementation of
	polynomials.  This commit was extracted from SVN r2261.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2261
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, polynomials.c, polynomials.h: Again some
	progress with a new implementation of polynomials.  This commit was
	extracted from SVN r2260.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2260
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-04-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, infnorm.c, infnorm.h, mpfi-compat.c,
	mpfi-compat.h, polynomials.c, polynomials.h: Some progress with the
	polynomials, still not finished.  This commit was extracted from SVN
	r2259.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2259
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-03-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/precision.shlp, doc/precision.tex, doc/sollya.pdf,
	doc/www/precision.php, help.h, remez.c: Fixed bug [#17133] Minor bug
	in the documentation of precision()    This commit was extracted
	from SVN r2258.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2258
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-03-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, polynomials.c, polynomials.h: Started working on a
	better way to represent polynomials in Sollya.  This commit was
	extracted from SVN r2257.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2257
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Patched a nasty bug in implementpoly occuring with
	precision handling inside that function.  This commit was extracted
	from SVN r2256.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2256
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: A small improvement to evaluation speed.  This commit
	was extracted from SVN r2255.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2255
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c, hooks.h, infnorm.c, tests-tool/timecheck.sollya: Still
	some enhancements to the polynomial evaluation hooks.  This commit
	was extracted from SVN r2254.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2254
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c,
	sollya-messages.h, sollya-messaging.h, sollya.h: Added a generic
	printmessage function to the Sollya library.  This commit was
	extracted from SVN r2253.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2253
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Forgotten file at rev 2248    This commit was extracted
	from SVN r2252.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2252
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c: Patched a problem with the evaluation of
	multiplication of functions containing divisions.  This commit was
	extracted from SVN r2251.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2251
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Did something wrong in the last commit.  This commit was
	extracted from SVN r2250.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2250
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c: A slight improvement to reused-variables
	evaluation.  This commit was extracted from SVN r2249.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2249
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * A better attempt to make remez' calls to
	uncertifiedInfnorm faster.    This commit was extracted from SVN
	r2248.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2248
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Making the timecheck pass again, leaving the real work
	behind that to Sylvain.  This commit was extracted from SVN r2247.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2247
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Some improvement to global reused variable management.
	This commit was extracted from SVN r2246.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2246
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, hooks.c, hooks.h, infnorm.c: Still some more
	improvements for evaluation.  This commit was extracted from SVN
	r2245.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2245
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Attempt to make dirtyinform faster when computed inside
	remez.    This commit was extracted from SVN r2244.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2244
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched a small bug.  This commit was extracted from
	SVN r2243.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2243
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Still some slight improvements.  This commit was
	extracted from SVN r2242.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2242
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, mpfi-compat.c, remez.c: Still some improvements in
	making evaluations faster.  This commit was extracted from SVN
	r2241.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2241
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, infnorm.c, tests-tool/timecheck.sollya: 
	Still working on optimizing evaluations.  This commit was extracted
	from SVN r2240.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2240
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Tried to improve performance of common case interval
	evaluations.  This commit was extracted from SVN r2239.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2239
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: A small optimization for sollya_mpfi_pow in order to
	fit the use of pow the remez algorithm makes (polynomials in
	canonical form).  This commit was extracted from SVN r2238.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2238
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Still some improvements to memory reuse.  This commit
	was extracted from SVN r2237.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2237
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-tool/check016.sollya.reference: Still some more
	progress on memory reference reuse that makes for hooks to survive
	Sollya level operations.  This commit was extracted from SVN r2236.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2236
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, execute.c, tests-tool/check016.sollya,
	tests-tool/check016.sollya.reference: Some progress in making hooked
	functions survive match constructs.  This commit was extracted from
	SVN r2235.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2235
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c, infnorm.c: Tried some stuff with the evaluation hooks.
	This commit was extracted from SVN r2234.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2234
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c: Again some progress with the evaluation hooks.  This
	commit was extracted from SVN r2233.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2233
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, hooks.c, hooks.h, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	mpfi-compat.c, mpfi-compat.h, parser.y, sollya-library-wrappers.c,
	sollya-messages.h, sollya-messaging.h, sollya.h, sturm.c, sturm.h,
	supnorm.c: Again some progress with the evaluation hooks.  This
	commit was extracted from SVN r2232.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2232
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c, hooks.h: Again some progress with the evaluation hooks.
	This commit was extracted from SVN r2231.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2231
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c, hooks.h: Again some progress with evaluation hooks.  This
	commit was extracted from SVN r2230.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2230
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c: Again some progress with the hooks.  This commit was
	extracted from SVN r2229.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2229
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* hooks.c, hooks.h: Added a forgotten parameter to two functions.
	This commit was extracted from SVN r2228.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2228
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, hooks.c, hooks.h,
	infnorm.c: Some progress with evaluation hooks.  This commit was
	extracted from SVN r2227.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2227
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, hooks.c, hooks.h: Added files for regrouping
	functions related to evaluation and delayed-simplification hooks.
	This commit was extracted from SVN r2226.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2226
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2014-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.c, expression.h, infnorm.c,
	match.c, sollya-library-wrappers.c, tests-tool/timecheck.sollya,
	xml.c: Posed some ground-work in order to be able to add some
	evaluation and delayed-transformation hooks.  This commit was
	extracted from SVN r2225.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2225
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h: Started working on a double-linked chain of
	all memref'ed objects to allow them to be dagified when appropriate.
	This commit was extracted from SVN r2224.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2224
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c,
	tests-lib/tevaluate_function_at_constant_expression.reference: 
	Trying to fix a couple of false positives in the tests for the
	Sollya library.  This commit was extracted from SVN r2223.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2223
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check024.sollya.reference, tests-tool/check027.sollya,
	tests-tool/timecheck.sollya: Fixing a couple of issues with false
	positives in the tool tests.  This commit was extracted from SVN
	r2222.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2222
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Again some progress on
	DAG-ification of Sollya objects.  This commit was extracted from SVN
	r2221.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2221
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Some progress with
	DAG-ified differentiation.  This commit was extracted from SVN
	r2220.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2220
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, autodiff.c, autodiff.h, chebyshevform.c,
	chebyshevform.h, chebyshevformaux.c, chebyshevformaux.h,
	configure.ac, doc/implementconstant.tex, doc/implementpoly.tex,
	doc/sollya.tex, doc/www/implementconstant.php,
	doc/www/implementpoly.php, doc/www/sollya.php, execute.c, help.h,
	implement.c, mpfi-compat.c, mpfi-compat.h, sollya.h, sturm.c,
	supnorm.c, supnorm.h, taylorform.c, taylorform.h,
	tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: * Corrected Mioara's email
	address.    This commit was extracted from SVN r2219.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2219
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Continued working on caching evaluation
	results.  This commit was extracted from SVN r2218.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2218
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.tex, doc/www/sollya.php: * Back to "SVN
	trunk" as a name of version in the trunk.    This commit was
	extracted from SVN r2217.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2217
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, infnorm.c, mpfi-compat.c,
	mpfi-compat.h: Started working on caching evaluation results.  This
	commit was extracted from SVN r2215.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2215
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Optimized precision setting in uncertified infnorm.
	This commit was extracted from SVN r2214.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2214
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Optimized precision settings again (2).  This commit
	was extracted from SVN r2213.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2213
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Optimized precision settings again.  This commit was
	extracted from SVN r2212.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2212
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a small precision bug.  This commit was
	extracted from SVN r2211.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2211
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Continuing to improve the precision settings.  This
	commit was extracted from SVN r2210.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2210
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Started working on a more sensible approach to
	precision incrementation for faithful or correct rounding.  This
	commit was extracted from SVN r2209.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2209
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : * New branch to work on the optimization of the evaluation
	functions of Sollya.    This commit was extracted from SVN r2207.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/improvedEvaluate@2207
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog.  This commit was extracted from SVN
	r2204.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2204
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Proposition for an updated NEWS for sollya 4.1 beta 2.
	This commit was extracted from SVN r2203.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2203
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check029.sollya,
	tests-tool/check029.sollya.reference: * Non-regression test for bug
	#16632.    This commit was extracted from SVN r2202.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2202
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Patched bug #16632 [Infinite loop in dirtyfindzeros]
	Also, there was a bug in the estimation of the precision of a root
	computed by Newton's algorithm. As a result, I think that the
	algorithm could have oscillate between some value and its successor
	in the given floating-point format, without an end. I hope that this
	revision also solves this issue, but I am not able to artificially
	produce such an example of oscillation, so I cannot check that my
	patch corrects this issue.    This commit was extracted from SVN
	r2201.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2201
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Second attempt. The problem that we try to fix
	here is that adding -lstdc++ in the compilation line does not work
	when gcc is used to link and when gcc version does not agreee with
	g++ version. Also, it might not work if the version of g++ does not
	agree with the version of lstdc++.  We add -lstdc++ to the
	compilation line only if we are sure that it works. Not adding it
	does no harm in general, as it is only needed on Cygwin, with old
	versions of fplll. Hopefully (but it is hard to test it in order to
	be certain), if we are in the unlikely case when:   1) we have an
	old version of fplll   2) we are on Cygwin   3) we cannot add
	-lstdc++ to the compilation line, configure will detect that sollya
	cannot be build on this specific machine. What makes me optimistic
	about it is the fact that there is a test after all this mess that
	tries to compile and run a small example program using fplll. I
	think that that test will fail on this particular architecture.
	This commit was extracted from SVN r2200.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2200
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Attempt to patch configure.ac so as to test if
	-lstdc++ can be added or not to the compilation line.    This commit
	was extracted from SVN r2199.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2199
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: * Added a comment about corner cases for the new
	function convertHexadecimalStringToInt32.    This commit was
	extracted from SVN r2198.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2198
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tconstant_from_mpq.reference,
	tests-lib/tget_constant_as_mpq.reference: * The bug corrected by
	Christoph @rev 2194 was indeed detected by the test suite. However,
	the reference files had not been correctly manually checked (my
	fault) so it was approving a wrong behavior. Should be ok right now.
	This commit was extracted from SVN r2197.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2197
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex, doc/www/sollya.php, tests-lib/tprintf.c,
	tests-lib/tprintf.reference: * Updated tests and documentation with
	the new %k modifier of sollya_lib_printf. HTML and TeX versions are
	checked to be synchronized.    This commit was extracted from SVN
	r2196.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2196
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c, library.h: Preventing externalproc, library and
	libraryconstant from calling dlopen, dlclose and the deconstructor
	sollya_external_lib_close more than once per *.so, even if the *.so
	contains a library function and an external procedure at a time.
	This commit was extracted from SVN r2195.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2195
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Patched a display bug in sollya_lib_printf for r and k
	conversions when integers to be displayed become larger than 2^128.
	This commit was extracted from SVN r2194.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2194
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, sturm.c, sturm.h: Added sollya_lib_*printf modifier k
	for printing mpz_t values.  This commit was extracted from SVN
	r2193.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2193
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: Avoided use of strtoll, which does not seem to be POSIX
	compliant.  This commit was extracted from SVN r2192.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2192
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/libraryexample.c: Patching a warning message.  This
	commit was extracted from SVN r2191.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2191
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: * Changed
	"4.1" to "Release 4.1", in order to unify with what we did for
	previous releases. --> Second release candidate.    This commit was
	extracted from SVN r2190.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2190
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS, doc/sollya.pdf: * First release candidate for 4.1    This
	commit was extracted from SVN r2189.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2189
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog.  This commit was extracted from SVN
	r2188.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2188
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: 
	Changed name of Sollya version to 4.1.  This commit was extracted
	from SVN r2187.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2187
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Better NEWS file.  This commit was extracted from SVN r2186.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2186
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/evaluate.tex,
	doc/externalproc.shlp, doc/externalproc.tex, doc/isevaluable.tex,
	doc/library.shlp, doc/library.tex, doc/libraryconstant.shlp,
	doc/libraryconstant.tex, doc/remez.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/evaluate.php,
	doc/www/externalproc.php, doc/www/isevaluable.php,
	doc/www/library.php, doc/www/libraryconstant.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Added documentation for destructor function in library functions,
	library constants and external procedures and recompiled the whole
	documentation.  This commit was extracted from SVN r2185.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2185
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconstant_from_mpq.c,
	tests-lib/tconstant_from_mpq.reference,
	tests-lib/tconstant_from_mpz.c,
	tests-lib/tconstant_from_mpz.reference,
	tests-lib/tget_constant_as_mpq.c,
	tests-lib/tget_constant_as_mpq.reference,
	tests-lib/tget_constant_as_mpz.c,
	tests-lib/tget_constant_as_mpz.reference: * Tests for the new
	get_constant_mp* and constant_from_mp* functions.    This commit was
	extracted from SVN r2184.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2184
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: * suppress some warning appearing in fpminimax.cpp
	with -std=c99 + revert a change committed by mistake at previous
	revision.    This commit was extracted from SVN r2183.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2183
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.h, fpminimax.cpp, implement.c,
	implement.h, implementconst.c, internlexer.l, lexer.l, proof.c,
	proof.h, remez.c, sollya-messages.h, sollya-messaging.h: *
	Copyrights are now up to date.    This commit was extracted from SVN
	r2182.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2182
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * First draft for NEWS file.    This commit was extracted
	from SVN r2180.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2180
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: A new changelog.  This commit was extracted from SVN
	r2179.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2179
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check027.sollya, tests-tool/check027.sollya.reference: 
	* Non-regression tests for bugs #13046 and #16434. Bug #16434 is not
	completely fixed though, because it still requires to take a
	decision about what Sollya should return when asked for evaluating
	a/b with a and b mathematically equal to 0. Currently, we return
	[-Inf, Inf] (this is the behavior considered as correct in the newly
	added tests in check027.sollya, for instance). We have always
	considered that [-Inf, Inf] and NaN were approximately as useless,
	so we did not think too much about when we should return one or
	another. However, for instance sin([-Inf, Inf]) can legitimately
	return [-1, 1], while sin([NaN, NaN]) must return NaN. One means
	'some arbitrary value in the range of sin' while the other means
	'some computation was incorrect'.  We do not change this behavior
	now, but we might think of this problem and change the behavior for
	a future release.   This commit was extracted from SVN r2178.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2178
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-tool/Makefile.am,
	tests-tool/check001.sollya.reference, tests-tool/check028.sollya,
	tests-tool/check028.sollya.reference: Trying to patch "[#16521]
	Incoherent behavior"  This commit was extracted from SVN r2177.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2177
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, integral.c, tests-tool/check004.sollya.reference,
	tests-tool/check005.sollya.reference, tests-tool/check027.sollya,
	tests-tool/check027.sollya.reference: * Removed some old portion of
	code that seems to be useless and too conservative.    This commit
	was extracted from SVN r2176.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2176
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Patched a nasty bug in Newton: whenever the iterator of
	Newton's algorithm evaluates to NaN, the next point of the algorithm
	used to be NaN leading to an infinite loop. This bug is here for a
	very long time, but seems to have been undiscovered until now,
	because it is barely impossible to produce. We incidentally
	discovered it two revisions ago, because of deep modifications that
	we made in the code used to simplify expressions. The problem has
	been detected by check012 which felt into an infinite loop. These
	modifications have been further improved at previous revision,
	hiding again the bug in Newton. I am unfortunately not able to
	produce a non-regression test in the current state of the
	repository.    This commit was extracted from SVN r2175.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2175
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests-tool/check012.sollya,
	tests-tool/check012.sollya.reference: Make checks pass again.  This
	commit was extracted from SVN r2174.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2174
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Synchronizing with Sylvain.  This commit was
	extracted from SVN r2173.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2173
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Synchronizing with Sylvain.  This commit was
	extracted from SVN r2172.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2172
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h: * Final version of the safe
	simplification procedures, finally solving bug #16434.
	Non-regression tests still to come. Does not solve #13046 however.
	This commit was extracted from SVN r2171.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2171
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check027.sollya, tests-tool/check027.sollya.reference: 
	* Added non-regression test for bug #10317.    This commit was
	extracted from SVN r2170.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2170
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Simplifying the simplification test code again.
	This commit was extracted from SVN r2169.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2169
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Synchronizing with Sylvain.  This commit was
	extracted from SVN r2168.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2168
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Simplifying the simplification test code.  This
	commit was extracted from SVN r2167.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2167
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: * Few corrections to containsOnlyRealNumbers so as
	to make it test really if some expression contains only real numbers
	(and no NaN nor infinities).    This commit was extracted from SVN
	r2166.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2166
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Synchronization with Sylvain.  This commit was
	extracted from SVN r2165.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2165
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: * Updated
	documentation with the new functions
	sollya_lib_get_constant_from_mp[qz] and
	sollya_lib_constant_from_mp[qz]. The tests for these functions
	remain to be done.  HTML and TeX versions are checked to be
	synchronized.    This commit was extracted from SVN r2164.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2164
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check027.sollya, tests-tool/check027.sollya.reference: 
	* Added non-regression test for bug #15239.    This commit was
	extracted from SVN r2163.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2163
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Updated simplification test code again after
	discussion with Sylvain.  This commit was extracted from SVN r2162.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2162
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests-lib/tdirtysimplify.reference,
	tests-tool/check014.sollya.reference: A proposal for a patch
	addressing the issue "[#15239] Constant subexpressions of
	expressions that are not constant not evaluated faithfully for
	autoprint". If the discussion in the tracker ends up showing that we
	should not do such simplifications, it suffices to revert this
	commit.  This commit was extracted from SVN r2161.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2161
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: * Added some comments about about simplification
	tests. Should be discussed with Christoph.    This commit was
	extracted from SVN r2160.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2160
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Removing extra-pessimistic tests from simplification
	testing code.  This commit was extracted from SVN r2159.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2159
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: * Gave a precise semantic to the functions defined
	by Christoph for safe simplification of expressions.    This commit
	was extracted from SVN r2158.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2158
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a problem with illegal simplifications on
	logarithms.  This commit was extracted from SVN r2157.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2157
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/expand.shlp, doc/expand.tex, doc/sollya.pdf,
	doc/www/expand.php, help.h: Patching documentation accordance to the
	agreement found in the bug tracker [#13844] Documentation of expand
	does not correspond to actual behavior of expand.  This commit was
	extracted from SVN r2156.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2156
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check027.sollya, tests-tool/check027.sollya.reference: 
	Updating a test file and its reference to be more verbose.  This
	commit was extracted from SVN r2155.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2155
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Removed some dead code.  This commit was extracted
	from SVN r2154.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2154
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, tests-tool/check001.sollya.reference: 
	Trying to patch [#16434] Illegal simplification  This commit was
	extracted from SVN r2153.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2153
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: * Reverts a change in fpminimax committed by
	mistake.    This commit was extracted from SVN r2152.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2152
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, fpminimax.cpp, tests-tool/Makefile.am,
	tests-tool/check027.sollya, tests-tool/check027.sollya.reference: *
	Patched bugs #10322 and #15256 and added non-regression tests.
	This commit was extracted from SVN r2151.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2151
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patching a small problem with evaluate.  This commit
	was extracted from SVN r2150.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2150
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Committing two forgotten
	files.     This commit was extracted from SVN r2147.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2147
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check024.sollya,
	tests-tool/check024.sollya.reference, tests-tool/libraryexample.c: *
	Patched a bug with check024 when tested on Cygwin.    This commit
	was extracted from SVN r2146.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2146
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-09-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/implementconstant.tex, doc/implementpoly.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/implementconstant.php, doc/www/implementpoly.php,
	doc/www/remez.php, doc/www/time.php, doc/www/timing.php, help.h,
	implement.c, implement.h, implementconst.c: Added copyright
	statement and disclaimer in output of implementpoly and
	implementconstant. Recompiled the documentation.  This commit was
	extracted from SVN r2141.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2141
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-08-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, sollya-library-wrappers.c,
	sollya-messages.h, sollya-messaging.h, sollya.h: Added the functions
	sollya_obj_t sollya_lib_constant_from_mpz(mpz_t), sollya_obj_t
	sollya_lib_constant_from_mpq(mpq_t), int
	sollya_lib_get_constant_as_mpz(mpz_t, sollya_obj_t) and int
	sollya_lib_get_constant_as_mpq(mpq_t, sollya_obj_t) to the Sollya
	library. Testing is still required.  This commit was extracted from
	SVN r2140.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2140
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c, remez.c, taylorform.c: Slightly change messaging
	behavior for some algorithms.  This commit was extracted from SVN
	r2139.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2139
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, external.c, plot.c: Overcame a couple of compilation
	warnings seen with clang.  This commit was extracted from SVN r2138.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2138
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Fixed a warning found with clang.  This
	commit was extracted from SVN r2137.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2137
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp, tests-tool/check012.sollya,
	tests-tool/check012.sollya.reference: * Patched bug #16164 and added
	non-regression test.    This commit was extracted from SVN r2136.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2136
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_uint64.reference,
	tests-tool/check025.sollya, tests-tool/check025.sollya.reference: *
	Non regression tests for bug #16155.    This commit was extracted
	from SVN r2135.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2135
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c, expression.h, sollya-library-wrappers.c: 
	Making some progress with the recent nearestint changes and
	associated issues in sollya_lib_get_constant_as_int64 and
	sollya_lib_get_constant_as_uint64.  This commit was extracted from
	SVN r2134.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2134
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, expression.c, infnorm.c: Making check013 pass
	again (nearestint now returns the even integer in case of a tie)
	This commit was extracted from SVN r2133.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2133
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Trying to patch bug #16155 "A computation
	involving ceil leads to a result with wrong sign"  This commit was
	extracted from SVN r2132.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2132
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check013.sollya, tests-tool/check013.sollya.reference: 
	* Non-regression tests for bug #8078.    This commit was extracted
	from SVN r2131.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2131
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c: Putting back a line that Sylvain removed too soon.
	This commit was extracted from SVN r2130.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2130
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-07-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: * Removed simplifysafe from the 'help help' list.
	This commit was extracted from SVN r2129.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2129
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c, tests-lib/tdirtysimplify.c: * Forgotten changes
	following the creation of new command dirtysimplify.    This commit
	was extracted from SVN r2128.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2128
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tsimplify.c: * Forgotten to modify some file in previous
	commit.    This commit was extracted from SVN r2127.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2127
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/{tsimplifysafe.c => tsimplify.c},
	tests-lib/{tsimplifysafe.reference => tsimplify.reference}: * 2nd
	round of modifications of the tests, according to the new semantics
	of simplify.    This commit was extracted from SVN r2126.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2126
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/{tsimplify.c =>
	tdirtysimplify.c}, tests-lib/{tsimplify.reference =>
	tdirtysimplify.reference}, tests-lib/tmantissa_and_exponent.c,
	tests-tool/check011.sollya, tests-tool/memoryleaks.sollya,
	tests-tool/timecheck.sollya: * First round of modifications of the
	tests, according to the new semantics of simplify.    This commit
	was extracted from SVN r2125.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2125
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check026.sollya,
	tests-tool/check026.sollya.reference: * Added non-regression tests
	for bug #8306    This commit was extracted from SVN r2124.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2124
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/dirtysimplify.shlp,
	doc/dirtysimplify.tex, doc/expand.shlp, doc/expand.tex,
	doc/horner.shlp, doc/horner.tex, doc/introExample51.tex,
	doc/keywords.def, doc/rationalmode.shlp, doc/rationalmode.tex,
	doc/{simplifysafe.shlp => simplify.shlp}, doc/{simplifysafe.tex =>
	simplify.tex}, doc/sollya.pdf, doc/www/ListOfCommands.php,
	doc/www/dirtysimplify.php, doc/www/expand.php, doc/www/horner.php,
	doc/www/introExample51.php, doc/www/rationalmode.php,
	doc/www/{simplifysafe.php => simplify.php}, help.h, parser.y: 
	Finished moving around the simplify/simplifysafe/dirtysimplify
	commands.  This commit was extracted from SVN r2123.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2123
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/dirtysimplify.shlp, doc/dirtysimplify.tex,
	doc/introExample51.tex, doc/simplifysafe.shlp,
	doc/simplifysafe.tex, doc/sollya.pdf, doc/www/dirtysimplify.php,
	doc/www/introExample51.php, doc/www/simplifysafe.php: Corrected an
	error on library name correspondence.  This commit was extracted
	from SVN r2122.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2122
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/expand.shlp, doc/expand.tex, doc/introExample51.tex,
	doc/simplifysafe.shlp, doc/simplifysafe.tex, doc/sollya.pdf,
	doc/www/expand.php, doc/www/introExample51.php,
	doc/www/simplifysafe.php, help.h: Made documentation compile again.
	This commit was extracted from SVN r2121.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2121
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/{simplify.shlp => dirtysimplify.shlp},
	doc/{simplify.tex => dirtysimplify.tex}, doc/expand.tex,
	doc/honorcoeffprec.shlp, doc/honorcoeffprec.tex, doc/horner.tex,
	doc/implementpoly.shlp, doc/implementpoly.tex,
	doc/introExample51.tex, doc/keywords.def, doc/rationalapprox.shlp,
	doc/rationalapprox.tex, doc/rationalmode.tex, doc/remez.tex,
	doc/simplifysafe.shlp, doc/simplifysafe.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/ListOfCommands.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/{simplify.php => dirtysimplify.php}, doc/www/expand.php,
	doc/www/honorcoeffprec.php, doc/www/horner.php,
	doc/www/implementpoly.php, doc/www/introExample51.php,
	doc/www/rationalapprox.php, doc/www/rationalmode.php,
	doc/www/remez.php, doc/www/simplifysafe.php, doc/www/time.php,
	doc/www/timing.php, execute.c, execute.h, help.h, internlexer.l,
	internparser.y, lexer.l, library.c, minilexer.l, miniparser.y,
	parser.y, sollya-library-wrappers.c, sollya.h: Changed simplify to
	dirtysimplify and aliased simplifysafe with simplify. HTML doc not
	published, PDF doc does not compile. Check do not pass.  This commit
	was extracted from SVN r2120.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2120
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Trying to finally patch bug #8306 "Parsing of
	non-representable decimal constants in point-interval notation may
	give FP point intervals".  This commit was extracted from SVN r2119.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2119
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check025.sollya, tests-tool/check025.sollya.reference: 
	* Kind of non-regression test for bug #8726.    This commit was
	extracted from SVN r2118.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2118
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check025.sollya, tests-tool/check025.sollya.reference: 
	* Non regression test for bug #15018    This commit was extracted
	from SVN r2117.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2117
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check025.sollya, tests-tool/check025.sollya.reference: 
	* Non-regression test for bug #15249    This commit was extracted
	from SVN r2116.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2116
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check025.sollya,
	tests-tool/check025.sollya.reference: Non-regression test for bug
	#15250.    This commit was extracted from SVN r2115.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2115
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check024.sollya,
	tests-tool/check024.sollya.reference: * Non-regression test for bug
	#15927    This commit was extracted from SVN r2114.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2114
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Removed too much at previous revision.    This
	commit was extracted from SVN r2113.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2113
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Removing some code in configure.ac that neither
	Christoph nor me understands. This code was probably designed to
	prevent some possible trouble on Cygwin but it seems incomplete and
	we cannot complete it without fully understanding what circumstances
	it is intended to catch.    This commit was extracted from SVN
	r2112.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2112
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Improved configure.ac, in particular with a more
	systematic test suite for FPLLL.    This commit was extracted from
	SVN r2111.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2111
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Trying to patch the FPLLL build bug on Ubuntu.  This
	commit was extracted from SVN r2110.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2110
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, proof.c, proof.h: Making Gappa proof generation work
	better with recent versions of Gappa.  This commit was extracted
	from SVN r2108.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2108
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a bug on printing library functions.  This
	commit was extracted from SVN r2107.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2107
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.c: Metalibm synchronization.  This commit
	was extracted from SVN r2106.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2106
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya.reference: * Forgot a new line
	character.    This commit was extracted from SVN r2105.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2105
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya.reference: * The behavior of degree on
	'0/x' is actually expected to be -1, since we cannot simplify
	expressions of the form 0/something and degree of an expression that
	is not a polynomial is expected to be -1.    This commit was
	extracted from SVN r2104.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2104
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya, tests-tool/check001.sollya.reference: 
	* Non-regression tests for bug #15858 patched at revision 2102. Yet,
	the current behavior of degree on 0/x does not seems normal to me.
	Consequently, the just added non-regression test fails currently.
	This commit was extracted from SVN r2103.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2103
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Patched a bug in
	hornerization, division by a power of x and computation of the
	degree of a polynomial. The patch required adding some optimization
	to the code extracting the i-th coefficient of a polynomial
	expression.  This commit was extracted from SVN r2102.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2102
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-06-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c, sollya-messages.h, sollya-messaging.h: Added support
	for an optional destructor function in an external library.  This
	commit was extracted from SVN r2101.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2101
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/index.php,
	doc/www/sollya.php: * Typos. Removed index.php from versionning
	because it is not part of the documentation.    This commit was
	extracted from SVN r2100.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2100
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, configure.ac: * configure.ac more readable and simpler.
	Should patch a bug observed with configure observed on machines that
	do not have mpfi installed. Amongst other, the test for dladdr used
	to systematically think that dladdr was not present, as soon as mpfi
	was not present.    This commit was extracted from SVN r2093.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2093
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, library.c: Made dladdr use more portable.  This
	commit was extracted from SVN r2092.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2092
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Restored previous formatting of
	the title of sollya.pdf, for homogeneity with what is used when we
	release.    This commit was extracted from SVN r2088.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2088
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog.  This commit was extracted from SVN
	r2079.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2079
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample51.tex, doc/sollya.pdf,
	doc/www/introExample51.php: Recompiled the examples in the
	generalities section of the documentation.  This commit was
	extracted from SVN r2078.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2078
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/range.tex, doc/remez.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/www/accurateinfnorm.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/bind.php, doc/www/boolean.php, doc/www/constant.php,
	doc/www/d.php, doc/www/dd.php, doc/www/de.php, doc/www/execute.php,
	doc/www/externalproc.php, doc/www/hp.php, doc/www/integer.php,
	doc/www/isbound.php, doc/www/isevaluable.php, doc/www/listof.php,
	doc/www/nop.php, doc/www/object.php, doc/www/print.php,
	doc/www/proc.php, doc/www/procedure.php, doc/www/qd.php,
	doc/www/quit.php, doc/www/range.php, doc/www/readfile.php,
	doc/www/remez.php, doc/www/restart.php, doc/www/return.php,
	doc/www/sg.php, doc/www/string.php, doc/www/td.php,
	doc/www/time.php, doc/www/timing.php, doc/www/var.php,
	doc/www/write.php, help.h: Recompiled the whole documentation,
	published its html version and updated the Changelog file.  This
	commit was extracted from SVN r2077.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2077
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh: * New MemoRelease and corrected a bug in
	shlp2html    This commit was extracted from SVN r2076.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2076
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog.  This commit was extracted from SVN
	r2075.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2075
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/round.shlp, doc/round.tex, doc/sollya.pdf, doc/www/round.php,
	help.h: Corrected a typo.  This commit was extracted from SVN r2074.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2074
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/round.shlp, doc/round.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/www/round.php, doc/www/sollya.php, help.h: Added
	a section in documentation for round.  This commit was extracted
	from SVN r2073.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2073
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/chebyshevform.shlp, doc/chebyshevform.tex, doc/sollya.pdf,
	doc/www/chebyshevform.php, help.h: * Updated doc of chebyshevform
	This commit was extracted from SVN r2072.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2072
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/sollya.pdf,
	doc/www/externalproc.php, externalproc.c, help.h: Updated
	externalproc documentation.  This commit was extracted from SVN
	r2071.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2071
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/publishwww.sh,
	doc/sollya.pdf, doc/www/externalproc.php, externalproc.c, help.h: *
	doc of externalproc should be up-to-date.    This commit was
	extracted from SVN r2069.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2069
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the documentation.  This commit was
	extracted from SVN r2068.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2068
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/boolean.shlp, doc/boolean.tex,
	doc/constant.shlp, doc/constant.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/function.shlp, doc/function.tex,
	doc/integer.shlp, doc/integer.tex, doc/keywords.def,
	doc/listof.shlp, doc/listof.tex, doc/object.shlp, doc/object.tex,
	doc/range.shlp, doc/string.shlp, doc/string.tex,
	doc/taylorform.shlp, doc/taylorform.tex,
	doc/www/ListOfCommands.php, doc/www/boolean.php,
	doc/www/constant.php, doc/www/function.php, doc/www/integer.php,
	doc/www/listof.php, doc/www/object.php, doc/www/string.php,
	doc/www/taylorform.php, help.h: Added documentation for object and
	added some SEEALSOs  This commit was extracted from SVN r2067.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2067
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added some entries to help help list.  This commit was
	extracted from SVN r2066.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2066
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/chebyshevform.shlp, doc/chebyshevform.tex,
	doc/fullparentheses.shlp, doc/fullparentheses.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/sollya.pdf, doc/www/chebyshevform.php,
	doc/www/fullparentheses.php, doc/www/implementconstant.php, help.h,
	sollya-library-wrappers.c, sollya.h: Removed a doubled function name
	in sollya.h and implementation, added library function names for
	chebyshevform, fullparentheses and implementconstant.  This commit
	was extracted from SVN r2065.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2065
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected help help.  This commit was extracted from SVN
	r2064.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2064
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog file.  This commit was extracted from SVN
	r2063.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2063
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/chebyshevform.shlp, doc/chebyshevform.tex, doc/sollya.pdf,
	doc/taylorform.shlp, doc/taylorform.tex, doc/www/chebyshevform.php,
	doc/www/taylorform.php, help.h: Reformatted the documentation a
	little bit.  This commit was extracted from SVN r2060.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2060
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: A small change to the parser inclusion structure.  This
	commit was extracted from SVN r2059.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2059
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, parser.y: A small change to the parser inclusion
	structure.  This commit was extracted from SVN r2058.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2058
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/remez.tex, doc/sollya.pdf, doc/sollya.tex, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/remez.php, doc/www/sollya.php, doc/www/time.php,
	doc/www/timing.php, general.c, help.h: Updated revision number and
	recompiled the whole documentation.  This commit was extracted from
	SVN r2057.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2057
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.shlp, doc/remez.tex, doc/sollya.pdf, doc/www/remez.php,
	help.h: * Updated remez documentation with the new 6th argument.
	This commit was extracted from SVN r2056.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2056
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: Updated the Changelog file.  This commit was extracted
	from SVN r2055.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2055
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Corrected two typos in the new NEWS file.  This commit was
	extracted from SVN r2054.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2054
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Final (?) NEWS file.   This commit was extracted from SVN
	r2053.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2053
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/fpminimax.tex,
	doc/nop.shlp, doc/nop.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/fpminimax.php, doc/www/nop.php, doc/www/time.php,
	doc/www/timing.php, help.h: Updated documentation for nop and
	recompiled the whole documentation.  This commit was extracted from
	SVN r2052.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2052
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * NEWS file, in progress as usual...    This commit was
	extracted from SVN r2051.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2051
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * NEWS file, in progress.    This commit was extracted from
	SVN r2050.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2050
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * NEWS file as it is.    This commit was extracted from SVN
	r2049.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2049
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS, expansion.c: Updated interface with metalibm.  This commit
	was extracted from SVN r2048.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2048
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Current NEWS file (work in progress).    This commit was
	extracted from SVN r2047.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2047
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Current version of NEWS (work in progress)    This commit
	was extracted from SVN r2046.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2046
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, external.c, mpfi-compat.c, sollya-library-wrappers.c: 
	Added code to make sure that any zero that leaves Sollya in a binary
	manner (as an MPFR or a double) has a + sign, and made sure that all
	intervals handled internally and passed out in a binary manner
	through MPFIs have zeros that are signed according to the rules
	adopted by MPFI. The committer covers his opinion on MPFI's
	convention under the veil of philosophic silence. Test are still
	missing and will be required.  This commit was extracted from SVN
	r2045.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2045
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: First classification for the NEWS of 4.0    This commit was
	extracted from SVN r2044.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2044
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: * Updated doc
	according to Christoph's remarks. HTML and tex are synchronized.
	This commit was extracted from SVN r2043.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2043
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog.  This commit was extracted from SVN
	r2042.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2042
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, NEWS: New Changelog and a draft for a new NEWS file.
	This commit was extracted from SVN r2041.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2041
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/www/sollya.php: * Synchronized HTML version with tex version +
	corrected typos specific to the HTML version.    This commit was
	extracted from SVN r2040.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2040
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, tests-lib/Makefile.am,
	tests-lib/tmsg_callback_functions.c,
	tests-lib/tmsg_callback_functions.reference: * Tests for meassge
	callbacks.    This commit was extracted from SVN r2039.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2039
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h: Changed
	type of sollya_lib_get_msg_callback in order to allow the function
	to return the void * pointer to the user data that might have been
	registered together with the callback function.  This commit was
	extracted from SVN r2038.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2038
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c, tests-lib/tprintf.reference: * Final (!)
	modification for tprintf.    This commit was extracted from SVN
	r2037.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2037
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Synchronizing with Sylvain.  This commit was extracted
	from SVN r2036.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2036
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c, tests-lib/tprintf.reference: * Last
	modifications (?) to tprintf. The reference file has been manually
	checked. As a consequence, the test currently fails because of a bug
	in the way sollya_lib_printf handles "%.v" and "%.w" (should be
	handled the same way as "%.0v" and "%.0w")    This commit was
	extracted from SVN r2035.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2035
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tconstant_from_double.c,
	tests-lib/tdecompose_function.c, tests-lib/tget_head_function.c,
	tests-lib/tv_decompose_function.c: Patched a couple of warnings seen
	with icc in the test files.  This commit was extracted from SVN
	r2034.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2034
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Patched a problem with fplll detection on Cygwin.
	This commit was extracted from SVN r2033.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2033
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Synchro with Sylvain.  This commit was extracted
	from SVN r2032.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2032
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Tried to make mechanism for .so libraries in
	configure script portable. - Version 2  This commit was extracted
	from SVN r2031.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2031
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Tried to make mechanism for .so libraries in
	configure script portable.  This commit was extracted from SVN
	r2030.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2030
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/www/sollya.php: * Corrected bugged href.    This commit was
	extracted from SVN r2029.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2029
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tcopy_obj.c,
	tests-lib/tcopy_obj.reference: * Tests for sollya_lib_copy_obj. *
	Updated TODO list.    This commit was extracted from SVN r2028.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2028
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-04-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c, tests-lib/tprintf.reference: * Final (?) set
	of tests for printf. The reference file must still be checked
	manually.    This commit was extracted from SVN r2027.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2027
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, tests-lib/tprintf.c: * The patch of revision 2024
	broke configure in the case when a "--with-*" is passed to
	configure. This is a patch. Not sure that it is completely portable
	though.    This commit was extracted from SVN r2026.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2026
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.tex, doc/www/sollya.php: setting name of
	Sollya to 4.0-Release Candidate  This commit was extracted from SVN
	r2025.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2025
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: * Added tests in configure to ensure that dynamic
	libraries are found at runtime.    This commit was extracted from
	SVN r2024.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2024
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, assignment.h, autodiff.c, autodiff.h, bitfields.h,
	chain.h, chebyshevform.c, chebyshevform.h, chebyshevformaux.c,
	chebyshevformaux.h, configure.ac, doc/conversionIntro.sh,
	doc/sollya.tex, doc/www/index.php, doc/www/sollya.php, double.h,
	execute.c, execute.h, expansion.h, expression.h, external.h,
	fpminimax.h, general.c, general.h, help.h, implement.h,
	implementconst.h, infnorm.h, integral.h, library.h,
	libsollyaexample.c, main.h, match.c, match.h, mpfi-compat.c,
	mpfi-compat.h, parser.y, plot.h, printf.h, proof.h, remez.h,
	signalhandling.h, sollya-library-wrappers.h, sollya-messages.h,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c,
	supnorm.h, taylor.h, taylorform.c, taylorform.h, worstcase.h, xml.h: 
	* Copyright are now (hopefully) up to date.    This commit was
	extracted from SVN r2022.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2022
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, autodiff.c, autodiff.h, bitfields.c,
	bitfields.h, chain.c, chebyshevform.c, chebyshevform.h,
	chebyshevformaux.c, chebyshevformaux.h, double.c, execute.c,
	execute.h, expansion.c, expansion.h, expression.c, expression.h,
	external.c, externalfun.c, externalproc.c, fpminimax.h, general.c,
	implement.c, implement.h, implementconst.c, implementconst.h,
	infnorm.c, infnorm.h, integral.c, integral.h, library.c, library.h,
	libsollyaexample.c, main.c, main.h, match.c, mpfi-compat.c,
	mpfi-compat.h, plot.c, plot.h, printf.c, proof.c, proof.h, remez.c,
	signalhandling.c, sollya-library-wrappers.c,
	sollya-library-wrappers.h, sollya-messages.h, sollya-messaging.c,
	sollya-messaging.h, sollya.h, sturm.c, sturm.h, supnorm.c,
	supnorm.h, taylor.c, taylor.h, taylorform.c, taylorform.h,
	worstcase.c, worstcase.h, xml.c, xml.h: * Removed trailing spaces.
	This commit was extracted from SVN r2021.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2021
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, autodiff.c, bitfields.c, chain.c, chebyshevform.c,
	chebyshevformaux.c, double.c, double.h, execute.c, execute.h,
	expansion.c, expression.c, external.c, externalfun.c,
	externalproc.c, general.c, general.h, help.h, implement.c,
	implementconst.c, infnorm.c, infnorm.h, integral.c, internlexer.l,
	internparser.y, lexer.l, library.c, libsollyaexample.c, main.c,
	match.c, minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h,
	parser.y, plot.c, printf.c, printf.h, proof.c, remez.c,
	signalhandling.c, sollya-library-wrappers.c, sollya-messages.h,
	sollya-messaging.c, sollya-messaging.h, sturm.c, sturm.h,
	supnorm.c, taylor.c, worstcase.c, xml.c: * First round of update for
	copyrights.    This commit was extracted from SVN r2020.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2020
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/checkinfnorm.shlp, doc/checkinfnorm.tex,
	doc/externalplot.shlp, doc/externalplot.tex, doc/fpminimax.shlp,
	doc/fpminimax.tex, doc/function.shlp, doc/function.tex,
	doc/guessdegree.shlp, doc/guessdegree.tex, doc/implementpoly.shlp,
	doc/implementpoly.tex, doc/library.shlp, doc/library.tex,
	doc/libraryconstant.shlp, doc/libraryconstant.tex, doc/remez.shlp,
	doc/remez.tex, doc/searchgal.shlp, doc/searchgal.tex,
	doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh, doc/sollya.pdf,
	doc/sollya.tex, doc/supnorm.shlp, doc/supnorm.tex,
	doc/taylorform.shlp, doc/taylorform.tex, doc/worstcase.shlp,
	doc/worstcase.tex, doc/www/checkinfnorm.php,
	doc/www/externalplot.php, doc/www/fpminimax.php,
	doc/www/function.php, doc/www/guessdegree.php,
	doc/www/implementpoly.php, doc/www/library.php,
	doc/www/libraryconstant.php, doc/www/remez.php,
	doc/www/searchgal.php, doc/www/sollya.php, doc/www/supnorm.php,
	doc/www/taylorform.php, doc/www/worstcase.php, help.h,
	sollya-library-wrappers.c, sollya.h, tests-lib/Makefile.am,
	tests-lib/{tdecompose_library_constant.c =>
	tdecompose_libraryconstant.c},
	tests-lib/{tdecompose_library_constant.reference =>
	tdecompose_libraryconstant.reference},
	tests-lib/{tdecompose_library_function.c =>
	tdecompose_libraryfunction.c},
	tests-lib/{tdecompose_library_function.reference =>
	tdecompose_libraryfunction.reference},
	tests-lib/{tdecompose_procedure_function.c =>
	tdecompose_procedurefunction.c},
	tests-lib/{tdecompose_procedure_function.reference =>
	tdecompose_procedurefunction.reference}: * Changed library_function
	to libraryfunction, etc., in the names of functions in libsollya. *
	Added some missing #LIBRARY directives in the doc. * Modified a bit
	the way #LIBRARY is interpreted, in order to allow for declarations
	of signatures on several lines.    This commit was extracted from
	SVN r2019.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2019
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Reverted unintentional commit of tprintf.c
	at revision 2015.    This commit was extracted from SVN r2018.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2018
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/conversionIntro.sh, doc/www/index.php, doc/www/sollya.php,
	doc/www/sollyacss.css: * HTML documentation is now completely
	synchronized with pdf documentation. It is valid HTML. Yet, last
	section of the documentation should be carefully read in order to
	check that there is no error left caused by the automatic conversion
	from LaTeX to html.    This commit was extracted from SVN r2017.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2017
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php: * Updated
	copyright notice in sollya.tex and sollya.php. * Updated sollya.php
	to reflect changes in sollya.tex since last release. All
	modifications have been reported except the Appendix documenting the
	library.    This commit was extracted from SVN r2016.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2016
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, sollya-library-wrappers.c, tests-lib/tcheckinfnorm.c,
	tests-lib/tconstant.c, tests-lib/tconstant_from_int.c,
	tests-lib/tconstant_from_int64.c,
	tests-lib/tconstant_from_uint64.c, tests-lib/tfpminimax.c,
	tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_interval_from_range.c, tests-lib/tis_absolute.c,
	tests-lib/tis_binary.c, tests-lib/tis_decimal.c,
	tests-lib/tis_default.c, tests-lib/tis_double_double_obj.c,
	tests-lib/tis_double_obj.c, tests-lib/tis_doubleextended_obj.c,
	tests-lib/tis_dyadic.c, tests-lib/tis_false.c,
	tests-lib/tis_file.c, tests-lib/tis_fixed.c,
	tests-lib/tis_floating.c, tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_off.c, tests-lib/tis_on.c, tests-lib/tis_perturb.c,
	tests-lib/tis_pi.c, tests-lib/tis_postscript.c,
	tests-lib/tis_postscriptfile.c, tests-lib/tis_powers.c,
	tests-lib/tis_quad_obj.c, tests-lib/tis_relative.c,
	tests-lib/tis_round_down.c, tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_towards_zero.c, tests-lib/tis_round_up.c,
	tests-lib/tis_single_obj.c, tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_true.c, tests-lib/tis_void.c,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_range.c, tests-lib/tobj_is_string.c,
	tests-lib/tobj_is_structure.c, tests-lib/tprintf.c,
	tests-lib/tremez.c, tests-lib/tv_fpminimax.c, tests-lib/tv_remez.c: 
	* Removed memory leaks in the test of the lib and some memory leaks
	in the lib itself.    This commit was extracted from SVN r2015.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2015
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a warning seen with icc.  This commit was
	extracted from SVN r2014.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2014
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, supnorm.c: Remotely patching a problem with a warning
	seen with Wall on a machine where mp_prec_t is unsigned.  This
	commit was extracted from SVN r2013.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2013
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Some more fascist option bugs solved.  This commit was
	extracted from SVN r2012.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2012
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Patched a problem in sollya_lib_printf.  This commit was
	extracted from SVN r2011.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2011
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am: Trying to patch the make check problem on
	Cygwin  This commit was extracted from SVN r2010.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2010
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Updated documentation for
	printf.    This commit was extracted from SVN r2009.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2009
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Now, it compiles.    This commit was
	extracted from SVN r2008.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2008
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Make compiler happy with fascist options.
	This commit was extracted from SVN r2007.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2007
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.reference: * I forgot to update reference file.
	This commit was extracted from SVN r2006.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2006
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Documented
	sollya_lib_get_element_in_list    This commit was extracted from SVN
	r2005.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@2005
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Tests for sollya_lib_snprintf    This
	commit was extracted from SVN r2004.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2004
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_uint64.c, tests-lib/timplementpoly.c,
	tests-lib/tprintf.c, tests-lib/tv_implementpoly.c: * Better Wall
	casts.    This commit was extracted from SVN r2003.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2003
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/libraryexample.c,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tlibraryfunction.c: Made tests ansi compatible.  This
	commit was extracted from SVN r2002.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2002
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Corrected something in printf.  This commit was
	extracted from SVN r2001.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2001
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, signalhandling.c: A small -Wall cast.  This commit was
	extracted from SVN r2000.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2000
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* signalhandling.c, signalhandling.h: Forgotten files.  This commit
	was extracted from SVN r1999.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1999
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, general.c, printf.c: Trying to get the
	signals working again.  This commit was extracted from SVN r1998.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1998
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, supnorm.c: Added some casts, trying to overcome some
	compiler warnings.  This commit was extracted from SVN r1997.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1997
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tand.c, tests-lib/tappend.c,
	tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tcheckinfnorm.c, tests-lib/tcmp_equal.c,
	tests-lib/tcmp_greater.c, tests-lib/tcmp_greater_equal.c,
	tests-lib/tcmp_in.c, tests-lib/tcmp_less.c,
	tests-lib/tcmp_less_equal.c, tests-lib/tcmp_not_equal.c,
	tests-lib/tconcat.c, tests-lib/tconstant.c,
	tests-lib/tconstant_from_double.c, tests-lib/tconstant_from_int.c,
	tests-lib/tconstant_from_int64.c,
	tests-lib/tconstant_from_uint64.c, tests-lib/tdecompose_function.c,
	tests-lib/tdecompose_library_constant.c,
	tests-lib/tdecompose_library_function.c, tests-lib/tdenominator.c,
	tests-lib/tdiff.c, tests-lib/tdirtyinfnorm.c,
	tests-lib/tdirtyintegral.c, tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_function_arity.c, tests-lib/tget_head_function.c,
	tests-lib/tget_interval_from_range.c,
	tests-lib/tget_subfunctions.c, tests-lib/thead.c,
	tests-lib/timplementpoly.c, tests-lib/tinf.c,
	tests-lib/tinit_with_custom_memory_functions.c,
	tests-lib/tintegral.c, tests-lib/tlength.c,
	tests-lib/tlibraryconstant.c, tests-lib/tlibraryfunction.c,
	tests-lib/tmacros_build_function.c,
	tests-lib/tmantissa_and_exponent.c, tests-lib/tmax.c,
	tests-lib/tmid.c, tests-lib/tmin.c, tests-lib/tnegate.c,
	tests-lib/tnumberroots.c, tests-lib/tnumerator.c, tests-lib/tor.c,
	tests-lib/tprecision.c, tests-lib/tprepend.c,
	tests-lib/tprintdouble.c, tests-lib/tprintexpansion.c,
	tests-lib/tprintf.c, tests-lib/tprintsingle.c,
	tests-lib/trange_from_bounds.c, tests-lib/trange_from_interval.c,
	tests-lib/trationalapprox.c, tests-lib/tremez.c,
	tests-lib/trevert.c, tests-lib/troundcoefficients.c,
	tests-lib/tsearchgal.c, tests-lib/tsort.c, tests-lib/tsup.c,
	tests-lib/ttail.c, tests-lib/tv_decompose_function.c,
	tests-lib/tv_get_subfunctions.c, tests-lib/tv_implementpoly.c,
	tests-lib/tv_max.c, tests-lib/tv_min.c, tests-lib/tv_remez.c: *
	Compiler happiness in tests-lib.    This commit was extracted from
	SVN r1996.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1996
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_element_in_list.reference: * The test committed at
	previous revision seems to work. Updating the reference file.
	This commit was extracted from SVN r1995.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1995
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_element_in_list.c: * Attempt to make complexity
	test for get_element_in_list more robust.    This commit was
	extracted from SVN r1994.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1994
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Patched a problem with random access to
	lists created in library mode and accessed in library mode. The
	complexity should now really be O(1).  This commit was extracted
	from SVN r1993.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1993
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Cosmetic modifications in comments of remez.c,
	following the changes made by Christoph.    This commit was
	extracted from SVN r1992.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1992
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, tests-lib/Makefile.am,
	tests-lib/tbuild_end_elliptic_list.c,
	tests-lib/tbuild_end_elliptic_list.reference,
	tests-lib/tbuild_list.c, tests-lib/tbuild_list.reference,
	tests-lib/tend_elliptic_list.c,
	tests-lib/tend_elliptic_list.reference,
	tests-lib/tget_element_in_list.c,
	tests-lib/tget_element_in_list.reference,
	tests-lib/tget_list_elements.c,
	tests-lib/tget_list_elements.reference, tests-lib/tlist.c,
	tests-lib/tlist.reference, tests-lib/tv_build_end_elliptic_list.c,
	tests-lib/tv_build_end_elliptic_list.reference,
	tests-lib/tv_build_list.c, tests-lib/tv_build_list.reference: *
	Tests for list manipulation within the lib.    This commit was
	extracted from SVN r1991.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1991
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Removed a bug introduced by Christoph at previous
	revision    This commit was extracted from SVN r1990.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1990
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, bitfields.c, chain.c, chebyshevform.c,
	chebyshevformaux.c, configure.ac, double.c, execute.c,
	expression.c, external.c, fpminimax.cpp, general.c, implement.c,
	infnorm.c, infnorm.h, integral.c, internlexer.l, internparser.y,
	lexer.l, library.c, library.h, minilexer.l, miniparser.y, parser.y,
	plot.c, printf.c, printf.h, remez.c, sollya-library-wrappers.c,
	sturm.c, supnorm.c, taylorform.c, worstcase.c, xml.c: Made Sollya
	compile with -Wall -Wextra without (almost) no warnings, and in
	-std=c99 and -ansi modes.  This commit was extracted from SVN r1989.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1989
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/introExample51.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample51.php, doc/www/time.php, doc/www/timing.php,
	help.h: Recompiled the documentation.  This commit was extracted
	from SVN r1988.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1988
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am: Trying to patch a bug on Christoph's system while the
	bug is apparent only on Sylvain's system.  This commit was extracted
	from SVN r1987.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1987
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac: Set version of libsollya .so file
	correctmy.  This commit was extracted from SVN r1986.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1986
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/check023.sollya,
	tests-tool/check023.sollya.reference: * Checks for priorities
	between infix operators.    This commit was extracted from SVN
	r1985.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1985
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tdecompose_function.c,
	tests-lib/tdecompose_function.reference: * Cleaned up a little bit
	the TODO list.    This commit was extracted from SVN r1984.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1984
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/timecheck.sollya: Updated a timecheck test that tended
	to fail on Cygwin where time measures do not have fine granularity.
	This commit was extracted from SVN r1983.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1983
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/timplementpoly.c, tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.c, tests-lib/tv_implementpoly.reference: 
	Changed tests for implementpoly again.  This commit was extracted
	from SVN r1982.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1982
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Corrected configure.  This commit was extracted from
	SVN r1981.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1981
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/timplementpoly.c, tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.c, tests-lib/tv_implementpoly.reference: 
	Updated tests for implementpoly.  This commit was extracted from SVN
	r1980.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1980
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/timplementpoly.c, tests-lib/timplementpoly.reference: 
	Changed implementpoly tests for Cygwin.  This commit was extracted
	from SVN r1979.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1979
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, tests-lib/tdecompose_function.c,
	tests-lib/tget_function_arity.c, tests-lib/tget_head_function.c,
	tests-lib/tget_subfunctions.c, tests-lib/tv_decompose_function.c,
	tests-lib/tv_get_subfunctions.c: * Patched a bug (false negative
	test) on systems when the name of a C function cannot be recovered.
	This commit was extracted from SVN r1978.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1978
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, fpminimax.cpp, tests-lib/Makefile.am: Making the
	tests compile under Cygwin with an old FPLLL.  This commit was
	extracted from SVN r1977.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1977
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-03-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: * Restored a line previously removed,
	because it is indeed useful for make dist.    This commit was
	extracted from SVN r1976.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1976
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: * Reversed order of libs when compiling
	libraryexample.a    This commit was extracted from SVN r1975.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1975
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/check.proto: * Stupid error.    This commit was
	extracted from SVN r1974.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1974
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: * Forgotten to link against lmpfi.    This
	commit was extracted from SVN r1973.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1973
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check.proto: * Stupid error.    This commit was
	extracted from SVN r1972.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1972
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/check.proto, tests-tool/check.proto: * Now produces
	output files for each test. The output file is removed whenever the
	test passes.    This commit was extracted from SVN r1971.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1971
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdecompose_library_constant.c,
	tests-lib/tdecompose_library_function.c: * Makefile.am compatible
	with Cygwin?    This commit was extracted from SVN r1970.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1970
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-tool/timecheck.sollya: Synchronizing
	again.  This commit was extracted from SVN r1969.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1969
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: Synchronizing with
	Cygwin.  This commit was extracted from SVN r1968.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1968
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Changed the "useless" operation in nop(n) in order to
	get more stable yardsticks in the time checks.  This commit was
	extracted from SVN r1967.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1967
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex,
	doc/dieonerrormode.tex, doc/getsuppressedmessages.tex,
	doc/introExample51.tex, doc/parse.tex, doc/sollya.pdf,
	doc/suppressmessage.tex, doc/time.tex, doc/timing.tex,
	doc/unsuppressmessage.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/dieonerrormode.php,
	doc/www/getsuppressedmessages.php, doc/www/introExample51.php,
	doc/www/parse.php, doc/www/suppressmessage.php, doc/www/time.php,
	doc/www/timing.php, doc/www/unsuppressmessage.php, help.h: 
	Recompiled the documentation.  This commit was extracted from SVN
	r1966.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1966
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check022.sollya: * Removed useless parentheses.    This
	commit was extracted from SVN r1963.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1963
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: Merged trunk onto the
	branch with svn merge -r1954:1961
	svn+ssh://schevill@scm.gforge.inria.fr/svn/sollya/trunk  This commit
	was extracted from SVN r1962.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1962
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample25.tex, doc/introExample51.tex, doc/sollya.pdf,
	doc/www/introExample25.php, doc/www/introExample51.php, execute.c: 
	Changed behavior of assignments to elements of end-elliptic list
	when the list needs to be expanded with explicit elements before the
	assignment can be done.  This commit was extracted from SVN r1961.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1961
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: * Removed deprecated keywords from help help list.
	This commit was extracted from SVN r1960.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1960
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: Changed the implicit
	parenthezation for prepends.  This commit was extracted from SVN
	r1959.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1959
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am: Forgotten entry in Makefile.am    This
	commit was extracted from SVN r1958.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1958
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check022.sollya, tests-tool/check022.sollya.reference: 
	* Added tests for list manipulations. The test currently fails, due
	to what I think is a bug.     This commit was extracted from SVN
	r1957.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1957
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a segfault bug.  This commit was extracted
	from SVN r1956.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1956
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/timecheck.sollya.reference: * Stupid error.    This
	commit was extracted from SVN r1955.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1955
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, sollya-library-wrappers.c,
	tests-lib/Makefile.am, tests-lib/tdecompose_function.c,
	tests-lib/tdecompose_function.reference,
	tests-lib/tget_function_arity.c,
	tests-lib/tget_function_arity.reference,
	tests-lib/tget_head_function.c,
	tests-lib/tget_head_function.reference,
	tests-lib/tget_subfunctions.c,
	tests-lib/tget_subfunctions.reference,
	tests-lib/tv_decompose_function.c,
	tests-lib/tv_decompose_function.reference,
	tests-lib/tv_get_subfunctions.c,
	tests-lib/tv_get_subfunctions.reference,
	tests-tool/timecheck.sollya, tests-tool/timecheck.sollya.reference,
	tests/Makefile.am, tests/check.proto, tests/check001.sollya,
	tests/check001.sollya.reference, tests/check002.sollya,
	tests/check002.sollya.reference, tests/check003.sollya,
	tests/check003.sollya.reference, tests/check004.sollya,
	tests/check004.sollya.reference, tests/check005.sollya,
	tests/check005.sollya.reference, tests/check006.sollya,
	tests/check006.sollya.reference, tests/check007.sollya,
	tests/check007.sollya.reference, tests/check008.sollya,
	tests/check008.sollya.reference, tests/check009.sollya,
	tests/check009.sollya.reference, tests/check010.sollya,
	tests/check010.sollya.reference, tests/check011.sollya,
	tests/check011.sollya.reference, tests/check012.sollya,
	tests/check012.sollya.reference, tests/check013.sollya,
	tests/check013.sollya.reference, tests/check014.sollya,
	tests/check014.sollya.reference, tests/check015.sollya,
	tests/check015.sollya.reference, tests/check016.sollya,
	tests/check016.sollya.reference, tests/check017.sollya,
	tests/check017.sollya.reference, tests/check018.sollya,
	tests/check018.sollya.reference, tests/check019.sollya,
	tests/check019.sollya.reference, tests/check020.sollya,
	tests/check020.sollya.reference, tests/check021.sollya,
	tests/check021.sollya.reference, tests/memoryleaks.sollya,
	tests/timecheck.sollya, tests/timecheck.sollya.reference: Merged
	trunk onto the branch with svn merge -r1941:1953
	svn+ssh://schevill@scm.gforge.inria.fr/svn/sollya/trunk  This commit
	was extracted from SVN r1954.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1954
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex, tests-lib/Makefile.am,
	tests-lib/tdecompose_function.c,
	tests-lib/tdecompose_function.reference,
	tests-lib/tv_decompose_function.c,
	tests-lib/tv_decompose_function.reference,
	tests-lib/tv_get_subfunctions.c,
	tests-lib/tv_get_subfunctions.reference,
	tests-tool/timecheck.sollya, tests-tool/timecheck.sollya.reference: 
	* Updated the documentation to remove the mention about the
	complexity of list operations * Added non-regression tests for
	memory references optimization and list operations optimization. *
	Finished to test decomposition functions in the library.    This
	commit was extracted from SVN r1953.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1953
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Optimized access to elements in lists
	in library mode thru int sollya_lib_get_element_in_list(sollya_obj_t
	*res, sollya_obj_t obj1, int n).  This commit was extracted from SVN
	r1952.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1952
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Simplified library wrapper code a
	little bit.  This commit was extracted from SVN r1951.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1951
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Precisions in the documentation
	regarding:     i) NULL as a sollya_obj_t when passed to
	sollya_lib_clear_obj and sollya_lib_printf.    ii) NULL as the arity
	argument in sollya_lib_get_subfunctions.   iii) _x_ interpreted as
	Id(_x_) for all decomposition functions.    This commit was
	extracted from SVN r1950.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1950
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Simplified library code a bit.  This
	commit was extracted from SVN r1949.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1949
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_function_arity.reference: * Stupid forgotten test.
	This commit was extracted from SVN r1948.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1948
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Correct behavior of
	sollya_lib_v_get_subfunctions and *_decompose_* for the free
	variable.  This commit was extracted from SVN r1947.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1947
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_function_arity.c,
	tests-lib/tget_function_arity.reference,
	tests-lib/tget_head_function.c,
	tests-lib/tget_head_function.reference,
	tests-lib/tget_subfunctions.c,
	tests-lib/tget_subfunctions.reference: * Tests for decomposition
	functions.    This commit was extracted from SVN r1946.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1946
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am, tests/check.proto, tests/check001.sollya,
	tests/check001.sollya.reference, tests/check002.sollya,
	tests/check002.sollya.reference, tests/check003.sollya,
	tests/check003.sollya.reference, tests/check004.sollya,
	tests/check004.sollya.reference, tests/check005.sollya,
	tests/check005.sollya.reference, tests/check006.sollya,
	tests/check006.sollya.reference, tests/check007.sollya,
	tests/check007.sollya.reference, tests/check008.sollya,
	tests/check008.sollya.reference, tests/check009.sollya,
	tests/check009.sollya.reference, tests/check010.sollya,
	tests/check010.sollya.reference, tests/check011.sollya,
	tests/check011.sollya.reference, tests/check012.sollya,
	tests/check012.sollya.reference, tests/check013.sollya,
	tests/check013.sollya.reference, tests/check014.sollya,
	tests/check014.sollya.reference, tests/check015.sollya,
	tests/check015.sollya.reference, tests/check016.sollya,
	tests/check016.sollya.reference, tests/check017.sollya,
	tests/check017.sollya.reference, tests/check018.sollya,
	tests/check018.sollya.reference, tests/check019.sollya,
	tests/check019.sollya.reference, tests/check020.sollya,
	tests/check020.sollya.reference, tests/check021.sollya,
	tests/check021.sollya.reference, tests/memoryleaks.sollya,
	tests/timecheck.sollya, tests/timecheck.sollya.reference: * Removed
	all 'tests' directory, now useless.    This commit was extracted
	from SVN r1945.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1945
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.h: Yet improved random access
	to elements of lists (when the list is used as an rvalue): if the
	list is has no memrefed copy and has already been annotated for
	random access, the annotation survives tail operations on a variable
	containing that list and, in most cases, prepend operations.  This
	commit was extracted from SVN r1944.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1944
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Optimized random access to lists (and final-elliptic
	lists) when the access is used in an rvalue.  This commit was
	extracted from SVN r1943.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1943
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.h: Made a first step toward
	optimization of random accesses into lists.  This commit was
	extracted from SVN r1942.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1942
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : New branch for optimizing random access to lists. Removed old
	memoryopt branch.    This commit was extracted from SVN r1941.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/optimLists@1941
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/timecheck.sollya,
	tests-tool/timecheck.sollya.reference: * Added non-regression tests
	for bug #15363.    This commit was extracted from SVN r1939.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1939
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex,
	tests-lib/tdecompose_library_constant.c,
	tests-lib/tdecompose_library_constant.reference: * Test fo
	decompose_library_constant now works.    This commit was extracted
	from SVN r1938.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1938
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* minilexer.l, miniparser.y: Added forgotten libraryconstant binding
	to mini-lexer and mini-parser.  This commit was extracted from SVN
	r1937.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1937
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/libraryexample.c,
	tests-lib/tdecompose_library_constant.c,
	tests-lib/tdecompose_library_constant.reference,
	tests-lib/tdecompose_library_function.c,
	tests-lib/tdecompose_library_function.reference: * Some tests for
	decompose*    This commit was extracted from SVN r1936.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1936
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a bug in hornerization found while
	investigating on "[#15363] evaluate is unexpectedly slow"  This
	commit was extracted from SVN r1935.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1935
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched the apparent side of the bug "[#15363] evaluate
	is unexpectedly slow"  This commit was extracted from SVN r1934.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1934
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tbuild_function_procedurefunction.reference: * Again
	This commit was extracted from SVN r1933.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1933
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-02-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tbuild_function_procedurefunction.reference: * Small
	typo    This commit was extracted from SVN r1932.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1932
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tv_fpminimax.c: * Corrected a problem with the test for
	v_fpminimax that appeared with the recent changes in
	parse/parse_string.    This commit was extracted from SVN r1931.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1931
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryconstant.reference,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tbuild_function_libraryfunction.reference,
	tests-lib/tbuild_function_procedurefunction.reference,
	tests-lib/tdecompose_library_function.c,
	tests-lib/tlibraryconstant.c, tests-lib/tlibraryconstant.reference,
	tests-lib/tlibraryfunction.c, tests-lib/tlibraryfunction.reference,
	tests-lib/tprocedurefunction.c,
	tests-lib/tprocedurefunction.reference: * Added tests for
	libraryfunction, libraryconstant and procedurefunction.    This
	commit was extracted from SVN r1930.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1930
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: * Corrected typo in a message.    This commit was
	extracted from SVN r1929.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1929
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Updated the documentation with
	the new signature of sollya_library_decompose_library_*    This
	commit was extracted from SVN r1928.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1928
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tfpminimax.c: * Corrected a syntax error in a
	parse_string that became visible with the last changes to
	parse/parse_string    This commit was extracted from SVN r1927.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1927
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: Unified Sollya syntax with
	respect to () representing (void) in some contexts.  This commit was
	extracted from SVN r1926.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1926
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h, minilexer.l, miniparser.y: 
	Corrected behavior of parse/ parse_string in order to correctly fail
	if the string to parse contains excess characters after an
	expression that conforms to the Sollya expression grammar. For some
	reason, the patch breaks the library tests for fpminimax. This needs
	to be investigated on.  This commit was extracted from SVN r1925.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1925
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* miniparser.y, sollya-library-wrappers.c, sollya.h: Changed type
	from void** to pointer to pointer to function as C99 nevertheless
	allows this.  This commit was extracted from SVN r1924.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1924
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, tests-lib/Makefile.am,
	tests-lib/tbuild_function_procedurefunction.c,
	tests-lib/tdecompose_library_function.c,
	tests-lib/tdecompose_library_function.reference: * Documentation of
	sollya_lib_decompose_*(library|procedure)* * (Unsuccessful) attempt
	to write test code for sollya_lib_decompose_library_function.
	This commit was extracted from SVN r1923.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1923
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Corrected a bug in displaying of
	procedure functions and library functions that are memref'ed. The
	bug might have yielded to a bug.  This commit was extracted from SVN
	r1922.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1922
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tbuild_function_procedurefunction.c: Corrected a
	copy/paste error in one of the tests.  This commit was extracted
	from SVN r1921.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1921
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am,
	tests-lib/tbuild_function_libraryconstant.c,
	tests-lib/tbuild_function_libraryconstant.reference,
	tests-lib/tbuild_function_libraryfunction.c,
	tests-lib/tbuild_function_libraryfunction.reference,
	tests-lib/tbuild_function_procedurefunction.c,
	tests-lib/tbuild_function_procedurefunction.reference: *
	build_function_* variants of libraryfunction, libraryconstant and
	procedurefunction    This commit was extracted from SVN r1920.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1920
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Corrected small typos.    This
	commit was extracted from SVN r1919.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1919
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tlibraryconstant.c,
	tests-lib/tlibraryconstant.reference, tests-lib/tlibraryfunction.c,
	tests-lib/tlibraryfunction.reference: * Tests of library* should now
	work even when dladdr is not available.    This commit was extracted
	from SVN r1918.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1918
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tlibraryconstant.c: * Test is now prepared for
	compatibility with architectures where dladdr is not available.
	This commit was extracted from SVN r1917.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1917
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c: One forgotten occurrence  This commit was extracted
	from SVN r1916.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1916
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c: Patched a problem with function name unification in
	library function/ constant binding code and changed the base name
	for library constants to const instead of func.  This commit was
	extracted from SVN r1915.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1915
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tlibraryconstant.c: * Forgot an occurrence of func when
	replacing func by const everywhere.    This commit was extracted
	from SVN r1914.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1914
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tlibraryconstant.c,
	tests-lib/tlibraryconstant.reference, tests-lib/tlibraryfunction.c,
	tests-lib/tlibraryfunction.reference,
	tests-lib/tprocedurefunction.c,
	tests-lib/tprocedurefunction.reference: * Tests for libraryconstantn
	libraryfunction and procedurefunction    This commit was extracted
	from SVN r1913.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1913
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * Corrected memory leak.    This commit was extracted
	from SVN r1912.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1912
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, library.c, library.h: Documented
	and improved the sollya library functions that construct library
	functions, library constants and procedure functions in library
	mode.  This commit was extracted from SVN r1911.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1911
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Corrected two typos in the
	documentation.  This commit was extracted from SVN r1910.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1910
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, rigorousIntegralCM.c, tadiff.c,
	tadiff.h, taylorModel.c, taylorModel.h, testChebModels.sollya,
	testIntegralGoldstein.sollya, testIntegrals.sollya: * Cleaning-up:
	creation of a misc section to gather all files related to Sollya and
	its development, but which are not intended to be distributed in the
	trunk. * Suppression of the experimentalChebModels branch.   This
	commit was extracted from SVN r1909.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1909
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Now with a recompiled PDF   This
	commit was extracted from SVN r1908.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1908
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex: Finished reworking the documentation of the
	...get_subfunctions.   This commit was extracted from SVN r1907.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1907
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Added documentation for
	sollya_lib_apply.  This commit was extracted from SVN r1906.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1906
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalplot.shlp, doc/externalplot.tex, doc/sollya.pdf,
	doc/sollya.tex: * First step towards a better documentation of
	sollya_lib_get_subfunctions.    This commit was extracted from SVN
	r1904.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1904
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added a way to decompose
	library functions, library constants and procedure functions with
	the Sollya library.  This commit was extracted from SVN r1903.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1903
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected behavior of Sollya lib
	functions intended to decompose function expressions containing
	procedure functions.  This commit was extracted from SVN r1902.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1902
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/floating.tex, doc/fpminimax.tex,
	doc/function.tex, doc/introExample37bis.tex,
	doc/introExample51.tex, doc/parse.tex, doc/printexpansion.tex,
	doc/remez.tex, doc/sollya.pdf, doc/subpoly.tex, doc/supnorm.tex,
	doc/taylorrecursions.tex, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/introExample37bis.php, doc/www/introExample51.php,
	doc/www/time.php, doc/www/timing.php, help.h: Recompiled the whole
	documentation.  This commit was extracted from SVN r1901.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1901
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Fixing bug [#14811] plot seems to enter an infinite loop
	whenever the interval is very small  This commit was extracted from
	SVN r1900.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1900
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Fixing bug [#13944] dirtyfindzeros goes into an
	infinite loop on unbounded intervals  This commit was extracted from
	SVN r1899.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1899
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check018.sollya, tests-tool/check018.sollya.reference: 
	Adding a non-regression test for tracker [#13943] Rationalapprox
	with low approximation accuracy makes MPFR assertion fail, killing
	the tool's execution  This commit was extracted from SVN r1898.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1898
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Fixing bug [#15250] Incoherent behavior of Sollya  This
	commit was extracted from SVN r1897.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1897
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c,
	tests-tool/check018.sollya, tests-tool/check018.sollya.reference: 
	Still improved the behavior of pre-evaluation of mem-ref'ed constant
	expressions.  This commit was extracted from SVN r1896.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1896
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved the usefulness of a warning message and added
	extra-pessimist code to constant term memref'ed interval
	pre-evaluation.  This commit was extracted from SVN r1895.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1895
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h: Corrected a typing issue in expansion.h.  This commit
	was extracted from SVN r1894.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1894
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Fixing [#15249] Hornerisation and autoprint of a
	polynomial containing NaNs makes the tool exit with error  This
	commit was extracted from SVN r1893.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1893
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Some small progress in debugging "p = (0 * x) / NaN
	+ NaN; p;"  This commit was extracted from SVN r1892.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1892
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, infnorm.c, infnorm.h, mpfi-compat.c,
	mpfi-compat.h: Improved performance on repeated evaluation of
	constant expressions.  This commit was extracted from SVN r1891.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1891
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h: Added a line to allow for future extensions of
	MEMREF logic.  This commit was extracted from SVN r1890.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1890
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2013-01-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Added some explanations for the
	particular cases encountered with sollya_lib_decompose_function and
	library constants, library functions and procedure functions.  This
	commit was extracted from SVN r1888.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1888
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c: Patched another memory leak in chebyshevform.
	This commit was extracted from SVN r1887.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1887
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Implemented my own strnlen since it is only
	available on GNU systems.    This commit was extracted from SVN
	r1886.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1886
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Changed header defining ptrdiff_t by
	something more robust.    This commit was extracted from SVN r1885.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1885
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevformaux.c: Tried to patch a memory leak in chebushevform.
	This commit was extracted from SVN r1884.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1884
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Patched several memory leaks in readxml.  This commit was
	extracted from SVN r1883.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1883
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c, tests-lib/tprintf.reference: * tprintf now
	tests all integer conversions.    This commit was extracted from SVN
	r1882.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1882
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Added support for j,z,t modifiers in %n conversions of
	sollya_lib_(vs(n))printf. Support for j somehow makes sense, no
	guarantee is given for z and t.  This commit was extracted from SVN
	r1881.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1881
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/infnorm.shlp, doc/infnorm.tex, doc/sollya.pdf,
	doc/www/infnorm.php, help.h: Corrected a typo in a help file.  This
	commit was extracted from SVN r1880.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1880
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/taylorform.shlp, doc/taylorform.tex,
	doc/www/taylorform.php, help.h: * Modified the doc of taylorform to
	make it less ambiguous about what is p.    This commit was extracted
	from SVN r1877.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1877
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c: * Added a missing header, that should provide
	a definition for type ssize_t.    This commit was extracted from SVN
	r1876.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1876
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, plot.c: * More robust choice for the names of
	temporary files in plot and externalplot.    This commit was
	extracted from SVN r1875.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1875
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h: Added functions getTempDir() and
	getUniqueId() to allow temporary files to be placed in the right
	directory and to have a unique name for a run of the tool.  This
	commit was extracted from SVN r1874.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1874
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: * Patched a memory leak    This commit was extracted
	from SVN r1873.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1873
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y: Patched a memory leak in the intern-
	and miniparser.  This commit was extracted from SVN r1872.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1872
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a memory leak.  This commit was extracted from
	SVN r1871.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1871
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintf.c, tests-lib/tprintf.reference: * Test file for
	printf. Still some work to do, even only for integer conversions.
	This commit was extracted from SVN r1870.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1870
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, expression.h: Added
	--enable-legacy-memory-management as option to configure. When
	enabled, legacy memory management will not use reference counting.
	This normally results in worse execution speed and higher memory
	consumption. The mode is needed for memory leak debugging, though.
	This commit was extracted from SVN r1869.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1869
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Patched two possible memory leaks.  This
	commit was extracted from SVN r1868.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1868
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h: Added a complete new version of expansion.h used by
	metalibm for final compilation of the produced code and dynamic
	binding with Sollya.  This commit was extracted from SVN r1867.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1867
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h: Yet another forgotten line.  This commit was
	extracted from SVN r1866.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1866
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h, tests-tool/check017.sollya,
	tests-tool/check017.sollya.reference: Added a non-regression test
	for bug "[#15162] Comparison of accesses to structures yields a
	wrong result or segfaults", patched at revision 1864.  This commit
	was extracted from SVN r1865.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1865
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a bug with comparisons of structure accesses.
	This commit was extracted from SVN r1864.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1864
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check009.sollya, tests-tool/check009.sollya.reference: 
	* Added a non regression test for bug #15147.    This commit was
	extracted from SVN r1863.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1863
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, chain.c: Fixed bug "[#15147] The first tail
	operation on a list passed in argument of a procedure reverts the
	list."  This commit was extracted from SVN r1862.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1862
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h: Started adding some macros to expansion.h that are
	needed by metalibm to perform periodic argument reduction.    This
	commit was extracted from SVN r1861.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1861
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.c, proof.c, tests-lib/timplementpoly.reference,
	tests-lib/tv_implementpoly.reference: Made implementpoly compatible
	with newer versions of Gappa while trying to maintain backward
	compatibility; made metalibm test code compile again.  This commit
	was extracted from SVN r1860.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1860
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a bug found when running metalibm.  This commit
	was extracted from SVN r1859.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1859
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, plot.c: Trying again to overcome what seems to be a
	bug in some recent versions of gnuplot, this time in a way that
	should not affecy the other users.  This commit was extracted from
	SVN r1858.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1858
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, plot.c: Reverted change of the previous revision. The
	patch *is* a bug. Indeed, correcting it is easy: it suffices to
	change "%" into "%%". Moreover, "%g" would sound more appropriate to
	me than "%e" and would be conform to the behavior on the setting by
	default in my version of gnuplot. @Christoph: can you explain the
	nature of the "displaying error" that you mention? Would "%g" make
	bug recent versions of gnuplot?    This commit was extracted from
	SVN r1857.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1857
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, plot.c: Fixed a displaying error with newer versions
	of gnuplot.  This commit was extracted from SVN r1856.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1856
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests-tool/check018.sollya,
	tests-tool/check018.sollya.reference: Fixed bug #14259 An overflow
	in GMP makes Sollya crash (on 64bit machines only)  This commit was
	extracted from SVN r1855.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1855
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Made Sollya compile and run through the tests with
	icc (and icpc) on at least one 64bit system and at least some
	version of icc.  This commit was extracted from SVN r1854.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1854
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check015.sollya, tests-tool/check015.sollya.reference: 
	* Added some non-regression tests for bug #15109.    This commit was
	extracted from SVN r1853.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1853
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: * Fixed bug #15109    This commit was extracted from
	SVN r1852.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1852
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Highly simplified the Sollya-printf code.  This commit
	was extracted from SVN r1851.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1851
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Changed printf again to get the right interpretation of
	"%-*b" when * means a negative number.  This commit was extracted
	from SVN r1849.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1849
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Removed truncation code in sollyaPrintf after discussion
	with Sylvain.  This commit was extracted from SVN r1848.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1848
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: A small correction in the printf code.  This commit was
	extracted from SVN r1847.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1847
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Added some (limited) support for the field width
	modifier in %v, %w, %r et %b conversions. The code is still to be
	tested.  This commit was extracted from SVN r1846.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1846
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Understood and improved precision determination in
	supnorm.  This commit was extracted from SVN r1843.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1843
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: A first proposal to implementation of solly_fp_result_t
	as a flagged type.  This commit was extracted from SVN r1841.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1841
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Changed the sollya.h header to make it compatible with
	Python/C++ as suggested by Nicolas Brunie.  This commit was
	extracted from SVN r1839.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1839
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/readfile.tex, doc/sollya.pdf, doc/www/readfile.php,
	execute.c, help.h: Patched a bug in readfile.  This commit was
	extracted from SVN r1838.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1838
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/floating.tex, doc/fpminimax.tex,
	doc/function.tex, doc/parse.tex, doc/printexpansion.tex,
	doc/remez.tex, doc/subpoly.tex, doc/supnorm.tex,
	doc/taylorrecursions.tex, doc/time.tex, doc/timing.tex, help.h: *
	Recompiled the doc (WARNING: many unexpected changes).    This
	commit was extracted from SVN r1836.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1836
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: * Reverted changes between revisions 1825 and 1827
	in fpminimax.cpp    This commit was extracted from SVN r1835.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1835
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.tex, doc/introExample51.tex,
	doc/sollya.pdf, doc/www/implementconstant.php,
	doc/www/introExample51.php, help.h, implementconst.c: Patched a
	segfault due to insufficient memory reference deferencing, as seen
	with bashexecute("gcc -fPIC -Wall -c ./doc/libraryconstantexample.c
	-I$HOME/.local/include"); bashexecute("gcc -shared -o
	libraryconstantexample libraryconstantexample.o -lgmp -lmpfr");
	euler_gamma = libraryconstant("./libraryconstantexample");
	implementconstant(euler_gamma^(1/3));  This commit was extracted
	from SVN r1833.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1833
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample51.tex, doc/sollya.pdf,
	doc/www/introExample51.php, double.c, double.h, execute.c, help.h,
	sollya-messages.h, sollya-messaging.h,
	tests-lib/tconstant.reference,
	tests-lib/tmantissa_and_exponent.reference: Changed round in order
	to avoid any double rounding issue. round now takes a constant
	expression in argument and rounds it without evaluating it first to
	a faithful rounding. In cases when round cannot determine the
	correct rounding or the actual rounding direction (ternary value) a
	warning is displayed (at least in verbosity >= 2).  This commit was
	extracted from SVN r1832.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1832
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: * Optimized the assignment of an mpq (I was looking for
	possible places where we would have forgotten to perform a
	mpq_canonicalize: there is no such place, but I discovered this
	small possible optimization).    This commit was extracted from SVN
	r1831.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1831
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.c: A small change in preparation of
	changing the double-rounding behavior of round().  This commit was
	extracted from SVN r1830.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1830
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/dieonerrormode.tex,
	doc/doubleextended.tex, doc/floating.tex, doc/fpminimax.tex,
	doc/function.tex, doc/implementconstant.tex,
	doc/introExample12.tex, doc/introExample16.tex,
	doc/introExample17.tex, doc/introExample19.tex,
	doc/introExample32.tex, doc/introExample33.tex,
	doc/introExample34.tex, doc/introExample37bis.tex,
	doc/introExample38.tex, doc/introExample4.tex,
	doc/introExample40.tex, doc/introExample46.tex,
	doc/introExample47.tex, doc/introExample5.tex,
	doc/introExample51.tex, doc/introExample8.tex, doc/parse.tex,
	doc/pi.tex, doc/printdouble.tex, doc/printexpansion.tex,
	doc/printsingle.tex, doc/readfile.tex, doc/remez.tex,
	doc/roundingwarnings.tex, doc/sollya.pdf, doc/subpoly.tex,
	doc/supnorm.tex, doc/taylorform.tex, doc/taylorrecursions.tex,
	doc/time.tex, doc/timing.tex, doc/www/accurateinfnorm.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/dieonerrormode.php, doc/www/doubleextended.php,
	doc/www/floating.php, doc/www/fpminimax.php, doc/www/function.php,
	doc/www/implementconstant.php, doc/www/introExample12.php,
	doc/www/introExample16.php, doc/www/introExample17.php,
	doc/www/introExample19.php, doc/www/introExample32.php,
	doc/www/introExample33.php, doc/www/introExample34.php,
	doc/www/introExample37bis.php, doc/www/introExample38.php,
	doc/www/introExample4.php, doc/www/introExample40.php,
	doc/www/introExample46.php, doc/www/introExample47.php,
	doc/www/introExample5.php, doc/www/introExample51.php,
	doc/www/introExample8.php, doc/www/parse.php, doc/www/pi.php,
	doc/www/printdouble.php, doc/www/printexpansion.php,
	doc/www/printsingle.php, doc/www/readfile.php, doc/www/remez.php,
	doc/www/roundingwarnings.php, doc/www/subpoly.php,
	doc/www/supnorm.php, doc/www/taylorform.php,
	doc/www/taylorrecursions.php, doc/www/time.php, doc/www/timing.php,
	execute.c, help.h, sollya-library-wrappers.c, sturm.c,
	tests-tool/check001.sollya.reference: Implemented Florent de
	Dinechin's proposal to display the precision a faithful rounding has
	been done to when a faithful rounding is used instead of a constant
	expression.  This commit was extracted from SVN r1829.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1829
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Added a TODO  This commit was extracted from SVN r1828.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1828
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Commented the debug messages added today.  This
	commit was extracted from SVN r1827.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1827
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Still a commit for sync purpose  This commit was
	extracted from SVN r1826.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1826
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Synchronization with Sylvain.  This commit was
	extracted from SVN r1825.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1825
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Trying to overcome an apparent problem with some GMP
	versions.  This commit was extracted from SVN r1823.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1823
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: Trying to fix a bug on 32 bit systems introduced in
	revision 1775.  This commit was extracted from SVN r1822.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1822
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: Fixed a problem seen with printsingle on armv6l devices
	(Raspberry Pi).  This commit was extracted from SVN r1818.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1818
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, lexer.l, minilexer.l: Avoided use of fprintf by
	generated lexer by pound-defining fprintf as sollyaFprintf in lexer
	files.  This commit was extracted from SVN r1817.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1817
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y,
	tests-lib/tprintf.reference: Added a missing reference file and
	defined a macro in the parser to use sollyaFPrintf instead of
	vanilla fprintf.  This commit was extracted from SVN r1816.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1816
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/getsuppressedmessages.shlp,
	doc/getsuppressedmessages.tex, doc/sollya.pdf,
	doc/www/ListOfCommands.php, doc/www/getsuppressedmessages.php,
	help.h: Documented getsuppressedmessages().  This commit was
	extracted from SVN r1814.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1814
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expansion.c, external.c, general.c, general.h,
	implement.c, plot.c, sollya-library-wrappers.c,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tprintdouble.reference, tests-lib/tprintsingle.reference,
	tests-tool/check001.sollya.reference, worstcase.c: Made double and
	single precision NaN generation bitwise compatible on all known
	types of systems.  This commit was extracted from SVN r1813.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1813
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: Two small changes
	to the library test to overcome a problem with NaN display (w/ or
	w/o sign).  This commit was extracted from SVN r1812.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1812
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: * Removed double occurrence of tprintf.c in
	Makefile.am    This commit was extracted from SVN r1811.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1811
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_uint64.c: * Reverted change from revision
	1807, for tget_constant_as* The change had been automatically
	applied by a script, and it was a mistake to apply it on these
	functions. Changes have been reverted by the following command: svn
	merge -r1807:1806 tget_constant_as*.c    This commit was extracted
	from SVN r1810.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1810
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, tests-lib/Makefile.am: Some enhancements to the Sollya
	printfs.  This commit was extracted from SVN r1809.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1809
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tand.c, tests-lib/tcmp_equal.c,
	tests-lib/tcmp_greater.c, tests-lib/tcmp_greater_equal.c,
	tests-lib/tcmp_in.c, tests-lib/tcmp_less.c,
	tests-lib/tcmp_less_equal.c, tests-lib/tcmp_not_equal.c,
	tests-lib/tconstant.c, tests-lib/tconstant_from_double.c,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_uint64.c, tests-lib/tinf.c,
	tests-lib/tlength.c, tests-lib/tmacros_build_function.c,
	tests-lib/tmax.c, tests-lib/tmid.c, tests-lib/tmin.c,
	tests-lib/tnegate.c, tests-lib/tor.c, tests-lib/tprintf.c,
	tests-lib/trange_from_bounds.c, tests-lib/trange_from_interval.c,
	tests-lib/tremez.c, tests-lib/tsup.c, tests-lib/tv_max.c,
	tests-lib/tv_min.c, tests-lib/tv_remez.c: * Removed unnecessary
	instances of sollya_lib_uninstall_msg_callback.  * Added a skeleton
	for tprintf. No reference file currently however.    This commit was
	extracted from SVN r1807.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1807
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added a small memory optimization to hornerization.
	This commit was extracted from SVN r1806.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1806
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/sollya.pdf,
	doc/unsuppressmessage.shlp, doc/unsuppressmessage.tex,
	doc/www/ListOfCommands.php, doc/www/unsuppressmessage.php, help.h: 
	Documented unsuppressmessage.  This commit was extracted from SVN
	r1805.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1805
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/showmessagenumbers.shlp, doc/showmessagenumbers.tex,
	doc/sollya.pdf, doc/www/showmessagenumbers.php, help.h: Forgot to
	save a file before the last commit.  This commit was extracted from
	SVN r1804.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1804
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-11-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/sollya.pdf,
	doc/suppressmessage.shlp, doc/suppressmessage.tex,
	doc/www/ListOfCommands.php, doc/www/suppressmessage.php, help.h: 
	Documented suppressmessage.  This commit was extracted from SVN
	r1803.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1803
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/showmessagenumbers.shlp, doc/showmessagenumbers.tex,
	doc/sollya.pdf, doc/www/showmessagenumbers.php, help.h: Updated
	documentation for showmessagenumbers for library names.  This commit
	was extracted from SVN r1802.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1802
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h: Documented showmessagenumbers.  This commit was extracted
	from SVN r1801.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1801
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/keywords.def,
	doc/roundingwarnings.shlp, doc/roundingwarnings.tex,
	doc/showmessagenumbers.shlp, doc/showmessagenumbers.tex,
	doc/sollya.pdf, doc/verbosity.shlp, doc/verbosity.tex,
	doc/www/ListOfCommands.php, doc/www/roundingwarnings.php,
	doc/www/showmessagenumbers.php, doc/www/verbosity.php: Documented
	showmessagenumbers.  This commit was extracted from SVN r1800.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1800
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added a forgotten line to TODO. Added a couple of
	forgotten functions to help help.    This commit was extracted from
	SVN r1799.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1799
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Added the sprintf family of
	functions to the doc and corrected some typos.  This commit was
	extracted from SVN r1798.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1798
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c: Added an implementation for sollya_lib(_v)_s(n)printf.
	This commit was extracted from SVN r1793.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1793
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, printf.h, sollya-library-wrappers.c, sollya.h: Started
	working on (v)s(n)printf.  This commit was extracted from SVN r1792.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1792
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Improved degree (and
	sollya_lib_degree) to handle degrees larger than the largest int
	value.  This commit was extracted from SVN r1791.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1791
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Still improved
	hornerization of expressions of high degree that are pretty sparse.
	This commit was extracted from SVN r1790.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1790
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, remez.c: * Removed other possible dangerous casts. Some
	remain, for which I am not sure of what should be done.    This
	commit was extracted from SVN r1788.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1788
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added a last optimization for extracting the i-th
	coefficient of a polynomial given by an expression that is written a
	certain way.  This commit was extracted from SVN r1786.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1786
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, sollya-messages.h, sollya-messaging.h: Added again
	some optimization coefficient extraction code.  This commit was
	extracted from SVN r1785.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1785
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added an optimization to get the i-th coefficient of
	a polynomial fast if the polynomial given has some suitable form.
	This commit was extracted from SVN r1784.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1784
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, general.h: Still some
	improvement with the issue with very sparse polynomials of very high
	degree.  This commit was extracted from SVN r1783.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1783
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: A simple patch to allow for differentiation of
	monomials with very high degree: diff(x^2147483647).  This commit
	was extracted from SVN r1782.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1782
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c: Tried to add procedure functions to Chebyshev
	forms. The code seems to work (tested on exp) but I am not an expert
	with Chebyshev forms.  This commit was extracted from SVN r1781.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1781
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: * Fixed a possible silent
	rounding bug.    This commit was extracted from SVN r1779.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1779
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c, chebyshevformaux.c, double.c, execute.c,
	sollya-messages.h, sollya-messaging.h: Corrected Chebyshev form code
	for printMessage and sollyaPrintf usage. Removed two memory leaks in
	Remez code found in execute.c.  This commit was extracted from SVN
	r1778.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1778
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: * Patched bug #15015: stupid error of
	copy-paste.    This commit was extracted from SVN r1777.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1777
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex, doc/www/ListOfCommands.php: * Integrated some of
	the remarks of Serge and Mark into sollya.tex (misusage and typos) *
	Updated TODO and Memo-release.txt * Patched a bug in
	ListOfCommands.php    This commit was extracted from SVN r1776.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1776
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c: And a final optimization for tail & prepend
	operations.  This commit was extracted from SVN r1774.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1774
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c: Yet another optimization for tail operations.  This
	commit was extracted from SVN r1773.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1773
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, execute.c: Optimized l = tail(l)
	operations.  This commit was extracted from SVN r1772.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1772
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.h: Yet another small
	optimization for evaluation of general objects, in particular long
	lists.  This commit was extracted from SVN r1771.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1771
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, execute.h: Finished optimizing list
	prepends on re-assignment, say l = a .: l; Also optimized comparison
	of lists, head operations and evaluation in general.  This commit
	was extracted from SVN r1770.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1770
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, execute.c: Started working on
	optimizing list prepends.  This commit was extracted from SVN r1769.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1769
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h, expression.c, expression.h: Made two functions static
	inline. This brings quite a performance increase (on my laptop at
	least). This finishes the next phase concerning memory optimization.
	This commit was extracted from SVN r1768.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1768
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Finished the second phase of the work
	necessary for memory optimization. Memory reference counting for
	node*'s are now enabled.  This commit was extracted from SVN r1767.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1767
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, chebyshevform.c, chebyshevformaux.c, execute.c,
	expression.c, fpminimax.cpp, implement.c, implementconst.c,
	match.c, proof.c, sturm.c, supnorm.c, taylorform.c, xml.c: Finished
	the first phase of the work necessary for memory optimization.  This
	commit was extracted from SVN r1766.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1766
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, sollya-library-wrappers.c: Still some progress with
	memory optimization.  This commit was extracted from SVN r1765.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1765
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Again progress with memory optimization.
	This commit was extracted from SVN r1764.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1764
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Yet again some progress with memory
	optimization.  This commit was extracted from SVN r1763.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1763
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.h: Again some progress with memory
	optimization.  This commit was extracted from SVN r1762.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1762
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Some progress with memory optimization.  This commit
	was extracted from SVN r1761.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1761
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h: Some first
	progress with memory usage optimization.  This commit was extracted
	from SVN r1760.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1760
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-10-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Opened a branch to work on memory optimization for some
	operations.  This commit was extracted from SVN r1759.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/memoryopt@1759
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-06-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tconstant_from_int64.c,
	tests-lib/tconstant_from_uint64.c,
	tests-lib/tmacros_build_function.c: * Should now be completely
	compliant with *int64_t types.     This commit was extracted from
	SVN r1757.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1757
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-06-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmacros_build_function.c, tests-lib/tprintdouble.c,
	tests-lib/tprintsingle.c: * Patched the tests of the lib so that
	sollya_lib_constant_from_double is always really used with double
	numbers.    This commit was extracted from SVN r1756.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1756
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-06-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h,
	tests-lib/tand.c, tests-lib/tappend.c, tests-lib/tcheckinfnorm.c,
	tests-lib/tcmp_equal.c, tests-lib/tcmp_greater.c,
	tests-lib/tcmp_greater_equal.c, tests-lib/tcmp_in.c,
	tests-lib/tcmp_less.c, tests-lib/tcmp_less_equal.c,
	tests-lib/tcmp_not_equal.c, tests-lib/tconcat.c,
	tests-lib/tconstant.c, tests-lib/tconstant_from_double.c,
	tests-lib/tdenominator.c, tests-lib/tdiff.c,
	tests-lib/tdirtyinfnorm.c, tests-lib/tdirtyintegral.c,
	tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_interval_from_range.c, tests-lib/thead.c,
	tests-lib/timplementpoly.c, tests-lib/tinf.c,
	tests-lib/tinit_with_custom_memory_functions.c,
	tests-lib/tintegral.c, tests-lib/tlength.c,
	tests-lib/tmacros_build_function.c,
	tests-lib/tmantissa_and_exponent.c, tests-lib/tmax.c,
	tests-lib/tmid.c, tests-lib/tmin.c, tests-lib/tnegate.c,
	tests-lib/tnumberroots.c, tests-lib/tnumerator.c, tests-lib/tor.c,
	tests-lib/tprecision.c, tests-lib/tprepend.c,
	tests-lib/tprintdouble.c, tests-lib/tprintexpansion.c,
	tests-lib/tprintsingle.c, tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_interval.c, tests-lib/trationalapprox.c,
	tests-lib/tremez.c, tests-lib/trevert.c,
	tests-lib/troundcoefficients.c, tests-lib/tsearchgal.c,
	tests-lib/tsort.c, tests-lib/tsup.c, tests-lib/ttail.c,
	tests-lib/tv_implementpoly.c, tests-lib/tv_max.c,
	tests-lib/tv_min.c, tests-lib/tv_remez.c: Added a void *data field
	to the message callback mechanism as suggested by M. Mezzarobba.
	This commit was extracted from SVN r1755.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1755
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: * Replaced a free by safeFree, forgotten by Christoph
	in previous revision.    This commit was extracted from SVN r1754.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1754
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, chebyshevform.c, chebyshevform.h, chebModelsAux.c =>
	chebyshevformaux.c, chebModelsAux.h => chebyshevformaux.h,
	library.c, library.h, sollya-library-wrappers.c, sollya.h: Finished
	work on the sollya_lib_build_function... functions for library
	functions and constants and procedure functions. Added also versions
	that do not consume their sollya_obj_t argument(s). Moved all
	occurrences of calls to free() to safeFree(). Modified #include
	structure for Chebyshev Model code.  This commit was extracted from
	SVN r1753.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1753
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tdirtyinfnorm.c, tests-lib/tdirtyinfnorm.reference: *
	Patched a bug in the test of dirtyinfnorm. Since dirtyinfnorm
	perturbs the sampling points (as do remez and plot) it is affected
	by the old bug of mpfr_urandomb and it becomes apparent on one of
	the tests. I apply the same methodology as with remez: I test if one
	of the three expected behaviors appears or not.    This commit was
	extracted from SVN r1752.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1752
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, execute.c, execute.h, library.c,
	sollya-library-wrappers.c: Some progress with sollya_lib_build for
	library functions and constants.  This commit was extracted from SVN
	r1751.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1751
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: * Patched a bug that has been detected because
	check021 failed. The bug actually lies inside MPFI 1.5 and has been
	corrected in the most recent versions of MPFI. However, since MPFI
	1.5 is still widely distributed (e.g., by Debian), it seems
	appropriate to patch the behavior directly in mpfi-compat.c instead
	of relying on the patch of MPFI. In consequence, we do not use
	mpfi_sub_fr anymore but reimplement it by ourself. As a consequence,
	we might (very marginally) loose performance.    This commit was
	extracted from SVN r1750.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1750
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y, sollya-library-wrappers.c, sollya.h: Some progress with
	extending the sollya_lib_build_... functions.  This commit was
	extracted from SVN r1749.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1749
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/chebyshevform.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/www/ListOfCommands.php, doc/www/chebyshevform.php, help.h: *
	Suppressed the remark about the fact that one should uninstall a
	callback before installing another one (in the future, if some day
	uninstalling a callback is really needed before installing a new
	one, in order to avoid memory leaks, then we would have to do it
	ourself by implementing the call to uninstall inside the function
	install).  * Added missing generated help files for chebyshevform to
	the repository.    This commit was extracted from SVN r1748.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1748
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-messages.h, sollya-messaging.h, tests-tool/Makefile.am,
	tests-tool/check021.sollya, tests-tool/check021.sollya.reference: *
	Updated sollya-messag*.h from branches/experimentalChebModels. For
	some cosmic reason, they had not been updated when I performed the
	svn merge at previous revision.  * Added check021.sollya.* and
	updated Makefile.am in directory tests-lib. Mioara used to put them
	in the old 'tests' directory that does not exist anymore. As a
	consequence : the tests do not pass currently, because of
	check021.sollya. I suspect that Mioara always thought that her tests
	passed because her 'make check' was indeed not using her files.
	This commit was extracted from SVN r1747.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1747
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-18  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c: removed some more printfs.   This commit was
	extracted from SVN r1744.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1744 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.pdf, doc/sollya.tex, externalproc.c: A
	minimal change to the documentation.  This commit was extracted from
	SVN r1743.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1743
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.pdf, doc/sollya.tex, doc/www/sollya.php,
	externalproc.c: Added a forgotten line.  This commit was extracted
	from SVN r1742.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1742
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Updated the doc to account for
	the new return values of evaluate_functions_at*. However, this is
	still a bit confused and should be made better.    This commit was
	extracted from SVN r1741.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1741
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.tex, doc/absolute.tex, doc/acos.tex, doc/acosh.tex,
	doc/and.tex, doc/append.tex, doc/approx.tex, doc/asciiplot.tex,
	doc/asin.tex, doc/asinh.tex, doc/atan.tex, doc/atanh.tex,
	doc/autodiff.tex, doc/autosimplify.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/binary.tex, doc/bind.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/composepolynomials.tex, doc/concat.tex,
	doc/constant.tex, doc/cos.tex, doc/cosh.tex, doc/d.tex, doc/dd.tex,
	doc/de.tex, doc/decimal.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diam.tex, doc/dieonerrormode.tex,
	doc/diff.tex, doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/double.tex, doc/doubledouble.tex, doc/doubleextended.tex,
	doc/dyadic.tex, doc/equal.tex, doc/erf.tex, doc/erfc.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/exp.tex,
	doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/floor.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/halfprecision.tex, doc/head.tex, doc/hexadecimal.tex,
	doc/honorcoeffprec.tex, doc/hopitalrecursions.tex, doc/horner.tex,
	doc/hp.tex, doc/implementconstant.tex, doc/implementpoly.tex,
	doc/in.tex, doc/inf.tex, doc/infnorm.tex, doc/integer.tex,
	doc/integral.tex, doc/isbound.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/libraryconstant.tex, doc/listof.tex,
	doc/log.tex, doc/log10.tex, doc/log1p.tex, doc/log2.tex,
	doc/lt.tex, doc/mantissa.tex, doc/max.tex, doc/mid.tex,
	doc/midpointmode.tex, doc/min.tex, doc/minus.tex, doc/mult.tex,
	doc/nearestint.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numberroots.tex, doc/numerator.tex, doc/off.tex, doc/on.tex,
	doc/or.tex, doc/parse.tex, doc/perturb.tex, doc/pi.tex,
	doc/plot.tex, doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/prec.tex, doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printdouble.tex, doc/printexpansion.tex, doc/printsingle.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/qd.tex,
	doc/quad.tex, doc/quit.tex, doc/range.tex, doc/rationalapprox.tex,
	doc/rationalmode.tex, doc/rd.tex, doc/readfile.tex,
	doc/readxml.tex, doc/relative.tex, doc/rename.tex, doc/restart.tex,
	doc/return.tex, doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/sg.tex, doc/simplify.tex,
	doc/simplifysafe.tex, doc/sin.tex, doc/single.tex, doc/sinh.tex,
	doc/sollya.pdf, doc/sort.tex, doc/sqrt.tex, doc/string.tex,
	doc/subpoly.tex, doc/substitute.tex, doc/sup.tex, doc/supnorm.tex,
	doc/tail.tex, doc/tan.tex, doc/tanh.tex, doc/taylor.tex,
	doc/taylorform.tex, doc/taylorrecursions.tex, doc/td.tex,
	doc/time.tex, doc/timing.tex, doc/tripledouble.tex, doc/true.tex,
	doc/var.tex, doc/verbosity.tex, doc/void.tex, doc/worstcase.tex,
	doc/write.tex, doc/www/abs.php, doc/www/absolute.php,
	doc/www/accurateinfnorm.php, doc/www/acos.php, doc/www/acosh.php,
	doc/www/and.php, doc/www/append.php, doc/www/approx.php,
	doc/www/asciiplot.php, doc/www/asin.php, doc/www/asinh.php,
	doc/www/atan.php, doc/www/atanh.php, doc/www/autodiff.php,
	doc/www/autosimplify.php, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/binary.php, doc/www/bind.php,
	doc/www/boolean.php, doc/www/canonical.php, doc/www/ceil.php,
	doc/www/checkinfnorm.php, doc/www/coeff.php,
	doc/www/composepolynomials.php, doc/www/concat.php,
	doc/www/constant.php, doc/www/cos.php, doc/www/cosh.php,
	doc/www/d.php, doc/www/dd.php, doc/www/de.php, doc/www/decimal.php,
	doc/www/default.php, doc/www/degree.php, doc/www/denominator.php,
	doc/www/diam.php, doc/www/dieonerrormode.php, doc/www/diff.php,
	doc/www/dirtyfindzeros.php, doc/www/dirtyinfnorm.php,
	doc/www/dirtyintegral.php, doc/www/display.php, doc/www/divide.php,
	doc/www/double.php, doc/www/doubledouble.php,
	doc/www/doubleextended.php, doc/www/dyadic.php, doc/www/equal.php,
	doc/www/erf.php, doc/www/erfc.php, doc/www/error.php,
	doc/www/evaluate.php, doc/www/execute.php, doc/www/exp.php,
	doc/www/expand.php, doc/www/expm1.php, doc/www/exponent.php,
	doc/www/externalplot.php, doc/www/externalproc.php,
	doc/www/false.php, doc/www/file.php, doc/www/findzeros.php,
	doc/www/fixed.php, doc/www/floating.php, doc/www/floor.php,
	doc/www/fpminimax.php, doc/www/fullparentheses.php,
	doc/www/function.php, doc/www/ge.php, doc/www/gt.php,
	doc/www/guessdegree.php, doc/www/halfprecision.php,
	doc/www/head.php, doc/www/hexadecimal.php,
	doc/www/honorcoeffprec.php, doc/www/hopitalrecursions.php,
	doc/www/horner.php, doc/www/hp.php, doc/www/implementconstant.php,
	doc/www/implementpoly.php, doc/www/in.php, doc/www/inf.php,
	doc/www/infnorm.php, doc/www/integer.php, doc/www/integral.php,
	doc/www/isbound.php, doc/www/isevaluable.php, doc/www/le.php,
	doc/www/length.php, doc/www/library.php,
	doc/www/libraryconstant.php, doc/www/listof.php, doc/www/log.php,
	doc/www/log10.php, doc/www/log1p.php, doc/www/log2.php,
	doc/www/lt.php, doc/www/mantissa.php, doc/www/max.php,
	doc/www/mid.php, doc/www/midpointmode.php, doc/www/min.php,
	doc/www/minus.php, doc/www/mult.php, doc/www/nearestint.php,
	doc/www/neq.php, doc/www/nop.php, doc/www/not.php,
	doc/www/numberroots.php, doc/www/numerator.php, doc/www/off.php,
	doc/www/on.php, doc/www/or.php, doc/www/parse.php,
	doc/www/perturb.php, doc/www/pi.php, doc/www/plot.php,
	doc/www/plus.php, doc/www/points.php, doc/www/postscript.php,
	doc/www/postscriptfile.php, doc/www/power.php, doc/www/powers.php,
	doc/www/prec.php, doc/www/precision.php, doc/www/prepend.php,
	doc/www/print.php, doc/www/printdouble.php,
	doc/www/printexpansion.php, doc/www/printsingle.php,
	doc/www/printxml.php, doc/www/proc.php, doc/www/procedure.php,
	doc/www/qd.php, doc/www/quad.php, doc/www/quit.php,
	doc/www/range.php, doc/www/rationalapprox.php,
	doc/www/rationalmode.php, doc/www/rd.php, doc/www/readfile.php,
	doc/www/readxml.php, doc/www/relative.php, doc/www/rename.php,
	doc/www/restart.php, doc/www/return.php, doc/www/revert.php,
	doc/www/rn.php, doc/www/round.php, doc/www/roundcoefficients.php,
	doc/www/roundcorrectly.php, doc/www/roundingwarnings.php,
	doc/www/ru.php, doc/www/rz.php, doc/www/searchgal.php,
	doc/www/sg.php, doc/www/simplify.php, doc/www/simplifysafe.php,
	doc/www/sin.php, doc/www/single.php, doc/www/sinh.php,
	doc/www/sort.php, doc/www/sqrt.php, doc/www/string.php,
	doc/www/subpoly.php, doc/www/substitute.php, doc/www/sup.php,
	doc/www/supnorm.php, doc/www/tail.php, doc/www/tan.php,
	doc/www/tanh.php, doc/www/taylor.php, doc/www/taylorform.php,
	doc/www/taylorrecursions.php, doc/www/td.php, doc/www/time.php,
	doc/www/timing.php, doc/www/tripledouble.php, doc/www/true.php,
	doc/www/var.php, doc/www/verbosity.php, doc/www/void.php,
	doc/www/worstcase.php, doc/www/write.php, help.h, sollya.h: *
	Recompiled the doc.    This commit was extracted from SVN r1740.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1740
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: * Finally got tests
	for all cases of tevaluate_function_at_*.    This commit was
	extracted from SVN r1739.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1739
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_point.c: * Not finished version of
	tevaluate_function*    This commit was extracted from SVN r1738.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1738
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Added explainations about the
	custom allocation mechanism provided by Sollya.    This commit was
	extracted from SVN r1737.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1737
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Coded a shortcut in the faithful/ correct rounding loop
	in order to conclude faster on a faithful rounding in some cases.
	However, as the algorithm is coded in a way that prefers correct
	rounding over faithful rounding in all cases when correct rounding
	is sufficiently easy to get, faithfully rounded results will always
	stay rare with respect to correctly rounded ones.  This commit was
	extracted from SVN r1736.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1736
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-13  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c, chebyshevform.h, message-numbers.h: changing
	printfs to printMessage   This commit was extracted from SVN r1735.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1735 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp, infnorm.c, remez.c,
	tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_point.c: Finished the work that
	extends the FP evaluation status result again in order to include
	SOLLYA_FP_CORRECTLY_ROUNDED and
	SOLLYA_FP_CORRECTLY_ROUNDED_PROVEN_INEXACT. Also corrected a small
	mistake in a test.  This commit was extracted from SVN r1734.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1734
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, sollya-library-wrappers.c, sollya.h: Started work in
	order to extend the FP evaluation status result again to include
	SOLLYA_FP_CORRECTLY_ROUNDED and
	SOLLYA_FP_CORRECTLY_ROUNDED_PROVEN_INEXACT. This change also moves
	SOLLYA_FP_FAITHFUL_PROVEN_EXACT to SOLLYA_FP_PROVEN_EXACT.  This
	commit was extracted from SVN r1733.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1733
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_constant_as_uint64.reference: * Final update for
	tget_constant_as_*int* with a specialized test for the case of
	overflow detected or not depending on the initial working precision
	chosen by the algorithm.    This commit was extracted from SVN
	r1732.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1732
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: * Updated tests to
	account for the new SOLLYA_FP_FAITHFUL_PROVEN_*EXACT values.    This
	commit was extracted from SVN r1731.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1731
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/isevaluable.shlp, doc/isevaluable.tex, doc/sollya.pdf: 
	Corrected a small mistake in the documentation.  This commit was
	extracted from SVN r1730.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1730
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/isevaluable.tex, doc/sollya.pdf: 
	Recompiled a part of the documentation  This commit was extracted
	from SVN r1729.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1729
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Finished small corrections in
	the doc. * Note: cmp_obj_structurally still not documented, nor the
	customized allocation functions.    This commit was extracted from
	SVN r1728.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1728
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh: * LIBRARYNAME
	is indeed optional.    This commit was extracted from SVN r1727.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1727
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.shlp, doc/isevaluable.shlp,
	doc/isevaluable.tex: Updated documentation for accurateinfnorm and
	isevaluable but could not re-compile because of a bug in the
	shlp2tex.sh script.  This commit was extracted from SVN r1726.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1726
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp, infnorm.c, remez.c, sollya-library-wrappers.c,
	sollya.h: Added the extended floating-point evaluation results
	SOLLYA_FP_FAITHFUL_PROVEN_EXACT and
	SOLLYA_FP_FAITHFUL_PROVEN_INEXACT. This destroys some tests and
	requires additional testing as well as a change in documentation.
	This commit was extracted from SVN r1725.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1725
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementpoly.shlp, doc/isbound.shlp, doc/print.shlp,
	doc/rename.shlp, doc/sollya.pdf, doc/sollya.tex, doc/var.shlp,
	doc/verbosity.shlp: * Put again some SEEALSO that has disappeared in
	some .shlp files at rev 1721. * Removed unappropriate documentation
	is var and print. * Some modification in sollya.tex (unification of
	C signatures). Still in progress.    This commit was extracted from
	SVN r1724.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1724
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.shlp, doc/absolute.shlp, doc/acos.shlp, doc/acosh.shlp,
	doc/and.shlp, doc/append.shlp, doc/approx.shlp, doc/asciiplot.shlp,
	doc/asin.shlp, doc/asinh.shlp, doc/atan.shlp, doc/atanh.shlp,
	doc/autodiff.shlp, doc/autosimplify.shlp, doc/bashevaluate.shlp,
	doc/bashexecute.shlp, doc/binary.shlp, doc/canonical.shlp,
	doc/ceil.shlp, doc/checkinfnorm.shlp, doc/coeff.shlp,
	doc/composepolynomials.shlp, doc/concat.shlp, doc/cos.shlp,
	doc/cosh.shlp, doc/decimal.shlp, doc/default.shlp, doc/degree.shlp,
	doc/denominator.shlp, doc/diam.shlp, doc/dieonerrormode.shlp,
	doc/diff.shlp, doc/dirtyfindzeros.shlp, doc/dirtyinfnorm.shlp,
	doc/dirtyintegral.shlp, doc/display.shlp, doc/divide.shlp,
	doc/double.shlp, doc/doubledouble.shlp, doc/doubleextended.shlp,
	doc/dyadic.shlp, doc/equal.shlp, doc/erf.shlp, doc/erfc.shlp,
	doc/error.shlp, doc/evaluate.shlp, doc/exp.shlp, doc/expand.shlp,
	doc/expm1.shlp, doc/exponent.shlp, doc/externalplot.shlp,
	doc/false.shlp, doc/file.shlp, doc/findzeros.shlp, doc/fixed.shlp,
	doc/floating.shlp, doc/floor.shlp, doc/fpminimax.shlp, doc/ge.shlp,
	doc/gt.shlp, doc/guessdegree.shlp, doc/halfprecision.shlp,
	doc/head.shlp, doc/hexadecimal.shlp, doc/honorcoeffprec.shlp,
	doc/hopitalrecursions.shlp, doc/horner.shlp,
	doc/implementpoly.shlp, doc/in.shlp, doc/inf.shlp,
	doc/infnorm.shlp, doc/integral.shlp, doc/isbound.shlp, doc/le.shlp,
	doc/length.shlp, doc/log.shlp, doc/log10.shlp, doc/log1p.shlp,
	doc/log2.shlp, doc/lt.shlp, doc/mantissa.shlp, doc/max.shlp,
	doc/mid.shlp, doc/midpointmode.shlp, doc/min.shlp, doc/minus.shlp,
	doc/mult.shlp, doc/nearestint.shlp, doc/neq.shlp, doc/not.shlp,
	doc/numberroots.shlp, doc/numerator.shlp, doc/off.shlp,
	doc/on.shlp, doc/or.shlp, doc/parse.shlp, doc/perturb.shlp,
	doc/pi.shlp, doc/plot.shlp, doc/plus.shlp, doc/points.shlp,
	doc/postscript.shlp, doc/postscriptfile.shlp, doc/power.shlp,
	doc/powers.shlp, doc/prec.shlp, doc/precision.shlp,
	doc/prepend.shlp, doc/print.shlp, doc/printdouble.shlp,
	doc/printexpansion.shlp, doc/printsingle.shlp, doc/printxml.shlp,
	doc/quad.shlp, doc/rationalapprox.shlp, doc/rationalmode.shlp,
	doc/rd.shlp, doc/readxml.shlp, doc/relative.shlp, doc/remez.shlp,
	doc/remez.tex, doc/rename.shlp, doc/revert.shlp, doc/rn.shlp,
	doc/round.shlp, doc/roundcoefficients.shlp,
	doc/roundcorrectly.shlp, doc/roundingwarnings.shlp, doc/ru.shlp,
	doc/rz.shlp, doc/searchgal.shlp, doc/shlp2html.sh, doc/shlp2tex.sh,
	doc/shlp2txt.sh, doc/simplify.shlp, doc/simplifysafe.shlp,
	doc/sin.shlp, doc/single.shlp, doc/sinh.shlp, doc/sort.shlp,
	doc/sqrt.shlp, doc/subpoly.shlp, doc/substitute.shlp, doc/sup.shlp,
	doc/supnorm.shlp, doc/tail.shlp, doc/tan.shlp, doc/tanh.shlp,
	doc/taylor.shlp, doc/taylorform.shlp, doc/taylorrecursions.shlp,
	doc/timing.shlp, doc/tripledouble.shlp, doc/true.shlp,
	doc/var.shlp, doc/verbosity.shlp, doc/void.shlp,
	doc/worstcase.shlp, doc/www/remez.php, doc/www/sollyacss.css: *
	Added "#LIBRARYNAME" keyword to shlp syntax. * Proposition of update
	for the shlp files, with this new keyword. Some points should be
	discussed (what do we want to do for mathematical functions for
	instance). * Doc is not yet recompiled with this novelties.    This
	commit was extracted from SVN r1721.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1721
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_constant_as_double.c,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_constant_as_uint64.reference, tests-lib/tremez.c,
	tests-lib/tv_remez.c, tests-tool/check020.sollya: * Corrected tests
	for Remez algorithm. * Yet another step towards succeeding tests for
	tget_constant*    This commit was extracted from SVN r1720.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1720
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check003.sollya.reference,
	tests-tool/check012.sollya.reference, tests-tool/check020.sollya: *
	Updated reference files.    This commit was extracted from SVN
	r1719.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1719
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-04-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Some small changes to the
	documentation of sollya_lib_printf.  This commit was extracted from
	SVN r1718.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1718
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Still better ?  This commit was
	extracted from SVN r1717.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1717
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Change a warning message.  This commit
	was extracted from SVN r1716.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1716
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Still better get constants.  This
	commit was extracted from SVN r1715.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1715
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: A still better version for the get
	constants.  This commit was extracted from SVN r1714.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1714
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, sollya-library-wrappers.c: Tried to get
	the get_constants right.  This commit was extracted from SVN r1713.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1713
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Added a section about formatted
	display of sollya objects.    This commit was extracted from SVN
	r1712.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1712
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_constant_as_double.c,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_constant_as_uint64.reference: * Updated test files
	for get_constant_as_*.    This commit was extracted from SVN r1711.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1711
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a couple of huge mistakes in the algorithm
	for faithful evaluation. The algorithm and its implementation should
	be fine now.    This commit was extracted from SVN r1710.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1710
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h: Removed a couple of evaluate*With/Without*
	function that were no longer in use.  Changed the behavior of
	evaluateFaithful, making quite a few tests fail.  The new
	evaluateFaithful returns the correct rounding to the nearest as a
	faithful rounding wherever possible (if the proof interval is
	sufficiently small) and returns the correct rounding to the nearest
	(ties to even) of the midpoint of both possible answers otherwise.
	This change in behavior should remove any biais on the rounding
	direction of faithful evaluations.  If this change in behavior does
	not satisfy the users (and test suite), it may be reverted back in
	the future.     This commit was extracted from SVN r1709.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1709
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected the warnings for NaN handling
	in the sollya_lib_get_constant_as_?in* functions.  This commit was
	extracted from SVN r1708.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1708
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya-messages.h, sollya-messaging.h: 
	Patched a couple of problems with the sollya_lib_get_constant_as_*
	functions.  This commit was extracted from SVN r1707.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1707
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_bounds_from_range.reference,
	tests-lib/tget_interval_from_range.c,
	tests-lib/tget_interval_from_range.reference: * Patched the test
	files for tget_*_from_range according to the patch committed by
	Christoph in a previous revision.    This commit was extracted from
	SVN r1706.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1706
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tcheckinfnorm.c, tests-lib/tcheckinfnorm.reference: 
	Patched a test in tcheckinfnorm.c  This commit was extracted from
	SVN r1705.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1705
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Proposing a change to evaluation of ranges that might
	please some of Sollya's developers. The change can be reverted back
	at some point if it does not get adopted.  This commit was extracted
	from SVN r1704.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1704
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_bounds_from_range.c,
	tests-lib/tget_bounds_from_range.reference,
	tests-lib/tget_constant_as_double.c,
	tests-lib/tget_constant_as_double.reference,
	tests-lib/tget_constant_as_int.c,
	tests-lib/tget_constant_as_int.reference,
	tests-lib/tget_constant_as_int64.c,
	tests-lib/tget_constant_as_int64.reference,
	tests-lib/tget_constant_as_uint64.c,
	tests-lib/tget_constant_as_uint64.reference,
	tests-lib/tget_interval_from_range.c,
	tests-lib/tget_interval_from_range.reference,
	tests-lib/tget_string.c, tests-lib/tget_string.reference: * Added
	tests fot tget_constant_as_*    This commit was extracted from SVN
	r1703.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1703
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Re-read the Section about the
	Sollya library and corrected most of the issues found.  This commit
	was extracted from SVN r1702.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1702
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Some progress with the
	documentation.  This commit was extracted from SVN r1701.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1701
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Worked on the documentation. Work
	is still in progress.  This commit was extracted from SVN r1700.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1700
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, sollya-messaging.c, sollya-messaging.h, sollya.h: Made
	the sollya_msg_t type opaque again in sollya.h: it has become a
	pointer type that is allocated on the stack.  There is no need for
	the user to free (or clear) that pointer type.    This commit was
	extracted from SVN r1699.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1699
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h, tests-lib/tand.c, tests-lib/tappend.c,
	tests-lib/tcheckinfnorm.c, tests-lib/tcmp_equal.c,
	tests-lib/tcmp_greater.c, tests-lib/tcmp_greater_equal.c,
	tests-lib/tcmp_in.c, tests-lib/tcmp_less.c,
	tests-lib/tcmp_less_equal.c, tests-lib/tcmp_not_equal.c,
	tests-lib/tconcat.c, tests-lib/tconstant.c,
	tests-lib/tconstant_from_double.c, tests-lib/tdenominator.c,
	tests-lib/tdiff.c, tests-lib/tdirtyinfnorm.c,
	tests-lib/tdirtyintegral.c, tests-lib/thead.c,
	tests-lib/timplementpoly.c, tests-lib/tinf.c,
	tests-lib/tinit_with_custom_memory_functions.c,
	tests-lib/tintegral.c, tests-lib/tlength.c,
	tests-lib/tmacros_build_function.c,
	tests-lib/tmantissa_and_exponent.c, tests-lib/tmax.c,
	tests-lib/tmid.c, tests-lib/tmin.c, tests-lib/tnegate.c,
	tests-lib/tnumberroots.c, tests-lib/tnumerator.c, tests-lib/tor.c,
	tests-lib/tprecision.c, tests-lib/tprepend.c,
	tests-lib/tprintdouble.c, tests-lib/tprintexpansion.c,
	tests-lib/tprintsingle.c, tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_interval.c, tests-lib/trationalapprox.c,
	tests-lib/tremez.c, tests-lib/trevert.c,
	tests-lib/troundcoefficients.c, tests-lib/tsearchgal.c,
	tests-lib/tsort.c, tests-lib/tsup.c, tests-lib/ttail.c,
	tests-lib/tv_implementpoly.c, tests-lib/tv_max.c,
	tests-lib/tv_min.c, tests-lib/tv_remez.c: * Updated the tests of the
	library, to be compliant with the new signature of the message
	callbacks.     IMPORTANT NOTE: @Christoph: I had to add a definition
	to sollya.h to make it pass. Please have a look at the diff. It
	concerns the incomplete definition of sollya_msg_t.    This commit
	was extracted from SVN r1698.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1698
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Yet another step towards a
	complete documentation of the library.   Still missing: printf,
	cmp_objs_structurally, autoprint and customed memory functions.
	This commit was extracted from SVN r1697.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1697
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c,
	sollya-messaging.c, sollya-messaging.h, sollya.h: Finished
	converting the message callback to sollya_msg_t.  The signatures of
	the functions given as message callbacks in the test files still
	need to be converted. This means this revision might not compile on
	all systems. Sylvain agreed to do that conversion.    This commit
	was extracted from SVN r1696.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1696
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, sollya-library-wrappers.c, sollya-library-wrappers.h,
	sollya-messaging.h, sollya.h,
	tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: Change the
	signature of sollya_lib_evaluate_function_over_interval to    int
	sollya_lib_eva luate_function_over_interval(mpfi_t, sollya_obj_t,
	mpfi_t);  Changed a couple of typedefs in order to opaquify them.
	The changes are not yet complete; please wait for the next commit.
	This commit was extracted from SVN r1695.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1695
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Yet another step towards a
	complete documentation of the library.    This commit was extracted
	from SVN r1694.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1694
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.h, sollya-library-wrappers.c, sollya.h: Added the
	functions sollya_lib_malloc, sollya_lib_calloc and
	sollya_lib_realloc to the Sollya library.  This commit was extracted
	from SVN r1693.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1693
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added a new function to the
	Sollya library: int sollya_lib_get_prec_of_range(mp_prec_t *,
	sollya_obj_t);  This commit was extracted from SVN r1692.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1692
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected a mistake due to a change in
	behavior in sollya_lib_get_constant.  This commit was extracted from
	SVN r1691.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1691
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h, tests-lib/Makefile.am,
	tests-lib/{tassign_in_structure.c => tcreate_structure.c},
	tests-lib/{tassign_in_structure.reference =>
	tcreate_structure.reference}: Changed name of the library function
	allowing elements to be assigned in structures: the name now is
	sollya_lib_create_structure.  This commit was extracted from SVN
	r1690.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1690
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Corrected a mistake in a comment in sollya.h  This
	commit was extracted from SVN r1689.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1689
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: * Patched a bug
	appearing when trying to perform make dist (tries to compile
	force_compilation from an unexisting force_compilation.c).    This
	commit was extracted from SVN r1688.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1688
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Prototype of doc for the
	library. It is still work in progress.    This commit was extracted
	from SVN r1687.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1687
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tsimplify.c,
	tests-lib/tsimplify.reference: Added a test for sollya_lib_simplify.
	This commit was extracted from SVN r1686.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1686
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, tests-lib/trationalapprox.reference,
	tests-tool/check009.sollya.reference: * Improved rationalapprox by
	returning a smaller fraction whenever possible.    This commit was
	extracted from SVN r1685.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1685
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya, tests-tool/check001.sollya.reference,
	tests-tool/check009.sollya, tests-tool/check009.sollya.reference: *
	Reorganized the tests for rationalapprox.    This commit was
	extracted from SVN r1684.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1684
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, sollya-messages.h, sollya-messaging.h,
	tests-tool/check001.sollya.reference,
	tests-tool/check009.sollya.reference: Patched round and updated a
	couple of tests.  This commit was extracted from SVN r1683.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1683
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-messages.h, tests-lib/trationalapprox.c: * Changed
	SOLLYA_MSG_RATIONALAPPROX_SECOND_ARG_MUST_BE_GREATER_THAN_TWO into
	SOLLYA_MSG_RATIONALAPPROX_SECOND_ARG_MUST_BE_GREATER_THAN_ONE.
	This commit was extracted from SVN r1682.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1682
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-03-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/trationalapprox.c, tests-lib/trationalapprox.reference: 
	* Added non-regression test for the bug patched in the previous
	revision, and updated the reference file according to the new
	behavior of rationalapprox after previous revision.    This commit
	was extracted from SVN r1681.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1681
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: * Corrected a bug that occurred in rationalapprox when
	the target precision was small. Actually, the target precision was
	used as working precision, which lead to undesired loss of accuracy
	in the computations, particularly visible for small precisions.
	This commit was extracted from SVN r1680.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1680
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, sollya-messages.h, sollya-messaging.h: *
	Added an error message for the case when rationapprox is called with
	a precision <= 1.    This commit was extracted from SVN r1679.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1679
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests-lib/tdiff.reference: Unified the behavior of
	diff for acos, asin, tan and tanh. Updated the tests for the
	library; the ones for the tool have not been updated, yet.  This
	commit was extracted from SVN r1678.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1678
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/trationalapprox.c, tests-lib/trationalapprox.reference: 
	Updated the tests for sollya_lib_rationalapprox.  This commit was
	extracted from SVN r1677.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1677
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.c: * Corrected bug #13943
	Rationalapprox with low approximation accuracy makes MPFR assertion
	fail, killing the tool's execution. * Changed a bit the internal
	algorithm of rationalapprox in order to really (yet heuristically)
	ensure that the result has the required accuracy * Reintroduced
	warning messages in remez and fpminimax when constant expressions
	are given instead of constants (the warnings disappeared by mistake
	at revision 1438).    This commit was extracted from SVN r1676.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1676
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/trationalapprox.c,
	tests-lib/trationalapprox.reference: Added tests for
	sollya_lib_rationalapprox which are incomplete and failing at the
	moment.  This commit was extracted from SVN r1675.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1675
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdiff.c,
	tests-lib/tdiff.reference: Added tests for sollya_lib_diff.  This
	commit was extracted from SVN r1674.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1674
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, tests-lib/tinit_with_custom_memory_functions.c,
	tests-lib/tinit_with_custom_memory_functions.reference: Completed
	tests for sollya_lib_init_with_custom_memory_functions.  This commit
	was extracted from SVN r1673.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1673
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, tests-lib/Makefile.am,
	tests-lib/tinit_with_custom_memory_functions.c: Added tests for
	sollya_lib_init_with_custom_memory_functions.  This commit was
	extracted from SVN r1672.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1672
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tremez.c: * Patched a memory leak.    This commit was
	extracted from SVN r1671.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1671
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tappend.c,
	tests-lib/tappend.reference, tests-lib/tprepend.c,
	tests-lib/tprepend.reference: Added tests for sollya_lib_prepend.
	This commit was extracted from SVN r1670.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1670
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: * Corrected
	copy-paste errors.    This commit was extracted from SVN r1669.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1669
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tappend.c,
	tests-lib/tappend.reference: Added tests for sollya_lib_append.
	This commit was extracted from SVN r1668.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1668
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconcat.c,
	tests-lib/tconcat.reference: Added tests for sollya_lib_concat.
	This commit was extracted from SVN r1667.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1667
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tcheckinfnorm.c, tests-lib/tcheckinfnorm.reference: 
	Finally completed the tests for checkinfnorm.  This commit was
	extracted from SVN r1665.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1665
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, sollya-messages.h, sollya-messaging.h,
	tests-tool/check018.sollya, tests-tool/check018.sollya.reference: 
	Patched bug "[#13930] Sollya crashes unexpectedly with message
	Error: getMaxPowerDividerUnsafe: an error occurred. The exponent in
	a power operator is not constant." and added a regression test for
	it.  This commit was extracted from SVN r1664.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1664
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check001.sollya, tests-tool/check001.sollya.reference,
	tests-tool/check013.sollya, tests-tool/check013.sollya.reference,
	tests-tool/timecheck.sollya, tests-tool/timecheck.sollya.reference: 
	Merged trunk into branch using "svn merge -r 1490:HEAD
	svn+ssh://clauter@scm.gforge.inria.fr/svn/sollya/trunk/ ."  This
	commit was extracted from SVN r1662.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1662
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_free_variable_name.c,
	tests-lib/tget_structure_elements.c, tests-lib/tsearchgal.c: Changed
	the tests to use the new sollya_lib_free instead of the system free.
	This commit was extracted from SVN r1660.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1660
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added a sollya_lib_free(void
	*) function to the Sollya library.  This commit was extracted from
	SVN r1659.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1659
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h: 
	Finished implementing the custom memory management functions.
	Testing is really required for that.  This commit was extracted from
	SVN r1658.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1658
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, implementconst.c, internlexer.l,
	internparser.y, lexer.l, minilexer.l, miniparser.y, parser.y: Moved
	all occurrences of free to safeFree. Verified (with objdump) that
	the only occurrence left is in the implementation of safeFree.  This
	commit was extracted from SVN r1657.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1657
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, autodiff.c, bitfields.c, chain.c, double.c,
	execute.c, expression.c, external.c, fpminimax.cpp, general.c,
	implement.c, implementconst.c, infnorm.c, internlexer.l,
	internparser.y, lexer.l, library.c, libsollyaexample.c, match.c,
	minilexer.l, miniparser.y, parser.y, plot.c, printf.c, proof.c,
	remez.c, sollya-library-wrappers.c, sollya-messaging.c, sturm.c,
	supnorm.c, tadiff.c, taylorModel.c, taylorform.c, xml.c: * Changed
	all the occurences of free by the new wrapper safeFree.    This
	commit was extracted from SVN r1656.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1656
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Working on the memory
	functions.  This commit was extracted from SVN r1655.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1655
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tcheckinfnorm.c,
	tests-lib/tcheckinfnorm.reference: Added some first test for
	checkinfnorm. Other tests will be added later.  This commit was
	extracted from SVN r1654.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1654
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am,
	tests-lib/tevaluate_function_at_constant_expression.c,
	tests-lib/tevaluate_function_at_constant_expression.reference,
	tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: * Corrected tests
	for evaluate_function_at_point and new test files for
	evaluate_function_at_constant_expression.    This commit was
	extracted from SVN r1653.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1653
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, sollya-library-wrappers.c: Added
	implementation for the new evaluation function that evaluates a
	function f at an abscissa point given by a constant expression c.
	This commit was extracted from SVN r1652.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1652
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Added a function to evaluate at a constant expression.
	This commit was extracted from SVN r1651.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1651
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tevaluate_function_at_point.c,
	tests-lib/tevaluate_function_at_point.reference: * Completed test
	for tevaluate_function_at_point.    This commit was extracted from
	SVN r1650.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1650
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tevaluate_function_at_point.c: *
	Add test for evaluate_function_at_point (without reference file for
	now).    This commit was extracted from SVN r1649.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1649
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check001.sollya, tests/check001.sollya.reference: * Added
	non regression test for bug [#13902] Faithful rounding does not
	occur as it should    This commit was extracted from SVN r1648.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1648
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Changed behavior of
	floating-point evaluation function in the Sollya library (including
	the return values indicating the status of the result).  This commit
	was extracted from SVN r1647.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1647
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/timplementpoly.c,
	tests-lib/timplementpoly.reference, tests-lib/tv_implementpoly.c,
	tests-lib/tv_implementpoly.reference: Added tests for
	sollya_lib_implementpoly and sollya_lib_v_implementpoly.  This
	commit was extracted from SVN r1646.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1646
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check001.sollya.reference, tests/check013.sollya,
	tests/check013.sollya.reference, tests/timecheck.sollya,
	tests/timecheck.sollya.reference: * Moved timing tests from
	check013.sollya to timecheck.sollya    This commit was extracted
	from SVN r1645.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1645
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tsearchgal.c,
	tests-lib/tsearchgal.reference: Added tests for
	sollya_lib_searchgal.  This commit was extracted from SVN r1644.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1644
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected the last change with
	sollya_lib_searchgal.  This commit was extracted from SVN r1643.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1643
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Corrected signature of
	function sollya_lib_searchgal and removed sollya_lib_v_searchgal.
	This commit was extracted from SVN r1642.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1642
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tdirtyintegral.c, tests-lib/tdirtyintegral.reference,
	tests-lib/tintegral.reference: Updated tests for integral and
	dirtyintegral.  This commit was extracted from SVN r1641.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1641
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c: * Patched bug #9821: integral and dirtyintegral do not
	refuse to work on intervals containing infinities    This commit was
	extracted from SVN r1640.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1640
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tdirtyintegral.c, tests-lib/tdirtyintegral.reference,
	tests-lib/tintegral.c, tests-lib/tintegral.reference: Added tests to
	integral and dirtyintegral and changed reference values.  This
	commit was extracted from SVN r1639.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1639
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tintegral.c,
	tests-lib/tintegral.reference: Added tests for sollya_lib_integral.
	Up to now, the tests fail.  This commit was extracted from SVN
	r1638.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1638
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdirtyintegral.c,
	tests-lib/tdirtyintegral.reference: Added tests for
	sollya_lib_dirtyintegral. Up to now, the tests fail.  This commit
	was extracted from SVN r1637.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1637
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tnumberroots.c,
	tests-lib/tnumberroots.reference: Added tests for
	sollya_lib_numberroots.  This commit was extracted from SVN r1636.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1636
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdirtyinfnorm.c,
	tests-lib/tdirtyinfnorm.reference: Added tests for
	sollya_lib_dirtyinfnorm.  This commit was extracted from SVN r1635.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1635
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tfpminimax.c,
	tests-lib/tfpminimax.reference, tests-lib/tv_fpminimax.c,
	tests-lib/tv_fpminimax.reference: * Tests for fpminimax and
	v_fpminimax.    This commit was extracted from SVN r1634.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1634
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tv_max.c, tests-lib/tv_remez.c,
	tests-lib/tv_remez.reference: * Added tests for tv_remez and
	corrected a stupid copy-paste error in tv_max.    This commit was
	extracted from SVN r1633.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1633
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tremez.c,
	tests-lib/tremez.reference: * Added tests for remez.    This commit
	was extracted from SVN r1632.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1632
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check020.sollya: * Corrected a bug in the tests
	apeeared when patching the behavior of [expr] in a previous
	revision. That correction indeed changed the intervals on which
	remez was called. I just hard coded the previous intervals.    This
	commit was extracted from SVN r1631.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1631
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tsort.c, tests-lib/tsort.reference: Added a test for
	sollya_lib_sort. (forgotten files)  This commit was extracted from
	SVN r1630.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1630
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: Added a test for sollya_lib_sort.  This
	commit was extracted from SVN r1629.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1629
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h, tests-lib/Makefile.am,
	tests-lib/tprecision.c, tests-lib/tprecision.reference: Added
	sollya_lib_precision and tests for it.  This commit was extracted
	from SVN r1628.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1628
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check014.sollya.reference: * Changed reference file
	according to the new behavior after revision 1623 (bug when
	computing point-interval with the syntax [expr];)    This commit was
	extracted from SVN r1627.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1627
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check013.sollya.reference: Finally changed the
	reference values for power computation in corner cases.  This commit
	was extracted from SVN r1626.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1626
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check021.sollya.reference: added reference file for tests
	Chebyshev Models   This commit was extracted from SVN r1625.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1625 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Correcting my own last correction.  This commit was
	extracted from SVN r1624.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1624
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a pretty huge bug found by Sylvain.  The
	tests don't pass no more as we have to double- and triple-check them
	again.  The original bug message was (sorry for the French):  "Voici
	une session Sollya que je trouve déconcertante :  > d =
	[sin(pi/6)*(1-1b-40)]; Warning: the given expression is not a
	constant but an expression to evaluate. A faithful evaluation will
	be used. > log2(sup(d)-inf(d)); -40   Bon, j'ai jamais trop bien
	compris à quel point c'était censé être sharp quand on faisait
	[expr] pour obtenir un encadrement de expr. Cela étant, lorsqu'un
	warning m'informe qu'une évaluation fidèle va être utilisée, je
	m'attends à ce que la taille de mon intervalle à la sortie soit de
	l'ordre de quelques ulps de la précision courante. Donc y a un truc
	qui déconne là je trouve.  Sylvain"     This commit was extracted
	from SVN r1623.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1623
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/trevert.c,
	tests-lib/trevert.reference: Added a test for sollya_lib_revert.
	This commit was extracted from SVN r1622.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1622
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/ttail.c,
	tests-lib/ttail.reference: Added a test for sollya_lib_tail.  This
	commit was extracted from SVN r1621.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1621
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/thead.c,
	tests-lib/thead.reference: Added a test for sollya_lib_head.  This
	commit was extracted from SVN r1620.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1620
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c, tests-lib/tasciiplot.reference: Slightly changed asciiplot
	to avoid problems in testing with 32bit/64bit machines with new/old
	versions of MPFR.  This commit was extracted from SVN r1619.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1619
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/troundcoefficients.c,
	tests-lib/troundcoefficients.reference: Added a test for
	sollya_lib_roundcoefficients.  This commit was extracted from SVN
	r1618.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1618
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintdouble.c: Try to overcome a problem with some
	32bit compilers seen in tprintdouble.c.  This commit was extracted
	from SVN r1617.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1617
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tv_max.c, tests-lib/tv_max.reference,
	tests-lib/tv_min.c, tests-lib/tv_min.reference: * Updated tv_min and
	tv_max    This commit was extracted from SVN r1616.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1616
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tcmp_equal.c, tests-lib/tcmp_equal.reference,
	tests-lib/tcmp_greater.c, tests-lib/tcmp_greater.reference,
	tests-lib/tcmp_greater_equal.c,
	tests-lib/tcmp_greater_equal.reference, tests-lib/tcmp_in.c,
	tests-lib/tcmp_in.reference, tests-lib/tcmp_less.c,
	tests-lib/tcmp_less.reference, tests-lib/tcmp_less_equal.c,
	tests-lib/tcmp_less_equal.reference, tests-lib/tcmp_not_equal.c,
	tests-lib/tcmp_not_equal.reference: * Updated reference files for
	comparison operators.    This commit was extracted from SVN r1615.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1615
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-lib/Makefile.am,
	tests-lib/tmantissa_and_exponent.c,
	tests-lib/tmantissa_and_exponent.reference: Changed behavior (in
	messaging) of the comparisons and added tests for mantissa and
	exponent.  This commit was extracted from SVN r1614.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1614
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmax.c, tests-lib/tmax.reference, tests-lib/tmin.c,
	tests-lib/tmin.reference: * Up-to-date tmin and tmax.    This commit
	was extracted from SVN r1613.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1613
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tstring_list_ops.c: Again a mistake.  This commit was
	extracted from SVN r1612.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1612
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tstring_list_ops.c: Correcting a stupid bug.    This
	commit was extracted from SVN r1611.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1611
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check013.sollya.reference: * Restore old
	check013.sollya.reference    This commit was extracted from SVN
	r1610.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1610
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmax.reference, tests-lib/tmin.reference: * Restore
	previous tmin.reference and tmax.reference    This commit was
	extracted from SVN r1609.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1609
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, fpminimax.cpp, match.c,
	sollya-library-wrappers.c: Yet another version for min and max.
	This commit was extracted from SVN r1608.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1608
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-lib/tmax.reference, tests-lib/tv_max.reference,
	tests-tool/check013.sollya.reference: Some improvements to max.
	This commit was extracted from SVN r1607.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1607
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, sollya-library-wrappers.c, sollya-messages.h,
	sollya-messaging.h, sollya.h, tests-tool/check013.sollya.reference: 
	Improved behavior of evaluations when expression evaluation ends up
	in resulting to infinity.  This commit was extracted from SVN r1606.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1606
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-lib/Makefile.am: Improved behavior of "in"
	comparisons for cases where trivial evaluation of the two
	differences suffices to decide the comparison.  This commit was
	extracted from SVN r1605.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1605
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-lib/tmax.reference, tests-lib/tmin.reference,
	tests-lib/tv_max.reference, tests-tool/check013.sollya.reference: 
	Corrected warning behavior of min and max in order to avoid spurious
	warnings and adapted the test files.  This commit was extracted from
	SVN r1604.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1604
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check001.sollya, tests/check001.sollya.reference: * Added
	non regression test for revision 1596    This commit was extracted
	from SVN r1603.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1603
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/inf.shlp, doc/mid.shlp, doc/sup.shlp, tests-lib/Makefile.am,
	tests-lib/tinf.c, tests-lib/tinf.reference, tests-lib/tlength.c,
	tests-lib/tlength.reference, tests-lib/tmid.c,
	tests-lib/tmid.reference, tests-lib/tsup.c,
	tests-lib/tsup.reference: * Modified doc of mid, inf and sup to make
	them clearer. * Added tests for length, mid, inf and sup    This
	commit was extracted from SVN r1602.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1602
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Slightly changed behavior of inf, sup and mid to make
	them compliant with the documentation.  This commit was extracted
	from SVN r1601.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1601
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-06  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashevaluate.tex,
	doc/bashexecute.tex, doc/implementconstant.tex, doc/parse.tex,
	doc/printsingle.tex, doc/readxml.tex, doc/remez.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, help.h: work on help
	chebyshevform   This commit was extracted from SVN r1600.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1600 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-06  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, autodiff.c, chebyshevform.c, configure.ac, double.c,
	execute.c, expression.c, external.c, fpminimax.cpp, general.c,
	general.h, implement.c, implementconst.c, infnorm.c, infnorm.h,
	integral.c, internlexer.l, internparser.y, lexer.l, library.c,
	match.c, message-numbers.h, minilexer.l, miniparser.y,
	mpfi-compat.c, mpfi-compat.h, parser.y, plot.c, printf.c, printf.h,
	remez.c, sollya.h, sturm.c, sturm.h, supnorm.c, taylor.c,
	taylorform.c, worstcase.c, xml.c: "kind of" merged trunk into branch
	experimental chebmodels; branch compiles; I get the following
	warnings though:  printf.c: In function
	‘sollyaInternalVfprintf’: printf.c:1436: warning: format not a
	string literal and no format arguments printf.c:1564: warning:
	format not a string literal and no format arguments  (files printf.c
	and printf.h are identical on both trunk and branch)   This commit
	was extracted from SVN r1599.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1599 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tcmp_equal.c,
	tests-lib/tcmp_equal.reference, tests-lib/tcmp_greater.c,
	tests-lib/tcmp_greater.reference, tests-lib/tcmp_greater_equal.c,
	tests-lib/tcmp_greater_equal.reference, tests-lib/tcmp_in.c,
	tests-lib/tcmp_in.reference, tests-lib/tcmp_less.c,
	tests-lib/tcmp_less.reference, tests-lib/tcmp_less_equal.c,
	tests-lib/tcmp_less_equal.reference, tests-lib/tcmp_not_equal.c,
	tests-lib/tcmp_not_equal.reference, tests-lib/tmax.c,
	tests-lib/tmax.reference, tests-lib/tmin.c,
	tests-lib/tmin.reference: * Improved tests and added new ones for
	sollya_lib_cmp_*    This commit was extracted from SVN r1598.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1598
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tsubpoly.c,
	tests-lib/tsubpoly.reference: Added some tests for
	sollya_lib_subpoly.  This commit was extracted from SVN r1597.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1597
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests-lib/Makefile.am, tests-lib/tcoeff.c,
	tests-lib/tcoeff.reference: Added some tests for sollya_lib_coeff
	and corrected a bug in the evaluator.  This commit was extracted
	from SVN r1596.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1596
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tsubstitute.c,
	tests-lib/tsubstitute.reference: Added tests for
	sollya_lib_substitute.  This commit was extracted from SVN r1595.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1595
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tprintsingle.c: Corrected a problem with x87 code on
	32bit x86 systems  This commit was extracted from SVN r1594.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1594
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Could finally unify the warnings emitted for
	comparisons involving NaNs or Infs.  This commit was extracted from
	SVN r1593.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1593
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, sollya-messages.h, sollya-messaging.h,
	tests-lib/tcmp_equal.c, tests-lib/tmax.reference,
	tests-lib/tmin.reference, tests-lib/tv_max.reference,
	tests-lib/tv_min.reference, tests-tool/check013.sollya.reference: 
	Improved behavior of comparisons in cases when faithful evaluation
	does not allow the boolean value to be decided. Now both sides of
	the comparison are considered equal in this case.  This commit was
	extracted from SVN r1592.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1592
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tassign_in_structure.c, tests-lib/tcanonical.c,
	tests-lib/tcmp_equal.c, tests-lib/tcmp_in.c,
	tests-lib/tcmp_objs_structurally.c, tests-lib/tconstant.c,
	tests-lib/tconstant_from_double.c, tests-lib/tdenominator.c,
	tests-lib/texpand.c, tests-lib/tget_element_in_structure.c,
	tests-lib/tget_structure_elements.c, tests-lib/thorner.c,
	tests-lib/tis_absolute.c, tests-lib/tis_binary.c,
	tests-lib/tis_decimal.c, tests-lib/tis_default.c,
	tests-lib/tis_double_double_obj.c, tests-lib/tis_double_obj.c,
	tests-lib/tis_doubleextended_obj.c, tests-lib/tis_dyadic.c,
	tests-lib/tis_false.c, tests-lib/tis_file.c, tests-lib/tis_fixed.c,
	tests-lib/tis_floating.c, tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_off.c, tests-lib/tis_on.c, tests-lib/tis_perturb.c,
	tests-lib/tis_pi.c, tests-lib/tis_postscript.c,
	tests-lib/tis_postscriptfile.c, tests-lib/tis_powers.c,
	tests-lib/tis_quad_obj.c, tests-lib/tis_relative.c,
	tests-lib/tis_round_down.c, tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_towards_zero.c, tests-lib/tis_round_up.c,
	tests-lib/tis_single_obj.c, tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_true.c, tests-lib/tis_void.c,
	tests-lib/tmacros_build_function.c, tests-lib/tmax.c,
	tests-lib/tmin.c, tests-lib/tnumerator.c,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_range.c, tests-lib/tobj_is_string.c,
	tests-lib/tobj_is_structure.c, tests-lib/tobject_list_ops.c,
	tests-lib/tprintexpansion.c, tests-lib/tprintsingle.c,
	tests-lib/trange_from_bounds.c, tests-lib/trange_from_interval.c,
	tests-lib/tsimplifysafe.c, tests-lib/tv_max.c, tests-lib/tv_min.c: 
	Again removed the semicolons at the end of the strings given to
	sollya_lib_parse_string.  This commit was extracted from SVN r1591.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1591
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/equal.shlp, tests-lib/Makefile.am, tests-lib/tand.c,
	tests-lib/tand.reference, tests-lib/tcanonical.c,
	tests-lib/tcmp_equal.c, tests-lib/tcmp_equal.reference,
	tests-lib/tcmp_in.c, tests-lib/tcmp_in.reference,
	tests-lib/tcmp_objs_structurally.c, tests-lib/tnegate.c,
	tests-lib/tnegate.reference, tests-lib/tor.c,
	tests-lib/tor.reference: * Slightly modified some examples in the
	doc to make them more illustrative. * Added new tests for the
	library.    This commit was extracted from SVN r1590.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1590
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tcmp_objs_structurally.c,
	tests-lib/tcmp_objs_structurally.reference: * Forgotten to add new
	test files.    This commit was extracted from SVN r1589.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1589
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tassign_in_structure.c,
	tests-lib/tcanonical.c, tests-lib/tcanonical.reference,
	tests-lib/tdegree.c, tests-lib/tdegree.reference,
	tests-lib/tdenominator.c, tests-lib/tdenominator.reference,
	tests-lib/texpand.c, tests-lib/texpand.reference,
	tests-lib/tget_element_in_structure.c,
	tests-lib/tget_element_in_structure.reference,
	tests-lib/tget_structure_elements.c, tests-lib/thorner.c,
	tests-lib/thorner.reference, tests-lib/tnumerator.c,
	tests-lib/tnumerator.reference, tests-lib/tobject_list_ops.c,
	tests-lib/tobject_list_ops.reference, tests-lib/tprintexpansion.c,
	tests-lib/tprintsingle.c, tests-lib/tsimplifysafe.c: * Modified
	several tests:   - systematically put ";" at the end of parse_string
	- added test cases for cases that were untested   - made warning
	messages to be displayed near the actual tests    This commit was
	extracted from SVN r1588.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1588
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Corrected a typo.  This commit was extracted from SVN
	r1587.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1587
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdenominator.c,
	tests-lib/tdenominator.reference: Added tests for
	sollya_lib_denominator.  This commit was extracted from SVN r1586.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1586
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tnumerator.c,
	tests-lib/tnumerator.reference: Added tests for
	sollya_lib_numerator.  This commit was extracted from SVN r1585.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1585
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tdegree.c,
	tests-lib/tdegree.reference: Added tests for sollya_lib_degree.
	This commit was extracted from SVN r1584.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1584
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tsimplifysafe.c,
	tests-lib/tsimplifysafe.reference: Added a test for
	sollya_lib_simplifysafe.  This commit was extracted from SVN r1583.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1583
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/texpand.c,
	tests-lib/texpand.reference: Added a test for sollya_lib_expand.
	This commit was extracted from SVN r1582.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1582
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tcanonical.c,
	tests-lib/tcanonical.reference: Added a test for
	sollya_lib_canonical.  This commit was extracted from SVN r1581.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1581
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/thorner.c,
	tests-lib/thorner.reference: Added tests for sollya_lib_horner.
	This commit was extracted from SVN r1580.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1580
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c, tests-lib/Makefile.am, tests-lib/tasciiplot.c,
	tests-lib/tasciiplot.reference: Added a test for
	sollya_lib_asciiplot and corrected a bug in asciiplot affecting
	library mode.  This commit was extracted from SVN r1579.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1579
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: The ioctl to get the terminal size seems to work also on
	stdout, which is more logical. Changing it to stdout, thus.  This
	commit was extracted from SVN r1578.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1578
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/check.proto: Made test script for the library pipe
	/dev/null *into* the test executables  This commit was extracted
	from SVN r1577.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1577
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h, tests-lib/tmacros_build_function.c,
	tests-lib/tmacros_build_function.reference,
	tests-lib/tprintexpansion.c: * Added constructors SOLLYA_LIB_CONST,
	SOLLYA_LIB_CONST_UI64 AND SOLLYA_LIB_CONST_SI64 and changed tests
	accordingly. * Removed the parentheses in SOLLYA_LIB_PI    This
	commit was extracted from SVN r1576.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1576
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Changed behavior of asciiplot in library mode again.  This
	commit was extracted from SVN r1575.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1575
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tbashexecute.c,
	tests-lib/tbashexecute.reference: Added a test for
	sollya_lib_bashexecute.  This commit was extracted from SVN r1574.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1574
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tprintexpansion.c,
	tests-lib/tprintexpansion.reference: Added a test for
	sollya_lib_printexpansion.  This commit was extracted from SVN
	r1573.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1573
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.h, plot.c: A small change to asciiplot to adapt it to use
	in a library.  This commit was extracted from SVN r1572.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1572
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tprintsingle.c,
	tests-lib/tprintsingle.reference: Added a test for
	sollya_lib_printsingle.  This commit was extracted from SVN r1571.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1571
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tprintdouble.c,
	tests-lib/tprintdouble.reference: Added a test for printdouble.
	This commit was extracted from SVN r1570.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1570
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tboolean_list_ops.c,
	tests-lib/tboolean_list_ops.reference,
	tests-lib/tconstant_list_ops.c, tests-lib/tint_list_ops.c,
	tests-lib/tint_list_ops.reference, tests-lib/tinterval_list_ops.c,
	tests-lib/tinterval_list_ops.reference,
	tests-lib/tstring_list_ops.c, tests-lib/tstring_list_ops.reference: 
	Added tests for the functions working on sollya_int_list_t,
	sollya_string_list_t, sollya_boolean_list_t.  Corrected mistakes in
	the tests for the other list types.    This commit was extracted
	from SVN r1569.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1569
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tinterval_list_ops.c,
	tests-lib/tinterval_list_ops.reference: Added tests for the
	functions working on sollya_interval_list_t.  This commit was
	extracted from SVN r1568.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1568
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconstant_list_ops.c,
	tests-lib/tconstant_list_ops.reference: Added tests for the
	functions working on sollya_constant_list_t.  This commit was
	extracted from SVN r1567.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1567
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Corrected a problem in library mode which induced the
	setup of signal handlers even when the Sollya core was used for a
	library.  This commit was extracted from SVN r1566.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1566
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, tests-lib/Makefile.am,
	tests-lib/tobject_list_ops.c, tests-lib/tobject_list_ops.reference: 
	Added tests for the functions working on sollya_object_list_t,
	corrected several small bugs.  This commit was extracted from SVN
	r1565.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1565
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, tests-lib/Makefile.am,
	tests-lib/tconstant_from_uint64.c,
	tests-lib/tconstant_from_uint64.reference: * Added test for
	constant_from_uint64 and corrected a bug (same bug as with
	constant_from_int64: double free)    This commit was extracted from
	SVN r1564.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1564
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tis_absolute.c, tests-lib/tis_binary.c,
	tests-lib/tis_decimal.c, tests-lib/tis_default.c,
	tests-lib/tis_double_double_obj.c, tests-lib/tis_double_obj.c,
	tests-lib/tis_doubleextended_obj.c, tests-lib/tis_dyadic.c,
	tests-lib/tis_false.c, tests-lib/tis_file.c, tests-lib/tis_fixed.c,
	tests-lib/tis_floating.c, tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_off.c, tests-lib/tis_on.c, tests-lib/tis_perturb.c,
	tests-lib/tis_pi.c, tests-lib/tis_postscript.c,
	tests-lib/tis_postscriptfile.c, tests-lib/tis_powers.c,
	tests-lib/tis_quad_obj.c, tests-lib/tis_relative.c,
	tests-lib/tis_round_down.c, tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_towards_zero.c, tests-lib/tis_round_up.c,
	tests-lib/tis_single_obj.c, tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_true.c, tests-lib/tis_void.c,
	tests-lib/tobj_is_end_elliptic_list.c, tests-lib/tobj_is_error.c,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_list.c,
	tests-lib/tobj_is_range.c, tests-lib/tobj_is_string.c,
	tests-lib/tobj_is_structure.c: * Updated tests tis_* and tobj_is* in
	order to test for structures.    This commit was extracted from SVN
	r1563.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1563
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h,
	tests-lib/tget_element_in_structure.c: Removed a const and corrected
	a mistake  This commit was extracted from SVN r1562.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1562
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added some functions to the
	library that allow lists to be checked for emptyness.  This commit
	was extracted from SVN r1561.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1561
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tassign_in_structure.c,
	tests-lib/tassign_in_structure.reference: Added a test for
	sollya_lib_assign_in_structure  This commit was extracted from SVN
	r1560.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1560
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_element_in_structure.c,
	tests-lib/tget_element_in_structure.reference: Added a test for
	sollya_lib_get_element_in_structure.  This commit was extracted from
	SVN r1559.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1559
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconstant_from_double.c,
	tests-lib/tconstant_from_int.c,
	tests-lib/tconstant_from_int.reference,
	tests-lib/tconstant_from_int64.c,
	tests-lib/tconstant_from_int64.reference: * Two new tests. *
	Modified tconstant_from_double in order to avoid GCC warning.
	This commit was extracted from SVN r1558.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1558
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tget_structure_elements.reference: Forgot to commit the
	right .reference  This commit was extracted from SVN r1557.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1557
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_structure_elements.c,
	tests-lib/tget_structure_elements.reference,
	tests-lib/tobj_is_structure.c,
	tests-lib/tobj_is_structure.reference: Added tests for
	sollya_lib_obj_is_structure and sollya_lib_get_structure_elements.
	This commit was extracted from SVN r1556.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1556
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: * Corrected a bug (double free).
	This commit was extracted from SVN r1555.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1555
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/check.proto,
	tests-tool/Makefile.am, tests-tool/check.proto: Some improvements to
	the check scripts and Makefiles.  This commit was extracted from SVN
	r1554.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1554
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconstant_from_double.c,
	tests-lib/tconstant_from_double.reference,
	tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_bounds.reference,
	tests-lib/trange_from_interval.c,
	tests-lib/trange_from_interval.reference: * Corrected test for
	trange_from* according to what Christoph did in the previous
	revisions. * Added a test for constant_from_double.    This commit
	was extracted from SVN r1553.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1553
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected a stupid extra message left
	over from debugging.  This commit was extracted from SVN r1552.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1552
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, general.c, general.h, mpfi-compat.c,
	sollya-messages.h, message-numbers.c => sollya-messaging.c,
	message-numbers.h => sollya-messaging.h, sollya.h,
	tests-lib/tconstant.c, tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_interval.c: Factored out the definitions of
	the symbolic constants for the Sollya messages into an extra file
	that gets includes both when compiling Sollya and when using the
	Sollya library. The user of the Sollya library does not need to
	include any other header file but sollya.h to get the symbolic
	constants for the message numbers.  This commit was extracted from
	SVN r1551.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1551
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Improved sollya_lib_range_from_interval to emit the
	same warnings that are emit by sollya_lib_range_from_bounds.  This
	commit was extracted from SVN r1550.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1550
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, tests-lib/trange_from_bounds.c: 
	Corrected sollya_lib_range_from_bounds. The test still fails because
	the test is incorrect.  This commit was extracted from SVN r1549.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1549
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Some improvements to
	sollya_lib_range_from_bounds, the check does not run through though.
	This commit was extracted from SVN r1548.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1548
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tconstant.c,
	tests-lib/tconstant.reference, tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_interval.c: * Slight modification in the tests
	for range_from_bounds and range_from_interval, in order to ensure
	that no unexpected message is caught by the callback. * Test for
	sollya_lib_constant.    This commit was extracted from SVN r1547.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1547
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/trange_from_bounds.c,
	tests-lib/trange_from_bounds.reference: * Test for
	trange_from_bounds. It currently *FAILS*.     This commit was
	extracted from SVN r1546.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1546
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/trange_from_interval.c,
	tests-lib/trange_from_interval.reference: * Updated test for
	range_from_interval    This commit was extracted from SVN r1545.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1545
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/trange_from_interval.c,
	tests-lib/trange_from_interval.reference: * Forgotten files.    This
	commit was extracted from SVN r1544.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1544
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, execute.c, expression.c, infnorm.c, library.h,
	mpfi-compat.c, mpfi-compat.h, sollya-library-wrappers.c: Finished
	converting the outside-looking interface of Sollya (library, library
	functions, external procedures) to mpfi_t instead of sollya_mpfi_t.
	Now all mpfi_t coming from the outside world are checked for
	consistency inside Sollya (no empty intervals, both bounds NaN if
	one is NaN etc.)  This commit was extracted from SVN r1543.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1543
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_free_variable_name.c,
	tests-lib/tget_free_variable_name.reference,
	tests-lib/tmacros_build_function.c,
	tests-lib/tmacros_build_function.reference,
	tests-lib/tname_free_variable.c,
	tests-lib/tname_free_variable.reference, tests-lib/tstring.c,
	tests-lib/tstring.reference: * Some other tests.    This commit was
	extracted from SVN r1542.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1542
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, doc/externalproc.shlp, doc/externalproc.tex,
	doc/sollya.pdf, doc/www/externalproc.php, externalproc.c, help.h,
	message-numbers.h, sollya-library-wrappers.c, sollya.h: Changed
	behavior of sollya_lib_get_constant, added
	sollya_lib_get_prec_of_constant, changed type of functions working
	on intervals from sollya_mpfi_t to mpfi_t in sollya.h (code
	underneath to be adjusted yet)  This commit was extracted from SVN
	r1541.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1541
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Changed behavior of function
	to get the name of the free mathematical variable in order to be
	closer to overall behavior of the Sollya library. The returned
	pointer must now be freed by the user and the function returns "_x_"
	as a name as long as the variable has not been named.  This commit
	was extracted from SVN r1540.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1540
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am: * Oups forgot to remove temporary test
	instructions in my previous commit.    This commit was extracted
	from SVN r1539.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1539
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am: * Smarter Makefile that does not run 'make
	all' but only rebuild sollya binary.    This commit was extracted
	from SVN r1538.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1538
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tget_autosimplify.c,
	tests-lib/tget_autosimplify.reference, tests-lib/tget_canonical.c,
	tests-lib/tget_canonical.reference, tests-lib/tget_diam.c,
	tests-lib/tget_diam.reference, tests-lib/tget_dieonerrormode.c,
	tests-lib/tget_dieonerrormode.reference, tests-lib/tget_display.c,
	tests-lib/tget_display.reference,
	tests-lib/tget_hopitalrecursions.c,
	tests-lib/tget_hopitalrecursions.reference,
	tests-lib/tget_midpointmode.c,
	tests-lib/tget_midpointmode.reference, tests-lib/tget_points.c,
	tests-lib/tget_points.reference, tests-lib/tget_prec.c,
	tests-lib/tget_prec.reference, tests-lib/tget_rationalmode.c,
	tests-lib/tget_rationalmode.reference,
	tests-lib/tget_roundingwarnings.c,
	tests-lib/tget_roundingwarnings.reference,
	tests-lib/tget_showmessagenumbers.c,
	tests-lib/tget_showmessagenumbers.reference,
	tests-lib/tget_taylorrecursions.c,
	tests-lib/tget_taylorrecursions.reference, tests-lib/tget_timing.c,
	tests-lib/tget_timing.reference, tests-lib/tget_verbosity.c,
	tests-lib/tget_verbosity.reference, tests-lib/tset_autosimplify.c,
	tests-lib/tset_autosimplify.reference,
	tests-lib/tset_autosimplify_and_print.c,
	tests-lib/tset_autosimplify_and_print.reference,
	tests-lib/tset_canonical.c, tests-lib/tset_canonical.reference,
	tests-lib/tset_canonical_and_print.c,
	tests-lib/tset_canonical_and_print.reference,
	tests-lib/tset_diam.c, tests-lib/tset_diam.reference,
	tests-lib/tset_diam_and_print.c,
	tests-lib/tset_diam_and_print.reference,
	tests-lib/tset_dieonerrormode.c,
	tests-lib/tset_dieonerrormode.reference,
	tests-lib/tset_dieonerrormode_and_print.c,
	tests-lib/tset_dieonerrormode_and_print.reference,
	tests-lib/tset_display.c, tests-lib/tset_display.reference,
	tests-lib/tset_display_and_print.c,
	tests-lib/tset_display_and_print.reference,
	tests-lib/tset_hopitalrecursions.c,
	tests-lib/tset_hopitalrecursions.reference,
	tests-lib/tset_hopitalrecursions_and_print.c,
	tests-lib/tset_hopitalrecursions_and_print.reference,
	tests-lib/tset_midpointmode.c,
	tests-lib/tset_midpointmode.reference,
	tests-lib/tset_midpointmode_and_print.c,
	tests-lib/tset_midpointmode_and_print.reference,
	tests-lib/tset_points.c, tests-lib/tset_points.reference,
	tests-lib/tset_points_and_print.c,
	tests-lib/tset_points_and_print.reference, tests-lib/tset_prec.c,
	tests-lib/tset_prec.reference, tests-lib/tset_prec_and_print.c,
	tests-lib/tset_prec_and_print.reference,
	tests-lib/tset_rationalmode.c,
	tests-lib/tset_rationalmode.reference,
	tests-lib/tset_rationalmode_and_print.c,
	tests-lib/tset_rationalmode_and_print.reference,
	tests-lib/tset_roundingwarnings.c,
	tests-lib/tset_roundingwarnings.reference,
	tests-lib/tset_roundingwarnings_and_print.c,
	tests-lib/tset_roundingwarnings_and_print.reference,
	tests-lib/tset_showmessagenumbers.c,
	tests-lib/tset_showmessagenumbers.reference,
	tests-lib/tset_showmessagenumbers_and_print.c,
	tests-lib/tset_showmessagenumbers_and_print.reference,
	tests-lib/tset_taylorrecursions.c,
	tests-lib/tset_taylorrecursions.reference,
	tests-lib/tset_taylorrecursions_and_print.c,
	tests-lib/tset_taylorrecursions_and_print.reference,
	tests-lib/tset_timing.c, tests-lib/tset_timing.reference,
	tests-lib/tset_timing_and_print.c,
	tests-lib/tset_timing_and_print.reference,
	tests-lib/tset_verbosity.c, tests-lib/tset_verbosity.reference,
	tests-lib/tset_verbosity_and_print.c,
	tests-lib/tset_verbosity_and_print.reference: * Tests for set_MODES,
	set_MODES_and_print and get_MODES.    This commit was extracted from
	SVN r1537.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1537
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added functions to name the
	free mathematical variable and to get its name in the Sollya
	library.  This commit was extracted from SVN r1536.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1536
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c, sollya.h: Added a
	function that allows the last installed message callback function
	pointer to be retrieved.  This commit was extracted from SVN r1535.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1535
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: * Added short macros to allow a quick access to
	sollya_lib_build_function_*    This commit was extracted from SVN
	r1534.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1534
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmax.c, tests-lib/tmin.c, tests-lib/tv_max.c,
	tests-lib/tv_min.c: * Added ";" at the end of every parse_string
	This commit was extracted from SVN r1533.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1533
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h, tests-lib/Makefile.am,
	tests-lib/{tminus.c => tneg.c}, tests-lib/{tminus.reference =>
	tneg.reference}: * Replaced sollya_lib_minus by sollya_lib_neg.
	This commit was extracted from SVN r1532.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1532
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Changed a comment slightly  This commit was extracted
	from SVN r1531.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1531
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Changed the silent versions
	of the set_*_ functions to the normal ones and changed the others to
	*_and_print.  This commit was extracted from SVN r1530.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1530
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tmax.c, tests-lib/tmin.c,
	tests-lib/tv_max.c, tests-lib/tv_max.reference, tests-lib/tv_min.c,
	tests-lib/tv_min.reference: * Added tests for v_min and v_max and
	removed useless header to min and max.    This commit was extracted
	from SVN r1529.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1529
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added functions for building
	Sollya objects representing lists without copying the arguments.
	This commit was extracted from SVN r1528.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1528
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmax.c, tests-lib/tmax.reference, tests-lib/tmin.c,
	tests-lib/tmin.reference, tests-tool/check013.sollya,
	tests-tool/check013.sollya.reference: * Updated tests for min and
	max.    This commit was extracted from SVN r1527.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1527
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected behavior of min and max if more than one
	argument (or element in a list) is given.  This commit was extracted
	from SVN r1526.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1526
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tmax.c, tests-lib/tmax.reference: 
	* Test files for max.    This commit was extracted from SVN r1525.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1525
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmin.c, tests-lib/tmin.reference,
	tests-lib/tobj_is_end_elliptic_list.reference,
	tests-lib/tobj_is_error.reference, tests-lib/tobj_is_list.reference: 
	* Corrected reference files for error, is_list and
	is_end_elliptic_list to account for the fact that
	sollya_lib_end_elliptic_list(NULL, 0) now returns an error.  * test
	files for min.    This commit was extracted from SVN r1524.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1524
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/max.shlp, doc/max.tex, doc/min.shlp, doc/min.tex,
	doc/sollya.pdf, doc/www/max.php, doc/www/min.php, help.h: Updated
	documentation for min and max with respect to a better wording of
	the IEEE 754-2008 rule for NaNs when several arguments are given.
	This commit was extracted from SVN r1523.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1523
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Changed semantic of
	sollya_lib_end_elliptic_list  This commit was extracted from SVN
	r1522.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1522
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tis_absolute.c,
	tests-lib/tis_absolute.reference, tests-lib/tis_binary.c,
	tests-lib/tis_binary.reference, tests-lib/tis_decimal.c,
	tests-lib/tis_decimal.reference, tests-lib/tis_default.c,
	tests-lib/tis_default.reference, tests-lib/tis_double_double_obj.c,
	tests-lib/tis_double_double_obj.reference,
	tests-lib/tis_double_obj.c, tests-lib/tis_double_obj.reference,
	tests-lib/tis_doubleextended_obj.c,
	tests-lib/tis_doubleextended_obj.reference, tests-lib/tis_dyadic.c,
	tests-lib/tis_dyadic.reference, tests-lib/tis_false.c,
	tests-lib/tis_false.reference, tests-lib/tis_file.c,
	tests-lib/tis_file.reference, tests-lib/tis_fixed.c,
	tests-lib/tis_fixed.reference, tests-lib/tis_floating.c,
	tests-lib/tis_floating.reference,
	tests-lib/tis_halfprecision_obj.c,
	tests-lib/tis_halfprecision_obj.reference,
	tests-lib/tis_hexadecimal.c, tests-lib/tis_hexadecimal.reference,
	tests-lib/tis_honorcoeffprec.c,
	tests-lib/tis_honorcoeffprec.reference, tests-lib/tis_off.c,
	tests-lib/tis_off.reference, tests-lib/tis_on.c,
	tests-lib/tis_on.reference, tests-lib/tis_perturb.c,
	tests-lib/tis_perturb.reference, tests-lib/tis_pi.c,
	tests-lib/tis_pi.reference, tests-lib/tis_postscript.c,
	tests-lib/tis_postscript.reference, tests-lib/tis_postscriptfile.c,
	tests-lib/tis_postscriptfile.reference, tests-lib/tis_powers.c,
	tests-lib/tis_powers.reference, tests-lib/tis_quad_obj.c,
	tests-lib/tis_quad_obj.reference, tests-lib/tis_relative.c,
	tests-lib/tis_relative.reference, tests-lib/tis_round_down.c,
	tests-lib/tis_round_down.reference,
	tests-lib/tis_round_to_nearest.c,
	tests-lib/tis_round_to_nearest.reference,
	tests-lib/tis_round_towards_zero.c,
	tests-lib/tis_round_towards_zero.reference,
	tests-lib/tis_round_up.c, tests-lib/tis_round_up.reference,
	tests-lib/tis_single_obj.c, tests-lib/tis_single_obj.reference,
	tests-lib/tis_triple_double_obj.c,
	tests-lib/tis_triple_double_obj.reference, tests-lib/tis_true.c,
	tests-lib/tis_true.reference, tests-lib/tis_void.c,
	tests-lib/tis_void.reference,
	tests-lib/tobj_is_end_elliptic_list.c,
	tests-lib/tobj_is_end_elliptic_list.reference,
	tests-lib/tobj_is_error.c, tests-lib/tobj_is_error.reference,
	tests-lib/tobj_is_function.c, tests-lib/tobj_is_function.reference,
	tests-lib/tobj_is_list.c, tests-lib/tobj_is_list.reference,
	tests-lib/tobj_is_range.c, tests-lib/tobj_is_range.reference,
	tests-lib/tobj_is_string.c, tests-lib/tobj_is_string.reference: *
	And hop, 38 new tests.    This commit was extracted from SVN r1521.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1521
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tmin.c: Slightly changed library test for min  This
	commit was extracted from SVN r1520.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1520
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tabs.c, tests-lib/tabsolute.c, tests-lib/tacos.c,
	tests-lib/tacosh.c, tests-lib/tadd.c, tests-lib/tasin.c,
	tests-lib/tasinh.c, tests-lib/tatan.c, tests-lib/tatanh.c,
	tests-lib/tbinary.c, tests-lib/tbuild_function_abs.c,
	tests-lib/tbuild_function_acos.c,
	tests-lib/tbuild_function_acosh.c, tests-lib/tbuild_function_add.c,
	tests-lib/tbuild_function_asin.c,
	tests-lib/tbuild_function_asinh.c,
	tests-lib/tbuild_function_atan.c,
	tests-lib/tbuild_function_atanh.c,
	tests-lib/tbuild_function_ceil.c, tests-lib/tbuild_function_cos.c,
	tests-lib/tbuild_function_cosh.c, tests-lib/tbuild_function_div.c,
	tests-lib/tbuild_function_double.c,
	tests-lib/tbuild_function_double_double.c,
	tests-lib/tbuild_function_doubleextended.c,
	tests-lib/tbuild_function_erf.c, tests-lib/tbuild_function_erfc.c,
	tests-lib/tbuild_function_exp.c, tests-lib/tbuild_function_expm1.c,
	tests-lib/tbuild_function_floor.c,
	tests-lib/tbuild_function_free_variable.c,
	tests-lib/tbuild_function_halfprecision.c,
	tests-lib/tbuild_function_log.c, tests-lib/tbuild_function_log10.c,
	tests-lib/tbuild_function_log1p.c,
	tests-lib/tbuild_function_log2.c, tests-lib/tbuild_function_mul.c,
	tests-lib/tbuild_function_nearestint.c,
	tests-lib/tbuild_function_neg.c, tests-lib/tbuild_function_pi.c,
	tests-lib/tbuild_function_pow.c, tests-lib/tbuild_function_quad.c,
	tests-lib/tbuild_function_sin.c,
	tests-lib/tbuild_function_single.c,
	tests-lib/tbuild_function_sinh.c, tests-lib/tbuild_function_sqrt.c,
	tests-lib/tbuild_function_sub.c, tests-lib/tbuild_function_tan.c,
	tests-lib/tbuild_function_tanh.c,
	tests-lib/tbuild_function_triple_double.c, tests-lib/tceil.c,
	tests-lib/tcos.c, tests-lib/tcosh.c, tests-lib/tdecimal.c,
	tests-lib/tdefault.c, tests-lib/tdiv.c, tests-lib/tdouble.c,
	tests-lib/tdouble_double.c, tests-lib/tdouble_double_obj.c,
	tests-lib/tdouble_obj.c, tests-lib/tdoubleextended.c,
	tests-lib/tdoubleextended_obj.c, tests-lib/tdyadic.c,
	tests-lib/terf.c, tests-lib/terfc.c, tests-lib/terror.c,
	tests-lib/texp.c, tests-lib/texpm1.c, tests-lib/tfalse.c,
	tests-lib/tfile.c, tests-lib/tfixed.c, tests-lib/tfloating.c,
	tests-lib/tfloor.c, tests-lib/tfree_variable.c,
	tests-lib/thalfprecision.c, tests-lib/thalfprecision_obj.c,
	tests-lib/thexadecimal.c, tests-lib/thonorcoeffprec.c,
	tests-lib/tlog.c, tests-lib/tlog10.c, tests-lib/tlog1p.c,
	tests-lib/tlog2.c, tests-lib/tmin.c, tests-lib/tminus.c,
	tests-lib/tmul.c, tests-lib/tnearestint.c, tests-lib/toff.c,
	tests-lib/ton.c, tests-lib/tperturb.c, tests-lib/tpi.c,
	tests-lib/tpostscript.c, tests-lib/tpostscriptfile.c,
	tests-lib/tpow.c, tests-lib/tpowers.c, tests-lib/tquad.c,
	tests-lib/tquad_obj.c, tests-lib/trelative.c,
	tests-lib/tround_down.c, tests-lib/tround_to_nearest.c,
	tests-lib/tround_towards_zero.c, tests-lib/tround_up.c,
	tests-lib/tsin.c, tests-lib/tsingle.c, tests-lib/tsingle_obj.c,
	tests-lib/tsinh.c, tests-lib/tsqrt.c, tests-lib/tsub.c,
	tests-lib/ttan.c, tests-lib/ttanh.c, tests-lib/ttriple_double.c,
	tests-lib/ttriple_double_obj.c, tests-lib/ttrue.c,
	tests-lib/tvoid.c: * Removed a stupid error of copy-paste.    This
	commit was extracted from SVN r1519.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1519
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected like 10000 stupid copy-paste
	errors in the library wrapper code.  This commit was extracted from
	SVN r1518.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1518
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tabsolute.c,
	tests-lib/tabsolute.reference, tests-lib/tbinary.c,
	tests-lib/tbinary.reference,
	tests-lib/tbuild_function_free_variable.c,
	tests-lib/tbuild_function_pi.c,
	tests-lib/tbuild_function_pi.reference, tests-lib/tdecimal.c,
	tests-lib/tdecimal.reference, tests-lib/tdefault.c,
	tests-lib/tdefault.reference, tests-lib/tdouble_double_obj.c,
	tests-lib/tdouble_double_obj.reference, tests-lib/tdouble_obj.c,
	tests-lib/tdouble_obj.reference, tests-lib/tdoubleextended_obj.c,
	tests-lib/tdoubleextended_obj.reference, tests-lib/tdyadic.c,
	tests-lib/tdyadic.reference, tests-lib/terror.c,
	tests-lib/terror.reference, tests-lib/tfalse.c,
	tests-lib/tfalse.reference, tests-lib/tfile.c,
	tests-lib/tfile.reference, tests-lib/tfixed.c,
	tests-lib/tfixed.reference, tests-lib/tfloating.c,
	tests-lib/tfloating.reference, tests-lib/tfree_variable.c,
	tests-lib/thalfprecision_obj.c,
	tests-lib/thalfprecision_obj.reference, tests-lib/thexadecimal.c,
	tests-lib/thexadecimal.reference, tests-lib/thonorcoeffprec.c,
	tests-lib/thonorcoeffprec.reference, tests-lib/tmin.c,
	tests-lib/tmin.reference, tests-lib/toff.c,
	tests-lib/toff.reference, tests-lib/ton.c, tests-lib/ton.reference,
	tests-lib/tperturb.c, tests-lib/tperturb.reference,
	tests-lib/tpi.c, tests-lib/tpostscript.c,
	tests-lib/tpostscript.reference, tests-lib/tpostscriptfile.c,
	tests-lib/tpostscriptfile.reference, tests-lib/tpowers.c,
	tests-lib/tpowers.reference, tests-lib/tquad_obj.c,
	tests-lib/tquad_obj.reference, tests-lib/trelative.c,
	tests-lib/trelative.reference, tests-lib/tround_down.c,
	tests-lib/tround_down.reference, tests-lib/tround_to_nearest.c,
	tests-lib/tround_to_nearest.reference,
	tests-lib/tround_towards_zero.c,
	tests-lib/tround_towards_zero.reference, tests-lib/tround_up.c,
	tests-lib/tround_up.reference, tests-lib/tsingle_obj.c,
	tests-lib/tsingle_obj.reference, tests-lib/ttriple_double_obj.c,
	tests-lib/ttriple_double_obj.reference, tests-lib/ttrue.c,
	tests-lib/ttrue.reference, tests-lib/tvoid.c,
	tests-lib/tvoid.reference: * Other tests...    This commit was
	extracted from SVN r1517.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1517
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/tbuild_function_pi.reference, tests-lib/tpi.reference: *
	Added corrected references for pi.    This commit was extracted from
	SVN r1516.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1516
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/tabs.c,
	tests-lib/tabs.reference, tests-lib/tacos.c,
	tests-lib/tacos.reference, tests-lib/tacosh.c,
	tests-lib/tacosh.reference, tests-lib/tadd.c,
	tests-lib/tadd.reference, tests-lib/tasin.c,
	tests-lib/tasin.reference, tests-lib/tasinh.c,
	tests-lib/tasinh.reference, tests-lib/tatan.c,
	tests-lib/tatan.reference, tests-lib/tatanh.c,
	tests-lib/tatanh.reference, tests-lib/tceil.c,
	tests-lib/tceil.reference, tests-lib/tcos.c,
	tests-lib/tcos.reference, tests-lib/tcosh.c,
	tests-lib/tcosh.reference, tests-lib/tdiv.c,
	tests-lib/tdiv.reference, tests-lib/tdouble.c,
	tests-lib/tdouble.reference, tests-lib/tdouble_double.c,
	tests-lib/tdouble_double.reference, tests-lib/tdoubleextended.c,
	tests-lib/tdoubleextended.reference, tests-lib/terf.c,
	tests-lib/terf.reference, tests-lib/terfc.c,
	tests-lib/terfc.reference, tests-lib/texp.c,
	tests-lib/texp.reference, tests-lib/texpm1.c,
	tests-lib/texpm1.reference, tests-lib/tfloor.c,
	tests-lib/tfloor.reference, tests-lib/tfree_variable.c,
	tests-lib/tfree_variable.reference, tests-lib/thalfprecision.c,
	tests-lib/thalfprecision.reference, tests-lib/tlog.c,
	tests-lib/tlog.reference, tests-lib/tlog10.c,
	tests-lib/tlog10.reference, tests-lib/tlog1p.c,
	tests-lib/tlog1p.reference, tests-lib/tlog2.c,
	tests-lib/tlog2.reference, tests-lib/tminus.c,
	tests-lib/tminus.reference, tests-lib/tmul.c,
	tests-lib/tmul.reference, tests-lib/tnearestint.c,
	tests-lib/tnearestint.reference, tests-lib/tpi.c,
	tests-lib/tpi.reference, tests-lib/tpow.c,
	tests-lib/tpow.reference, tests-lib/tquad.c,
	tests-lib/tquad.reference, tests-lib/tsin.c,
	tests-lib/tsin.reference, tests-lib/tsingle.c,
	tests-lib/tsingle.reference, tests-lib/tsinh.c,
	tests-lib/tsinh.reference, tests-lib/tsqrt.c,
	tests-lib/tsqrt.reference, tests-lib/tsub.c,
	tests-lib/tsub.reference, tests-lib/ttan.c,
	tests-lib/ttan.reference, tests-lib/ttanh.c,
	tests-lib/ttanh.reference, tests-lib/ttriple_double.c,
	tests-lib/ttriple_double.reference: * Some other tests.    This
	commit was extracted from SVN r1515.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1515
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/check.proto,
	tests-lib/check00.c, tests-lib/check01.c,
	tests-lib/tbuild_function_abs.c,
	tests-lib/tbuild_function_abs.reference,
	tests-lib/tbuild_function_acos.c,
	tests-lib/tbuild_function_acos.reference,
	tests-lib/tbuild_function_acosh.c,
	tests-lib/tbuild_function_acosh.reference,
	tests-lib/tbuild_function_add.c,
	tests-lib/tbuild_function_add.reference,
	tests-lib/tbuild_function_asin.c,
	tests-lib/tbuild_function_asin.reference,
	tests-lib/tbuild_function_asinh.c,
	tests-lib/tbuild_function_asinh.reference,
	tests-lib/tbuild_function_atan.c,
	tests-lib/tbuild_function_atan.reference,
	tests-lib/tbuild_function_atanh.c,
	tests-lib/tbuild_function_atanh.reference,
	tests-lib/tbuild_function_ceil.c,
	tests-lib/tbuild_function_ceil.reference,
	tests-lib/tbuild_function_cos.c,
	tests-lib/tbuild_function_cos.reference,
	tests-lib/tbuild_function_cosh.c,
	tests-lib/tbuild_function_cosh.reference,
	tests-lib/tbuild_function_div.c,
	tests-lib/tbuild_function_div.reference,
	tests-lib/tbuild_function_double.c,
	tests-lib/tbuild_function_double.reference,
	tests-lib/tbuild_function_double_double.c,
	tests-lib/tbuild_function_double_double.reference,
	tests-lib/tbuild_function_doubleextended.c,
	tests-lib/tbuild_function_doubleextended.reference,
	tests-lib/tbuild_function_erf.c,
	tests-lib/tbuild_function_erf.reference,
	tests-lib/tbuild_function_erfc.c,
	tests-lib/tbuild_function_erfc.reference,
	tests-lib/tbuild_function_exp.c,
	tests-lib/tbuild_function_exp.reference,
	tests-lib/tbuild_function_expm1.c,
	tests-lib/tbuild_function_expm1.reference,
	tests-lib/tbuild_function_floor.c,
	tests-lib/tbuild_function_floor.reference,
	tests-lib/tbuild_function_free_variable.c,
	tests-lib/tbuild_function_free_variable.reference,
	tests-lib/tbuild_function_halfprecision.c,
	tests-lib/tbuild_function_halfprecision.reference,
	tests-lib/tbuild_function_log.c,
	tests-lib/tbuild_function_log.reference,
	tests-lib/tbuild_function_log10.c,
	tests-lib/tbuild_function_log10.reference,
	tests-lib/tbuild_function_log1p.c,
	tests-lib/tbuild_function_log1p.reference,
	tests-lib/tbuild_function_log2.c,
	tests-lib/tbuild_function_log2.reference,
	tests-lib/tbuild_function_mul.c,
	tests-lib/tbuild_function_mul.reference,
	tests-lib/tbuild_function_nearestint.c,
	tests-lib/tbuild_function_nearestint.reference,
	tests-lib/tbuild_function_neg.c,
	tests-lib/tbuild_function_neg.reference,
	tests-lib/tbuild_function_pi.c,
	tests-lib/tbuild_function_pi.reference,
	tests-lib/tbuild_function_pow.c,
	tests-lib/tbuild_function_pow.reference,
	tests-lib/tbuild_function_quad.c,
	tests-lib/tbuild_function_quad.reference,
	tests-lib/tbuild_function_sin.c,
	tests-lib/tbuild_function_sin.reference,
	tests-lib/tbuild_function_single.c,
	tests-lib/tbuild_function_single.reference,
	tests-lib/tbuild_function_sinh.c,
	tests-lib/tbuild_function_sinh.reference,
	tests-lib/tbuild_function_sqrt.c,
	tests-lib/tbuild_function_sqrt.reference,
	tests-lib/tbuild_function_sub.c,
	tests-lib/tbuild_function_sub.reference,
	tests-lib/tbuild_function_tan.c,
	tests-lib/tbuild_function_tan.reference,
	tests-lib/tbuild_function_tanh.c,
	tests-lib/tbuild_function_tanh.reference,
	tests-lib/tbuild_function_triple_double.c,
	tests-lib/tbuild_function_triple_double.reference: * New system of
	tests for the lib. Each file foo.c *must* come with a file
	foo.reference. If foo.reference is missing, this will generate an
	error message on stderr when make check will be run. If
	foo.reference is empty, foo will be run and it exit code determines
	if the test succeeds or not. If foo.reference is not empty, the test
	succeeds if and only if the exit code of foo is 0 *and* the output
	of foo is the same as in foo.reference  * First checks.    This
	commit was extracted from SVN r1514.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1514
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Converted tests in configure script to 'if test ...'
	instead of 'if [[ ... ]]'  This commit was extracted from SVN r1513.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1513
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Added check in configure script that tries to avoid
	the case when FPLLL is just a header file and just a static version
	of libsollya is built.  This commit was extracted from SVN r1512.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1512
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: * Eventually found
	a way to force compilation of sollya without recompiling test files.
	This commit was extracted from SVN r1511.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1511
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/Makefile.am, tests-tool/toto.sollya,
	tests-tool/toto.sollya.reference, tests-tool/toto2.sollya,
	tests-tool/toto2.sollya.reference: * Removed temporary test files
	and restored previous tests.    This commit was extracted from SVN
	r1510.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1510
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-tool/Makefile.am: Added two newlines
	to Makefiles  This commit was extracted from SVN r1509.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1509
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am: * Removed unnecessary targets for the
	reconstruction of sollya tool during check of the lib    This commit
	was extracted from SVN r1508.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1508
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/check01.c: * Added missing file    This commit was
	extracted from SVN r1507.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1507
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/toto.sollya, tests-tool/toto.sollya.reference,
	tests-tool/toto2.sollya, tests-tool/toto2.sollya.reference: * Added
	missing temporary files.    This commit was extracted from SVN
	r1506.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1506
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-tool/check005.sollya, tests-tool/check005.sollya.reference: 
	* Corrected a typo introduced a year ago when splitting check.sollya
	into several files (rev 1304).    This commit was extracted from SVN
	r1505.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1505
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac, tests-lib/Makefile.am,
	tests-lib/check00.c, tests-tool/Makefile.am, {tests =>
	tests-tool}/check.proto, {tests => tests-tool}/check001.sollya,
	{tests => tests-tool}/check001.sollya.reference, {tests =>
	tests-tool}/check002.sollya, {tests =>
	tests-tool}/check002.sollya.reference, {tests =>
	tests-tool}/check003.sollya, {tests =>
	tests-tool}/check003.sollya.reference, {tests =>
	tests-tool}/check004.sollya, {tests =>
	tests-tool}/check004.sollya.reference, {tests =>
	tests-tool}/check005.sollya, {tests =>
	tests-tool}/check005.sollya.reference, {tests =>
	tests-tool}/check006.sollya, {tests =>
	tests-tool}/check006.sollya.reference, {tests =>
	tests-tool}/check007.sollya, {tests =>
	tests-tool}/check007.sollya.reference, {tests =>
	tests-tool}/check008.sollya, {tests =>
	tests-tool}/check008.sollya.reference, {tests =>
	tests-tool}/check009.sollya, {tests =>
	tests-tool}/check009.sollya.reference, {tests =>
	tests-tool}/check010.sollya, {tests =>
	tests-tool}/check010.sollya.reference, {tests =>
	tests-tool}/check011.sollya, {tests =>
	tests-tool}/check011.sollya.reference, {tests =>
	tests-tool}/check012.sollya, {tests =>
	tests-tool}/check012.sollya.reference, {tests =>
	tests-tool}/check013.sollya, {tests =>
	tests-tool}/check013.sollya.reference, {tests =>
	tests-tool}/check014.sollya, {tests =>
	tests-tool}/check014.sollya.reference, {tests =>
	tests-tool}/check015.sollya, {tests =>
	tests-tool}/check015.sollya.reference, {tests =>
	tests-tool}/check016.sollya, {tests =>
	tests-tool}/check016.sollya.reference, {tests =>
	tests-tool}/check017.sollya, {tests =>
	tests-tool}/check017.sollya.reference, {tests =>
	tests-tool}/check018.sollya, {tests =>
	tests-tool}/check018.sollya.reference, {tests =>
	tests-tool}/check019.sollya, {tests =>
	tests-tool}/check019.sollya.reference, {tests =>
	tests-tool}/check020.sollya, {tests =>
	tests-tool}/check020.sollya.reference, {tests =>
	tests-tool}/memoryleaks.sollya, {tests =>
	tests-tool}/timecheck.sollya, {tests =>
	tests-tool}/timecheck.sollya.reference, tests/Makefile.am: * Some
	progress on having a check system for both the tool and the library.
	This commit was extracted from SVN r1504.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1504
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests-lib/Makefile.am, tests-lib/check00.c: * Forgotten new
	directory.    This commit was extracted from SVN r1503.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1503
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac, doc/Makefile.am, tests/Makefile.am,
	tests/check.proto: * Still testing things with make check without
	understanding precisely what happens.    This commit was extracted
	from SVN r1502.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1502
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* bitfields.c, bitfields.h, execute.c, execute.h, general.c,
	general.h, internlexer.l, internparser.y, lexer.l,
	message-numbers.c, message-numbers.h, minilexer.l, miniparser.y,
	parser.y, sollya-library-wrappers.c, sollya.h: Added commands
	suppressmessage and unsuppressmessage, procedure
	getsuppressedmessages and mode showmessagenumbers to both the
	interactive mode and to the new Sollya library. The new features
	still lack documentation and tests.  This commit was extracted from
	SVN r1500.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1500
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* message-numbers.c: Added forgotten file  This commit was extracted
	from SVN r1499.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1499
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y, sollya-library-wrappers.c,
	sollya.h: Added showmessagenumbers mode that allows the numbers of
	the different warning messages to be displayed or not.  This commit
	was extracted from SVN r1498.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1498
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* bitfields.c, bitfields.h: Committing some forgotten files: Added
	some code implementing bitfields. This will allow implementation of
	a suppresswarningnumber mode to be done.  This commit was extracted
	from SVN r1496.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1496
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am: Added some code implementing bitfields. This will
	allow implementation of a suppresswarningnumber mode to be done.
	This commit was extracted from SVN r1495.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1495
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c, general.h: Started working on a mode
	where messages can be filtered by type  This commit was extracted
	from SVN r1494.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1494
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h: Cleaned up the left-overs from
	recoverFromError  This commit was extracted from SVN r1492.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1492
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, execute.c: Merged trunk into branch sollya_lib using
	command "svn merge -r 1460:HEAD
	svn+ssh://clauter@scm.gforge.inria.fr/svn/sollya/trunk ."  This
	commit was extracted from SVN r1490.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1490
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Added some additional checks to automake (configure)
	script as recommended by autoscan  This commit was extracted from
	SVN r1489.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1489
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Trying to patch bug #13702  This commit was
	extracted from SVN r1488.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1488
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Changed a warning message in order to patch bug #10317
	This commit was extracted from SVN r1487.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1487
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Completed support for
	structures in the new Sollya library.  This commit was extracted
	from SVN r1485.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1485
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Started working on support
	for structures in the new Sollya library.  This commit was extracted
	from SVN r1483.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1483
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, externalproc.c, sollya-library-wrappers.c, sollya.h: 
	Finished updating externalproc for use with the new Sollya library.
	This commit was extracted from SVN r1480.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1480
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, internlexer.l, internparser.y, lexer.l, library.h,
	minilexer.l, miniparser.y, parser.y: Some progress with extending
	externalproc to plain Sollya objects. Work is unfinished and not yet
	tested.  This commit was extracted from SVN r1479.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1479
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added functions to the Sollya
	library to allow Sollya objects to be tested against particular
	constant values, like on, off, dyadic etc.  This commit was
	extracted from SVN r1478.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1478
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Corrected a small mistake in the
	library code.  This commit was extracted from SVN r1477.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1477
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya.h: Added a couple of functions
	to the Sollya to allow mathematical functions to be recursively
	decomposed.  This commit was extracted from SVN r1476.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1476
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, libsollyaexample.c: Change example for using the Sollya
	library.  This commit was extracted from SVN r1475.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1475
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, message-numbers.h, remez.c: Removed the last
	recoverFromError: Sylvain please check if I correctly performed that
	change. Improved signal handling.  This commit was extracted from
	SVN r1474.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1474
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, sollya-library-wrappers.c: Added some
	preliminary (untested) code for initializing and finalizing the new
	Sollya library.  This commit was extracted from SVN r1473.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1473
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c, plot.c: Removed a couple of calls to
	recoverFromError. Only one call in remez.c seems to remain.  This
	commit was extracted from SVN r1472.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1472
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, message-numbers.h, sollya-library-wrappers.c,
	sollya.h: Added a feature that allows message numbers (as received
	by the message call-back function) to be translated to texts.  This
	commit was extracted from SVN r1471.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1471
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, message-numbers.h,
	sollya-library-wrappers.c: Again some progress with the new Sollya
	library  This commit was extracted from SVN r1470.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1470
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c: Yet some more progress with the new
	Sollya library  This commit was extracted from SVN r1469.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1469
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2012-01-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, sollya-library-wrappers.c,
	sollya-library-wrappers.h, sollya.h: Some progress with the new
	Sollya library. The sollya.h header should now be complete.  This
	commit was extracted from SVN r1468.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1468
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-12-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h, sollya-library-wrappers.c, sollya-library-wrappers.h: 
	Added a forgotten function to the new Sollya library  This commit
	was extracted from SVN r1467.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1467
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-12-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya-library-wrappers.h: Some
	progress with implementing the new Sollya library  This commit was
	extracted from SVN r1466.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1466
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya-library-wrappers.h: Added
	declaration (and definition) of a forgotten Sollya lib wrapper
	function and change the name of another one  This commit was
	extracted from SVN r1465.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1465
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h, general.c, general.h, sollya-library-wrappers.c,
	sollya-library-wrappers.h: Some progress implementing the new Sollya
	library  This commit was extracted from SVN r1464.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1464
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya-library-wrappers.c, sollya-library-wrappers.h: Stubbed out
	the functions needed for the new Sollya lib  This commit was
	extracted from SVN r1463.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1463
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am: Stubbed out the functions needed for the new Sollya
	lib  This commit was extracted from SVN r1462.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1462
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: * Added forgotten declaration @rev 1370 in sollya.h.
	guessDegree now takes an integer argument 'bound' which is a
	stopping criterion for the algorithm. In Sollya, the default value
	is 1024. In practice, the algorithm aborts if it does not achieve to
	prove that the degree you are looking for is smaller than bound.
	This commit was extracted from SVN r1461.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1461
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Added a branch for the development of a Sollya librry with a
	real interface  This commit was extracted from SVN r1460.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/sollya_lib@1460
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Wrapped parseString to handle cases when a syntax error
	occurs  This commit was extracted from SVN r1458.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1458
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-11-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Finished converting everything to printMessage using the
	new format specifiers  This commit was extracted from SVN r1457.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1457
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, implement.c, infnorm.c, mpfi-compat.c, mpfi-compat.h,
	plot.c, printf.c, remez.c, sturm.c, worstcase.c: Changed the
	argument type for the new Sollya printf format specifiers: %v now
	takes an mpfr_t directly (not a pointer to an mpfr_t), %w takes a
	sollya_mpfi_t, %r takes a mpq_t. However, %b still takes a node *.
	Converted all the code to these new (cleaner) types.  This commit
	was extracted from SVN r1456.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1456
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, remez.c: Continued working on extended Sollya printf
	with format specifiers for MPFR, MPFI and node* types  This commit
	was extracted from SVN r1455.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1455
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* printf.c, sturm.c, sturm.h: Added format specifier %r for mpq
	values to sollyaPrintf and converted sturm.c to printMessage, using
	that new format specifier  This commit was extracted from SVN r1454.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1454
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, external.c, implement.c, infnorm.c,
	lexer.l, plot.c, remez.c, worstcase.c: Started converting all
	occurrences of "if (verbosity >= foo) { changeMode();
	sollyaPrintf(...) ... }" to printMessages, using the new %v, %w and
	%b format specifiers. Files remez.c and sturm.c still need to be
	converted: for sturm.c, we need a format specifier for GMP
	rationals, for remez.c, we need support for a precision modifier
	that works with %v.  This commit was extracted from SVN r1453.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1453
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, general.c, infnorm.c, infnorm.h, printf.c, printf.h: 
	Started working on a sollyaPrintf that supports format specifiers
	for MPFR, MPFI values and Sollya node trees.  This commit was
	extracted from SVN r1452.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1452
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Corrected a long lasting bug in printMessage occuring
	with the use of va_start. This might be in relation with the
	"Contact with Houston lost"-phenomenon  This commit was extracted
	from SVN r1451.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1451
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check021.sollya: more examples from my thesis   This commit
	was extracted from SVN r1450.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1450 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/chebyshevform.shlp, doc/keywords.def: added a little bit of
	documentation for chebyshevform   This commit was extracted from SVN
	r1449.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1449 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c, rigorousIntegralCM.c: removed one unused var in
	chebyshevform; added and "external procedure" file for testing
	purposes: computes rigorous integrals using cms.   This commit was
	extracted from SVN r1448.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1448 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModelsAux.c, tests/check021.sollya: added check file for
	chebyshevform; patched one bug in chebModelsAux.c; tests similar to
	taylorform pass; TODO:more tests needed to be added.   This commit
	was extracted from SVN r1447.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1447 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebyshevform.c, mpfi-compat.c, mpfi-compat.h: added in
	mpfi-compat the wrapper sollya_mpfi_add_fr for mpfi_add_fr; added in
	chebyshevform.c a test whether the domain is a point interval.
	This commit was extracted from SVN r1446.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1446 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS, chain.c, chain.h, chebyshevform.c,
	doc/CommandsAndFunctions.tex, doc/bind.shlp, doc/bind.tex,
	doc/composepolynomials.shlp, doc/composepolynomials.tex,
	doc/concat.shlp, doc/concat.tex, doc/fpminimax.shlp,
	doc/fpminimax.tex, doc/introExample37bis.sollya,
	doc/introExample37bis.tex, doc/introExample3bis.sollya,
	doc/introExample3bis.tex, doc/introExample50.sollya,
	doc/introExample50.tex, doc/keywords.def, doc/proc.shlp,
	doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/remez.shlp, doc/remez.tex, doc/rename.shlp, doc/rename.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/substitute.shlp,
	doc/substitute.tex, doc/types.def, doc/www/ListOfCommands.php,
	doc/www/bind.php, doc/www/composepolynomials.php,
	doc/www/concat.php, doc/www/fpminimax.php,
	doc/www/introExample37bis.php, doc/www/introExample3bis.php,
	doc/www/introExample50.php, doc/www/proc.php,
	doc/www/procedure.php, doc/www/remez.php, doc/www/sollya.php,
	doc/www/substitute.php, double.c, execute.c, execute.h,
	expression.c, expression.h, external.c, fpminimax.cpp, help.h,
	implement.c, implementconst.c, infnorm.c, infnorm.h, internlexer.l,
	internparser.y, lexer.l, match.c, minilexer.l, miniparser.y,
	parser.y, plot.c, proof.c, remez.c, remez.h, sollya.h, supnorm.c,
	taylor.c, taylorform.h, tests/Makefile.am, tests/check001.sollya,
	tests/check008.sollya, tests/check009.sollya,
	tests/check009.sollya.reference, tests/check010.sollya.reference,
	tests/check011.sollya, tests/check012.sollya,
	tests/check012.sollya.reference, tests/check013.sollya,
	tests/check013.sollya.reference, tests/check015.sollya,
	tests/check015.sollya.reference, tests/check018.sollya,
	tests/check018.sollya.reference, tests/check019.sollya,
	tests/check019.sollya.reference, tests/check020.sollya,
	tests/check020.sollya.reference, tests/memoryleaks.sollya,
	worstcase.c, xml.c: Merged trunk into branch, manually modifying a
	couple of places in execute.c to get preevaluation on matching to
	work on taylorforms  This commit was extracted from SVN r1445.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1445 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-15  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModelsAux.c, chebyshevform.c: ready for beta-testing. more
	valgrind done (seems to be ok now).   This commit was extracted from
	SVN r1444.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1444 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-14  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModelsAux.c, chebModelsAux.h, chebyshevform.c,
	chebyshevform.h: checked code, added comments, cleaned, valgrinded;
	TODO: interface to monomial basis; a little mode valgrind.   This
	commit was extracted from SVN r1443.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1443 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-13  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModelsAux.c, chebModelsAux.h: checked code, added comments
	This commit was extracted from SVN r1442.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1442 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check010.sollya.reference: * Update of
	check010.sollya.reference because Sollya now prints a message when
	rename(something,y) is used while the free variable does not yet
	have a name.    This commit was extracted from SVN r1441.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1441
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-09-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample37bis.sollya, doc/introExample37bis.tex,
	doc/introExample3bis.sollya, doc/introExample3bis.tex,
	doc/introExample50.sollya, doc/introExample50.tex, doc/rename.shlp,
	doc/rename.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/www/fpminimax.php, doc/www/introExample37bis.php,
	doc/www/introExample3bis.php, doc/www/introExample50.php,
	doc/www/remez.php, doc/www/sollya.php, execute.c, help.h: * Added
	documentation for the new keyword _x_.    This commit was extracted
	from SVN r1440.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1440
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, expression.c, external.c, implement.c,
	internlexer.l, internparser.y, lexer.l, match.c, minilexer.l,
	miniparser.y, parser.y, plot.c, proof.c, taylor.c, worstcase.c,
	xml.c: Added support for a default free variable _x_ that works
	everywhere and during the whole run of a Sollya session.
	Documentation and tests are still missing (and required ;-)  This
	commit was extracted from SVN r1439.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1439
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, doc/fpminimax.shlp, doc/fpminimax.tex,
	doc/remez.shlp, doc/remez.tex, doc/sollya.pdf, execute.c,
	fpminimax.cpp, help.h, remez.c, remez.h, sollya.h,
	tests/memoryleaks.sollya: * Change in remez and fpminimax commands
	syntax: the second argument can now be any list of functions, and
	allows the user to compute approximation in any basis.  * IMPORTANT
	NOTE: the signature of the internal functions remez and remezAux
	changed. This might affect users of the library. The signature of
	the internal functions FPminimax and FPminimaxMain did not change;
	however the meaning of the chain *monomials argument changed: it
	used to be a list of integers and is now a list of pure trees.  *
	remez now returns a non-hornerized polynomial. However, it is not
	hard to maintain compatibility with the old behavior, if needed.  *
	memoryleaks checks have been added, and the new functionnalities are
	documented. However, no test case has been added yet.    This commit
	was extracted from SVN r1438.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1438
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check020.sollya, tests/check020.sollya.reference: * This
	time, check020 should really pass on all known architectures.
	This commit was extracted from SVN r1437.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1437
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac: * Bad manipulation with the previous
	commit (clearly, I am tired). I committed by mistake files of the
	weekly that should not have been committed. Reverting.    This
	commit was extracted from SVN r1436.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1436
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac, tests/check020.sollya: * Error in the
	test file for remez. For some reason, I mixed up cases that were
	different on 32bit and 64bit machines. (the previous revision was a
	mistake and had nothing to do with 32bit and 64bit machines).
	This commit was extracted from SVN r1435.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1435
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check020.sollya: * Error in the test file for remez. For
	some reason, I mixed up cases that were different on 32bit and 64bit
	machines.     This commit was extracted from SVN r1434.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1434
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: * Forgot to add check020 in the Makefile.
	This commit was extracted from SVN r1433.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1433
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check012.sollya.reference: * One of the fpminimax instances
	seems to give different results on 32 bit and 64 bits computers, due
	to a difference of the behavior of FPLLL. This must still be
	confirmed. Meanwhile, I reset the reference with the previous value,
	that works on 64 bit computers.    This commit was extracted from
	SVN r1432.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1432
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check012.sollya, tests/check012.sollya.reference,
	tests/check015.sollya, tests/check015.sollya.reference,
	tests/check020.sollya, tests/check020.sollya.reference: * Last
	changes in the test files, to account for the fact that remez does
	not produce the same results with recent versions of MPFR, as with
	older versions. Actually, this also affected fpminimax. The tests
	are now correct also for fpminimax.    This commit was extracted
	from SVN r1431.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1431
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check001.sollya, tests/check008.sollya,
	tests/check009.sollya, tests/check009.sollya.reference,
	tests/check011.sollya, tests/check012.sollya,
	tests/check012.sollya.reference, tests/check013.sollya,
	tests/check013.sollya.reference, tests/check015.sollya,
	tests/check015.sollya.reference, tests/check019.sollya,
	tests/check019.sollya.reference, tests/check020.sollya,
	tests/check020.sollya.reference: * Many tests were broken with
	recent versions of MPFR, due to the correction of the problem
	affecting mpfr_urandom (see commit message of revision 1270). As a
	consequence polynomials computed by remez algorithm were different
	with recent versions of MPFR compared to older versions and the
	tests were broken.  The set of tests should now pass both with old
	and recent MPFR libraries.  A problem might still remain with
	check012 (it is FPminimax). I have to investigate if it is just due
	to the remez thing or if there is something deeper.    This commit
	was extracted from SVN r1430.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1430
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check015.sollya, tests/check015.sollya.reference: * Patched
	bug related to the fact that, in old versions of MPFR, mpfr_urandom
	was architecture dependent. The same thing had already been
	discovered in check013 and a patched produced at revision 1270.
	This commit was extracted from SVN r1429.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1429
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-08-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bind.shlp, doc/bind.tex,
	doc/concat.shlp, doc/concat.tex, doc/keywords.def, doc/proc.shlp,
	doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/sollya.pdf, doc/www/ListOfCommands.php, doc/www/bind.php,
	doc/www/concat.php, doc/www/proc.php, doc/www/procedure.php, help.h: 
	Documented bind  This commit was extracted from SVN r1428.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1428
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check019.sollya, tests/check019.sollya.reference: Corrected
	tests for composepolynomials in order not to depend on the version
	of MPFI  This commit was extracted from SVN r1427.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1427
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS, tests/check015.sollya, tests/check015.sollya.reference: *
	Added non-regression tests for the bug discovered by Florent de
	Dinechin, and fixed in revision 1425.    This commit was extracted
	from SVN r1426.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1426
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, supnorm.c: Corrected a bug in supnorm found by F2D - no
	regression test added, yet  This commit was extracted from SVN
	r1425.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1425
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Corrected the wrong extra-dist entry for
	check019.sollya  This commit was extracted from SVN r1424.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1424
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Just removed weird symbols in the comment and messages
	in remez.c    This commit was extracted from SVN r1423.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1423
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Made substitute try to evaluate expressions that
	would become constant in result of the substitution and replace them
	by their value where possible (representable).  This commit was
	extracted from SVN r1422.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1422
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Made faithful floating-point evaluation at the prompt
	and for := and ~ recognize cases where a function is applied to a
	constant and evaluate that function at that point instead of
	evaluating the constant tree obtained by substituting the constant
	into the tree at some arbitrary point. This resolves an issue seen
	with expressions that stay defined by continuity at some point but
	that involve procedure-base functions for which the tool cannot
	perform meaningful simplifications.  This commit was extracted from
	SVN r1421.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1421
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Patched a bug in error-free
	simplification of divisions occurring when the numerator evaluates
	to 0 and the denominator is constant zero but does not evaluate to
	constant zero.  This commit was extracted from SVN r1420.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1420
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implementconst.c: * Corrected a small bug in the algorithm (that
	had been corrected in the final version of the ARITH20 paper,
	without being modified accordingly in the code).    This commit was
	extracted from SVN r1419.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1419
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Added a missing break statement that provoked a
	segfault on rare occasions. The occasions were that rare that the
	bug had stayed undiscovered at least since revision 525.  This
	commit was extracted from SVN r1418.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1418
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Added a command bind that
	allows procedure to be partially applied ("a la Curry")  This commit
	was extracted from SVN r1417.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1417
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/composepolynomials.shlp,
	doc/composepolynomials.tex, doc/keywords.def, doc/sollya.pdf,
	doc/substitute.shlp, doc/substitute.tex, doc/types.def,
	doc/www/ListOfCommands.php, doc/www/composepolynomials.php,
	doc/www/substitute.php, help.h: Added doc for composepolynomials
	This commit was extracted from SVN r1416.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1416
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check019.sollya, tests/check019.sollya.reference: Added
	forgotten test files  This commit was extracted from SVN r1415.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1415
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Improved quality of displayed output when print or
	write get used on structures that contain polynomials  This commit
	was extracted from SVN r1414.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1414
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Tests for new command composepolynomials  This
	commit was extracted from SVN r1413.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1413
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: * Corrected a memory leak and added a comment about
	the new wrapper makePolynomial.    This commit was extracted from
	SVN r1412.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1412
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Improved behavior of general function building up
	polynomial trees from an array of MPFR coefficients. The sparsity of
	the polynomials is now taken into account.  This commit was
	extracted from SVN r1411.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1411
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a small mistake with a usage of
	evaluateFaithful  This commit was extracted from SVN r1410.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1410
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h, infnorm.c,
	infnorm.h, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y: Added a new command composepolynomials.
	Documentation and tests are still missing  This commit was extracted
	from SVN r1409.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1409
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-07-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests/check018.sollya,
	tests/check018.sollya.reference: Patched a nasty bug with
	substitution of a polynomial into another  This commit was extracted
	from SVN r1408.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1408
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: * Patched a bug with the optional sixth argument of
	remez: now it ensures that it is non-negative.    This commit was
	extracted from SVN r1406.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1406
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, fpminimax.cpp, remez.c, remez.h: * Added a sixth
	optional parameter to remez command. This parameter is currently
	*DEPRECATED* because we do not guarantee to support it in the
	future. The behavior of this sixth parameter may change without any
	warning in the future.  Currently the sixth parameter is an interval
	[satisfying_err, target_err] with the following behavior:   - if,
	during the algorithm, we manage to prove that target_err is
	unreachable, we stop the algorithm returning the last computed
	polynomial.   - if, during the algorithm, we obtain a polynomial
	with an error smaller than satisfying_err, we stop the algorithm
	returning that polynomial.   - otherwise we loop until we find an
	optimal polynomial with the required quality, as usual.  The default
	is [0, +Inf] ('default' keyword is supported).  Examples of use:
	[0, +Inf]  -> whatever happens, compute the optimal polynomial with
	the required quality (same behavior as before).   [target_err] -> my
	target error is target_err. If you manage to prove that it is not
	reachable stop computing immediately                  (I do not care
	the optimal polynomial: it is worst than what I need anyway). On the
	contrary, if you manage                  to find a polynomial with
	that error, do not continue further (that one is sufficient for my
	needs).   [0, target_err] -> I am interested by the optimal
	polynomial, except if it is not even able to provide me target_err
	(typically: I absolutely need an error smaller than target_err, but
	any extra bit of accuracy would be welcome, so I am
	interested by the optimal polynomial nonetheless)   [satisfying_err,
	+Inf] -> I am happy with any polynomial with an error better than
	satisfying_error (so, stop the computation                  as soon
	as such a polynomial is found). However, if such a polynomial does
	not exist, I would like to use the optimal
	polynomial (typically: I have the constraint that I cannot use a
	degree larger than a given n. Under this constraint,
	I would like to achieve satisfying_error, or if not possible, keep
	my constraint but get the best possible approximation)
	[target_err/4, target_err] -> My target error is target_err, so I
	would like to immediately stop the computation if it is not
	achievable. Moreover, I need some room (maybe because I will use my
	remez polynomial as the input of fpminimax, and this
	will make me loose accuracy). So, 2 extra bits are enough (do not
	compute further if you already have the two extra bits),
	and if this goal is not achievable, give me the closest to my 2
	extra bits (i.e. the optimal polynomial).    This commit was
	extracted from SVN r1405.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1405
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h: Changed behavior of autoprint for
	void when verbosity >= 2  This commit was extracted from SVN r1404.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1404
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh: Synchronize metalibm and sollya  This commit was
	extracted from SVN r1403.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1403
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.c: Synchronized Sollya with latest version
	of metalibm  This commit was extracted from SVN r1402.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1402
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-06-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.h, general.c, remez.c: Patched a rare bug on
	output getting mixed up that occurs when remez fails to converge and
	warnings are redirected into a pipe  This commit was extracted from
	SVN r1401.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1401
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/www/index.php: * Updated the web page to make it link to
	Sollya 3.0.    This commit was extracted from SVN r1400.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1400
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Added a word in NEWS about the bug discovered yesterday.
	This commit was extracted from SVN r1398.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1398
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/www/bashevaluate.php,
	doc/www/bashexecute.php, doc/www/time.php, doc/www/timing.php,
	help.h: * Recompiled the doc.    This commit was extracted from SVN
	r1397.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1397
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check013.sollya, tests/check013.sollya.reference: *
	Corrected a typo in check013.sollya    This commit was extracted
	from SVN r1396.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1396
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check013.sollya, tests/check013.sollya.reference,
	tests/memoryleaks.sollya: * Added new tests for taylorform.    This
	commit was extracted from SVN r1395.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1395
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: * Patched (huge) bug #12711.    This commit was
	extracted from SVN r1394.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1394
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/taylorform.shlp, doc/taylorform.tex,
	doc/www/taylorform.php, help.h: * Modified the help of taylorform
	command to make it match reality (i.e. n is the degree of the
	returned polynomial, and not the degree+1)    This commit was
	extracted from SVN r1393.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1393
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/taylor.shlp, doc/taylor.tex,
	doc/www/taylor.php, help.h: * Patched the doc of taylor command.
	This commit was extracted from SVN r1392.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1392
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: Patched a pointer problem in bashevaluate: a byte one
	before a malloc'ed block was read if the result of bashevaluate was
	the empty string  This commit was extracted from SVN r1391.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1391
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: * Reviewed and modified a little bit Mioara's patch.
	In principle I agree with it. It remains to carefully check on
	examples that everything seems to be OK, and change
	check013.sollya.reference    This commit was extracted from SVN
	r1390.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1390
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Small addition to the NEWS file  This commit was extracted
	from SVN r1389.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1389
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, execute.c, external.c, match.c,
	tests/check016.sollya, tests/check016.sollya.reference,
	tests/memoryleaks.sollya: Patched a problem with matching with
	default on the concat operator ("@") and on bounds of ranges ("match
	[1;2] with [default;2] : (1);")  Corrected a possible bug in
	bashevaluate if ever the pipe from the child process that gets
	forked off to run the bash command gets closed once before the child
	process ends, then filled up again and is eventually closed after
	child process ends.  Recompiled the PDF documentation from the
	sources as it was not up-to-date.  Added additional test lines in
	the check files and in the memoryleak check files to test the
	behavior on default described above.    This commit was extracted
	from SVN r1388.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1388
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.tex, doc/www/sollya.php: * Updated the
	version number of Sollya to 3.0.    This commit was extracted from
	SVN r1387.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1387
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, double.c, double.h, execute.c, expansion.c,
	expression.c, expression.h, external.c, external.h, fpminimax.cpp,
	general.c, general.h, help.h, implementconst.c, infnorm.c, match.c,
	match.h, remez.c, remez.h, taylorform.c, xml.c: * Updated
	copyrights.    This commit was extracted from SVN r1386.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1386
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Proposition of NEWS file for 3.0    This commit was
	extracted from SVN r1385.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1385
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/memoryleaks.sollya: * Updated memoryleaks.sollya with the
	new tests added since last release.     This commit was extracted
	from SVN r1384.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1384
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: * Patched a memory leak in guessdegree.    This commit
	was extracted from SVN r1383.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1383
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: patched taylorform in the case of using Zumkeller
	remark for absolute case and added Zumk remark for relative case
	This commit was extracted from SVN r1382.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1382
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/time.php, doc/www/timing.php, help.h: Recompiled the
	documentation  This commit was extracted from SVN r1381.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1381
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: * Added forgotten files check018* to
	Makefile.am    This commit was extracted from SVN r1380.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1380
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, tests/check018.sollya, tests/check018.sollya.reference: 
	* Reviewed mpfr_round_to_ieee_format and added test cases for it.
	This commit was extracted from SVN r1379.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1379
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/fpminimax.shlp, doc/fpminimax.tex, doc/guessdegree.shlp,
	doc/guessdegree.tex, doc/sollya.pdf, doc/www/fpminimax.php,
	doc/www/guessdegree.php, execute.c, help.h: * Patched guessdegree to
	support the default keyword. * Added a test in guessdegree, to
	guarantee that bound is positive. * Patched the doc of guessdegree
	accordingly. * Patched the doc of fpminimax.    This commit was
	extracted from SVN r1378.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1378
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.shlp, doc/bashevaluate.tex, doc/fpminimax.shlp,
	doc/fpminimax.tex, doc/halfprecision.shlp, doc/halfprecision.tex,
	doc/quad.shlp, doc/quad.tex, doc/sollya.pdf,
	doc/www/bashevaluate.php, doc/www/fpminimax.php,
	doc/www/halfprecision.php, doc/www/quad.php, double.c, help.h: *
	Small corrections in the doc.    This commit was extracted from SVN
	r1377.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1377
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/publishwww.sh, doc/sollya.pdf, doc/sollya.tex,
	doc/www/sollya.php: * Read the documentation of pattern matching and
	performed minor corrections. I updated sollya.php accordingly.  *
	Modified publishwww.sh to support an optional argument that is the
	username used to perform the scp on gforge.    This commit was
	extracted from SVN r1376.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1376
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/sollya.pdf, doc/www/roundcoefficients.php, help.h: Added a
	forgotten comma to the doc  This commit was extracted from SVN
	r1375.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1375
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/round.shlp, doc/round.tex, doc/searchgal.tex, doc/sollya.pdf,
	doc/types.def, doc/www/round.php, doc/www/searchgal.php, help.h: 
	Corrected the documentation concerning some issues with format
	indications in fpminimax, round, implementpoly, searchgal,
	roundcoefficients  This commit was extracted from SVN r1374.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1374
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashevaluate.tex, doc/bashexecute.tex, doc/fpminimax.shlp,
	doc/fpminimax.tex, doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/bashevaluate.php, doc/www/bashexecute.php,
	doc/www/fpminimax.php, doc/www/time.php, doc/www/timing.php, help.h: 
	Corrected a typo in the documentation and recompiled it  This commit
	was extracted from SVN r1373.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1373
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, doc/CommandsAndFunctions.tex, doc/double.shlp,
	doc/double.tex, doc/doubledouble.shlp, doc/doubledouble.tex,
	doc/doubleextended.shlp, doc/doubleextended.tex,
	doc/fpminimax.shlp, doc/fpminimax.tex, doc/halfprecision.shlp,
	doc/halfprecision.tex, doc/hp.shlp, doc/hp.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/keywords.def, doc/qd.shlp, doc/qd.tex, doc/quad.shlp,
	doc/quad.tex, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/single.shlp, doc/single.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/www/ListOfCommands.php, doc/www/double.php,
	doc/www/doubledouble.php, doc/www/doubleextended.php,
	doc/www/fpminimax.php, doc/www/halfprecision.php, doc/www/hp.php,
	doc/www/implementconstant.php, doc/www/qd.php, doc/www/quad.php,
	doc/www/round.php, doc/www/roundcoefficients.php,
	doc/www/single.php, doc/www/sollya.php, doc/www/tripledouble.php,
	double.c, double.h, execute.c, execute.h, expression.c,
	expression.h, help.h, implementconst.c, infnorm.c, internlexer.l,
	internparser.y, lexer.l, match.c, minilexer.l, miniparser.y,
	parser.y, taylorform.c, xml.c: Added operators halfprecision and
	quad.    This commit was extracted from SVN r1372.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1372
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: Started working on support for half-precision and quad
	This commit was extracted from SVN r1371.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1371
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, remez.c, remez.h: * Added a fitfth optional argument to
	guessdegree that is used as a maximal allowed degree. In case no
	degree smaller that this bound is proved suitable, a range of the
	form [*, +Inf] is returned.  Still needs to be intensively tested.
	This commit was extracted from SVN r1370.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1370
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: Patched a huge memory leak in bashevaluate  This
	commit was extracted from SVN r1369.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1369
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check015.sollya.reference: * Yet another fix for make check
	with the new fpminimax.    This commit was extracted from SVN r1368.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1368
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check012.sollya.reference: * Corrected
	check012.sollya.reference to account for the modification of
	fpminimax performed last week.    This commit was extracted from SVN
	r1367.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1367
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Added forgotten files check016.sollya and
	check017.sollya to the EXTRA_DIST files  This commit was extracted
	from SVN r1366.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1366
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, match.c: Got over some warnings found with
	an older gcc on a 32 bit system  This commit was extracted from SVN
	r1365.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1365
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh: Adapted compile script to new metalibm structure  This
	commit was extracted from SVN r1364.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1364
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: * Removed a warning in fpminimax that was raised by
	mistake. * Standardized the error messages of fpminimax.    This
	commit was extracted from SVN r1363.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1363
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, fpminimax.cpp: * Patched fpminimax, when precision less
	or equal than 1 are desired in floating mode.    This commit was
	extracted from SVN r1362.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1362
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.c: Adapted Sollya to new metalibm  This
	commit was extracted from SVN r1361.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1361
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashevaluate.shlp,
	doc/bashevaluate.tex, doc/bashexecute.shlp, doc/bashexecute.tex,
	doc/keywords.def, doc/sollya.pdf, doc/www/ListOfCommands.php,
	doc/www/bashevaluate.php, doc/www/bashexecute.php, help.h: 
	Documented bashevaluate  This commit was extracted from SVN r1360.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1360
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh, doc/shlp2txt.sh: * Corrected a bug in shlp2txt
	and shlp2html: backslashes were eaten by the script.    This commit
	was extracted from SVN r1359.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1359
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/{ => www}/help.php: Moved a forgotten php file to www  This
	commit was extracted from SVN r1358.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1358
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: Improved behavior of bashevaluate for commands
	awaiting EOF on their stdin  This commit was extracted from SVN
	r1357.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1357
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, external.c, external.h, internlexer.l,
	internparser.y, lexer.l, minilexer.l, miniparser.y, parser.y,
	tests/Makefile.am, tests/check017.sollya,
	tests/check017.sollya.reference: Added function bashevaluate to the
	tool. Documentation is still missing.    This commit was extracted
	from SVN r1356.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1356
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/compileExamples.sh,
	doc/introExample51.tex, doc/publishwww.sh, doc/shlp2html.sh,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex,
	doc/www/ListOfCommands.php, doc/www/abs.php, doc/www/absolute.php,
	doc/www/accurateinfnorm.php, doc/www/acos.php, doc/www/acosh.php,
	doc/www/and.php, doc/www/append.php, doc/www/approx.php,
	doc/www/asciiplot.php, doc/www/asin.php, doc/www/asinh.php,
	doc/www/atan.php, doc/www/atanh.php, doc/www/autodiff.php,
	doc/www/autosimplify.php, doc/www/bashexecute.php,
	doc/www/binary.php, doc/www/boolean.php, doc/www/canonical.php,
	doc/www/ceil.php, doc/www/checkinfnorm.php, doc/www/coeff.php,
	doc/www/concat.php, doc/www/constant.php, doc/www/cos.php,
	doc/www/cosh.php, doc/www/d.php, doc/www/dd.php, doc/www/de.php,
	doc/www/decimal.php, doc/www/default.php, doc/www/degree.php,
	doc/www/denominator.php, doc/www/diam.php,
	doc/www/dieonerrormode.php, doc/www/diff.php,
	doc/www/dirtyfindzeros.php, doc/www/dirtyinfnorm.php,
	doc/www/dirtyintegral.php, doc/www/display.php, doc/www/divide.php,
	doc/www/double.php, doc/www/doubledouble.php,
	doc/www/doubleextended.php, doc/www/dyadic.php, doc/www/equal.php,
	doc/www/erf.php, doc/www/erfc.php, doc/www/error.php,
	doc/www/evaluate.php, doc/www/execute.php, doc/www/exp.php,
	doc/www/expand.php, doc/www/expm1.php, doc/www/exponent.php,
	doc/www/externalplot.php, doc/www/externalproc.php,
	doc/www/false.php, doc/www/file.php, doc/www/findzeros.php,
	doc/www/fixed.php, doc/www/floating.php, doc/www/floor.php,
	doc/www/fpminimax.php, doc/www/fullparentheses.php,
	doc/www/function.php, doc/www/ge.php, doc/www/gt.php,
	doc/www/guessdegree.php, doc/www/head.php, doc/www/hexadecimal.php,
	doc/www/honorcoeffprec.php, doc/www/hopitalrecursions.php,
	doc/www/horner.php, doc/www/implementconstant.php,
	doc/www/implementpoly.php, doc/www/in.php, doc/www/index.php,
	doc/www/inf.php, doc/www/infnorm.php, doc/www/integer.php,
	doc/www/integral.php, doc/www/introExample1.php,
	doc/www/introExample10.php, doc/www/introExample11.php,
	doc/www/introExample12.php, doc/www/introExample13.php,
	doc/www/introExample14.php, doc/www/introExample15.php,
	doc/www/introExample16.php, doc/www/introExample17.php,
	doc/www/introExample18.php, doc/www/introExample19.php,
	doc/www/introExample2.php, doc/www/introExample20.php,
	doc/www/introExample21.php, doc/www/introExample22.php,
	doc/www/introExample23.php, doc/www/introExample24.php,
	doc/www/introExample25.php, doc/www/introExample26.php,
	doc/www/introExample27.php, doc/www/introExample28.php,
	doc/www/introExample29.php, doc/www/introExample3.php,
	doc/www/introExample30.php, doc/www/introExample31.php,
	doc/www/introExample32.php, doc/www/introExample33.php,
	doc/www/introExample34.php, doc/www/introExample35.php,
	doc/www/introExample36.php, doc/www/introExample37.php,
	doc/www/introExample38.php, doc/www/introExample39.php,
	doc/www/introExample4.php, doc/www/introExample40.php,
	doc/www/introExample41.php, doc/www/introExample42.php,
	doc/www/introExample43.php, doc/www/introExample44.php,
	doc/www/introExample45.php, doc/www/introExample46.php,
	doc/www/introExample47.php, doc/www/introExample48.php,
	doc/www/introExample49.php, doc/www/introExample5.php,
	doc/www/introExample50.php, doc/www/introExample51.php,
	doc/www/introExample52.php, doc/www/introExample53.php,
	doc/www/introExample54.php, doc/www/introExample55.php,
	doc/www/introExample56.php, doc/www/introExample57.php,
	doc/www/introExample58.php, doc/www/introExample59.php,
	doc/www/introExample6.php, doc/www/introExample7.php,
	doc/www/introExample8.php, doc/www/introExample9.php,
	doc/www/isbound.php, doc/www/isevaluable.php, doc/www/le.php,
	doc/www/length.php, doc/www/library.php,
	doc/www/libraryconstant.php, doc/www/listof.php, doc/www/log.php,
	doc/www/log10.php, doc/www/log1p.php, doc/www/log2.php,
	doc/www/lt.php, doc/www/mantissa.php, doc/www/max.php,
	doc/www/mid.php, doc/www/midpointmode.php, doc/www/min.php,
	doc/www/minus.php, doc/www/mult.php, doc/www/nearestint.php,
	doc/www/neq.php, doc/www/nop.php, doc/www/not.php,
	doc/www/numberroots.php, doc/www/numerator.php, doc/www/off.php,
	doc/www/on.php, doc/www/or.php, doc/www/parse.php,
	doc/www/perturb.php, doc/www/pi.php, doc/www/plot.php,
	doc/www/plus.php, doc/www/points.php, doc/www/postscript.php,
	doc/www/postscriptfile.php, doc/www/power.php, doc/www/powers.php,
	doc/www/prec.php, doc/www/precision.php, doc/www/prepend.php,
	doc/www/print.php, doc/www/printdouble.php,
	doc/www/printexpansion.php, doc/www/printsingle.php,
	doc/www/printxml.php, doc/www/proc.php, doc/www/procedure.php,
	doc/www/quit.php, doc/www/range.php, doc/www/rationalapprox.php,
	doc/www/rationalmode.php, doc/www/rd.php, doc/www/readfile.php,
	doc/www/readxml.php, doc/www/relative.php, doc/www/remez.php,
	doc/www/rename.php, doc/www/restart.php, doc/www/return.php,
	doc/www/revert.php, doc/www/rn.php, doc/www/round.php,
	doc/www/roundcoefficients.php, doc/www/roundcorrectly.php,
	doc/www/roundingwarnings.php, doc/www/ru.php, doc/www/rz.php,
	doc/www/searchgal.php, doc/www/sg.php, doc/www/simplify.php,
	doc/www/simplifysafe.php, doc/www/sin.php, doc/www/single.php,
	doc/www/sinh.php, doc/{ => www}/sollya.php, doc/www/sollyacss.css,
	doc/www/sort.php, doc/www/sqrt.php, doc/www/string.php,
	doc/www/subpoly.php, doc/www/substitute.php, doc/www/sup.php,
	doc/www/supnorm.php, doc/www/tail.php, doc/www/tan.php,
	doc/www/tanh.php, doc/www/taylor.php, doc/www/taylorform.php,
	doc/www/taylorrecursions.php, doc/www/td.php, doc/www/time.php,
	doc/www/timing.php, doc/www/tripledouble.php, doc/www/true.php,
	doc/www/var.php, doc/www/verbosity.php, doc/www/void.php,
	doc/www/worstcase.php, doc/www/write.php, help.h: Added HTML version
	of the documentation to the repository.  Added a publish script for
	the HTML version to the repository. (The scp's are better than the
	rsync stuff as the INRIA server doesn't go into "stubborn" mode
	after publishing with scp)  Recompiled the documentation.    This
	commit was extracted from SVN r1354.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1354
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.php, doc/sollya.tex: Synchronized .tex
	and .php version of the Sollya main document  This commit was
	extracted from SVN r1352.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1352 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample51.tex, doc/sollya.pdf, doc/sollya.php: *
	sollya.php is up to date with respect to current version of
	sollya.tex. Though, it should still be carefully read, in order to
	be sure that I did not forget some obscure LaTeX symbol in the php
	version.  * Recompiled the doc.    This commit was extracted from
	SVN r1351.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1351 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/conversionIntro.sh: * Added conversion feature for LaTeX {\it
	...} and {\tt ...} constructs    This commit was extracted from SVN
	r1350.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1350 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check016.sollya, tests/check016.sollya.reference: Extended
	the check file for the pattern matching support  This commit was
	extracted from SVN r1349.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1349 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Finished the documentation for
	pattern matching support in the tex file  This commit was extracted
	from SVN r1348.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1348 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample50.tex, doc/introExample51.tex,
	doc/introExample52.tex, doc/introExample53.tex,
	doc/introExample54.tex, doc/introExample55.tex,
	doc/introExample56.tex, doc/introExample57.tex,
	doc/introExample58.tex, doc/sollya.pdf: Recompiled a part of the
	documentation  This commit was extracted from SVN r1347.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1347 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/compileExamples.sh, doc/introExample8.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/shlp2txt.sh: Merged trunk into branch revisions
	1343:HEAD using svn merge -r 1343:HEAD
	svn://scm.gforge.inria.fr/svn/sollya/trunk .  This commit was
	extracted from SVN r1346.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1346 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample51.tex, doc/introExample54.sollya,
	doc/introExample54.tex, doc/introExample55.sollya,
	doc/introExample55.tex, doc/introExample56.sollya,
	doc/introExample56.tex, doc/introExample57.sollya,
	doc/introExample57.tex, doc/introExample58.sollya,
	doc/introExample58.tex, doc/introExample59.sollya, doc/sollya.pdf,
	doc/sollya.tex, execute.c: Patched a bug in pattern matching and
	finished a first version of the documentation for this new feature
	This commit was extracted from SVN r1345.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1345 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/compileExamples.sh, doc/introExample8.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/shlp2txt.sh: * The documentation scripts now
	take advantage of the new feature introduced in revision #1342
	(Sollya has now meaningful exit codes). Hence, it is now possible to
	write commands on several lines in the example of the documentation,
	and this will be properly rendered (i.e. without extra ">").    This
	commit was extracted from SVN r1344.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1344
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, parser.y: Merged trunk into branch revisions
	1341:HEAD using svn merge -r 1341:HEAD
	svn://scm.gforge.inria.fr/svn/sollya/trunk .  This commit was
	extracted from SVN r1343.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1343 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, parser.y: Add support for sensible error
	codes at the end of a Sollya run: 0 - the tool has been quit with a
	"quit;", 1 - the tool has died because of an internal error that
	should never happen, 2 - the tool has died because it was in
	"dieonerrormode = on" and an error has occurred, 3 - the tool has
	been quit without a "quit;" but the last command was syntactically
	correct and got correctly executed, 4 - the tool has been quit on an
	incomplete input  This commit was extracted from SVN r1342.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1342
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: Merged trunk into branch revisions 1337:HEAD using svn
	merge -r 1337:HEAD svn://scm.gforge.inria.fr/svn/sollya/trunk .
	This commit was extracted from SVN r1341.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1341 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: This patch seems to solve "[12512] Strange permutation
	of the output of Sollya when redirected into a file" - Sylvain,
	please confirm  This commit was extracted from SVN r1340.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1340
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample51.sollya, doc/introExample51.tex,
	doc/introExample52.sollya, doc/introExample52.tex,
	doc/introExample53.sollya, doc/introExample53.tex, doc/sollya.pdf,
	doc/sollya.tex: Some progress with the documentation for pattern
	matching  This commit was extracted from SVN r1339.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1339 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample50.sollya, doc/introExample50.tex,
	doc/introExample51.sollya, doc/introExample51.tex, doc/sollya.pdf,
	doc/sollya.tex: Some progress with the documentation of the new
	match... with construct  This commit was extracted from SVN r1338.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1338 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, configure.ac, double.c, general.c, parser.y: Merged trunk
	into branch revisions 1314:HEAD using svn merge -r 1314:HEAD
	svn://scm.gforge.inria.fr/svn/sollya/trunk .  This commit was
	extracted from SVN r1337.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1337 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* match.c, tests/Makefile.am, tests/check016.sollya,
	tests/check016.sollya.reference: Added tests for pattern matching
	support. Patched two memory leaks.  This commit was extracted from
	SVN r1336.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1336 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Made evaluation of constant expressions as bounds of
	ranges work for pattern matching  This commit was extracted from SVN
	r1335.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1335 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Some progress with pre-evaluation in ranges. Still one
	segfault left.... ;-(  This commit was extracted from SVN r1334.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1334 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: * Removed some trailing spaces.    This commit was
	extracted from SVN r1333.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1333
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: * Removed comment about the possible case when fplll is
	not found by configure, though possibly correctly installed (this
	message is now out of date, sine the case cannot happen anymore).
	This commit was extracted from SVN r1332.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1332
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Removed a special case from the configure script
	that detected if a with-*** line was given and FPLLL failed to get
	detected.  I am committing these lines against my will and only
	because Sylvain agrees to pay me 10 euros the day we have to put
	this check back in.    This commit was extracted from SVN r1331.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1331
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c, parser.y: Trying to patch bugs:  -
	[#12498] Sollya fails to compile with the new fplll 3.1.1 (see
	description in the bug tracker).  - [#11283] On systems where no C++
	compiler is available, the   configure does stop with a misleading
	error message concerning FPLLL   (just added a test if the C++
	compiler works)    This commit was extracted from SVN r1330.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1330
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, match.c: Patched a bug when matching lists that a final
	elliptic with operator @, added support for matching default in
	functional expressions  This commit was extracted from SVN r1329.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1329 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a mistake with pre-evaluation of ranges  This
	commit was extracted from SVN r1328.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1328 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h, match.c: Added support for expression matching on
	literate structures  This commit was extracted from SVN r1327.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1327 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Will support pattern matching nevertheless  This commit
	was extracted from SVN r1326.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1326 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, internparser.y, minilexer.l, miniparser.y,
	parser.y: Synchronized the three parsers for expression matching
	support  This commit was extracted from SVN r1325.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1325 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, match.c: Serious progress with expression matching
	This commit was extracted from SVN r1324.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1324 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, match.c: Some non-trivial progress with
	expression matching support: the only case that is planned and
	missing is for the concat operator on lists  This commit was
	extracted from SVN r1323.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1323 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, match.c: Made serious progress with
	expression matching support  This commit was extracted from SVN
	r1322.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1322 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, match.c, match.h: Made some (non-negligable)
	progress with expression matching support  This commit was extracted
	from SVN r1321.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1321 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-03-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Minimal step towards expression matching  This commit
	was extracted from SVN r1320.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1320 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Some progress with expression matching  This commit was
	extracted from SVN r1319.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1319 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-24  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, testIntegrals.sollya: small changes + test file for
	some integral   This commit was extracted from SVN r1318.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1318 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Minimal step towards pattern matching  This commit was
	extracted from SVN r1317.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1317 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, match.c, match.h: Some progress with the
	match-with construct  This commit was extracted from SVN r1316.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1316 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.l, parser.y: Started working on
	support for a "match ... with" construct  This commit was extracted
	from SVN r1315.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1315 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Added a branch for starting to implement expression matching
	support  This commit was extracted from SVN r1314.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/expressionMatchingSupport@1314 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-14  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, chebModelsAux.c, chebModelsAux.h,
	testIntegralGoldstein.sollya: added first version of tightBounding -
	uses showPositivity(sturm based) and cheb->monomial basis
	transformation   This commit was extracted from SVN r1312.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1312 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check013.sollya.reference: * This fix should work now
	This commit was extracted from SVN r1309.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1309
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check013.sollya, tests/check013.sollya.reference: * Attempt
	to fix the problem with make check and check013 (does not seem to
	work yet).    This commit was extracted from SVN r1308.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1308
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Added a call to mpfr_free_cache on a Sollya restart
	This commit was extracted from SVN r1307.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1307
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the doc  This commit was extracted from
	SVN r1306.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1306
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check001.sollya.reference, tests/check002.sollya.reference,
	tests/check003.sollya.reference, tests/check004.sollya.reference,
	tests/check005.sollya.reference, tests/check006.sollya.reference,
	tests/check007.sollya.reference, tests/check008.sollya.reference,
	tests/check009.sollya.reference, tests/check010.sollya.reference,
	tests/check011.sollya.reference, tests/check012.sollya.reference,
	tests/check013.sollya.reference, tests/check014.sollya.reference,
	tests/check015.sollya.reference: Recompiled reference values for the
	new check files  This commit was extracted from SVN r1305.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1305
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.reference,
	tests/check001.sollya, tests/check002.sollya,
	tests/check003.sollya, tests/check004.sollya,
	tests/check005.sollya, tests/check006.sollya,
	tests/check007.sollya, tests/check008.sollya,
	tests/check009.sollya, tests/check010.sollya,
	tests/check011.sollya, tests/check012.sollya,
	tests/check013.sollya, tests/{checkTMandAD.sollya =>
	check014.sollya}, tests/{checkSupnorm.sollya => check015.sollya}: *
	Cut check.sollya into several files.    This commit was extracted
	from SVN r1304.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1304
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Changed check system to work with small files
	This commit was extracted from SVN r1303.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1303
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Reformatted NEWS to a bounded number of colums  This commit
	was extracted from SVN r1302.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1302
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, parser.y: Added three commas that had been forgotten in
	the copyright statements in version and --help  This commit was
	extracted from SVN r1301.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1301
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Worked a little bit on the NEWS files announcing the new
	features in Sollya 2.9  This commit was extracted from SVN r1300.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1300
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: * Proposition for the NEWS file for release 2.9    This
	commit was extracted from SVN r1299.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1299
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am, tests/check.proto, tests/{check.sollya.output
	=> check.sollya.reference}, tests/{timecheck.sollya.output =>
	timecheck.sollya.reference}: Moved reference output files from
	.output to .reference  This commit was extracted from SVN r1298.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1298
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled the whole doc  This commit was
	extracted from SVN r1297.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1297
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.shlp, doc/accurateinfnorm.tex,
	doc/infnorm.shlp, doc/infnorm.tex, doc/sollya.pdf, help.h: Added
	disclaimer and reference to supnorm in accurateinfnorm and infnorm
	This commit was extracted from SVN r1296.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1296
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/supnorm.shlp, doc/supnorm.tex, execute.c,
	help.h: * Patched a bug introduced while replacing 0 by ABSOLUTE in
	the specif of supremumnorm (see one of the previous commits). I had
	forgotten to change the specif in execute.c as well.  * Reworked the
	doc of supnorm a little.    This commit was extracted from SVN
	r1295.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1295
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/supnorm.shlp, doc/supnorm.tex, help.h: 
	Reworked the doc on supnorm again a little bit  This commit was
	extracted from SVN r1294.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1294
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: * Finished (roughly in the end) reviewing supnorm.c
	This commit was extracted from SVN r1293.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1293
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/supnorm.shlp, doc/supnorm.tex, help.h: 
	Reworked the doc for supnorm  This commit was extracted from SVN
	r1292.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1292
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Added some comments in supnorm: how the second least
	zero is found in a list of approximate zeros  This commit was
	extracted from SVN r1291.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1291
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Added a TODO for SYlvian  This commit was extracted
	from SVN r1290.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1290
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, supnorm.c: * Began to review supnorm code.
	Detected one bug, and considerably simplified the code of
	computeTaylorModelOfLeastDegree. * Also moved function freeNoPointer
	ni chain.h and chain.c where it is better to be for such a function.
	This commit was extracted from SVN r1289.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1289
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: Corrected the test output values after
	having patched a copy/paste bug in max  This commit was extracted
	from SVN r1288.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1288
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, fpminimax.cpp, infnorm.h,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	mpfi-compat.c, sollya.h, sturm.c, sturm.h, supnorm.c: * All
	copyright and affiliations should be up-to-date now.    This commit
	was extracted from SVN r1287.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1287
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h, general.c, help.h, implement.c, infnorm.c,
	internlexer.l, parser.y: * Yet other updates of copyrights and
	affiliations.    This commit was extracted from SVN r1286.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1286
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/max.shlp, doc/max.tex, doc/min.shlp, doc/min.tex,
	doc/sollya.pdf, help.h: Corrected a typo in the doc  This commit was
	extracted from SVN r1285.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1285
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, autodiff.c, autodiff.h, chain.c,
	chain.h, doc/sollya.php, double.c, double.h, execute.c, execute.h,
	expansion.c, expression.c, expression.h, external.c, external.h,
	externalfun.c, externalproc.c, fpminimax.cpp, fpminimax.h,
	general.c, general.h, help.h, implement.c, implement.h,
	implementconst.c, implementconst.h, infnorm.c, infnorm.h,
	integral.c, integral.h, internlexer.l, internparser.y, lexer.l,
	library.c, library.h, libsollyaexample.c, main.c, main.h,
	minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y,
	plot.c, plot.h, proof.c, proof.h, remez.c, remez.h, sollya.h,
	sturm.c, sturm.h, supnorm.c, supnorm.h, taylor.c, taylor.h,
	taylorform.c, taylorform.h, worstcase.c, worstcase.h, xml.c, xml.h: 
	* Updated some copyrights.  * Changed Parallélisme to Parallelisme
	everywhere.    This commit was extracted from SVN r1284.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1284
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Reverted changes of revision 1256.    This commit was
	extracted from SVN r1283.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1283
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/help.php, doc/infnorm.shlp, doc/shlp2html.sh, doc/sollya.php: 
	* Removed warning errors signaled by the W3C validator. Some of them
	were minor, other were more important. Here is a summary.  * In
	sollya.php: some </li> without <li>. They came from the fact that
	large parts of sollya.php have been auto-generated from sollya.tex
	and not carefully re-read.  * In sollya.php: missing <p> at some
	places.  * In sollya.php: links in php were of the form
	help.php?field1=foo&field2=bar instead of
	help.php?field1=foo&amp;field2=bar. I was just not aware of this
	subtility.  * In the html code produced by shlp2html: there remained
	many '<' and '>' that should normally have been protected as &lt;
	and &gt; This was a fairly big issue in my opinion, and I am even
	surprised that the HTML has been correctly rendered by Iceweasel.
	Correcting this made me modify things in shlp2html.sh. Hope I did
	not break anything (I checked and it seems not, but I can have
	missed something).  * Corrected a typo in the way infnorm.shlp was
	formatted, that prevented shlp2html.sh to correctly generate items.
	This commit was extracted from SVN r1282.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1282
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/max.shlp, doc/max.tex, doc/min.shlp, doc/min.tex,
	doc/sollya.pdf, help.h: Added notice of strange IEEE 754-2008
	compliant NaN behavior of main/max to the doc.  This commit was
	extracted from SVN r1281.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1281
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/function.shlp, doc/function.tex, doc/sollya.pdf, help.h: *
	Added a small precision in the documentation of function.    This
	commit was extracted from SVN r1280.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1280
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a copy-paste problem  This commit was
	extracted from SVN r1279.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1279
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, help.h: Recompiled the doc for round  This commit
	was extracted from SVN r1278.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1278
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, help.h: Some doc recompilation  This commit was
	extracted from SVN r1277.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1277
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/round.shlp, doc/round.tex: Corrected a small mistake in the
	type declaration of round (always use a predefined type whenever
	possible)    This commit was extracted from SVN r1276.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1276
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/{D.shlp => d.shlp}, doc/{D.tex
	=> d.tex}, doc/{DD.shlp => dd.shlp}, doc/{DD.tex => dd.tex},
	doc/{DE.shlp => de.shlp}, doc/{DE.tex => de.tex}, doc/keywords.def,
	doc/proc.shlp, doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/{SG.shlp => sg.shlp}, doc/{SG.tex => sg.tex}, doc/{TD.shlp =>
	td.shlp}, doc/{TD.tex => td.tex}, help.h: * Renamed some files (no
	capital letters are allowed) and updated the doc accordingly.
	This commit was extracted from SVN r1275.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1275
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/D.php, doc/DD.php, doc/SG.php, doc/TD.php: Removed generated
	php files from repository  This commit was extracted from SVN r1274.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1274
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Added documentation for a function in supnorm  This
	commit was extracted from SVN r1273.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1273
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/D.php, doc/D.shlp, doc/D.tex,
	doc/DD.php, doc/DD.shlp, doc/DD.tex, doc/DE.shlp, doc/DE.tex,
	doc/SG.php, doc/SG.shlp, doc/SG.tex, doc/TD.php, doc/TD.shlp,
	doc/TD.tex, doc/sollya.pdf, help.h: Added seealso references for the
	commands that have two names  This commit was extracted from SVN
	r1272.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1272
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h: Updated a copyright header  This commit was extracted from
	SVN r1271.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1271
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output,
	tests/checkSupnorm.sollya: * Due to a bug in MPFR, mpfr_urandom used
	to give different results on 32-bit and 64-bit computers. Since
	remez perturbs the initial points in order to avoid undesirable
	regularity effects, this bug has an influence on the result of the
	remez command. The result is fine in any case, but not bit-per-bit
	the same on all computers. This was detected by make check. As a
	matter of fact, we do not claim to have totally reproductible
	results on every platform; we only claim to give correct results
	(i.e. with an error bounded by what the user has asked for).
	However, the reproductibility is desirable, e.g. because it eases
	debugging. Hence, we find desirable that make check detects whenever
	Sollya has a platform-dependent behavior.  In this revision, I
	patched check.sollya in order to make it pass, despite the bug. But
	I also added a test that checks that we have one of the three
	expected behavior: either with a 32-bit architecture with an old
	MPFR, or with a 64-bit architecture with an old MPFR, or any
	architecture with a recent version (i.e. today, a SVN one) of MPFR.
	This commit was extracted from SVN r1270.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1270
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/proc.shlp, doc/proc.tex, doc/sollya.pdf, help.h: Corrected a
	typo in the doc for proc  This commit was extracted from SVN r1269.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1269
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/introExample8.sollya, doc/introExample8.tex,
	doc/sollya.pdf, doc/sollya.php, doc/sollya.tex: Still working on the
	doc  This commit was extracted from SVN r1268.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1268
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/diam.shlp, doc/diam.tex, doc/sollya.pdf, help.h: Yet a better
	doc  This commit was extracted from SVN r1267.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1267
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/diam.shlp, doc/diam.tex, doc/sollya.pdf, doc/supnorm.shlp,
	doc/supnorm.tex, help.h: The best doc ever  This commit was
	extracted from SVN r1266.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1266
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.shlp, doc/accurateinfnorm.tex,
	doc/checkinfnorm.shlp, doc/checkinfnorm.tex, doc/sollya.pdf, help.h: 
	Still a better doc  This commit was extracted from SVN r1265.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1265
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample12.tex, doc/introExample2.tex,
	doc/introExample43.tex, doc/introExample45.tex,
	doc/introExample8.tex: Recompiled introductory examples  This commit
	was extracted from SVN r1264.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1264
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/dieonerrormode.shlp, doc/dieonerrormode.tex,
	doc/dirtyinfnorm.shlp, doc/dirtyinfnorm.tex, doc/infnorm.shlp,
	doc/infnorm.tex, doc/sollya.pdf, doc/sollya.php, help.h: Corrected
	three bugs in the doc  This commit was extracted from SVN r1263.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1263
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/relative.shlp, doc/relative.tex, doc/sollya.pdf, help.h: 
	Recorrected the doc again  This commit was extracted from SVN r1262.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1262
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/absolute.tex, doc/relative.shlp,
	doc/relative.tex, doc/sollya.pdf, doc/supnorm.shlp,
	doc/supnorm.tex, help.h: Slightly changed documentation for
	absolute, relative and supnorm  This commit was extracted from SVN
	r1261.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1261
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled the complete doc  This commit was
	extracted from SVN r1260.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1260
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, supnorm.c: Patched a couple of memory leaks  This
	commit was extracted from SVN r1259.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1259
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Synch  This commit was extracted from SVN r1258.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1258
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added a forgotten keyword to the complete list of
	keywords available through "help help"  This commit was extracted
	from SVN r1257.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1257
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: * Trying to change the random initialization method of
	GMP, in order to get similar results on 32-bit and 64-bit computers.
	This commit was extracted from SVN r1256.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1256
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, help.h: Recompiled the doc for supnorm  This
	commit was extracted from SVN r1255.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1255
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: * Removed an mpfi that was initialised but never used
	nor cleared.    This commit was extracted from SVN r1254.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1254
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output,
	tests/memoryleaks.sollya: Extended the tests  This commit was
	extracted from SVN r1253.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1253
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya: * Adjusted the threshold of test 2 in
	timecheck.    This commit was extracted from SVN r1251.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1251
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya: * Changed check 2 in timecheck in order to
	make it pass on Cygwin (in fact, make it slower, because under
	Cygwin time under a given threshold cannot be measured).    This
	commit was extracted from SVN r1250.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1250
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/sollya.pdf, help.h: * Added a mention in the doc of
	implementconstant about the fact that non-differentiable functions
	are not handled. Also corrected the text explaining what happens if
	a subexpression exactly evaluates to 0.  * Corrected a few typos in
	the doc of implementconstant.    This commit was extracted from SVN
	r1249.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1249
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, implementconst.c: * Removed an occurrence of
	mpfr_sprintf that prevented sollya to compile with old versions of
	mpfr. This maked me write a function mpfr_to_binary_str that
	converts an mpfr_t to a string representing it in binary and that
	can be parsed by mpfr_set_str. I put this new function in general.c,
	as it seemed to me to be the best place for it.    This commit was
	extracted from SVN r1248.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1248
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the doc  This commit was extracted from
	SVN r1247.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1247
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, doc/bashexecute.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/shlp2txt.sh, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h, infnorm.c, mpfi-compat.c, mpfi-compat.h,
	sturm.c: * Backported trunk onto the branch finishingSupnorm.
	This commit was extracted from SVN r1245.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1245
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, infnorm.c, mpfi-compat.c, mpfi-compat.h, sturm.c: *
	Removed occurrences of sollya_mpfi_is_pos. The only problematic ones
	were in sturm.c: indeed, in the current implementation, the case
	when we have an exact zero (point-interval) is ignored for counting
	the chanes of sign, and the case when 0 is a bound leads to an error
	(result=1 returned by the function).    This commit was extracted
	from SVN r1244.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1244
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the doc  This commit was extracted from
	SVN r1243.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1243
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/sollya.pdf, doc/supnorm.tex,
	supnorm.c: * Corrected a typo in the code of supnorm (an if
	statement with = instead of ==)  * added supnorm.tex to the
	repository.    This commit was extracted from SVN r1242.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1242
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashexecute.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, help.h: Recompiled the
	doc  This commit was extracted from SVN r1241.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1241
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh: * Use LC_ALL=C
	in the scripts, in order to avoid language-specific behaviors when
	compiling the doc/  * Use -d option of sort    This commit was
	extracted from SVN r1239.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1239
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Corrected a small bug in supnorm, added a TODO (I don't
	know if this is a bug), and reindented the code  This commit was
	extracted from SVN r1238.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1238
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, autodiff.c, doc/CommandsAndFunctions.tex,
	doc/bashexecute.tex, doc/externalproc.shlp, doc/externalproc.tex,
	doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/implementpoly.shlp, doc/implementpoly.tex, doc/keywords.def,
	doc/library.shlp, doc/library.tex, doc/libraryconstant.shlp,
	doc/libraryconstant.tex, doc/libraryconstantexample.c, doc/pi.shlp,
	doc/pi.tex, doc/sollya.pdf, doc/sollya.php, doc/sollya.tex,
	doc/time.tex, doc/timing.tex, execute.c, execute.h, expression.c,
	expression.h, general.c, help.h, implementconst.c,
	implementconst.h, infnorm.c, infnorm.h, internlexer.l,
	internparser.y, lexer.l, library.c, library.h, minilexer.l,
	miniparser.y, mpfi-compat.c, parser.y, sollya.h, taylorform.c: 
	Backported trunk onto the branch finishingSupnorm  This commit was
	extracted from SVN r1237.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1237
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implementconst.c: * Removed warnings of gcc -O2 -Wall    This
	commit was extracted from SVN r1236.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1236
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, library.c: Removed some compiler warnings  This commit
	was extracted from SVN r1235.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1235
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/libraryconstant.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, expression.c, help.h: Patched a
	problem that had arised with the last merge  This commit was
	extracted from SVN r1234.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1234
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-27  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/supnorm.shlp: modified one paragraph   This commit was
	extracted from SVN r1232.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1232
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/supnorm.shlp: added paragraph about removable discontinuities
	This commit was extracted from SVN r1231.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1231
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c, tests/checkSupnorm.sollya: all tests pass   This commit
	was extracted from SVN r1230.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1230
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/libraryconstant.shlp, doc/libraryconstant.tex,
	doc/sollya.pdf, doc/sollya.php, doc/sollya.tex, help.h: Backported
	trunk onto experimental-sylvain -r1221:1228  This commit was
	extracted from SVN r1229.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1229 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/sollya.pdf, execute.c, help.h: Extended documentation for
	implementconstant  This commit was extracted from SVN r1228.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1228 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implementconst.c: * Added "#include <mpfr.h>" to the code produced
	by implementconstant.    This commit was extracted from SVN r1227.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1227 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the PDF  This commit was extracted from
	SVN r1226.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1226
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: added test to increase precision in case that the
	accuracy is close to the working precision   This commit was
	extracted from SVN r1225.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1225
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: * Removed the occurrences of function assignNaNInterval
	and replaced them by sollya_mpfi_set_nan    This commit was
	extracted from SVN r1224.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1224
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.php, doc/sollya.tex: * Updated sollya.php in order to
	reflect the changes of these last days.  * Added a note about the
	fact that, in Sollya's philosphy, NaN and empty sets are propagated.
	This commit was extracted from SVN r1223.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1223
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Backported trunk onto experimental-sylvain
	-r1219:1221  This commit was extracted from SVN r1222.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1222 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Removed spaces before use of ## preprocessor token
	as C99 and some compilers do not come along with them  This commit
	was extracted from SVN r1221.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1221
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, autodiff.c, autodiff.h, chain.c,
	chain.h, configure.ac, doc/bashexecute.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/library.shlp, doc/library.tex,
	doc/print.tex, doc/sollya.pdf, doc/sollya.php, doc/sollya.tex,
	doc/time.tex, doc/timing.tex, doc/write.tex, double.c, double.h,
	execute.c, execute.h, expansion.c, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c,
	fpminimax.cpp, fpminimax.h, general.c, general.h, help.h,
	implement.c, implement.h, infnorm.c, infnorm.h, integral.c,
	integral.h, internlexer.l, internparser.y, lexer.l, library.c,
	library.h, libsollyaexample.c, main.c, main.h, minilexer.l,
	miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y, plot.c,
	plot.h, proof.c, proof.h, remez.c, remez.h, sollya.h, sturm.c,
	sturm.h, supnorm.c, supnorm.h, taylor.c, taylor.h, taylorform.c,
	taylorform.h, tests/check.sollya, tests/check.sollya.output,
	tests/timecheck.sollya, worstcase.c, worstcase.h, xml.c, xml.h: 
	Backported trunk onto experimental-sylvain -r1168:1219  This commit
	was extracted from SVN r1220.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1220 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, autodiff.c, autodiff.h, chain.c,
	chain.h, configure.ac, doc/bashexecute.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/library.shlp, doc/library.tex,
	doc/print.tex, doc/sollya.pdf, doc/sollya.php, doc/sollya.tex,
	doc/time.tex, doc/timing.tex, doc/write.tex, double.c, double.h,
	execute.c, execute.h, expansion.c, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c,
	fpminimax.cpp, fpminimax.h, general.c, general.h, help.h,
	implement.c, implement.h, infnorm.c, infnorm.h, integral.c,
	integral.h, internlexer.l, internparser.y, lexer.l, library.c,
	library.h, libsollyaexample.c, main.c, main.h, minilexer.l,
	miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y, plot.c,
	plot.h, proof.c, proof.h, remez.c, remez.h, sollya.h, sturm.c,
	sturm.h, supnorm.c, taylor.c, taylor.h, taylorform.c, taylorform.h,
	tests/check.sollya, tests/check.sollya.output,
	tests/timecheck.sollya, worstcase.c, worstcase.h, xml.c, xml.h: 
	Backported 1162:1218 from trunk  This commit was extracted from SVN
	r1219.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1219
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: And eliminated yet another warning, found only with gcc
	(Debian 4.3.3-10) 4.3.3 and -Wall -g -O2  This commit was extracted
	from SVN r1218.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1218
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c, supnorm.h: Changed copyright message, here, too  This
	commit was extracted from SVN r1217.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1217
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Eliminated yet some warnings, found only with '-Wall -g
	-O2'    This commit was extracted from SVN r1216.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1216
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Eliminated yet some warnings, found only with '-Wall -g
	-O2'    This commit was extracted from SVN r1216.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1216
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* minilexer.l: Eliminated yet another warning.    This commit was
	extracted from SVN r1215.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1215
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Getting around some warnings displayed when compiling
	with -Wall.    This commit was extracted from SVN r1214.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1214
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, execute.c, expression.c, general.c, infnorm.c,
	infnorm.h, mpfi-compat.c, mpfi-compat.h, remez.h, taylorform.c: 
	Getting around some warnings displayed when compiling with -Wall.
	This commit was extracted from SVN r1214.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1214
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implementconst.c, implementconst.h: Added a "no warranty" line to
	the copyright notices in all files and version indications.     This
	commit was extracted from SVN r1213.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1213 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, autodiff.c, autodiff.h, chain.c,
	chain.h, doc/sollya.pdf, doc/sollya.php, doc/sollya.tex, double.c,
	double.h, execute.c, execute.h, expansion.c, expression.c,
	expression.h, external.c, external.h, externalfun.c,
	externalproc.c, fpminimax.cpp, fpminimax.h, general.c, general.h,
	help.h, implement.c, implement.h, infnorm.c, infnorm.h, integral.c,
	integral.h, internlexer.l, internparser.y, lexer.l, library.c,
	library.h, libsollyaexample.c, main.c, main.h, minilexer.l,
	miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y, plot.c,
	plot.h, proof.c, proof.h, remez.c, remez.h, sollya.h, sturm.c,
	sturm.h, supnorm.c, supnorm.h, taylor.c, taylor.h, taylorform.c,
	taylorform.h, worstcase.c, worstcase.h, xml.c, xml.h: Added a "no
	warranty" line to the copyright notices in all files and version
	indications.     This commit was extracted from SVN r1213.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1213
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Corrected two small typos in the
	doc  This commit was extracted from SVN r1212.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1212
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: * Added a technical description of
	the interval arithmetic philosophy of Sollya in the doc.    This
	commit was extracted from SVN r1211.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1211
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/checkSupnorm.sollya: added a bunch of tests (some taken from
	the article). There are still bugs regarding relative error.
	Absolute errors seems ok.   This commit was extracted from SVN
	r1210.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1210
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: * Slight
	modification of the output of check.sollya (without changing the set
	of tests itself)    This commit was extracted from SVN r1209.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1209
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, tests/check.sollya, tests/check.sollya.output: *
	Patched the behavior of sollya_mpfi_mul in the case [@Inf@]*[0,1]
	(used to return [-@Inf@, @Inf@] instead of [0, @Inf@])  * I
	discovered that I introduced a bug when I worked on mpfi-compat a
	few days ago: sollya_mpfi_is_zero had a bad behavior: it was
	returning true when at least one of the bounds was zero. I patched
	this bug and introduced new checks in order to avoid a regression on
	this subject (previously, make check was not able to discover the
	bug).    This commit was extracted from SVN r1208.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1208
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, implementconst.c, implementconst.h: * Added headers. *
	The implementer now returns an integer value (0 means OK, non-zero
	means a problem). * Removed recoverFromError because Christoph does
	not like me using it. * Unsupported expressions are now correctly
	handled (an error message is displayed; no code is produced) * The
	name of the produced function is now really a parameter that the
	user can choose.    This commit was extracted from SVN r1207.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1207 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-24  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/supnorm.shlp: first small draft for supnorm
	doc   This commit was extracted from SVN r1206.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1206
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-23  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Supnorm seems to work now in the absolute case (did not
	check/touch relative case yet). Modified computeTaylorModel,
	checkDegreeTaylorModel, computeTaylorModelofLeastDegree to handle
	correctly the translation of the polynomial given by taylorform
	This commit was extracted from SVN r1205.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1205
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Synch  This commit was extracted from SVN r1204.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1204
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: Corrected an IEEE
	754-2008 value for pow  This commit was extracted from SVN r1203.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1203
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: * Ensured that sollya_mpfi_diam_abs([Inf]) returns
	0.    This commit was extracted from SVN r1202.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1202
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * sollya_mpfi_pow rewritten. In particular removed an
	old obscure test regarding the case y*log(x)=0.    This commit was
	extracted from SVN r1201.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1201
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: Added tests for
	power in comparison with the IEEE 754-2008 mandated values  This
	commit was extracted from SVN r1200.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1200
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, mpfi-compat.c, mpfi-compat.h: * Finished checking the
	mpfi_interv* and revert_if_needed    This commit was extracted from
	SVN r1199.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1199
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: coorected a mistake (previous revision did not compile)
	This commit was extracted from SVN r1198.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1198
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: * checked some mpfi_interv_*    This commit was
	extracted from SVN r1197.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1197
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, mpfi-compat.c: * Patched behavior of
	rationalapprox on 0, NaN and Inf.  * added a missing include file  *
	checked a mpfi_interv_* in execute.c (TODO of a previous commit)
	This commit was extracted from SVN r1196.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1196
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Checked all uses of "sollya_mpfi_interv_*_fr" in
	execute.c but one; see TODO  This commit was extracted from SVN
	r1195.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1195
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Added a forgotten #include  This commit was
	extracted from SVN r1194.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1194
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, mpfi-compat.c, mpfi-compat.h: * New
	sollya_mpfi_interv_*_safe functions.  * Began to change
	mpfi_interv_* into mpfi_interv_*_safe.    This commit was extracted
	from SVN r1193.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1193
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Partially deleted mpfi_revert_if_needed from the code
	This commit was extracted from SVN r1192.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1192
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Partially deleted mpfi_revert_if_needed from the code
	This commit was extracted from SVN r1191.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1191
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Removed a sollya_mpfi_revert_if_needed in execute.c
	This commit was extracted from SVN r1190.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1190
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya: Changed the reference time for coeff in
	timecheck (that has been improved during last summer)    This commit
	was extracted from SVN r1189.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1189
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, mpfi-compat.h: * Made many corrections and
	simplifications in mpfi-compat layer    This commit was extracted
	from SVN r1188.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1188
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Enabled building a dynamic version of libsollya by
	default - to be double-checked by Sylvain  This commit was extracted
	from SVN r1187.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1187
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, libsollyaexample.c, sollya.h: Finally
	updated libsollya and sollya.h to reflect the recent (and not so
	recent) changes in Sollya  This commit was extracted from SVN r1186.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1186
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/externalproc.shlp, doc/externalproc.tex,
	doc/library.shlp, doc/library.tex, doc/print.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/write.tex, help.h: Modified the
	doc to remove any reference to mpfi_t (and MPFI in general) and
	replace it with sollya_mpfi_t (or the corresponding references where
	appropriate); recompiled  This commit was extracted from SVN r1185.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1185
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, implement.c, infnorm.c: Checked all occurrences of '
	& ' in the code and corrected some, when used in logical expressions
	This commit was extracted from SVN r1184.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1184
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Added value normalization (!!) for xors used in logical
	tests  This commit was extracted from SVN r1183.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1183
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a small bug in checkinfnorm  This commit was
	extracted from SVN r1182.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1182
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, implementconst.c, internparser.y,
	miniparser.y, parser.y: Change the syntax of implementconstant to
	allow for a output file and a function name to be chosen -- left
	some TODOs for Sylvain in implementconst.c  This commit was
	extracted from SVN r1181.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1181 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.php, doc/sollya.tex: * Improved the
	documentation about using the notation a.b.c.d as the left side of
	an assignment.    This commit was extracted from SVN r1180.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1180
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Added implementconst to the
	miniparser/lexer  This commit was extracted from SVN r1179.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1179 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, library.c, library.h: Moved
	libraryConstantToInterval  This commit was extracted from SVN r1178.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1178 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, execute.h, implement-cste.h,
	implement-cste.c => implementconst.c, implementconst.h, sollya.h: 
	Moved implement-cste to implementconst, changed its signature (stub)
	This commit was extracted from SVN r1177.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1177 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/sollya.pdf, help.h: Added the phrase in the doc for
	implementconstant that makes Christoph feel sufficiently comfortable
	to sleep at nights  This commit was extracted from SVN r1176.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1176 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/sollya.pdf: Some small changes  This commit was extracted from
	SVN r1175.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1175 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, infnorm.c, library.c: Some small changes
	This commit was extracted from SVN r1174.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1174 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.php, doc/sollya.tex, general.c,
	parser.y: Updated the user-visible copyright notes and affiliations
	of our contributors  This commit was extracted from SVN r1173.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1173
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.php, doc/sollya.tex, sollya.h: Some
	small changes to the doc  This commit was extracted from SVN r1172.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1172
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.php, doc/sollya.tex: Some first, small changes to the
	doc  This commit was extracted from SVN r1171.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1171
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h: Recompiled the doc to avoid the double definition of the
	help text for the library command.    This commit was extracted from
	SVN r1170.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1170 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, mpfi-compat.h: Backported trunk onto
	experimental-sylvain -r1167:1168  This commit was extracted from SVN
	r1169.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1169 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, mpfi-compat.h: Mistake in the signature of
	mpfi_get_fr.    This commit was extracted from SVN r1168.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1168
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, mpfi-compat.h: Backported trunk onto
	experimental-sylvain -r1159:1166  This commit was extracted from SVN
	r1167.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1167 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, mpfi-compat.h: Added sollya_mpfi_get_fr to
	mpfi-compat.    This commit was extracted from SVN r1166.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1166
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample46.sollya, doc/introExample46.tex,
	doc/introExample47.sollya, doc/introExample47.tex,
	doc/introExample48.sollya, doc/introExample48.tex,
	doc/introExample49.sollya, doc/introExample49.tex, doc/sollya.pdf,
	doc/sollya.php, doc/sollya.tex, execute.c, execute.h,
	fpminimax.cpp, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y, tests/check.sollya,
	tests/check.sollya.output: Backported -r1134:1164 - One conflit
	solved manually  This commit was extracted from SVN r1165.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1165 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, chebyshevform.c, chebyshevform.h, execute.c,
	execute.h, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y: Added chebyshevform command to lexer, parser
	and evaluator. Added files chebyshevform.h and chebyshevform.c with
	stubs to the repository.  This commit was extracted from SVN r1164.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1164 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample46.sollya, doc/introExample46.tex,
	doc/introExample47.sollya, doc/introExample47.tex,
	doc/introExample48.sollya, doc/introExample48.tex,
	doc/introExample49.sollya, doc/introExample49.tex, doc/sollya.pdf,
	doc/sollya.php, doc/sollya.tex, execute.c, execute.h,
	fpminimax.cpp, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y, tests/check.sollya,
	tests/check.sollya.output: Backported -r1150:1162  This commit was
	extracted from SVN r1163.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1163
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Supnorm in both absolute and relative mode, with
	singularities between p and f seems to work now.  This commit was
	extracted from SVN r1162.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1162
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Some progress with the relative error case of the
	supnorm; the code compiles but does not work  This commit was
	extracted from SVN r1161.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1161
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, expression.c, implement-cste.c, infnorm.c, library.c,
	library.h: * removed occurrences of mpfi_* and replaced them by
	sollya_mpfi_*    This commit was extracted from SVN r1160.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1160 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Backported trunk onto this branch -r1155:1158  This
	commit was extracted from SVN r1159.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1159 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, implement-cste.c, library.c, parser.y: * removed
	occurrences of printf and fprintf    This commit was extracted from
	SVN r1158.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1158 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: * changed *printf into sollya*printf (Christoph
	forgot when he performed the replacement everywhere)    This commit
	was extracted from SVN r1157.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1157
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Some progress with the supnorm implementation  This
	commit was extracted from SVN r1156.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1156
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, autodiff.c, autodiff.h, chain.c, configure.ac,
	doc/CommandsAndFunctions.tex, doc/bashexecute.tex,
	doc/function.shlp, doc/function.tex, doc/ge.shlp, doc/ge.tex,
	doc/gt.shlp, doc/gt.tex, doc/inf.shlp, doc/inf.tex,
	doc/introExample46.sollya, doc/introExample46.tex,
	doc/introExample47.sollya, doc/introExample47.tex,
	doc/introExample48.sollya, doc/introExample48.tex,
	doc/introExample49.sollya, doc/introExample49.tex,
	doc/keywords.def, doc/le.shlp, doc/le.tex, doc/library.shlp,
	doc/library.tex, doc/lt.shlp, doc/lt.tex, doc/max.shlp,
	doc/max.tex, doc/min.shlp, doc/min.tex, doc/sollya.pdf,
	doc/sollya.php, doc/sollya.tex, doc/sup.shlp, doc/sup.tex,
	doc/time.tex, doc/timing.tex, double.c, execute.c, execute.h,
	expression.c, expression.h, external.c, general.c, general.h,
	help.h, implement.c, infnorm.c, infnorm.h, integral.c,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	minilexer.l, miniparser.y, mpfi-compat.c, mpfi-compat.h, parser.y,
	plot.c, proof.c, proof.h, remez.c, sollya.h, sturm.c, sturm.h,
	supnorm.c, supnorm.h, taylorform.c, taylorform.h,
	tests/check.sollya, tests/check.sollya.output,
	tests/checkTMandAD.sollya, tests/timecheck.sollya,
	tests/timecheck.sollya.output, worstcase.c, xml.c: Backported trunk
	onto this branch -r1065:1154  This commit was extracted from SVN
	r1155.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1155 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the doc  This commit was extracted from
	SVN r1154.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1154
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample46.php, doc/introExample47.php,
	doc/introExample48.php, doc/introExample49.php, doc/sollya.pdf,
	doc/sollya.php, tests/check.sollya, tests/check.sollya.output: *
	Removed introExample*.php from the repository (the other
	examples.php are not under revision).  * Added a few test cases in
	check.sollya for checking that structures behave correctly.     This
	commit was extracted from SVN r1152.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1152 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Backported -r1134:1150  This commit was extracted from
	SVN r1151.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1151 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Added a branch for finishing the supnorm implementation without
	interference with the other developpers  This commit was extracted
	from SVN r1150.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/finishingSupnorm@1150
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample46.php, doc/introExample47.php,
	doc/introExample48.php, doc/introExample49.php, doc/sollya.php: 
	Added the php version for the documentation of structures  This
	commit was extracted from SVN r1148.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1148 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, sollya.h: added small compat for newer
	gcc versions; cleared few bugs   This commit was extracted from SVN
	r1147.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1147 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample46.sollya, doc/introExample46.tex,
	doc/introExample47.sollya, doc/introExample47.tex,
	doc/introExample48.sollya, doc/introExample48.tex,
	doc/introExample49.sollya, doc/introExample49.tex, doc/sollya.pdf,
	doc/sollya.tex: Added documentation for structures in the main
	sollya.tex document. Added a couple of introductory examples. Report
	to the php version still needed.  This commit was extracted from SVN
	r1146.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1146 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, sollya.h, taylorform.c, testChebModels.sollya,
	testIntegralGoldstein.sollya: added certified integral function,
	added file for computing Goldstein integral   This commit was
	extracted from SVN r1145.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1145 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: Added test cases
	for the support of composed types  This commit was extracted from
	SVN r1144.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1144 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-11  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, chebModelsAux.c, chebModelsAux.h,
	testChebModels.sollya: fixed some bugs, added some examples   This
	commit was extracted from SVN r1143.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1143 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, chebModelsAux.c,
	testChebModels.sollya: chebmodels seem to work. added integration
	and derivation procedures.   This commit was extracted from SVN
	r1142.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1142 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Finished basic support for composed types. Still lacks
	documentation, tests and valgrinding ;-)  This commit was extracted
	from SVN r1141.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1141 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chebModels.c, chebModels.h, chebModelsAux.c, chebModelsAux.h,
	testChebModels.sollya: Code fot chebModels (currently it compiles,
	but the composition does not work well)   This commit was extracted
	from SVN r1140.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1140 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Creation of the branch experimentalChebModels  This
	commit was extracted from SVN r1139.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1139
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2011-01-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Creation of the branch experimentalChebModels  This
	commit was extracted from SVN r1139.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimentalChebModels@1139 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Continued working on support for structured types.
	This commit was extracted from SVN r1138.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1138 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Continued working on support for structured types: for
	assignments having an access to a structured type as a left-hand
	side, the syntax tree is correctly rewritten into a special symbol
	having the recursive accesses as a chain and a child with the thing
	to be assigned to the element of the structured type.    This commit
	was extracted from SVN r1137.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1137 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* minilexer.l, miniparser.y: Finished work in all three parsers
	necessary for support of structured types  This commit was extracted
	from SVN r1136.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1136 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, internparser.y: Adapted intern parser for complete
	support of structured types  This commit was extracted from SVN
	r1135.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1135 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.l, parser.y: Continued working on
	support for structured types  This commit was extracted from SVN
	r1134.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1134 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h, tests/check.sollya.output,
	tests/timecheck.sollya: Reported trunk to branch.    This commit was
	extracted from SVN r1133.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1133 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h, tests/check.sollya.output,
	tests/timecheck.sollya: Patched a bug with printing of strings in
	procedures when these strings contain characters that must be
	masked.  Recompiled expected test results.    This commit was
	extracted from SVN r1132.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1132
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/sollya.php,
	doc/sollya.tex, doc/time.tex, doc/timing.tex, general.c, help.h: 
	Reported the trunk onto the branch.    This commit was extracted
	from SVN r1131.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1131 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: Corrected a small parsing
	problem in the three parsers  This commit was extracted from SVN
	r1130.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1130 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, internparser.y, minilexer.l, miniparser.y: 
	Continued working on supported for structures - the three parsers
	are now synchronized  This commit was extracted from SVN r1129.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1129 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.l, parser.y: Started working on
	support for structures  This commit was extracted from SVN r1128.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1128 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/sollya.php,
	doc/time.tex, doc/timing.tex, help.h: Recompiled and corrected the
	documentation  This commit was extracted from SVN r1127.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1127
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-12-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.php, doc/sollya.tex, general.c: Worked
	on documentation of the new command line options.    This commit was
	extracted from SVN r1126.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1126
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Added a branch for developing support for composed types  This
	commit was extracted from SVN r1125.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/composedTypeSupport@1125 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/function.shlp, doc/function.tex,
	doc/library.shlp, doc/library.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Documented 'function'    This commit was
	extracted from SVN r1123.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1123
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/max.shlp, doc/max.tex, doc/min.shlp, doc/min.tex: Forgotten
	adds for the new help texts.    This commit was extracted from SVN
	r1122.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1122
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashexecute.tex, doc/ge.shlp,
	doc/ge.tex, doc/gt.shlp, doc/gt.tex, doc/inf.shlp, doc/inf.tex,
	doc/keywords.def, doc/le.shlp, doc/le.tex, doc/lt.shlp, doc/lt.tex,
	doc/sollya.pdf, doc/sup.shlp, doc/sup.tex, doc/time.tex,
	doc/timing.tex, help.h: New help texts.    This commit was extracted
	from SVN r1121.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1121
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, supnorm.c: Continued on supnorm. Passing the flame
	to Mioara, now.  NOTHING'S DEBUGGED!!! SORRY.    This commit was
	extracted from SVN r1120.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1120
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Continued working on supnorm.    This commit was
	extracted from SVN r1119.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1119
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Continued working on supnorm.    This commit was
	extracted from SVN r1118.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1118
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Continued on supnorm.     This commit was extracted
	from SVN r1117.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1117
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Worked a little on the supnorm.    This commit was
	extracted from SVN r1116.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1116
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, sturm.c, sturm.h, supnorm.c: Continued working on
	supnorm.    This commit was extracted from SVN r1115.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1115
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.c: Added some comments to supnorm file.    This commit was
	extracted from SVN r1114.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1114
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.h, internparser.y, miniparser.y, parser.y,
	supnorm.c, supnorm.h: Continued working on supnorm integration.
	This commit was extracted from SVN r1113.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1113
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-11-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, execute.h, internlexer.l, internparser.y,
	lexer.l, minilexer.l, miniparser.y, parser.y, supnorm.c, supnorm.h: 
	Started working on supnorm integration.    This commit was extracted
	from SVN r1112.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1112
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Errors are slightly better balanced in sums.
	This commit was extracted from SVN r1111.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1111 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementconstant.shlp, doc/implementconstant.tex,
	doc/libraryconstant.shlp, doc/libraryconstant.tex, doc/sollya.pdf,
	help.h, implement-cste.c: Changed the signature of the code produced
	by implementconstant: now, y is supposed to be already initialized
	(this allows for recursive use of the implementer, where variables
	are already initialized).    This commit was extracted from SVN
	r1110.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1110 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c, tests/check.sollya.output: Completed MPFI
	compatibility wrap layer, computed and checked a new check output
	file.     This commit was extracted from SVN r1109.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1109
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Corrected a bug in add/sub: there was subtle bug
	in my proof when the sufficient precision for the intermediate
	results was negative.  Probably, this had no influence on the code
	since the negative precision was replaced by MPFR_PREC_MIN anyway.
	But it was safer to have a code corresponding to the proof.
	Moreover, the patch is an interesting optimization: if the
	sufficient precision is negative, we can avoid computing the
	corresponding expression: "(some complicated expr)+exp(100)" can be
	simplified to "exp(100)" up to a fairly big precision: there is no
	need to evaluate the complicated expr in precision MPFR_PREC_MIN as
	we did before.  Interestingly, this led me to implement the
	if-then-else instruction: it is possible to write formal programs
	containing branches. I also added a formal indentation mechanism for
	correctly displaying embedded blocks.  The code seems to be correct
	and no memory leak was observed. I did not perform intensive tests
	though.    This commit was extracted from SVN r1108.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1108 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/libraryconstantexample.c, implement-cste.c: Corrected a bug in
	the addition/subtraction case in implementconstant. The bug possibly
	affected any addition/subtraction; however, it was particularly
	visible when the result of the addition was an exact zero.  Now,
	implementconstant complains (and aborts) whenever a subexpression is
	exactly zero at a place where we cannot handle it. WARNING:
	currently, this is very dirty, we raise an exception without freeing
	anything.  Also added an example for libraryconstant (forgot from a
	previous commit).    This commit was extracted from SVN r1107.
	git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1107 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Try to exhaustively list all possible cases in the
	division and multiplication of two intervals.    This commit was
	extracted from SVN r1106.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1106
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c, infnorm.h, mpfi-compat.c: New division rules
	This commit was extracted from SVN r1105.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1105
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c: Wrappers sollya_mpfr_min and
	sollya_mpfr_max: contrary to their mpfr homolgues, they propagate
	NaNs, which is the expected behavior when used in Sollya.    This
	commit was extracted from SVN r1104.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1104
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Some remarks  This commit was extracted from SVN
	r1103.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1103
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Explain the rule for div a little more.   This
	commit was extracted from SVN r1102.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1102
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: Worked on MPFI compatibility wrapper  This commit
	was extracted from SVN r1101.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1101
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, mpfi-compat.c, mpfi-compat.h, parser.y: Updated
	copyright notice.  This commit was extracted from SVN r1100.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1100
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, mpfi-compat.c: Added NaN normalization for intervals
	(ranges).     This commit was extracted from SVN r1099.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1099
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* mpfi-compat.c: TODOs on MPFI wrapper.    This commit was extracted
	from SVN r1098.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1098
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, autodiff.c, autodiff.h, chain.c, double.c,
	execute.c, execute.h, expression.c, general.c, help.h, infnorm.c,
	infnorm.h, integral.c, library.c, library.h, mpfi-compat.c,
	mpfi-compat.h, parser.y, proof.c, proof.h, sollya.h, sturm.c,
	sturm.h, taylorform.c, taylorform.h, xml.c: Added a compatibility
	wrapper around all MPFI calls.  Developers: please remember that we
	have to use sollya_mpfi_* now instead of mpfi_*.    This commit was
	extracted from SVN r1097.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1097
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c, parser.y, tests/timecheck.sollya: Added
	MPFR, GMP and MPFI version printing to version and --help and
	changed timecheck again to lower the variance everywhere unless
	necessary  This commit was extracted from SVN r1096.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1096
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-10-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya, tests/timecheck.sollya.output: Reworked a
	time check  This commit was extracted from SVN r1095.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1095
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Small correction  This commit was extracted from SVN
	r1094.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1094
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, chain.c, double.c, execute.c, expression.c,
	external.c, general.c, general.h, implement.c, infnorm.c, lexer.l,
	library.c, parser.y, plot.c, proof.c, remez.c, sturm.c,
	taylorform.c, worstcase.c, xml.c: Added additional modes for warning
	message printing: --warnonstderr prints all warnings on stderr
	instead of stdout, --warninfile and --warninfileappend print all
	warnings in a file (or a named pipe).  For the developer the change
	means that printf and fprintf must no longer be used in the code.
	The functions sollyaPrintf and sollyaFprintf, which behave exactly
	the same, must be used instead.    This commit was extracted from
	SVN r1093.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1093
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: New test output reflecting the recent
	changes  This commit was extracted from SVN r1092.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1092
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched yet another bug in the procedure-based
	functions  This commit was extracted from SVN r1091.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1091
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a bug in the procedure-based functions  This
	commit was extracted from SVN r1090.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1090
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Corrected displaying of differentiated
	library functions and procedure-based functions  This commit was
	extracted from SVN r1089.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1089
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, autodiff.h, chain.c, execute.c, execute.h,
	expression.c, expression.h, infnorm.c, internparser.y,
	miniparser.y, parser.y, proof.c, proof.h, taylorform.c, xml.c: 
	Started adding procedure-based functions with a technique similar to
	library functions. There is still a bug in the displaying of
	differentiated procedure-based functions (as well as for library
	functions - we just never saw it).    This commit was extracted from
	SVN r1088.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1088
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/checkTMandAD.sollya: Added labels for the tests in
	checkTMandAD.sollya    This commit was extracted from SVN r1087.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1087
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a small mistake in the code analysing the
	correctness of the arguments to fpminimax.    This commit was
	extracted from SVN r1086.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1086
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c, tests/check.sollya, tests/timecheck.sollya,
	tests/timecheck.sollya.output: Reverted change of revision 1079 in
	taylorform.c since Christoph corrected the bug #10657.  Added a test
	case.    This commit was extracted from SVN r1085.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1085
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c, infnorm.h: Added optimisation for equality
	and inequality tests when simple interval evaluation without
	precision adjustments already allows the result to be decided upon.
	This commit was extracted from SVN r1084.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1084
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Added minimum/maximum computation on lists  This commit
	was extracted from SVN r1083.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1083
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added help text target in parser for min and max  This
	commit was extracted from SVN r1082.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1082
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-08-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Added min/max operators.
	This commit was extracted from SVN r1081.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1081
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-07-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h: Tried to address
	the bug "[#10657] Shifting a polynomial in Horner form consumes all
	the memory"  The code runs through the test and seems to be much
	faster but a lot of optimisations are still possible. Some
	algorithms are really naive (but much less naive than what we had).
	This commit was extracted from SVN r1080.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1080
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: Reverted a bug introduced in revision 1008. Indeed,
	makePolynomial seems to create a polynomial expression p such that
	p(x-x0) is very long to evalute with Sollya, while constructPoly
	perfectly does the trick.    This commit was extracted from SVN
	r1079.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1079
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/implementconstant.shlp,
	doc/implementconstant.tex, doc/implementpoly.shlp,
	doc/keywords.def, doc/library.shlp, doc/library.tex,
	doc/libraryconstant.shlp, doc/libraryconstant.tex, doc/pi.shlp,
	doc/pi.tex, doc/sollya.pdf, expression.c, help.h, parser.y: *
	Corrected a bug in isSyntacticallyEqual when the trees are equal and
	of type libraryconstant.  * Added documentation for
	implementconstant and libraryconstant.    This commit was extracted
	from SVN r1078.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1078 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Removed useless warning when a library constant is used
	whereas the free variable symbol has not beed defined.  Note: it
	would be a good thing that Christoph double-checks my modifications
	introducing libraryconstant.    This commit was extracted from SVN
	r1077.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1077 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, execute.c, execute.h, expression.c, expression.h,
	general.c, implement-cste.c, infnorm.c, internlexer.l,
	internparser.y, lexer.l, library.c, library.h, parser.y, sollya.h,
	taylorform.c: * Added new command libraryconstant for externally
	loaded constants.   |__ in particular, it is supported by
	implementconstant  * Simplified "switch ... cases" in expression.c *
	Removed many useless trailing spaces in parser* and lexer*    This
	commit was extracted from SVN r1076.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1076 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Many bug fixes.  The command begins to be in a
	fairly stable state. No known bug or memory leak. Extensive tests
	are required however. Power function is still not completely well
	handled. Optimizations such as mul_ui are currently not implemented.
	This commit was extracted from SVN r1075.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1075 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: It compiles again. The transition to the new
	structures is almost completed. However:  * Currently, it does not
	work at all: a serious debugging session should be foreseen. * It
	should not contain memory leaks, but extensive tests should be
	performed.    This commit was extracted from SVN r1074.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1074 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-06-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Began to clean the structure of this code. Now,
	the program is constructed through a dedicated struct. It will only
	be printed in the end.  Currently it does not compile any more.
	This commit was extracted from SVN r1073.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1073 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: First support of integer roots.    This commit
	was extracted from SVN r1072.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1072 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Implementation of the addition/subtraction and
	first implementation of pow.    This commit was extracted from SVN
	r1071.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1071 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c: Just corrected a warning and began to implement
	the add/sub case. But I still do not have clear ideas on how to do
	it.    This commit was extracted from SVN r1070.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1070 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement-cste.c, implement-cste.h: * I forgot to add the
	essential files...  * The multiplication/division seems to be
	working.    This commit was extracted from SVN r1069.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1069 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: First implementation of the mul/div case. It is still
	bugged:  > implementconstant(sin(1)*cos(exp(2)*log(3))); is not
	correct for instance.  I also implemented the constant case and
	debugged the case of unary functions.  Several minor updates such as
	numbering the temporary variables.    This commit was extracted from
	SVN r1068.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1068 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Slight enhancement to interval evaluation  This commit
	was extracted from SVN r1067.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1067
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, execute.h, expression.h, internlexer.l,
	internparser.y, lexer.l, parser.y, sollya.h: First step towards an
	implementation of implementconstant. Currently, it compiles but does
	not work at all. It is work in progress.    This commit was
	extracted from SVN r1066.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1066 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-05-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : * Added a branch for Sylvain's own work.    This commit was
	extracted from SVN r1065.  git-svn-id:

	svn://scm.gforge.inria.fr/svn/sollya/branches/experimental-sylvain@1065 af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Put back timing checks.    This commit was
	extracted from SVN r1063.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1063
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog  This commit was extracted from SVN
	r1061.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1061
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* NEWS: Changed NEWS  This commit was extracted from SVN r1060.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1060
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, NEWS: Updated NEWS.    This commit was extracted from SVN
	r1059.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1059
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Slightly changed the READMe  This commit was extracted
	from SVN r1058.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1058
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, tests/Makefile.am: * Removed timecheck from Makefile.am
	for the release * Updated README    This commit was extracted from
	SVN r1057.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1057
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Updated README  This commit was extracted from SVN r1056.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1056
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autogen.sh: Changed autogen.sh to get new situation supported
	This commit was extracted from SVN r1055.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1055
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/Makefile.am: Added the file for testing autodiff and
	taylorform into Makefile.am    This commit was extracted from SVN
	r1054.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1054
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/introExample33.tex,
	doc/introExample38.tex, doc/introExample40.tex,
	doc/introExample8.tex, doc/numberroots.tex, doc/sollya.pdf,
	doc/sollya.php, doc/time.tex, doc/timing.tex, help.h,
	tests/check.sollya: * changed "read" to execute in check.sollya *
	Recompiled all the doc    This commit was extracted from SVN r1053.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1053
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: Updated output for the tests.    This
	commit was extracted from SVN r1052.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1052
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/checkTMandAD.sollya: Added test cases
	for taylorform and autodiff    This commit was extracted from SVN
	r1051.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1051
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, taylorform.c: * Corrected typos * Added missing cases.
	This commit was extracted from SVN r1050.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1050
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/sollya.php, doc/sollya.tex: Changed the
	'2.0alpha' into '2.0'. The release is on the way.    This commit was
	extracted from SVN r1049.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1049
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya, tests/timecheck.sollya.output: Added
	timing tests related to bug #10069    This commit was extracted from
	SVN r1044.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1044
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/timecheck.sollya, tests/timecheck.sollya.output: Time test
	for "[#9120] dirtyinfnorm is unexpectedly slow"  This commit was
	extracted from SVN r1043.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1043
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Possible fix for "[#10069] Remez
	algorithm is too slow"  This commit was extracted from SVN r1042.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1042
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-19  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: added test #253 for
	bug #8079 - NaN behaviour   This commit was extracted from SVN
	r1041.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1041
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/error.shlp, doc/error.tex, doc/sollya.pdf, help.h,
	tests/check.sollya, tests/check.sollya.output: Worked again on
	"[#8079] Testing if something is NaN is impossible/ NaN behaviour is
	not IEEE 754 compliant" and added a test case for numberrots where
	the fall-back MPQ code is getting used.  This commit was extracted
	from SVN r1040.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1040
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Final (?) patch for "[#8079] Testing if something is
	NaN is impossible/ NaN behaviour is not IEEE 754 compliant"  This
	commit was extracted from SVN r1039.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1039
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-18  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: added test for bug
	#9859   This commit was extracted from SVN r1038.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1038
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, sturm.c: Tried to fix issues with NaNs simplified to
	ones.  This commit was extracted from SVN r1037.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1037
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: * library functions should now work in taylorform.
	This commit was extracted from SVN r1036.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1036
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, autodiff.h, doc/CommandsAndFunctions.tex,
	doc/autodiff.tex, doc/bashexecute.tex, doc/diff.tex,
	doc/double.shlp, doc/double.tex, doc/evaluate.tex,
	doc/keywords.def, doc/numberroots.tex, doc/print.shlp,
	doc/print.tex, doc/{printhexa.shlp => printdouble.shlp},
	doc/{printhexa.tex => printdouble.tex}, doc/printexpansion.shlp,
	doc/printexpansion.tex, doc/{printfloat.shlp => printsingle.shlp},
	doc/{printfloat.tex => printsingle.tex}, doc/remez.tex,
	doc/round.shlp, doc/round.tex, doc/single.shlp, doc/single.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, doc/write.shlp,
	doc/write.tex, help.h, taylorform.c: * Changed printhexa and
	printfloat in keywords.def etc. * Recompiled the doc. * Patched a
	bug in taylorform that caused it to print the same warning message
	many times.    This commit was extracted from SVN r1035.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1035
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.php: * Added file sollya.php (it corresponds to the
	introduction of the documentation in html). * The content of
	sollya.php is a direct translation of the current version of
	sollya.tex.    This commit was extracted from SVN r1034.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1034
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/taylorform.shlp, doc/taylorform.tex, help.h: 
	Improved help on taylorform.    This commit was extracted from SVN
	r1033.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1033
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autodiff.shlp, doc/autodiff.tex, doc/sollya.pdf, help.h: *
	Documented autodiff.    This commit was extracted from SVN r1032.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1032
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, doc/autodiff.shlp, doc/diff.shlp, doc/evaluate.shlp,
	doc/numberroots.shlp, doc/numberroots.tex, doc/remez.shlp,
	doc/sollya.pdf, doc/taylorform.shlp, doc/taylorform.tex, help.h: 
	Improved help of taylorform a little bit (it renders now well in
	text mode)  Proposed a complete documentation for numberroots.
	This commit was extracted from SVN r1031.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1031
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autodiff.tex, doc/bashexecute.tex, doc/diff.tex,
	doc/dirtyfindzeros.tex, doc/evaluate.tex, doc/findzeros.tex,
	doc/infnorm.tex, doc/remez.tex, doc/sollya.pdf, doc/taylor.tex,
	doc/taylorform.tex, doc/time.tex, doc/timing.tex, help.h: Updated
	doc  This commit was extracted from SVN r1030.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1030
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/autodiff.shlp, doc/diff.shlp,
	doc/dirtyfindzeros.shlp, doc/evaluate.shlp, doc/findzeros.shlp,
	doc/infnorm.shlp, doc/keywords.def, doc/numberroots.shlp,
	doc/numberroots.tex, doc/remez.shlp, doc/sollya.pdf,
	doc/taylor.shlp, doc/taylorform.shlp: Added placeholders for
	documentation of numberroots  This commit was extracted from SVN
	r1029.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1029
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autodiff.tex: Added file forgotten by Sylvain  This commit was
	extracted from SVN r1028.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1028
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashexecute.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, help.h: Recompiled the
	doc  This commit was extracted from SVN r1027.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1027
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autodiff.shlp, doc/keywords.def, doc/sollya.pdf,
	doc/sollya.tex, doc/taylorform.shlp, doc/taylorform.tex: * Improved
	the doc of taylorform a little bit. It may still look bad in text
	mode.    This commit was extracted from SVN r1026.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1026
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Tried again to do something for '[#9349] libmpfi.so
	is not found by configure'  This commit was extracted from SVN
	r1025.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1025
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Changed an error message into a warning, regarding
	the availability of fplll on strange systems.    This commit was
	extracted from SVN r1024.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1024
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Tried to do something for '[#9349] libmpfi.so is not
	found by configure'  This commit was extracted from SVN r1023.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1023
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Small change in configure.  This commit was
	extracted from SVN r1022.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1022
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Made Sollya compile under Cygwin again  This commit was
	extracted from SVN r1021.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1021
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Patched the second bug mentioned in bug report
	#10073. This is not completely satisfying though, since fplll will
	use a non-GNU version of malloc and realloc in some cases. However,
	taken into account what mess libfplll is, the patch can be
	considered as quite good.    This commit was extracted from SVN
	r1020.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1020
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.h: Again trying to patch bug Nr 1 in '[#10073] Sollya
	fails to compile in some cases.'  This commit was extracted from SVN
	r1019.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1019
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Trying to patch bug Nr 1 in '[#10073] Sollya fails to
	compile in some cases.'  This commit was extracted from SVN r1018.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1018
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: Added test cases
	for bug #10062.    This commit was extracted from SVN r1017.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1017
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: added tests #247,
	#248, #249 for bug [#7216]. Testing was ok.   This commit was
	extracted from SVN r1016.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1016
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, sturm.c: Patched memory leaks in sturm  This commit was
	extracted from SVN r1015.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1015
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, plot.c, worstcase.c: Made Sollya compile with tcc as
	the C compiler - g++ is used for the C++ part  This commit was
	extracted from SVN r1014.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1014
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, fpminimax.cpp, general.h, parser.y, plot.c, xml.c: 
	Final (?) patch for "[#9782] Configure should detect if include file
	structure of libfplll follows tarball releases or Debian" - Sylvain
	to double-check  This commit was extracted from SVN r1013.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1013
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled the doc  This commit was
	extracted from SVN r1012.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1012
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, configure.ac: * Removed a bug that used to prevent one to
	perform a "make dist"    This commit was extracted from SVN r1011.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1011
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, fpminimax.cpp: Some kind of fix for '[#9782]
	Configure should detect if include file structure of libfplll
	follows tarball releases or Debian' (untested)  This commit was
	extracted from SVN r1010.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1010
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Fix for '[#10062] A test gives a wrond result without
	printing any warning.'  This commit was extracted from SVN r1009.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1009
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: removed function ConstructPoly, now we use
	makePolynomial from expression.c (its header is available in
	sollya.h)   This commit was extracted from SVN r1008.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1008
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, execute.c, taylorform.c: Corrected a type error and
	patched a memory leak  This commit was extracted from SVN r1007.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@1007
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/sollya.pdf,
	doc/taylorform.shlp, doc/taylorform.tex, help.h: Slightly modified
	the documentation of taylorform, in order to make it more complete.
	This commit was extracted from SVN r1006.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1006
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: Patched a memory leak.    This commit was extracted
	from SVN r1005.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1005
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: Added test cases
	and new result values  This commit was extracted from SVN r1002.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@1002
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: Updated check vector results  This
	commit was extracted from SVN r1001.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@1001
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, configure.ac, execute.c: Patched a problem with very high
	degrees for taylorforms that became negative  This commit was
	extracted from SVN r1000.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@1000
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, autodiff.c, autodiff.h: * Patched a bug concerning
	library functions in autodiff.    This commit was extracted from SVN
	r999.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@999
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, autodiff.c, taylorform.c: Patched a segfault in autodiff
	This commit was extracted from SVN r998.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@998
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched problem related to reversed order of intervals
	in autodiff and extended autodiff syntax to take also a point as a
	'development' point  This commit was extracted from SVN r997.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@997
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/taylorform.shlp: added some doc for
	taylorform.   This commit was extracted from SVN r996.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@996
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.h: I forgot to add autodiff.h    This commit was
	extracted from SVN r995.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@995
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, assignment.c, assignment.h, autodiff.c, chain.c,
	chain.h, configure.ac, doc/CommandsAndFunctions.tex,
	doc/asciiplot.shlp, doc/asciiplot.tex, doc/bashexecute.shlp,
	doc/bashexecute.tex, doc/binary.shlp, doc/binary.tex,
	doc/canonical.shlp, doc/canonical.tex, doc/ceil.shlp, doc/ceil.tex,
	doc/coeff.shlp, doc/coeff.tex, doc/compileExamples.sh,
	doc/concat.shlp, doc/concat.tex, doc/decimal.shlp, doc/decimal.tex,
	doc/degree.shlp, doc/degree.tex, doc/denominator.shlp,
	doc/denominator.tex, doc/dieonerrormode.shlp,
	doc/dieonerrormode.tex, doc/dirtyfindzeros.shlp,
	doc/dirtyfindzeros.tex, doc/divide.shlp, doc/divide.tex,
	doc/double.tex, doc/dyadic.shlp, doc/dyadic.tex, doc/equal.shlp,
	doc/equal.tex, doc/error.shlp, doc/error.tex, doc/execute.shlp,
	doc/execute.tex, doc/expand.shlp, doc/expand.tex, doc/floor.shlp,
	doc/floor.tex, doc/fpminimax.shlp, doc/fpminimax.tex, doc/ge.shlp,
	doc/ge.tex, doc/gt.shlp, doc/gt.tex, doc/guessdegree.shlp,
	doc/guessdegree.tex, doc/hexadecimal.shlp, doc/hexadecimal.tex,
	doc/honorcoeffprec.shlp, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.shlp, doc/hopitalrecursions.tex,
	doc/horner.shlp, doc/horner.tex, doc/implementpoly.shlp,
	doc/implementpoly.tex, doc/in.shlp, doc/in.tex, doc/infnorm.shlp,
	doc/infnorm.tex, doc/integral.shlp, doc/integral.tex,
	doc/introExample11.sollya, doc/introExample11.tex,
	doc/introExample14.sollya, doc/introExample14.tex,
	doc/introExample16.sollya, doc/introExample16.tex,
	doc/introExample21.sollya, doc/introExample21.tex,
	doc/introExample22.sollya, doc/introExample22.tex,
	doc/introExample24.sollya, doc/introExample24.tex,
	doc/introExample25.sollya, doc/introExample25.tex,
	doc/introExample29.sollya, doc/introExample29.tex,
	doc/introExample31.sollya, doc/introExample31.tex,
	doc/introExample32.sollya, doc/introExample32.tex,
	doc/introExample33.sollya, doc/introExample33.tex,
	doc/introExample34.sollya, doc/introExample34.tex,
	doc/introExample35.sollya, doc/introExample35.tex,
	doc/introExample36.sollya, doc/introExample36.tex,
	doc/introExample37.sollya, doc/introExample37.tex,
	doc/introExample38.sollya, doc/introExample38.tex,
	doc/introExample39.sollya, doc/introExample39.tex,
	doc/introExample40.sollya, doc/introExample40.tex,
	doc/introExample41.sollya, doc/introExample41.tex,
	doc/introExample42.sollya, doc/introExample42.tex,
	doc/introExample43.sollya, doc/introExample43.tex,
	doc/introExample44.sollya, doc/introExample44.tex,
	doc/introExample45.sollya, doc/introExample45.tex,
	doc/keywords.def, doc/le.shlp, doc/le.tex, doc/library.shlp,
	doc/library.tex, doc/listof.tex, doc/lt.shlp, doc/lt.tex,
	doc/midpointmode.shlp, doc/midpointmode.tex, doc/minus.shlp,
	doc/minus.tex, doc/mult.shlp, doc/mult.tex, doc/nearestint.shlp,
	doc/nearestint.tex, doc/neq.shlp, doc/neq.tex, doc/nop.shlp,
	doc/nop.tex, doc/numerator.shlp, doc/numerator.tex, doc/off.shlp,
	doc/off.tex, doc/on.shlp, doc/on.tex, doc/parse.shlp,
	doc/parse.tex, doc/pi.shlp, doc/pi.tex, doc/plus.shlp,
	doc/plus.tex, doc/points.shlp, doc/points.tex, doc/power.shlp,
	doc/power.tex, doc/powers.shlp, doc/powers.tex, doc/prec.shlp,
	doc/prec.tex, doc/precision.shlp, doc/precision.tex,
	doc/print.shlp, doc/print.tex, doc/printexpansion.shlp,
	doc/printexpansion.tex, doc/printfloat.shlp, doc/printfloat.tex,
	doc/printhexa.shlp, doc/printhexa.tex, doc/printxml.tex,
	doc/proc.shlp, doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/quit.shlp, doc/quit.tex, doc/rationalapprox.shlp,
	doc/rationalapprox.tex, doc/rationalmode.shlp,
	doc/rationalmode.tex, doc/rd.shlp, doc/rd.tex, doc/readfile.shlp,
	doc/readfile.tex, doc/readxml.shlp, doc/readxml.tex,
	doc/remez.shlp, doc/remez.tex, doc/return.tex, doc/rn.shlp,
	doc/rn.tex, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/roundcorrectly.shlp, doc/roundcorrectly.tex, doc/ru.shlp,
	doc/ru.tex, doc/rz.shlp, doc/rz.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/shlp2txt.sh, doc/simplify.shlp,
	doc/simplify.tex, doc/simplifysafe.shlp, doc/simplifysafe.tex,
	doc/single.tex, doc/sollya.pdf, doc/sollya.tex, doc/subpoly.shlp,
	doc/subpoly.tex, doc/substitute.shlp, doc/substitute.tex,
	doc/taylor.shlp, doc/taylor.tex, doc/taylorrecursions.shlp,
	doc/taylorrecursions.tex, doc/time.shlp, doc/time.tex,
	doc/timing.tex, doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/var.shlp, doc/var.tex, doc/void.shlp, doc/void.tex,
	doc/write.shlp, doc/write.tex, double.c, double.h, execute.c,
	execute.h, expansion.c, expression.c, expression.h, external.c,
	external.h, externalfun.c, externalproc.c, fpminimax.h, general.c,
	general.h, help.h, implement.c, implement.h, infnorm.c, infnorm.h,
	integral.c, integral.h, internlexer.l, internparser.y, lexer.l,
	library.c, library.h, libsollyaexample.c, main.c, main.h,
	minilexer.l, miniparser.y, parser.y, plot.c, plot.h, proof.c,
	proof.h, remez.c, remez.h, sollya.h, sos.sollya,
	supnormtest.sollya, taylor.c, taylor.h, tests/Makefile.am,
	tests/check.sollya.output, tests/timecheck.sollya,
	tests/timecheck.sollya.output, worstcase.c, worstcase.h, xml.c,
	xml.h: Backport from trunk, 931:993  This commit was extracted from
	SVN r994.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@994
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, infnorm.h, taylorform.c, taylorform.h: *
	Taylorform is now almost completely reviewed. * Non-dummy autodiff
	command added. * Now, autodiff internally computes f^(i)/i! instead
	of f^(i).  * Some checks (consistency and memory leaks) remain to
	do.    This commit was extracted from SVN r993.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@993
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected an error in a moved freeThing  This commit
	was extracted from SVN r992.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@992
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a memory leak in fpminimax with list of degrees
	and not a degree  This commit was extracted from SVN r991.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@991
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a memory leak  This commit was extracted
	from SVN r990.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@990
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a memory leak  This commit was extracted
	from SVN r989.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@989
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched yet another memory leak  This commit was
	extracted from SVN r988.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@988
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a memory leak  This commit was extracted from
	SVN r987.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@987
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/asciiplot.shlp, doc/asciiplot.tex, doc/bashexecute.tex,
	doc/binary.shlp, doc/binary.tex, doc/canonical.shlp,
	doc/canonical.tex, doc/ceil.shlp, doc/ceil.tex, doc/coeff.shlp,
	doc/coeff.tex, doc/decimal.shlp, doc/decimal.tex, doc/degree.shlp,
	doc/degree.tex, doc/denominator.shlp, doc/denominator.tex,
	doc/dirtyfindzeros.shlp, doc/dirtyfindzeros.tex, doc/dyadic.shlp,
	doc/dyadic.tex, doc/error.shlp, doc/error.tex, doc/execute.shlp,
	doc/execute.tex, doc/expand.shlp, doc/expand.tex, doc/floor.shlp,
	doc/floor.tex, doc/fpminimax.shlp, doc/fpminimax.tex,
	doc/guessdegree.shlp, doc/guessdegree.tex, doc/hexadecimal.shlp,
	doc/hexadecimal.tex, doc/honorcoeffprec.shlp,
	doc/honorcoeffprec.tex, doc/hopitalrecursions.shlp,
	doc/hopitalrecursions.tex, doc/horner.shlp, doc/horner.tex,
	doc/implementpoly.shlp, doc/implementpoly.tex, doc/infnorm.shlp,
	doc/infnorm.tex, doc/integral.shlp, doc/integral.tex,
	doc/library.shlp, doc/library.tex, doc/midpointmode.shlp,
	doc/midpointmode.tex, doc/nearestint.shlp, doc/nearestint.tex,
	doc/nop.shlp, doc/nop.tex, doc/numerator.shlp, doc/numerator.tex,
	doc/parse.shlp, doc/parse.tex, doc/pi.shlp, doc/pi.tex,
	doc/points.shlp, doc/points.tex, doc/powers.shlp, doc/powers.tex,
	doc/prec.shlp, doc/prec.tex, doc/precision.shlp, doc/precision.tex,
	doc/print.shlp, doc/print.tex, doc/printexpansion.shlp,
	doc/printexpansion.tex, doc/printfloat.shlp, doc/printfloat.tex,
	doc/printhexa.shlp, doc/printhexa.tex, doc/printxml.tex,
	doc/proc.shlp, doc/proc.tex, doc/quit.shlp, doc/quit.tex,
	doc/rationalapprox.shlp, doc/rationalapprox.tex,
	doc/rationalmode.shlp, doc/rationalmode.tex, doc/rd.shlp,
	doc/rd.tex, doc/readfile.shlp, doc/readfile.tex, doc/readxml.shlp,
	doc/readxml.tex, doc/remez.shlp, doc/remez.tex, doc/rn.shlp,
	doc/rn.tex, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/roundcorrectly.shlp, doc/roundcorrectly.tex, doc/ru.shlp,
	doc/ru.tex, doc/rz.shlp, doc/rz.tex, doc/simplify.shlp,
	doc/simplify.tex, doc/simplifysafe.shlp, doc/simplifysafe.tex,
	doc/sollya.pdf, doc/subpoly.shlp, doc/subpoly.tex,
	doc/substitute.shlp, doc/substitute.tex, doc/taylor.shlp,
	doc/taylor.tex, doc/taylorrecursions.shlp,
	doc/taylorrecursions.tex, doc/time.shlp, doc/time.tex,
	doc/timing.tex, doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/var.shlp, doc/var.tex, doc/write.shlp, doc/write.tex, help.h: 
	Added seealsos in the help files and recompiled the doc  This commit
	was extracted from SVN r986.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@986
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Added stuff in parser and
	evaluator for adding autodiff  This commit was extracted from SVN
	r985.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@985
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, infnorm.c, taylorform.c, taylorform.h: We kept
	reviewing (and simplifying) the code of taylorforms. It is not
	finished yet.    This commit was extracted from SVN r984.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@984
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.h: Prepared trunk  This commit was extracted from SVN
	r983.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@983
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, general.c, parser.y: Updated
	copyright year in generally displayed versions  This commit was
	extracted from SVN r982.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@982
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, chain.c, chain.h, double.c, double.h,
	execute.c, execute.h, expansion.c, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c, fpminimax.h,
	general.c, general.h, help.h, implement.c, implement.h, infnorm.c,
	infnorm.h, integral.c, integral.h, internlexer.l, internparser.y,
	lexer.l, library.c, library.h, libsollyaexample.c, main.c, main.h,
	minilexer.l, miniparser.y, parser.y, plot.c, plot.h, proof.c,
	proof.h, remez.c, remez.h, sollya.h, taylor.c, taylor.h,
	worstcase.c, worstcase.h, xml.c, xml.h: Updated copyright notices
	This commit was extracted from SVN r981.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@981
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c, taylorform.h: We began to review the code of
	taylorform with Mioara (currently, only the part about autodiff). We
	simplified the code. The tests that we did seem to show that
	everything we did until now is correct.    This commit was extracted
	from SVN r980.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@980
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, tests/check.sollya.output, tests/timecheck.sollya: 
	Corrected tests to make them pass again  This commit was extracted
	from SVN r979.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@979
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, tests/Makefile.am, tests/timecheck.sollya,
	tests/timecheck.sollya.output: Added beginning of a timing check and
	run autoscan  This commit was extracted from SVN r978.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@978
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Corrected a small bug in configure  This commit was
	extracted from SVN r977.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@977
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Tried to patch '[#9349] libmpfi.so is not found by
	configure' and '[#9350] configure option --with-xml2 is broken'
	This commit was extracted from SVN r976.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@976
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, plot.c: Changed precision in plot to 64 bits. This
	patches '[#9720] The plot command has a strange choice of precision'
	somehow...  This commit was extracted from SVN r975.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@975
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, doc/CommandsAndFunctions.tex, doc/equal.shlp,
	doc/equal.tex, doc/ge.shlp, doc/ge.tex, doc/gt.shlp, doc/gt.tex,
	doc/in.shlp, doc/in.tex, doc/keywords.def, doc/le.shlp, doc/le.tex,
	doc/lt.shlp, doc/lt.tex, doc/neq.shlp, doc/neq.tex, doc/sollya.pdf,
	execute.c, execute.h, help.h, internparser.y, miniparser.y,
	parser.y: Added containment operator (in)  This commit was extracted
	from SVN r974.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@974
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled the doc  This commit was
	extracted from SVN r973.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@973
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c, parser.y: Reworked and updated copyright
	messages  This commit was extracted from SVN r972.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@972
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/double.tex, doc/introExample11.tex,
	doc/keywords.def, doc/print.tex, doc/printexpansion.tex,
	doc/printfloat.shlp, doc/printfloat.tex, doc/printhexa.shlp,
	doc/printhexa.tex, doc/round.tex, doc/single.tex, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/write.tex, help.h: Recompiled teh
	doc with new names for printdouble and printsingle  This commit was
	extracted from SVN r971.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@971
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Updated list of supported keywords. To be updated again
	when new functionality is ported from the branch to the trunk.  This
	commit was extracted from SVN r970.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@970
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/introExample11.sollya, doc/sollya.pdf,
	doc/sollya.tex: Corrected some small mistakes in the introductory
	doc.  This commit was extracted from SVN r969.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@969
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, help.h, remez.c: Corrected a few typos in warning
	messages. Recompiled the doc.    This commit was extracted from SVN
	r968.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@968
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/concat.shlp, doc/concat.tex, doc/introExample14.sollya,
	doc/introExample14.tex, doc/introExample16.sollya,
	doc/introExample16.tex, doc/introExample21.sollya,
	doc/introExample21.tex, doc/introExample22.sollya,
	doc/introExample22.tex, doc/introExample24.sollya,
	doc/introExample24.tex, doc/introExample25.sollya,
	doc/introExample25.tex, doc/introExample29.sollya,
	doc/introExample29.tex, doc/introExample32.tex,
	doc/introExample39.tex, doc/introExample41.sollya,
	doc/introExample41.tex, doc/introExample45.sollya,
	doc/introExample45.tex, doc/proc.shlp, doc/proc.tex,
	doc/procedure.shlp, doc/procedure.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/void.shlp, doc/void.tex: * Some modifications in
	the introduction of the doc (in particular, I added a new example).
	This commit was extracted from SVN r967.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@967
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample44.sollya, doc/introExample44.tex, doc/sollya.pdf: 
	Finished the example on % notation with the fix in
	compileExamples.sh that Sylvain just committed and recompiled the
	doc  This commit was extracted from SVN r966.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@966
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/compileExamples.sh, doc/introExample44.tex: Corrected a bug in
	compileExamples.sh when the example contains the character "%"
	This commit was extracted from SVN r965.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@965
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample41.sollya, doc/introExample41.tex,
	doc/introExample44.sollya, doc/introExample44.tex, doc/sollya.pdf,
	doc/sollya.tex: Worked on doc. New example usign % does not compile
	This commit was extracted from SVN r964.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@964
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/introExample31.tex,
	doc/introExample35.tex, doc/introExample36.tex,
	doc/introExample37.tex, doc/nop.tex, doc/proc.tex,
	doc/procedure.tex, doc/return.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, doc/void.tex, execute.c, help.h, internlexer.l,
	lexer.l, minilexer.l: Changed syntax printed back and recompiled doc
	This commit was extracted from SVN r963.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@963
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: Got latest ChangeLog     This commit was extracted from
	SVN r962.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@962
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/dieonerrormode.shlp,
	doc/dieonerrormode.tex, doc/off.shlp, doc/off.tex, doc/on.shlp,
	doc/on.tex, doc/sollya.pdf, help.h: Corrected and recompiled the doc
	for dieonerrormode and the attached help files  This commit was
	extracted from SVN r961.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@961
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/dieonerrormode.shlp, doc/dieonerrormode.tex,
	doc/keywords.def, execute.c, execute.h, general.c, general.h,
	internlexer.l, internparser.y, lexer.l, minilexer.l, miniparser.y,
	parser.y: Implemented dieonerrormode  This commit was extracted from
	SVN r960.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@960
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex, help.h: Corrected a few typos in
	sollya.tex.  Recompiled the doc.    This commit was extracted from
	SVN r959.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@959
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/midpointmode.shlp, doc/midpointmode.tex, doc/off.shlp,
	doc/off.tex, doc/on.shlp, doc/on.tex, doc/sollya.pdf: Added missing
	SEEALSO about on/off modes.    This commit was extracted from SVN
	r958.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@958
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/divide.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/shlp2txt.sh, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex: * Replaced all occurences to printf "%s" by printf
	"%b"in shlp2*.sh  * Corrected the bug with the name of the section
	for the division in LaTeX mode.   This commit was extracted from SVN
	r957.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@957
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Added extern "C" stuff into sollya.h for the C++ people.
	This commit was extracted from SVN r956.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@956
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh: Corrected a bug when updating
	ListOfCommands.php: the trailing commas used to disappear.    This
	commit was extracted from SVN r955.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@955
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, internlexer.l, lexer.l, minilexer.l: Patched bug
	[#9859] Sollya hexadecimal input not fully C99/IEEE 754-2008
	compliant.       This commit was extracted from SVN r954.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@954
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled doc with patched shlp2* scripts.
	This commit was extracted from SVN r953.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@953
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/concat.tex, doc/print.tex,
	doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex, doc/write.tex: The previous commits
	reintroduced a bug when "\n" are present in the code of examples.
	This is now patched.  Doc is up to date.    This commit was
	extracted from SVN r952.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@952
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.tex, doc/absolute.tex, doc/accurateinfnorm.tex,
	doc/acos.tex, doc/acosh.tex, doc/and.tex, doc/append.tex,
	doc/approx.tex, doc/asciiplot.tex, doc/asin.tex, doc/asinh.tex,
	doc/atan.tex, doc/atanh.tex, doc/autosimplify.tex,
	doc/bashexecute.tex, doc/binary.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/cos.tex,
	doc/cosh.tex, doc/decimal.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diam.tex, doc/diff.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/double.tex, doc/doubledouble.tex, doc/doubleextended.tex,
	doc/dyadic.tex, doc/equal.tex, doc/erf.tex, doc/erfc.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/exp.tex,
	doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/floor.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/head.tex, doc/hexadecimal.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/inf.tex, doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/listof.tex, doc/log.tex, doc/log10.tex,
	doc/log1p.tex, doc/log2.tex, doc/lt.tex, doc/mantissa.tex,
	doc/mid.tex, doc/midpointmode.tex, doc/minus.tex, doc/mult.tex,
	doc/nearestint.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numerator.tex, doc/off.tex, doc/on.tex, doc/or.tex,
	doc/parse.tex, doc/perturb.tex, doc/pi.tex, doc/plot.tex,
	doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/prec.tex, doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quit.tex,
	doc/range.tex, doc/rationalapprox.tex, doc/rationalmode.tex,
	doc/rd.tex, doc/readfile.tex, doc/readxml.tex, doc/relative.tex,
	doc/remez.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/shlp2html.sh, doc/shlp2tex.sh,
	doc/shlp2txt.sh, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sin.tex, doc/single.tex, doc/sinh.tex, doc/sollya.pdf,
	doc/sort.tex, doc/sqrt.tex, doc/string.tex, doc/subpoly.tex,
	doc/substitute.tex, doc/sup.tex, doc/tail.tex, doc/tan.tex,
	doc/tanh.tex, doc/taylor.tex, doc/taylorrecursions.tex,
	doc/time.tex, doc/timing.tex, doc/tripledouble.tex, doc/true.tex,
	doc/var.tex, doc/verbosity.tex, doc/void.tex, doc/worstcase.tex,
	doc/write.tex, help.h: Repared doc somehow. We have again problems
	with examples containing backslash sequences  This commit was
	extracted from SVN r951.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@951
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.tex, doc/absolute.tex, doc/accurateinfnorm.tex,
	doc/acos.tex, doc/acosh.tex, doc/and.tex, doc/append.tex,
	doc/approx.tex, doc/asciiplot.tex, doc/asin.tex, doc/asinh.tex,
	doc/atan.tex, doc/atanh.tex, doc/autosimplify.tex,
	doc/bashexecute.tex, doc/binary.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/cos.tex,
	doc/cosh.tex, doc/decimal.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diam.tex, doc/diff.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/double.tex, doc/doubledouble.tex, doc/doubleextended.tex,
	doc/dyadic.tex, doc/equal.tex, doc/erf.tex, doc/erfc.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/exp.tex,
	doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/floor.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/head.tex, doc/hexadecimal.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/inf.tex, doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/listof.tex, doc/log.tex, doc/log10.tex,
	doc/log1p.tex, doc/log2.tex, doc/lt.tex, doc/mantissa.tex,
	doc/mid.tex, doc/midpointmode.tex, doc/minus.tex, doc/mult.tex,
	doc/nearestint.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numerator.tex, doc/off.tex, doc/on.tex, doc/or.tex,
	doc/parse.tex, doc/perturb.tex, doc/pi.tex, doc/plot.tex,
	doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/prec.tex, doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quit.tex,
	doc/range.tex, doc/rationalapprox.tex, doc/rationalmode.tex,
	doc/rd.tex, doc/readfile.tex, doc/readxml.tex, doc/relative.tex,
	doc/remez.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sin.tex, doc/single.tex, doc/sinh.tex, doc/sort.tex,
	doc/sqrt.tex, doc/string.tex, doc/subpoly.tex, doc/substitute.tex,
	doc/sup.tex, doc/tail.tex, doc/tan.tex, doc/tanh.tex,
	doc/taylor.tex, doc/taylorrecursions.tex, doc/time.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/true.tex, doc/var.tex,
	doc/verbosity.tex, doc/void.tex, doc/worstcase.tex, doc/write.tex,
	help.h: Recompiled the shlp - does not compile completely  This
	commit was extracted from SVN r950.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@950
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh: Bug of printf
	"$line" should be completely removed.    This commit was extracted
	from SVN r949.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@949
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh: Finally corrected the bug of printf "$ligne"
	(thanks to Christoph)     This commit was extracted from SVN r948.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@948
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh, doc/shlp2tex.sh: Corrected the bug mentioned in
	the commit log of revision 946.    This commit was extracted from
	SVN r947.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@947
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/divide.shlp, doc/divide.tex,
	doc/floor.shlp, doc/floor.tex, doc/introExample38.tex,
	doc/introExample40.tex, doc/minus.shlp, doc/minus.tex,
	doc/mult.shlp, doc/mult.tex, doc/off.shlp, doc/off.tex,
	doc/on.shlp, doc/on.tex, doc/plus.shlp, doc/plus.tex,
	doc/power.shlp, doc/power.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Reworked some help topics and recompiled the
	doc. There is a compilation error  This commit was extracted from
	SVN r946.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@946
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* minilexer.l, miniparser.y, parser.y, taylorform.c: Some additions
	for taylorform and numberroots to bring them up to speed w.r.t. to
	the trunk  This commit was extracted from SVN r945.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@945
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Corrected a few typos in the
	introduction.    This commit was extracted from SVN r944.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@944
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/compileExamples.sh,
	doc/introExample38.tex, doc/introExample40.tex, doc/listof.tex,
	doc/shlp2html.sh, doc/shlp2tex.sh, doc/shlp2txt.sh, doc/sollya.pdf,
	doc/time.tex, doc/timing.tex: * All scripts should now be fully
	compatible with standard sh (at least, they behave the same way with
	dash and bash)  * Many bugs corrected in shlp2*  * recompiled all
	the doc    This commit was extracted from SVN r943.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@943
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample32.sollya, doc/introExample32.tex,
	doc/sollya.pdf, doc/sollya.tex: Final corrections to introductory
	doc by Christoph before release  This commit was extracted from SVN
	r942.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@942
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/sollya.pdf, doc/time.tex,
	doc/timing.tex, help.h: Recompiled the whole documentation after
	change in code  This commit was extracted from SVN r941.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@941
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample38.sollya, doc/introExample38.tex,
	doc/introExample39.sollya, doc/introExample39.tex,
	doc/introExample40.sollya, doc/introExample40.tex,
	doc/introExample41.sollya, doc/introExample41.tex,
	doc/introExample42.sollya, doc/introExample42.tex,
	doc/introExample43.sollya, doc/introExample43.tex, doc/sollya.pdf,
	doc/sollya.tex, execute.c: Worked on doc, fixed a small problem in
	interval evaluation  This commit was extracted from SVN r940.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@940
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/introExample31.sollya, doc/introExample31.tex,
	doc/introExample34.sollya, doc/introExample34.tex,
	doc/introExample35.sollya, doc/introExample35.tex,
	doc/introExample36.sollya, doc/introExample36.tex,
	doc/introExample37.sollya, doc/introExample37.tex, doc/sollya.pdf,
	doc/sollya.tex: Worked on introductory documentation.  This commit
	was extracted from SVN r939.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@939
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/floor.shlp, doc/floor.tex,
	doc/sollya.pdf, doc/time.tex, doc/timing.tex, help.h: Recompiled the
	doc  This commit was extracted from SVN r938.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@938
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample32.sollya, doc/introExample32.tex,
	doc/introExample33.sollya, doc/introExample33.tex, doc/sollya.pdf,
	doc/sollya.tex: Added a section on infinities and NaNs in general
	doc.    This commit was extracted from SVN r937.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@937
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/tripledouble.shlp, help.h: Corrected
	tripledouble  This commit was extracted from SVN r936.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@936
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled sollya.pdf  This commit was extracted
	from SVN r935.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@935
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/nearestint.tex, doc/rationalmode.tex, doc/single.tex,
	doc/time.tex, help.h: Added forgotten tex file  This commit was
	extracted from SVN r934.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@934
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.shlp, doc/bashexecute.tex, help.h: Changed 'ls' to
	'date' in the example of bashexecute.    This commit was extracted
	from SVN r933.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@933
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/library.shlp, doc/library.tex,
	doc/sollya.pdf, doc/timing.tex, help.h: Recompiled the doc    This
	commit was extracted from SVN r932.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@932
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, doc/CommandsAndFunctions.tex, doc/absolute.shlp,
	doc/absolute.tex, doc/accurateinfnorm.tex, doc/acos.shlp,
	doc/acos.tex, doc/and.tex, doc/append.shlp, doc/append.tex,
	doc/approx.tex, doc/asciiplot.shlp, doc/asciiplot.tex,
	doc/asin.shlp, doc/asin.tex, doc/asinh.shlp, doc/asinh.tex,
	doc/atan.shlp, doc/atan.tex, doc/atanh.shlp, doc/atanh.tex,
	doc/autosimplify.shlp, doc/autosimplify.tex, doc/bashexecute.tex,
	doc/binary.shlp, doc/binary.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.shlp, doc/ceil.tex,
	doc/checkinfnorm.shlp, doc/checkinfnorm.tex, doc/coeff.shlp,
	doc/coeff.tex, doc/compileExamples.sh, doc/concat.shlp,
	doc/concat.tex, doc/constant.shlp, doc/constant.tex,
	doc/conversionIntro.sh, doc/cos.shlp, doc/cos.tex, doc/cosh.shlp,
	doc/cosh.tex, doc/decimal.tex, doc/degree.tex, doc/denominator.tex,
	doc/diam.shlp, doc/diam.tex, doc/diff.tex, doc/dirtyfindzeros.shlp,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.shlp,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.shlp,
	doc/dirtyintegral.tex, doc/display.shlp, doc/display.tex,
	doc/divide.tex, doc/double.shlp, doc/double.tex,
	doc/doubledouble.shlp, doc/doubledouble.tex,
	doc/doubleextended.shlp, doc/doubleextended.tex, doc/dyadic.tex,
	doc/equal.shlp, doc/equal.tex, doc/erfc.shlp, doc/erfc.tex,
	doc/error.shlp, doc/error.tex, doc/evaluate.shlp, doc/evaluate.tex,
	doc/execute.tex, doc/exp.shlp, doc/exp.tex, doc/expand.tex,
	doc/expm1.shlp, doc/expm1.tex, doc/exponent.shlp, doc/exponent.tex,
	doc/externalplot.shlp, doc/externalplot.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/file.tex, doc/findzeros.shlp,
	doc/findzeros.tex, doc/fixed.shlp, doc/fixed.tex,
	doc/floating.shlp, doc/floating.tex, doc/floor.shlp, doc/floor.tex,
	doc/fpminimax.shlp, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.shlp,
	doc/guessdegree.tex, doc/head.tex, doc/hexadecimal.shlp,
	doc/hexadecimal.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.shlp, doc/hopitalrecursions.tex,
	doc/horner.tex, doc/implementpoly.shlp, doc/implementpoly.tex,
	doc/inf.shlp, doc/inf.tex, doc/infnorm.shlp, doc/infnorm.tex,
	doc/integer.shlp, doc/integer.tex, doc/integral.shlp,
	doc/integral.tex, doc/introExample17.tex, doc/introExample6.sollya,
	doc/introExample6.tex, doc/isbound.tex, doc/isevaluable.shlp,
	doc/isevaluable.tex, doc/keywords.def, doc/le.tex, doc/length.tex,
	doc/library.shlp, doc/library.tex, doc/listof.tex, doc/lt.tex,
	doc/mantissa.shlp, doc/mantissa.tex, doc/mid.shlp, doc/mid.tex,
	doc/midpointmode.shlp, doc/midpointmode.tex, doc/minus.tex,
	doc/mult.tex, doc/nearestint.shlp, doc/neq.tex, doc/nop.shlp,
	doc/nop.tex, doc/not.tex, doc/numerator.tex, doc/or.shlp,
	doc/or.tex, doc/parse.shlp, doc/parse.tex, doc/perturb.tex,
	doc/pi.shlp, doc/pi.tex, doc/plot.shlp, doc/plot.tex, doc/plus.tex,
	doc/points.shlp, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/prec.shlp, doc/prec.tex, doc/precision.shlp, doc/precision.tex,
	doc/prepend.tex, doc/print.shlp, doc/print.tex,
	doc/printexpansion.shlp, doc/printexpansion.tex,
	doc/printfloat.shlp, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.shlp, doc/proc.tex, doc/procedure.shlp,
	doc/procedure.tex, doc/quit.shlp, doc/quit.tex, doc/range.tex,
	doc/rationalapprox.shlp, doc/rationalapprox.tex,
	doc/rationalmode.shlp, doc/rd.tex, doc/readfile.tex,
	doc/readxml.tex, doc/relative.tex, doc/remez.tex, doc/rename.shlp,
	doc/rename.tex, doc/restart.shlp, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/roundcorrectly.tex, doc/roundingwarnings.shlp,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.shlp, doc/rz.tex,
	doc/searchgal.shlp, doc/searchgal.tex, doc/shlp2html.sh,
	doc/shlp2tex.sh, doc/simplify.shlp, doc/simplify.tex,
	doc/simplifysafe.shlp, doc/simplifysafe.tex, doc/sin.shlp,
	doc/sin.tex, doc/single.shlp, doc/sinh.shlp, doc/sinh.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/sort.shlp, doc/sort.tex,
	doc/string.tex, doc/subpoly.shlp, doc/subpoly.tex,
	doc/substitute.shlp, doc/substitute.tex, doc/sup.shlp, doc/sup.tex,
	doc/tail.tex, doc/tan.shlp, doc/tan.tex, doc/tanh.shlp,
	doc/tanh.tex, doc/taylor.tex, doc/taylorrecursions.shlp,
	doc/taylorrecursions.tex, doc/time.shlp, doc/timing.shlp,
	doc/timing.tex, doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/types.def, doc/var.tex, doc/verbosity.shlp, doc/verbosity.tex,
	doc/void.shlp, doc/void.tex, doc/worstcase.shlp, doc/worstcase.tex,
	doc/write.shlp, doc/write.tex, execute.c, execute.h, expression.c,
	expression.h, general.c, general.h, help.h, infnorm.c, infnorm.h,
	internlexer.l, internparser.y, lexer.l, minilexer.l, miniparser.y,
	parser.y, sollya.h, sos.sollya, supnorm.sollya, supnormtest.sollya,
	tadiff.c, taylorModel.c, tests/check.sollya.output, xml.c: Backport
	from trunk, 887:930  This commit was extracted from SVN r931.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@931
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/time.shlp, help.h: Recompiled time  This
	commit was extracted from SVN r930.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@930
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/ceil.shlp, doc/ceil.tex,
	doc/checkinfnorm.tex, doc/double.shlp, doc/double.tex,
	doc/doubledouble.shlp, doc/doubledouble.tex,
	doc/doubleextended.shlp, doc/doubleextended.tex, doc/floor.shlp,
	doc/floor.tex, doc/hopitalrecursions.shlp,
	doc/hopitalrecursions.tex, doc/keywords.def, doc/nearestint.shlp,
	doc/rationalmode.shlp, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/roundingwarnings.shlp, doc/roundingwarnings.tex,
	doc/simplifysafe.shlp, doc/simplifysafe.tex, doc/single.shlp,
	doc/sollya.pdf, doc/taylorrecursions.shlp,
	doc/taylorrecursions.tex, doc/time.shlp, doc/timing.shlp,
	doc/timing.tex, doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/types.def, doc/verbosity.shlp, doc/verbosity.tex, help.h: 
	Recompiled the doc  This commit was extracted from SVN r929.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@929
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added a way to find out which help texts are missing
	(#define in parser.y)  This commit was extracted from SVN r928.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@928
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/checkinfnorm.shlp, doc/compileExamples.sh,
	doc/conversionIntro.sh, doc/shlp2html.sh: * Added support for help
	on a multiple pages. * Corrected the bug when displaying the help of
	printxml in html mode * Modified compileExamples.sh in order to
	generate php files as well * Wrote a small tool called
	conversionIntro.sh. Its purpose it to help us translating the
	introduction of the help to HTML THIS IS NOT an automatic conversion
	tool. It just simplifies the work.    This commit was extracted from
	SVN r927.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@927
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled the doc.    This commit was extracted
	from SVN r926.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@926
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample6.sollya, doc/introExample6.tex, doc/sollya.pdf,
	doc/sollya.tex: Worked a little on the introductory doc.    This
	commit was extracted from SVN r925.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@925
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autosimplify.shlp, doc/autosimplify.tex, doc/binary.shlp,
	doc/binary.tex, doc/diam.shlp, doc/diam.tex,
	doc/dirtyfindzeros.shlp, doc/dirtyfindzeros.tex, doc/display.shlp,
	doc/display.tex, doc/externalplot.shlp, doc/externalplot.tex,
	doc/fpminimax.shlp, doc/fpminimax.tex, doc/guessdegree.shlp,
	doc/guessdegree.tex, doc/hopitalrecursions.shlp,
	doc/hopitalrecursions.tex, doc/infnorm.shlp, doc/infnorm.tex,
	doc/integral.shlp, doc/integral.tex, doc/library.shlp,
	doc/library.tex, doc/pi.shlp, doc/pi.tex, doc/plot.shlp,
	doc/plot.tex, doc/points.shlp, doc/points.tex, doc/proc.shlp,
	doc/proc.tex, doc/procedure.shlp, doc/procedure.tex,
	doc/round.shlp, doc/round.tex, doc/searchgal.shlp,
	doc/searchgal.tex, doc/simplify.shlp, doc/simplify.tex,
	doc/sollya.pdf, doc/sort.shlp, doc/sort.tex,
	doc/taylorrecursions.shlp, doc/taylorrecursions.tex,
	doc/timing.tex, doc/tripledouble.shlp, doc/tripledouble.tex,
	doc/verbosity.shlp, doc/verbosity.tex, doc/void.shlp, doc/void.tex,
	help.h: Corrected and recompiled the doc  This commit was extracted
	from SVN r924.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@924
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/timing.tex: Recompiled the doc  This commit
	was extracted from SVN r923.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@923
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/bashexecute.tex, doc/library.tex: Recompiled the doc  This
	commit was extracted from SVN r922.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@922
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.tex, doc/accurateinfnorm.tex, doc/and.tex,
	doc/append.tex, doc/approx.tex, doc/asciiplot.tex,
	doc/autosimplify.tex, doc/bashexecute.tex, doc/binary.tex,
	doc/boolean.tex, doc/canonical.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/degree.tex,
	doc/denominator.tex, doc/diff.tex, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/display.tex,
	doc/divide.tex, doc/equal.tex, doc/error.tex, doc/evaluate.tex,
	doc/execute.tex, doc/expand.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/findzeros.tex,
	doc/fixed.tex, doc/floating.tex, doc/fpminimax.tex,
	doc/fullparentheses.tex, doc/function.tex, doc/ge.tex, doc/gt.tex,
	doc/guessdegree.tex, doc/head.tex, doc/honorcoeffprec.tex,
	doc/horner.tex, doc/implementpoly.tex, doc/inf.tex,
	doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/listof.tex, doc/lt.tex, doc/mantissa.tex,
	doc/mid.tex, doc/minus.tex, doc/mult.tex, doc/neq.tex, doc/nop.tex,
	doc/not.tex, doc/numerator.tex, doc/or.tex, doc/parse.tex,
	doc/perturb.tex, doc/plot.tex, doc/plus.tex, doc/power.tex,
	doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quit.tex,
	doc/range.tex, doc/rationalapprox.tex, doc/rd.tex,
	doc/readfile.tex, doc/readxml.tex, doc/relative.tex, doc/remez.tex,
	doc/rename.tex, doc/restart.tex, doc/return.tex, doc/revert.tex,
	doc/rn.tex, doc/round.tex, doc/roundcoefficients.tex,
	doc/roundcorrectly.tex, doc/ru.tex, doc/rz.tex, doc/searchgal.tex,
	doc/simplify.tex, doc/simplifysafe.tex, doc/sollya.pdf,
	doc/sort.tex, doc/string.tex, doc/subpoly.tex, doc/substitute.tex,
	doc/sup.tex, doc/tail.tex, doc/taylor.tex, doc/timing.tex,
	doc/var.tex, doc/void.tex, doc/worstcase.tex, doc/write.tex: Doc in
	LaTeX is up to date.    This commit was extracted from SVN r921.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@921
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/shlp2html.sh, doc/shlp2tex.sh: Patched bugs
	concerning the backslashes.  Now commands such as "+" are listed at
	"+" in sollya.pdf and not at "plus" any more.    This commit was
	extracted from SVN r920.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@920
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh: Good news: shlp2tex.sh seems to be fully portable
	(i.e. has the same behavior with dash and bash).  It does not seem
	to remain bugs.     This commit was extracted from SVN r919.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@919
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/prec.shlp, doc/prec.tex, doc/precision.shlp,
	doc/precision.tex, doc/print.shlp, doc/print.tex,
	doc/printexpansion.shlp, doc/printexpansion.tex,
	doc/printfloat.shlp, doc/printfloat.tex, doc/proc.shlp,
	doc/proc.tex, doc/procedure.shlp, doc/procedure.tex, doc/quit.shlp,
	doc/quit.tex, doc/rationalapprox.shlp, doc/rationalapprox.tex,
	doc/rename.shlp, doc/rename.tex, doc/restart.shlp, doc/restart.tex,
	doc/round.shlp, doc/round.tex, doc/roundcoefficients.shlp,
	doc/roundcoefficients.tex, doc/roundingwarnings.shlp,
	doc/roundingwarnings.tex, doc/rz.shlp, doc/rz.tex,
	doc/searchgal.shlp, doc/searchgal.tex, doc/sin.shlp, doc/sin.tex,
	doc/sinh.shlp, doc/sinh.tex, doc/sollya.pdf, doc/subpoly.shlp,
	doc/subpoly.tex, doc/substitute.shlp, doc/substitute.tex,
	doc/sup.shlp, doc/sup.tex, doc/tan.shlp, doc/tan.tex,
	doc/tanh.shlp, doc/tanh.tex, doc/taylorrecursions.shlp,
	doc/taylorrecursions.tex, doc/timing.tex, doc/tripledouble.shlp,
	doc/tripledouble.tex, doc/verbosity.shlp, doc/verbosity.tex,
	doc/void.shlp, doc/void.tex, doc/worstcase.shlp, doc/worstcase.tex,
	doc/write.shlp, doc/write.tex, help.h: Corrected and recompiled the
	doc  This commit was extracted from SVN r918.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@918
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Made Sollya return the error status of the last parsing
	attempt as a process return value.  This commit was extracted from
	SVN r917.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@917
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/findzeros.shlp,
	doc/findzeros.tex, doc/fixed.shlp, doc/fixed.tex,
	doc/floating.shlp, doc/floating.tex, doc/floor.shlp, doc/floor.tex,
	doc/fpminimax.shlp, doc/fpminimax.tex, doc/hexadecimal.shlp,
	doc/hexadecimal.tex, doc/hopitalrecursions.shlp,
	doc/hopitalrecursions.tex, doc/implementpoly.shlp,
	doc/implementpoly.tex, doc/inf.shlp, doc/inf.tex, doc/infnorm.shlp,
	doc/infnorm.tex, doc/integer.shlp, doc/integer.tex,
	doc/isevaluable.shlp, doc/isevaluable.tex, doc/library.shlp,
	doc/library.tex, doc/mantissa.shlp, doc/mantissa.tex, doc/mid.shlp,
	doc/mid.tex, doc/midpointmode.shlp, doc/midpointmode.tex,
	doc/nop.shlp, doc/nop.tex, doc/or.shlp, doc/or.tex, doc/parse.shlp,
	doc/parse.tex, doc/plot.shlp, doc/plot.tex, doc/sollya.pdf,
	doc/timing.tex, help.h: Reworked and recompiled agian some part of
	the doc  This commit was extracted from SVN r916.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@916
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/absolute.tex, doc/acos.shlp, doc/acos.tex,
	doc/append.shlp, doc/append.tex, doc/asciiplot.shlp,
	doc/asciiplot.tex, doc/asin.shlp, doc/asin.tex, doc/asinh.shlp,
	doc/asinh.tex, doc/atan.shlp, doc/atan.tex, doc/atanh.shlp,
	doc/atanh.tex, doc/autosimplify.shlp, doc/autosimplify.tex,
	doc/ceil.shlp, doc/ceil.tex, doc/coeff.shlp, doc/coeff.tex,
	doc/concat.shlp, doc/concat.tex, doc/constant.shlp,
	doc/constant.tex, doc/cos.shlp, doc/cos.tex, doc/cosh.shlp,
	doc/cosh.tex, doc/diam.shlp, doc/diam.tex, doc/dirtyfindzeros.shlp,
	doc/dirtyfindzeros.tex, doc/dirtyintegral.shlp,
	doc/dirtyintegral.tex, doc/display.shlp, doc/display.tex,
	doc/double.shlp, doc/double.tex, doc/doubledouble.shlp,
	doc/doubledouble.tex, doc/doubleextended.shlp,
	doc/doubleextended.tex, doc/equal.shlp, doc/equal.tex,
	doc/erfc.shlp, doc/erfc.tex, doc/error.shlp, doc/error.tex,
	doc/evaluate.shlp, doc/evaluate.tex, doc/exp.shlp, doc/exp.tex,
	doc/expm1.shlp, doc/expm1.tex, doc/exponent.shlp, doc/exponent.tex,
	doc/externalplot.shlp, doc/externalplot.tex, doc/externalproc.shlp,
	doc/externalproc.tex, doc/sollya.pdf, doc/timing.tex, help.h: 
	Recompiled doc. Corrected some mistakes.  This commit was extracted
	from SVN r915.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@915
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.tex, doc/accurateinfnorm.tex, doc/and.tex,
	doc/append.tex, doc/approx.tex, doc/asciiplot.tex,
	doc/autosimplify.tex, doc/bashexecute.tex, doc/binary.tex,
	doc/boolean.tex, doc/canonical.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/decimal.tex,
	doc/degree.tex, doc/denominator.tex, doc/diff.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/dyadic.tex, doc/equal.tex, doc/error.tex, doc/evaluate.tex,
	doc/execute.tex, doc/expand.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/file.tex,
	doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/fpminimax.tex, doc/fullparentheses.tex, doc/function.tex,
	doc/ge.tex, doc/gt.tex, doc/guessdegree.tex, doc/head.tex,
	doc/hexadecimal.tex, doc/honorcoeffprec.tex, doc/horner.tex,
	doc/implementpoly.tex, doc/inf.tex, doc/infnorm.tex,
	doc/integer.tex, doc/integral.tex, doc/isbound.tex,
	doc/isevaluable.tex, doc/le.tex, doc/length.tex, doc/library.tex,
	doc/lt.tex, doc/mantissa.tex, doc/mid.tex, doc/minus.tex,
	doc/mult.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numerator.tex, doc/or.tex, doc/parse.tex, doc/perturb.tex,
	doc/plot.tex, doc/plus.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quit.tex,
	doc/range.tex, doc/rationalapprox.tex, doc/readfile.tex,
	doc/readxml.tex, doc/relative.tex, doc/remez.tex, doc/rename.tex,
	doc/restart.tex, doc/return.tex, doc/revert.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sollya.pdf, doc/sort.tex, doc/string.tex, doc/subpoly.tex,
	doc/substitute.tex, doc/sup.tex, doc/tail.tex, doc/taylor.tex,
	doc/timing.tex, doc/var.tex, doc/void.tex, doc/worstcase.tex,
	doc/write.tex: Recompiled doc, new shlp2tex.sh  This commit was
	extracted from SVN r914.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@914
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh: Patched some compilation errors  This commit was
	extracted from SVN r913.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@913
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/dirtyinfnorm.tex, doc/introExample17.tex, doc/sollya.pdf,
	doc/timing.tex, help.h: Recompiled doc  This commit was extracted
	from SVN r912.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@912
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/dirtyinfnorm.shlp, doc/shlp2html.sh: * Patched a bug when the
	file ListOfCommands.php does not exist.   This commit was extracted
	from SVN r911.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@911
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, doc/accurateinfnorm.tex, doc/asciiplot.tex,
	doc/bashexecute.tex, doc/dirtyfindzeros.tex, doc/fpminimax.tex,
	doc/points.tex, doc/printexpansion.tex, doc/proc.tex,
	doc/remez.tex, doc/sollya.pdf, doc/subpoly.tex, doc/timing.tex,
	help.h: Recompiled the doc.    This commit was extracted from SVN
	r910.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@910
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-03-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Worked around a bug in setrlimit under Cygwin. The
	workaround may happen not to work at all.    This commit was
	extracted from SVN r909.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@909
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, general.c, general.h: Some kind of fix
	for "[#7549] Deep recursion causes segfault on Cygwin"    This
	commit was extracted from SVN r908.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@908
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Fix for "[#8079] Testing if something is NaN is
	impossible/ NaN behaviour is not IEEE 754 compliant"    This commit
	was extracted from SVN r907.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@907
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h, infnorm.c,
	tests/check.sollya.output: Fix for [#8078] Infinity and minus
	infinity do not behave the same    This commit was extracted from
	SVN r906.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@906
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patch for "[#7370] Warning is displayed twice where it
	should be displayed once "    This commit was extracted from SVN
	r905.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@905
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-02-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, execute.c, expression.c, expression.h, infnorm.c,
	infnorm.h, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y, sollya.h, tadiff.c, taylorModel.c, xml.c: 
	Corrected bug #9530 "A test hides a warning message".  Added
	nearestint function.     This commit was extracted from SVN r904.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@904
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2010-01-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internparser.y, miniparser.y, parser.y: 
	Added support for procedures with an arbitrary number of arguments
	This commit was extracted from SVN r903.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@903
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sos.sollya, supnormtest.sollya: Added SOS output for John's HOL
	tests.     This commit was extracted from SVN r902.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@902
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sos.sollya, supnormtest.sollya: Revert the previous commit of
	sos.sollya and supnormtest.sollya that has been done by mistake.
	This commit was extracted from SVN r901.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@901
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sos.sollya, supnorm.sollya, supnormtest.sollya: Revert Mioara's
	last commit which was a mistake  This commit was extracted from SVN
	r900.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@900
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-28  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya: small modifications by Mioara and Sylvain made
	during reviewing Christoph's code   This commit was extracted from
	SVN r899.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@899
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-24  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: Corrected POW case p^f, when p is constant.   This
	commit was extracted from SVN r896.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@896
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* unisos.gp: Added a new version of unisos, adding an extra check on
	the sign of the polynomial.    This commit was extracted from SVN
	r895.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@895
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya, supnormtest.sollya: Added some comments for the
	code, making it clearer.  The supnorm code is now ready for review.
	This commit was extracted from SVN r894.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@894
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya, supnormtest.sollya: Still a better implementation,
	just as I always said: "Never compute, just check".  RUNS FASTER AS
	A DIRTYINFNORM ON SOME INSTANCES!    This commit was extracted from
	SVN r893.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@893
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya, supnormtest.sollya: Reworked and improved supremum
	norm algorithm.  There are still some experiments possible for the
	absolute error case but we could also publish this one.    This
	commit was extracted from SVN r892.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@892
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sos.sollya, supnormtest.sollya, unisos.gp: Added John Harrison's
	SOS routines written in PARI/GP. Interfaced the GP SOS code with
	Sollya and the Supremum norm.      This commit was extracted from
	SVN r891.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@891
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sos.sollya, supnorm.sollya, supnormtest.sollya: New, corrected
	version of supnorm.     This commit was extracted from SVN r890.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@890
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.shlp, execute.c, execute.h, general.c, general.h,
	infnorm.c, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y, plot.c, proof.c, remez.c,
	tests/check.sollya, tests/check.sollya.output: Backport from trunk
	867:886  This commit was extracted from SVN r887.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@887
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya, supnormtest.sollya: Updated supnorm and
	supnormtest driver for new dirtyinfnorm.  This commit was extracted
	from SVN r886.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@886
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.shlp: Corrected bug #8774 relative to a phrase not
	completely clear in the doc of remez algorithm.    This commit was
	extracted from SVN r885.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@885
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h: Added flushing option in order to be able to
	use Sollya over nameless pipes.    This commit was extracted from
	SVN r884.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@884
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Removed annoying warning about floating-point
	evaluation for ~ operator, which is known to do a floating-point
	evaluation.    This commit was extracted from SVN r883.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@883
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* proof.c, remez.c: Corrected conflict between two functions named
	doNothing.    This commit was extracted from SVN r882.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@882
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internparser.y, miniparser.y, parser.y: 
	Implemented nop(integer) for relative timing purposes.     This
	commit was extracted from SVN r881.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@881
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, tests/check.sollya.output: rewrote evaluateFaithful and
	speeded it up by 50%     This commit was extracted from SVN r880.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@880
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Patched asciiplot to make it use random sampling.    This
	commit was extracted from SVN r879.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@879
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, plot.c: Partially corrected bug #8666 by randomizing a
	little bit the sampling in plot.  Note that the same issue as the
	one described in bug #8666 can be observed with dirtyinfnorm, e.g.:
	> f = sin(x * 2 * pi * points) + 3; > dirtyinfnorm(f,[1;2]);
	3.0000000000000000000000000000000000000000000167935  (example
	proposed by Christoph). I applied the same randomization strategy to
	dirtyinfnorm as well.     This commit was extracted from SVN r878.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@878
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched dirtyinfnorm in order to take rigorously into
	account cases such as  f = log(x)/log(2) - log10(x)/log10(2) + 3
	where the function is constant but f' cannot be proven to be 0.
	This commit was extracted from SVN r877.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@877
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Reverted a modification by Christoph which introduced a
	possible bug when computing ||f|| where f is almost constant. This a
	is a short-term patch, while we are thinkning of a way of dealing
	with examples such as:  f = log(x)/log(2) - log10(x)/log10(2) + 3;
	dirtyinfnorm(f,[1;2]);  I also corrected a small mistake: there is
	no need to run Newton's algorithm where either f'(x1) or f'(x3)=0
	since it means that either x1 or x3 is the local extremum. These
	points are tken into account anyway.     This commit was extracted
	from SVN r876.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@876
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, configure.ac: Reverted back the wrong commit on
	compile.sh and configure.ac  This commit was extracted from SVN
	r875.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@875
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, configure.ac, infnorm.c: Reviewed Sylvain's
	reimplementation of dirtyinfnorm and performed two patches.  This
	commit was extracted from SVN r874.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@874
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched execute.c in order to get Sollya build under
	Cygwin  This commit was extracted from SVN r873.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@873
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c, tests/check.sollya, tests/check.sollya.output: 
	* This is an attempt to patch bug #8330 about the accuracy of
	dirtyinfnorm. I propose a new implementation of uncertifiedInfnorm.
	This implementation does mainly the same as before but avoid
	evaluating the derivative of f as much as possible. It uses
	evaluateFaithfulWithCutOffFast and my implementation of Newton's
	algorithm.  * I made some modifications to
	evaluateFaithfulWithCutOffFast: startprec is now really used as the
	initial precision. This code should be read carefully by someone
	else than me since it is a critical code for Sollya. However, the
	tests of check.sollya all pass.  * I modified check.sollya: I
	corrected some syntax errors and added a test case for the byg
	#8330.    This commit was extracted from SVN r872.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@872
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y: Added high-level time command
	This commit was extracted from SVN r871.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@871
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-09-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, doc/abs.tex, doc/absolute.shlp, doc/absolute.tex,
	doc/accurateinfnorm.tex, doc/acos.tex, doc/acosh.tex, doc/and.tex,
	doc/append.tex, doc/approx.tex, doc/asciiplot.tex, doc/asin.tex,
	doc/asinh.tex, doc/atan.tex, doc/atanh.tex, doc/autosimplify.tex,
	doc/bashexecute.tex, doc/binary.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/cos.tex,
	doc/cosh.tex, doc/decimal.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diam.tex, doc/diff.tex,
	doc/dirtyfindzeros.shlp, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/display.tex,
	doc/divide.tex, doc/double.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/dyadic.tex, doc/equal.tex, doc/erf.tex,
	doc/erfc.tex, doc/error.tex, doc/evaluate.tex, doc/execute.tex,
	doc/exp.tex, doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/floor.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/head.tex, doc/hexadecimal.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/inf.tex, doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/listof.tex, doc/log.tex, doc/log10.tex,
	doc/log1p.tex, doc/log2.tex, doc/lt.tex, doc/mantissa.tex,
	doc/mid.tex, doc/midpointmode.tex, doc/minus.tex, doc/mult.tex,
	doc/neq.tex, doc/nop.tex, doc/not.tex, doc/numerator.tex,
	doc/off.tex, doc/on.tex, doc/or.tex, doc/parse.tex,
	doc/perturb.tex, doc/pi.tex, doc/plot.tex, doc/plus.tex,
	doc/points.tex, doc/postscript.tex, doc/postscriptfile.tex,
	doc/power.tex, doc/powers.tex, doc/prec.tex, doc/precision.tex,
	doc/prepend.tex, doc/print.tex, doc/printexpansion.tex,
	doc/printfloat.tex, doc/printhexa.tex, doc/printxml.tex,
	doc/proc.tex, doc/procedure.tex, doc/quit.tex, doc/range.tex,
	doc/rationalapprox.tex, doc/rd.tex, doc/readfile.tex,
	doc/readxml.tex, doc/relative.shlp, doc/relative.tex,
	doc/remez.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/shlp2html.sh, doc/shlp2tex.sh,
	doc/shlp2txt.sh, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sin.tex, doc/sinh.tex, doc/sollya.pdf, doc/sort.tex,
	doc/sqrt.tex, doc/string.tex, doc/subpoly.tex, doc/substitute.tex,
	doc/sup.tex, doc/tail.tex, doc/tan.tex, doc/tanh.tex,
	doc/taylor.tex, doc/taylorrecursions.tex, doc/timing.tex,
	doc/tripledouble.tex, doc/true.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.tex, help.h, infnorm.c,
	remez.c, tests/check.sollya, tests/check.sollya.output: Backport
	from trunk 852:866  This commit was extracted from SVN r867.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@867
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-09-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c, tests/check.sollya, tests/check.sollya.output: 
	* Patched Newton's algorithm: except if there is a bug in the patch,
	the algorithm should be more stable now. In particular, there was a
	bug when searching for the zero of f in [a,b] where a<0<b and f(0) =
	NaN. This bug is now solved. This bug had been introduced in
	revision 783 and was observed for instance when calling
	remez((2^x-1)/x,9,[-1/16,1/16]) that had become very slow due to the
	bug. Christoph also observed the bug when trying to improve
	dirtyinform.  * I added a new possible returned value to
	evaluateFaithfulWithCutOffFast. In fact, I used to believe that 0
	was returned if and only if the algorithm was unable to find a
	precision guaranteeing the faithful rounding. It appears that 0 was
	also returned when the algorithm does not manage to evaluate the
	expression into a real number (e.g. it evaluates to Inf or NaN).
	Now, evaluateFaithfulWithcutOffFast returns 3 in this case. This
	allows one to see the difference between a problem of accuracy (i.e.
	f(x) is too small) and a problem of evaluation (i.e. f(x) is not
	defined or has a false singularity that cannot be detected). I
	modified every functions that use the returned value of
	evaluateFaithfulWithCutOffFast, in order to keep the compatibility.
	* I added a test case for remez((2^x-1)/x,9,[-1/16,1/16]) in
	check.sollya I also numbered the test cases because it was really a
	mess to find out where a problem came from when somthing changed in
	check.sollya.output. I also discovered some bugs in check.sollya
	(syntax errors) that I corrected. Finally, the test case number 171
	invoked 'quit' which prevented to run the following tests. I guess
	it was a mistake, so I commented it. If it was intended, please
	uncomment it, but put this test case as the last one.    This commit
	was extracted from SVN r866.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@866
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h: Recompiled doc.    This commit was extracted from SVN
	r865.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@865
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.tex, doc/absolute.shlp, doc/absolute.tex,
	doc/accurateinfnorm.tex, doc/acos.tex, doc/acosh.tex, doc/and.tex,
	doc/append.tex, doc/approx.tex, doc/asciiplot.tex, doc/asin.tex,
	doc/asinh.tex, doc/atan.tex, doc/atanh.tex, doc/autosimplify.tex,
	doc/bashexecute.tex, doc/binary.tex, doc/boolean.tex,
	doc/canonical.tex, doc/ceil.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/constant.tex, doc/cos.tex,
	doc/cosh.tex, doc/decimal.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diam.tex, doc/diff.tex,
	doc/dirtyfindzeros.shlp, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/display.tex,
	doc/divide.tex, doc/double.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/dyadic.tex, doc/equal.tex, doc/erf.tex,
	doc/erfc.tex, doc/error.tex, doc/evaluate.tex, doc/execute.tex,
	doc/exp.tex, doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/fixed.tex, doc/floating.tex,
	doc/floor.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/function.tex, doc/ge.tex, doc/gt.tex, doc/guessdegree.tex,
	doc/head.tex, doc/hexadecimal.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/inf.tex, doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/listof.tex, doc/log.tex, doc/log10.tex,
	doc/log1p.tex, doc/log2.tex, doc/lt.tex, doc/mantissa.tex,
	doc/mid.tex, doc/midpointmode.tex, doc/minus.tex, doc/mult.tex,
	doc/neq.tex, doc/nop.tex, doc/not.tex, doc/numerator.tex,
	doc/off.tex, doc/on.tex, doc/or.tex, doc/parse.tex,
	doc/perturb.tex, doc/pi.tex, doc/plot.tex, doc/plus.tex,
	doc/points.tex, doc/postscript.tex, doc/postscriptfile.tex,
	doc/power.tex, doc/powers.tex, doc/prec.tex, doc/precision.tex,
	doc/prepend.tex, doc/print.tex, doc/printexpansion.tex,
	doc/printfloat.tex, doc/printhexa.tex, doc/printxml.tex,
	doc/proc.tex, doc/procedure.tex, doc/quit.tex, doc/range.tex,
	doc/rationalapprox.tex, doc/rd.tex, doc/readfile.tex,
	doc/readxml.tex, doc/relative.shlp, doc/relative.tex,
	doc/remez.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/revert.tex, doc/rn.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/roundingwarnings.tex, doc/ru.tex, doc/rz.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sin.tex, doc/sinh.tex, doc/sollya.pdf, doc/sort.tex,
	doc/sqrt.tex, doc/string.tex, doc/subpoly.tex, doc/substitute.tex,
	doc/sup.tex, doc/tail.tex, doc/tan.tex, doc/tanh.tex,
	doc/taylor.tex, doc/taylorrecursions.tex, doc/timing.tex,
	doc/tripledouble.tex, doc/true.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.tex: Recompiled the doc.
	Minor patches in some .shlp files.    This commit was extracted from
	SVN r864.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@864
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh: Improved version of shlp2html. Many bugs
	patched. It is almost completely functional.    This commit was
	extracted from SVN r863.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@863
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh, doc/shlp2txt.sh: The scripts were bugged for
	architectures where sh is a link to dash. This is now corrected.
	They are proven to work with both dash and bash.    This commit was
	extracted from SVN r862.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@862
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-08-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/relative.shlp: The help text in
	relative.shlp was wrong from the first version of the doc: it was
	just copied-pasted from perturb.shlp. I corrected it and updated
	absolute.shlp in the same time.    This commit was extracted from
	SVN r861.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@861
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* supnorm.sollya, supnormtest.sollya: Added first Sollya based
	implementation of new infnorm algorithm.    This commit was
	extracted from SVN r860.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@860
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Added a test that the given function is a polynomial for
	numberroots.    This commit was extracted from SVN r859.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@859
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, execute.c, execute.h, expression.c, expression.h,
	internlexer.l, internparser.y, lexer.l, minilexer.l, miniparser.y,
	parser.y, sturm.c, sturm.h: Added Sturm sequence code directly to
	the tool. The code is accessible through the command
	"numberroots(p,I)".    This commit was extracted from SVN r858.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@858
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: This is a working (compiling) version.    This commit
	was extracted from SVN r857.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@857
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c, remez.h: Tried to improve the accuracy of
	dirtyinfnorm.    This commit was extracted from SVN r856.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@856
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c, remez.h: Tried to improve accuracy of
	dirtyinfnorm.    This commit was extracted from SVN r855.
	git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@855
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: this version really compiles. I am affraid execute.c is
	a mess between r851 in trunk and taylorform  This commit was
	extracted from SVN r854.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@854
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, execute.c, expression.c: reported patch of bug #8312
	(that was initially commited in the branch taylorform) into the
	trunk  This commit was extracted from SVN r853.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@853
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, compile.sh, configure.ac, execute.c, external.c,
	library.c, tests/check.sollya.output: Backport from trunk, 841:851
	This commit was extracted from SVN r852.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@852
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, execute.c, expression.c, taylorform.c: Corrected bug
	#8312 Cannot evaluate x raised to a computed integer power over an
	interval  Extended and corrected the Taylorform code for corner
	cases NOBODY CARES ABOUT BUT ME.     This commit was extracted from
	SVN r851.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@851
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, configure.ac: Fixed wrong commit just one revision
	ago.    This commit was extracted from SVN r850.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@850
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, compile.sh, configure.ac, execute.c, library.c: Patched a
	segfault on parse  This commit was extracted from SVN r849.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@849
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, tests/check.sollya.output: Patched bug #8306 Parsing of
	non-representable decimal constants in point-interval notation may
	give FP point intervals.  The patch still has to be confirmed.
	This commit was extracted from SVN r848.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@848
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-12  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: bugs corrected in zumkeller technique and in tm
	composition in the absolute case   This commit was extracted from
	SVN r847.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@847
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-08  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: small bugs related to zumkeller technique corrected
	This commit was extracted from SVN r846.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@846
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-08  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: zumkeller method integrated in the case of absolute
	error. Not completely tested.   This commit was extracted from SVN
	r845.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@845
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-07-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, external.c: Patched bug tracker [#8199] options file,
	postscript and postscriptfile do not work in externalplot All old
	checks pass. No new checks have been added (I can't think of any).
	Code needs confirmation for the tracker to be closed.    This commit
	was extracted from SVN r844.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@844
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-22  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, taylorform.c, taylorform.h: modified in execute.c, so
	that we can use an interval for x0 - horrible patch, just for the
	sake of trying. apologies to Christoph ;)   This commit was
	extracted from SVN r843.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@843
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-22  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: pointers deallocation revisited   This commit was
	extracted from SVN r842.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@842
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, Makefile.am, assignment.c, assignment.h, chain.c,
	chain.h, configure.ac, doc/dirtyintegral.shlp,
	doc/dirtyintegral.tex, doc/introExample17.tex, doc/printfloat.tex,
	doc/printhexa.tex, doc/shlp2html.sh, doc/sollya.pdf,
	doc/sollya.tex, doc/timing.tex, double.c, double.h, execute.c,
	execute.h, expansion.c, expansion.h, expression.c, expression.h,
	external.c, external.h, externalfun.c, externalproc.c,
	fpminimax.cpp, fpminimax.h, general.c, general.h, help.h,
	implement.c, implement.h, infnorm.c, infnorm.h, integral.c,
	integral.h, internlexer.l, internparser.y, lexer.l, library.c,
	library.h, libsollyaexample.c, main.c, main.h, minilexer.l,
	miniparser.y, parser.y, plot.c, plot.h, proof.c, proof.h, remez.c,
	remez.h, sollya.h, taylor.c, taylor.h, worstcase.c, worstcase.h,
	xml.c, xml.h: Backport from trunk, 817:840  This commit was
	extracted from SVN r841.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@841
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched performance bug #8093 "Dirtyinfnorm is slow
	on some instance"     This commit was extracted from SVN r840.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@840
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2html.sh: shlp2html not yet finished but in a good way.
	This commit was extracted from SVN r839.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@839
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorModel.c, taylorform.c: Resolved conflict between Mioara's
	and Sylvain's work in taylorform  This commit was extracted from SVN
	r838.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@838
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, taylorform.c: Corrected small errors in Christoph's
	code for glueing taylorform. The interface seems to work correctly
	now.    This commit was extracted from SVN r837.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@837
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched parse: a segfault could be seen only under
	Cygwin  This commit was extracted from SVN r836.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@836
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Made Sollya build as a statically linked program
	under Cygwin  This commit was extracted from SVN r835.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@835
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-16  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: added dirtysharpbound   This commit was extracted
	from SVN r834.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@834
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-16  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: division - "false poles" case works   This commit
	was extracted from SVN r833.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@833
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-12  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: finished power,base_division; missing general
	division   This commit was extracted from SVN r832.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@832
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-08  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: relative error works for basic functions   This
	commit was extracted from SVN r831.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@831
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-08  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: tm's for sin(x), x*x, exp(x) (easy ones) seem to be
	working   This commit was extracted from SVN r830.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@830
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Added -Xlinker --allow-multiple-definition to
	configure/ makefile where supported  This commit was extracted from
	SVN r829.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@829
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.c, execute.h, expression.c,
	expression.h, infnorm.c, internlexer.l, internparser.y, lexer.l,
	minilexer.l, miniparser.y, parser.y, sollya.h, xml.c: Added single
	precision support. Extended syntax of roundcoefficients command.
	Extended syntax of round command.     This commit was extracted from
	SVN r828.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@828
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, general.h: Made Sollya accept an input file
	as a command line argument  This commit was extracted from SVN r827.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@827
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample17.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/sollya.pdf, doc/timing.tex, help.h: Recompiled docc  This commit
	was extracted from SVN r826.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@826
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, assignment.c, assignment.h, chain.c, chain.h,
	configure.ac, doc/dirtyintegral.shlp, doc/dirtyintegral.tex,
	doc/sollya.tex, double.c, double.h, execute.c, execute.h,
	expansion.c, expansion.h, expression.c, expression.h, external.c,
	external.h, externalfun.c, externalproc.c, fpminimax.cpp,
	fpminimax.h, general.c, general.h, help.h, implement.c,
	implement.h, infnorm.c, infnorm.h, integral.c, integral.h,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	libsollyaexample.c, main.c, main.h, minilexer.l, miniparser.y,
	parser.y, plot.c, plot.h, proof.c, proof.h, remez.c, remez.h,
	sollya.h, taylor.c, taylor.h, worstcase.c, worstcase.h, xml.c,
	xml.h: changed addresses  @ens-lyon.fr to @ens-lyon.org  This commit
	was extracted from SVN r825.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@825
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac: Added newly needed AC indications  This
	commit was extracted from SVN r824.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@824
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h, minilexer.l,
	miniparser.y: Eventually updated miniparser (for parse()) to the
	Sollya-age  This commit was extracted from SVN r823.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@823
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-06  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorform.c: taylor forms - intermediary version   This commit
	was extracted from SVN r822.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@822
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Changed a verbosity back because of Sylvain.    This
	commit was extracted from SVN r821.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@821
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, infnorm.h, internlexer.l, internparser.y,
	lexer.l, parser.y, taylorform.c: Parsing support for taylorform
	This commit was extracted from SVN r820.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@820
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, taylorform.c, taylorform.h: adding files for
	taylorform  This commit was extracted from SVN r819.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@819
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-06-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* : Creating a branch for working on taylorform  This commit was
	extracted from SVN r817.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/branches/taylorform@817
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled pdf  This commit was extracted from SVN
	r815.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@815
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample6.tex, doc/sollya.pdf, doc/timing.tex, help.h: 
	Recompiled documentation and help  This commit was extracted from
	SVN r814.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@814
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac, doc/Makefile.am, doc/sollya.pdf,
	doc/sollya.tex, tests/Makefile.am: Tried to correct bug #7696
	"Makefile does not launch recompilation on make check if sources
	changed"  The bug has gone on Cygwin.  ATTENTION: The help files
	should be recompiled.     This commit was extracted from SVN r813.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@813
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, infnorm.c, infnorm.h,
	tests/check.sollya.output: Added smart sign test that can be used
	for proving that some constant term is constant zero.  This commit
	was extracted from SVN r812.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@812
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/CommandsAndFunctions.tex, doc/accurateinfnorm.tex,
	doc/approx.tex, doc/bashexecute.tex, doc/divide.tex,
	doc/doubledouble.tex, doc/fpminimax.tex, doc/introExample17.tex,
	doc/introExample6.tex, doc/introExample8.tex, doc/points.tex,
	doc/printexpansion.tex, doc/round.tex, doc/roundcoefficients.tex,
	doc/roundcorrectly.tex, doc/sollya.pdf, doc/timing.tex,
	doc/tripledouble.tex, help.h: Updated help texts and texts for
	introduction in the documentation. The update is obtained through
	recompilation.  New Changelog text also available.     This commit
	was extracted from SVN r811.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@811
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Adapted evaluation to a constant (when a constant is
	needed for a subsequent command) to the new behaviour w.r.t.
	not-faithful values that might be zero.  ATTENTION:  MUST STILL
	UPDATE HELP TEXTS AND DOCUMENTATION.     This commit was extracted
	from SVN r810.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@810
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, expression.c, general.c, tests/check.sollya,
	tests/check.sollya.output: (1)  Corrected a bug in reproducibility
	of the displaying of values:  For precisions prec set between 32 and
	64, integer values between 2^31 and 2^63-1 were displayed
	differently on machines for which sizeof(int) = 8 than for those for
	which sizeof(int) = 16.  (2)  Degraded 4 warnings on D, DD, TD, DE
	"Warning: rounding a value computed on less than 53 bits to double
	precision."  to an information.  (3)  Changed the behaviour of the
	tool on automatic printing (on the prompt) if no faithful rounding
	can be determined for a constant expression.  For constant
	expressions f(c) for which it can be proved that it exists two reals
	(not including infinity) a and b such that  a <= f(c) <= b  and a *
	b < 0, 0 is displayed instead of some FP-determined value if no
	faithful rounding for f(c) can be determined.  The warning texts
	have significantly been changed, hence an update of the check files.
	The change might involve issue with backward compatibility.
	ATTENTION:  The help text and documentation files have not been
	updated yet.  THIS MUST BE DONE AS SOON AS POSSIBLE.   (4)
	Corrected a bug concerning rationalmode. The value of that global
	constant did not get reset to its default value on restart.     This
	commit was extracted from SVN r809.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@809
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h, general.c,
	general.h, internlexer.l, internparser.y, lexer.l, parser.y: Added a
	rational computations mode.  Still needs documentation.  No expected
	changes in behaviour unless rationalmode = on; is issued.    This
	commit was extracted from SVN r808.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@808
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug  This commit was extracted from SVN
	r807.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@807
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Made exact simplifier *finally* simplify things like
	D(sin(3)), DD(exp(3)), TD(const), DE(const), floor(const),
	ceil(const) - where possible with a little more than the working
	precision  This commit was extracted from SVN r806.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@806
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Synchonization after debugging  This
	commit was extracted from SVN r805.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@805
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a bug  This commit was extracted from SVN
	r804.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@804
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/printfloat.tex,
	doc/printhexa.tex, doc/sollya.pdf, doc/sollya.tex, execute.c,
	help.h: Moved verbosity of annoying message "the given expression is
	not a constant but an expression to evaluate" from warning to
	information - at least if the evaluation is a faithful rounding.
	Recompiled documentation in order to reflect the change.    This
	commit was extracted from SVN r803.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@803
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/concat.shlp, doc/concat.tex, doc/sollya.pdf,
	doc/sollya.tex, execute.c, help.h: Started working on support of
	procedures with varying arity.  This commit was extracted from SVN
	r802.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@802
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-24  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorModel.c: Corrected polynomial bounding for initial
	polynomial found. Improved remainder for log.   This commit was
	extracted from SVN r801.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@801
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, tests/check.sollya, tests/check.sollya.output: Second
	and hopefully final version of the patch for bug #7085 Rounding to
	simplie value with infinity overflow is wrong.  The bug (and several
	bugs hidden by the bug [un bogue peut en cacher un autre]) was due
	to double rounding issues. The double roundings either occurred
	because of:  - a first rounding to double precision or  - a rounding
	to 24 bits with unbounded exponent range or  - a rounding to 24 bits
	with unbounded exponent range followed by a rounding to double
	precision followed by a rounding to single precision.  Everthing's
	should be fine now.     This commit was extracted from SVN r800.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@800
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: First version of patch for bug #7085 Rounding to simple
	value with infinity overflow is wrong.  The bug submitted is
	patched. Code shows now a double rounding issue the single precision
	subnormal range.    This commit was extracted from SVN r799.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@799
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, tests/check.sollya, tests/check.sollya.output: Small
	changes for #6844 "0/0 not evaluated to NaN in all cases"  Checks
	for #6844 "0/0 not evaluated to NaN in all cases"    This commit was
	extracted from SVN r798.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@798
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c, tests/check.sollya.output: Tried to correct
	bug #6844 "0/0 not evaluated to NaN in all cases".  Need check file
	needed because patch induces a change in over-all behaviour.
	Remark: the new check file does not include checks for that bug.
	This commit was extracted from SVN r797.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@797
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Fixed the typo "a integer" (see bug #7312)   This
	commit was extracted from SVN r796.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@796
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched bug 7216, No parentheses when displaying
	numbers in binary format leads to an incorrect value when parsed
	again  This commit was extracted from SVN r795.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@795
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched bug #7312, Colouring and English grammar are
	wrong in warning message  This commit was extracted from SVN r794.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@794
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Correct bug with tracker #7215, Binary display
	prints numbers in a way that cannot be read again  This commit was
	extracted from SVN r793.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@793
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/length.shlp, doc/length.tex, doc/sollya.pdf, help.h: Corrected
	a typo in an example of the documentation of length    This commit
	was extracted from SVN r792.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@792
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-11  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tadiff.c: added f^ctPower case.   This commit was extracted from
	SVN r791.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@791
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-10  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tadiff.c, tadiff.h: TADIFF formulas implemented for: sin, cos,
	exp, log, ct, var, mul,add,div - (not completely tested).   This
	commit was extracted from SVN r790.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@790
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-09  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorModel.h: Demo version of Taylor Models.   This commit was
	extracted from SVN r789.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@789
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-02-09  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* taylorModel.c: Demo version of Taylor Models.   This commit was
	extracted from SVN r788.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@788
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Bug of infinite loop (see bug report #7217)
	temporarily patched. If fpminimax has too many loops it fails.
	This commit was extracted from SVN r787.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@787
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2009-01-21  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, fpminimax.cpp: Fpminimax exhibitted an infinite loop in a
	particular case. When the coefficients are floating-point numbers,
	the algorithm has to guess the exponents of the coefficients first.
	Then, fpminimax is launched and we check afterwards that the
	coefficients have the same exponent as we guessed. If it is not the
	case, we correct the exponents and loop.  I knew that it could lead
	theoretically to an infinite loop. Yet, it was never oberved in
	practice. Mioara found the following instance that effectively leads
	to an infinite loop: f=sqrt(x); d=[1+12/512, 1+13/512];
	fpminimax(f, 2, [|18, 10, 14|], d);  It turns out that the algorithm
	loops over the two polynomials p=-1.00100001000101_2 * 2^(-3) * x^2
	+ 1.10010001_2  * 2^(-1) * x + 1.0110111010000111_2  * 2^(-2)
	q=-1.100110000101_2  *  2^(-4) * x^2 + 1.011001011_2 * 2^(-1) * x +
	1.10011011000101111_2 * 2^(-2)  Surprinsingly, the coefficients of
	x^2 is not the same at all in both polynomials.  I patched the
	algorithm with the following trick: when more than MAXLOOP trials
	have been performed, we stop as soon as a polynomial fits in the
	formats. This still ensures that the result of the algorithm has the
	good form. This avoids the previous infinite loop but the
	theoretical possibility of an infinite loop stays.    This commit
	was extracted from SVN r786.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@786
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-11-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c, infnorm.h, tests/check.sollya,
	tests/check.sollya.output: Changed 0 * infty behaviour -- behaviour
	was due to MPFI - discussion needed - bug 0/0 remains  This commit
	was extracted from SVN r785.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@785
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, sturm.c: Removed a useless line in autodiff.c and
	sturm.c    This commit was extracted from SVN r784.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@784
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c, tests/check.sollya.output: Rewrote Newton's algorithm
	making it more readable.    This commit was extracted from SVN r783.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@783
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, remez.c, tests/check.sollya, tests/check.sollya.output: 
	Corrected a bug in dirtyfindzeros: in the case of a second order
	zero, the convergence is only linear. It lead to an overestimation
	of the precision by a factor ~= 2    This commit was extracted from
	SVN r782.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@782
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched bug when external procedure was renamed  This
	commit was extracted from SVN r781.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@781
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, configure.ac: Changed required version of automake for
	overcoming a problem on Guillaume's machine  This commit was
	extracted from SVN r780.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@780
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Changed simplification size in differentiation  This
	commit was extracted from SVN r779.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@779
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: New test cases  This commit was
	extracted from SVN r778.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@778
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, internparser.y, parser.y,
	tests/check.sollya, tests/check.sollya.output: Patched midpoint mode
	and range -- added mixed mode mpfi like interval arithmetic  This
	commit was extracted from SVN r777.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@777
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c, library.c: Added expm1 base case in autodiff. Set a
	warning mode for the error messages of library.c    This commit was
	extracted from SVN r776.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@776
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-10-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: In guessdegree: even (or odd) functions on symetrical
	intervals used to disturb the algorithm. As a result, it was quite
	slow and returned poor intervals such as [0;14] or [27;43]. I
	corrected it by adding a small random pertubation in the points used
	for the interpolation (the same trick was already used for a while
	in Remez algorithm with good results).    This commit was extracted
	from SVN r775.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@775
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp, remez.c, tests/check.sollya,
	tests/check.sollya.output: Corrected two bugs (comparison between a
	signed and an unsigned int). Added a test case for the bug.    This
	commit was extracted from SVN r774.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@774
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: New test cases  This commit was
	extracted from SVN r773.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@773
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.h: Added simple MPFI-like interval arithmetic
	to Sollya language  This commit was extracted from SVN r772.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@772
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected a typo.    This commit was extracted from SVN
	r771.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@771
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, README, assignment.c, assignment.h, chain.c, chain.h,
	doc/accurateinfnorm.shlp, doc/accurateinfnorm.tex,
	doc/checkinfnorm.shlp, doc/checkinfnorm.tex, doc/dirtyinfnorm.shlp,
	doc/dirtyinfnorm.tex, doc/guessdegree.shlp, doc/guessdegree.tex,
	doc/infnorm.shlp, doc/infnorm.tex, doc/introExample8.sollya,
	doc/introExample8.tex, doc/remez.shlp, doc/remez.tex,
	doc/sollya.pdf, doc/sollya.tex, double.c, double.h, execute.c,
	execute.h, expansion.c, expression.c, expression.h, external.c,
	external.h, externalfun.c, externalproc.c, fpminimax.cpp,
	fpminimax.h, general.c, general.h, help.h, implement.c,
	implement.h, infnorm.c, infnorm.h, integral.c, integral.h,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	libsollyaexample.c, main.c, main.h, minilexer.l, miniparser.y,
	parser.y, plot.c, plot.h, proof.c, proof.h, remez.c, remez.h,
	sollya.h, taylor.c, taylor.h, worstcase.c, worstcase.h, xml.c,
	xml.h: Changed "infinite norm" to "infinity norm" everywhere.
	This commit was extracted from SVN r770.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@770
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: New test cases
	This commit was extracted from SVN r769.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@769
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched new evaluate behaviour  This commit was
	extracted from SVN r768.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@768
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, configure.ac, doc/sollya.pdf, doc/sollya.tex: Patched
	affiliation, changed revision version number  This commit was
	extracted from SVN r767.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@767
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/evaluate.shlp, doc/evaluate.tex, doc/sollya.pdf, help.h: 
	Updated the documentation of evaluate with the new feature
	evaluate(f,[a;a]).    This commit was extracted from SVN r766.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@766
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: New test cases
	This commit was extracted from SVN r765.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@765
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched midpoint mode parsing if bounds are inverted
	This commit was extracted from SVN r764.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@764
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, internlexer.l, lexer.l: Patched midpoint mode, changed
	slightly the behaviour of evaluate  This commit was extracted from
	SVN r763.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@763
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Made inequality test finally safe - warnings are
	displayed iff floating-point evaluation changes a result  This
	commit was extracted from SVN r762.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@762
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya, tests/check.sollya.output: New check files
	This commit was extracted from SVN r761.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@761
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* tests/check.sollya.output: Nothing    This commit was extracted
	from SVN r760.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@760
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, internlexer.l, lexer.l: Patched
	displaying of decimal constants having a decimal exponent different
	from 0 and only one decimal to be displayed.  Added
	%precision%constant parsing capability for numerical point
	constants.     This commit was extracted from SVN r759.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@759
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c, tests/check.sollya: Patched a case of infinite looping in
	Newton's algorithm.    This commit was extracted from SVN r758.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@758
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, help.h: Nothing    This commit was extracted from
	SVN r757.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@757
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL, doc/sollya.pdf, doc/tail.shlp, doc/tail.tex, help.h,
	tests/check.sollya.output: corrected a type error in tail
	documentation. Updated check file.    This commit was extracted from
	SVN r756.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@756
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.l, tests/Makefile.am: Made shebangs possible  This commit
	was extracted from SVN r755.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@755
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Patched a bug about the estimation of the precision given
	by a numerical root in Newton's algorithm    This commit was
	extracted from SVN r754.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@754
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Some changes for testing (2)  This commit was extracted
	from SVN r753.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@753
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Some changes for testing  This commit was extracted
	from SVN r752.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@752
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, tests/check.sollya, tests/check.sollya.output: 
	Patched bugs in midpointmode  This commit was extracted from SVN
	r751.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@751
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog  This commit was extracted from SVN r750.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@750
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Added defined constant FLOATING, FIXED, ABSOLUTESYM, and
	RELATIVESYM for fpminimax    This commit was extracted from SVN
	r749.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@749
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/equal.shlp, doc/equal.tex, doc/ge.shlp, doc/ge.tex,
	doc/gt.shlp, doc/gt.tex, doc/le.shlp, doc/le.tex, doc/lt.shlp,
	doc/lt.tex, doc/neq.shlp, doc/neq.tex, doc/prec.shlp, doc/prec.tex,
	doc/sollya.pdf, doc/sollya.tex, execute.c, help.h: Changes in
	documentation  This commit was extracted from SVN r748.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@748
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, NEWS, README, doc/log.shlp, doc/log.tex,
	doc/minus.shlp, doc/minus.tex, doc/searchgal.shlp,
	doc/searchgal.tex, doc/sollya.pdf, doc/sollya.tex, help.h: New NEWS
	and Changlog files  This commit was extracted from SVN r747.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@747
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Recompiled whole help  This commit was extracted
	from SVN r746.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@746
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autosimplify.tex, doc/bashexecute.tex, doc/canonical.tex,
	doc/checkinfnorm.tex, doc/degree.tex, doc/diam.tex,
	doc/display.tex, doc/doubleextended.tex, doc/error.tex,
	doc/externalproc.tex, doc/fpminimax.tex, doc/fullparentheses.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/library.tex,
	doc/nop.tex, doc/off.tex, doc/on.tex, doc/pi.tex, doc/plot.tex,
	doc/points.tex, doc/print.tex, doc/printxml.tex, doc/proc.tex,
	doc/procedure.tex, doc/quit.tex, doc/rationalapprox.tex,
	doc/readxml.tex, doc/rename.tex, doc/restart.tex, doc/return.tex,
	doc/round.tex, doc/roundingwarnings.tex, doc/simplifysafe.tex,
	doc/sollya.pdf, doc/taylorrecursions.tex, doc/timing.tex,
	doc/write.tex, help.h: Updated recompiled documentation  This commit
	was extracted from SVN r745.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@745
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/asciiplot.tex, doc/fpminimax.shlp, doc/fpminimax.tex,
	doc/shlp2tex.sh, doc/sollya.pdf, help.h: several things    This
	commit was extracted from SVN r744.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@744
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Forgot one thing  This commit was
	extracted from SVN r743.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@743
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementpoly.tex, doc/infnorm.tex, doc/sollya.pdf, help.h: 
	Forgot to compile the changed help texts  This commit was extracted
	from SVN r742.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@742
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementpoly.shlp, doc/infnorm.shlp, doc/sollya.pdf,
	doc/sollya.tex: Some updates in the documentation  This commit was
	extracted from SVN r741.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@741
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Slight change in sollya.tex main
	document  This commit was extracted from SVN r740.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@740
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/approx.tex, doc/sollya.pdf, help.h, internparser.y, parser.y: 
	Patched a parsing bug for ~ operator  This commit was extracted from
	SVN r739.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@739
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh, doc/sollya.pdf, help.h: Unified \sollya and
	Sollya in the generated documentation    This commit was extracted
	from SVN r738.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@738
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/approx.shlp, doc/approx.tex: Added two examples in the
	documentation of approx   This commit was extracted from SVN r737.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@737
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, tests/check.sollya.output: New check output file
	because errors corrected  This commit was extracted from SVN r736.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@736
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/approx.shlp, doc/approx.tex, doc/autosimplify.shlp,
	doc/autosimplify.tex, doc/default.shlp, doc/default.tex,
	doc/display.shlp, doc/display.tex, doc/evaluate.shlp,
	doc/evaluate.tex, doc/externalplot.shlp, doc/externalplot.tex,
	doc/externalproc.shlp, doc/externalproc.tex, doc/findzeros.shlp,
	doc/findzeros.tex, doc/fpminimax.shlp, doc/fpminimax.tex,
	doc/fullparentheses.shlp, doc/fullparentheses.tex,
	doc/honorcoeffprec.shlp, doc/honorcoeffprec.tex,
	doc/implementpoly.shlp, doc/implementpoly.tex, doc/infnorm.shlp,
	doc/infnorm.tex, doc/integral.shlp, doc/integral.tex,
	doc/isbound.shlp, doc/isbound.tex, doc/log.shlp, doc/log.tex,
	doc/minus.shlp, doc/minus.tex, doc/printxml.tex, doc/proc.shlp,
	doc/proc.tex, doc/readxml.shlp, doc/readxml.tex, doc/remez.shlp,
	doc/remez.tex, doc/restart.tex, doc/return.shlp, doc/return.tex,
	doc/searchgal.shlp, doc/searchgal.tex, doc/sollya.pdf,
	doc/sollya.tex, doc/subpoly.shlp, doc/subpoly.tex,
	doc/substitute.shlp, doc/substitute.tex, doc/timing.tex,
	doc/verbosity.shlp, doc/verbosity.tex, doc/void.shlp, doc/void.tex,
	doc/write.shlp, doc/write.tex, execute.c, help.h, xml.c: Some
	changes  This commit was extracted from SVN r735.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@735
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: added POW case (f^g, f^ct, ct^f, ct^ct)   This commit
	was extracted from SVN r734.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@734
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: added extern node* simplifyTreeErrorfree(node *tree);
	This commit was extracted from SVN r733.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@733
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/fpminimax.shlp, doc/fpminimax.tex, help.h: Some explanations
	in the documentation of fpminimax    This commit was extracted from
	SVN r732.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@732
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/approx.shlp, doc/approx.tex, doc/introExample1.tex,
	doc/keywords.def, doc/sollya.pdf, execute.c: Corrected a warning
	text  This commit was extracted from SVN r731.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@731
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/shlp2tex.sh: Added help for ~
	This commit was extracted from SVN r730.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@730
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/approx.shlp, doc/approx.tex: Updated documentation -- 2  This
	commit was extracted from SVN r729.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@729
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/sollya.pdf, help.h: Updated documentation
	This commit was extracted from SVN r728.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@728
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: Updated Changelog file  This commit was extracted from
	SVN r727.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@727
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, library.c: Patched some memory leaks  This commit was
	extracted from SVN r726.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@726
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Speeded up getNrRoots on typical examples by a factor of
	500  This commit was extracted from SVN r725.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@725
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h, sturm.c: Improved handling of rational coefficients in
	Sturm  This commit was extracted from SVN r724.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@724
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL: Patching the 'a changé de statut spécial de façon
	inattendue' error - step 2  This commit was extracted from SVN r723.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@723
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* INSTALL: Patching the 'a changé de statut spécial de façon
	inattendue' error - step 1  This commit was extracted from SVN r722.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@722
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Slightly changed FP coefficient handling in sturm
	external procedure  This commit was extracted from SVN r721.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@721
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, doc/sollya.tex: Reedited documentation  This
	commit was extracted from SVN r720.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@720
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/asciiplot.shlp, doc/asciiplot.tex, doc/sollya.pdf,
	doc/sollya.tex, general.c, help.h: Updated documentation, changed
	slightly the --help option behaviour  This commit was extracted from
	SVN r719.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@719
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Changed option syntax and added --help option  This
	commit was extracted from SVN r718.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@718
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-12  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: changed signature of evaluateFaithful   This commit was
	extracted from SVN r717.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@717
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-12  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: modified to find all distinct roots in the closed
	interval [a,b], a<=b.    This commit was extracted from SVN r716.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@716
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Added a dummy wrapper for printing FPLLL matrices
	This commit was extracted from SVN r715.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@715
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-12  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sturm.c: Added sturm algo for obtaining the number of distinct
	roots of a polynomial.   This commit was extracted from SVN r714.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@714
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac, tests/Makefile.am, tests/check.proto,
	tests/check.sollya, tests/check.sollya.output: Added first check
	environment  This commit was extracted from SVN r713.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@713
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, configure.ac, doc/fixed.tex, doc/floating.tex,
	doc/fpminimax.tex, doc/implementpoly.tex, doc/introExample1.tex,
	doc/introExample8.tex, doc/minus.tex, doc/remez.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/subpoly.tex, doc/timing.tex,
	help.h, lexer.l: Patched failures in read when file did not exist
	This commit was extracted from SVN r712.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@712
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.l: Patched memory leak in lexer  This commit was extracted
	from SVN r711.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@711
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Patched color handling behaviour -- if colors do not
	work with your rlwrap, update our rlwrap or use the
	-oldrlwrapcompatible option  This commit was extracted from SVN
	r710.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@710
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y: Patched once again parser for unary plus and minus
	-- 2nd step  This commit was extracted from SVN r709.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@709
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, parser.y: Patched once again parser for
	unary plus and minus -- 1st step  This commit was extracted from SVN
	r708.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@708
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y: Patched display and parsing of negation -- 2nd
	step  This commit was extracted from SVN r707.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@707
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, parser.y: Patched display and parsing of negation --
	1st step  This commit was extracted from SVN r706.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@706
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-09-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, fpminimax.cpp: Minor changes for compatibility with
	fplll 3    This commit was extracted from SVN r705.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@705
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New changelog  This commit was extracted from SVN r704.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@704
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, library.c, plot.c: Made Sollya compile under Cygwin, a
	warning persists under compilatio, Sollya library untested,
	externalproc, externalplot and library function untested, asciiplot
	plots always for a 77x24 character terminal because ioctrl
	impossible.  This commit was extracted from SVN r703.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@703
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, parser.y: New version  This commit was extracted
	from SVN r702.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@702
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: updated sollya.h with the signature of FPminimax    This
	commit was extracted from SVN r701.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@701
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/introExample11.sollya, doc/introExample2.sollya,
	doc/introExample3.sollya, doc/introExample3.tex,
	doc/introExample4.sollya, doc/introExample5.sollya,
	doc/introExample6.sollya, doc/introExample6.tex, doc/sollya.pdf,
	doc/sollya.tex: updated the examples in introduction of the manual.
	This commit was extracted from SVN r700.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@700
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/Makefile.am, doc/introExample1.tex: Some updates  This commit
	was extracted from SVN r699.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@699
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/compileExamples.sh, doc/{example1.txt =>
	introExample1.sollya}, doc/{example1.tex => introExample1.tex},
	doc/{example10.txt => introExample10.sollya}, doc/{example10.tex =>
	introExample10.tex}, doc/{example11.txt => introExample11.sollya},
	doc/{example11.tex => introExample11.tex}, doc/{example12.txt =>
	introExample12.sollya}, doc/{example12.tex => introExample12.tex},
	doc/{example13.txt => introExample13.sollya}, doc/{example13.tex =>
	introExample13.tex}, doc/{example14.txt => introExample14.sollya},
	doc/{example14.tex => introExample14.tex}, doc/{example15.txt =>
	introExample15.sollya}, doc/{example15.tex => introExample15.tex},
	doc/{example16.txt => introExample16.sollya}, doc/{example16.tex =>
	introExample16.tex}, doc/{example17.txt => introExample17.sollya},
	doc/{example17.tex => introExample17.tex}, doc/{example18.txt =>
	introExample18.sollya}, doc/{example18.tex => introExample18.tex},
	doc/{example19.txt => introExample19.sollya}, doc/{example19.tex =>
	introExample19.tex}, doc/{example2.txt => introExample2.sollya},
	doc/{example2.tex => introExample2.tex}, doc/{example20.txt =>
	introExample20.sollya}, doc/{example20.tex => introExample20.tex},
	doc/{example21.txt => introExample21.sollya}, doc/{example21.tex =>
	introExample21.tex}, doc/{example22.txt => introExample22.sollya},
	doc/{example22.tex => introExample22.tex}, doc/{example23.txt =>
	introExample23.sollya}, doc/{example23.tex => introExample23.tex},
	doc/{example24.txt => introExample24.sollya}, doc/{example24.tex =>
	introExample24.tex}, doc/{example25.txt => introExample25.sollya},
	doc/{example25.tex => introExample25.tex}, doc/{example26.txt =>
	introExample26.sollya}, doc/{example26.tex => introExample26.tex},
	doc/{example27.txt => introExample27.sollya}, doc/{example27.tex =>
	introExample27.tex}, doc/{example28.txt => introExample28.sollya},
	doc/{example28.tex => introExample28.tex}, doc/{example29.txt =>
	introExample29.sollya}, doc/{example29.tex => introExample29.tex},
	doc/{example3.txt => introExample3.sollya}, doc/{example3.tex =>
	introExample3.tex}, doc/{example30.txt => introExample30.sollya},
	doc/{example30.tex => introExample30.tex}, doc/{example31.txt =>
	introExample31.sollya}, doc/{example31.tex => introExample31.tex},
	doc/{example4.txt => introExample4.sollya}, doc/{example4.tex =>
	introExample4.tex}, doc/{example5.txt => introExample5.sollya},
	doc/{example5.tex => introExample5.tex}, doc/{example6.txt =>
	introExample6.sollya}, doc/{example6.tex => introExample6.tex},
	doc/{example7.txt => introExample7.sollya}, doc/{example7.tex =>
	introExample7.tex}, doc/{example8.txt => introExample8.sollya},
	doc/{example8.tex => introExample8.tex}, doc/{example9.txt =>
	introExample9.sollya}, doc/{example9.tex => introExample9.tex}: 
	Changed names of example files for the introduction. Updated
	compileExamples.sh    This commit was extracted from SVN r698.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@698
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/grammar.tex, doc/sollya.pdf, doc/sollya.tex: Removed grammar
	from help  This commit was extracted from SVN r697.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@697
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.l: Made prompt come back after a comment started by //  This
	commit was extracted from SVN r696.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@696
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/asciiplot.tex, doc/bashexecute.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex, doc/divide.tex,
	doc/doubledouble.tex, doc/doubleextended.tex, doc/evaluate.tex,
	doc/findzeros.tex, doc/fpminimax.tex, doc/hopitalrecursions.tex,
	doc/implementpoly.tex, doc/isevaluable.tex, doc/length.tex,
	doc/midpointmode.tex, doc/pi.tex, doc/points.tex, doc/print.tex,
	doc/printexpansion.tex, doc/remez.tex, doc/roundingwarnings.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/sollya.pdf,
	doc/subpoly.tex, doc/timing.tex, doc/tripledouble.tex,
	doc/verbosity.tex, doc/worstcase.tex, help.h: New help text example
	compilation  This commit was extracted from SVN r695.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@695
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac: Added fpminimax to libsollya  This
	commit was extracted from SVN r694.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@694
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, fpminimax.cpp, sollya.h: FPminimax does not construct
	an node of type error anymore. Now, it returns NULL and the error is
	generated in execute.c  FPminimax does not handle singular matrices
	but does not crash on such matrices: it just returns an error
	Memory leak corrected in FPminimax.    This commit was extracted
	from SVN r693.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@693
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c: Colored SIGNAL handler messages  This
	commit was extracted from SVN r692.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@692
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, plot.c, remez.c: removed some warnings    This commit
	was extracted from SVN r691.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@691
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Added information about how to configure sollya for
	compiling with g++-4.2    This commit was extracted from SVN r690.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@690
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Updated README to include a warning about the version of
	g++ used to compile Sollya.    This commit was extracted from SVN
	r689.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@689
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: New version of configure.ac for fplll (final)  This
	commit was extracted from SVN r688.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@688
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: New version of configure.ac for fplll (communication
	version)  This commit was extracted from SVN r687.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@687
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: New version of configure.ac for fplll (2)  This
	commit was extracted from SVN r686.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@686
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: New version of configure.ac for fplll  This commit
	was extracted from SVN r685.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@685
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, fpminimax.cpp: Added test for fplll in configure
	This commit was extracted from SVN r684.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@684
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a very dangerous bug in binomial expression
	expansion affecting the sign of the monomials in the expansion.
	THIS CODE IS CALLED FROM EVERYWHERE EACH TIME A POLYNOMIAL IS
	HANDLED!  Please re-check all results previously obtained using
	Sollya.    This commit was extracted from SVN r683.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@683
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: corrected a typo.    This commit was extracted
	from SVN r682.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@682
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/fpminimax.shlp, doc/fpminimax.tex, help.h: corrected a typo.
	This commit was extracted from SVN r681.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@681
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Really speeded up conversion of decimal constants  This
	commit was extracted from SVN r680.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@680
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, general.c: Patched coloring on timing information
	- I do not why it was blue  This commit was extracted from SVN r679.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@679
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Updated the message relative to the installation of
	fplll    This commit was extracted from SVN r678.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@678
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: New version of guessdegree much *much* more efficient.
	This commit was extracted from SVN r677.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@677
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: The dummy wrapper is more easy to comment now.
	This commit was extracted from SVN r676.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@676
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp: Now sollya compiles with recent versions of g++.
	This commit was extracted from SVN r675.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@675
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.cpp, fpminimax.h: New files for fpminimax    This commit
	was extracted from SVN r674.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@674
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, README, assignment.c, assignment.h, chain.c,
	chain.h, double.c, double.h, execute.c, execute.h, expression.c,
	expression.h, external.c, fpminimax.c, fpminimax.h, general.h,
	help.h, infnorm.c, infnorm.h, internlexer.l, internparser.y,
	lexer.l, parser.y, plot.c, remez.c, remez.h, sollya.h: * Added:
	fixed, floating, and fpminimax. * Corrected a memory leak in
	function sprintValue of file expression.c * Corrected a bug in the
	informations displayed by plot and externalplot (buffer was badly
	flushed) * Updated help * Moved rationapprox code in file double.c *
	Moved a lot of useful functions that were in several files all
	together in chain.c (freeMpfiPtr, freeIntPtr, etc.) * Added useful
	declarations in sollya.h * Enhanced Newton's algorithm used by remez
	and dirtyfindzeros: an exact zero is detected more quickly now.
	This commit was extracted from SVN r673.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@673
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/checkinfnorm.shlp, doc/checkinfnorm.tex, doc/equal.shlp,
	doc/equal.tex, doc/infnorm.shlp, doc/infnorm.tex, doc/parse.shlp,
	doc/parse.tex, doc/power.shlp, doc/power.tex,
	doc/printexpansion.tex, doc/remez.tex, doc/sollya.pdf,
	doc/subpoly.tex: Corrected a few things and updated the examples
	with current version of sollya.    This commit was extracted from
	SVN r672.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@672
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/fixed.tex, doc/floating.tex, doc/fpminimax.shlp,
	doc/fpminimax.tex: I forgot to add tex files  This commit was
	extracted from SVN r671.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@671
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/compileExamples.sh,
	doc/example.sollya, doc/example1.tex, doc/example1.txt,
	doc/example10.tex, doc/example10.txt, doc/example11.tex,
	doc/example11.txt, doc/example12.tex, doc/example12.txt,
	doc/example13.tex, doc/example13.txt, doc/example14.tex,
	doc/example14.txt, doc/example15.tex, doc/example15.txt,
	doc/example16.tex, doc/example16.txt, doc/example17.tex,
	doc/example17.txt, doc/example18.tex, doc/example18.txt,
	doc/example19.tex, doc/example19.txt, doc/example2.tex,
	doc/example2.txt, doc/example20.tex, doc/example20.txt,
	doc/example21.tex, doc/example21.txt, doc/example22.tex,
	doc/example22.txt, doc/example23.tex, doc/example23.txt,
	doc/example24.tex, doc/example24.txt, doc/example25.tex,
	doc/example25.txt, doc/example26.tex, doc/example26.txt,
	doc/example27.tex, doc/example27.txt, doc/example28.tex,
	doc/example28.txt, doc/example29.tex, doc/example29.txt,
	doc/example3.tex, doc/example3.txt, doc/example30.tex,
	doc/example30.txt, doc/example31.tex, doc/example31.txt,
	doc/example4.tex, doc/example4.txt, doc/example5.tex,
	doc/example5.txt, doc/example6.tex, doc/example6.txt,
	doc/example7.tex, doc/example7.txt, doc/example8.tex,
	doc/example8.txt, doc/example9.tex, doc/example9.txt,
	doc/fixed.shlp, doc/floating.shlp, doc/infnorm.shlp,
	doc/infnorm.tex, doc/keywords.def, doc/plot.shlp, doc/plot.tex,
	doc/sollya.pdf, doc/sollya.tex, doc/types.def: * Added a script
	compileExamples.sh that lets one write easily an example for the
	documentation of sollya, out of a .shlp file. The examples in the
	first sections of the documentation are now written in separate
	files and may be recompiled at any time with compileExamples.  *
	Added documentation for fixed, floating and fpminimax.  * Corrected
	a few things in other documentation files.    This commit was
	extracted from SVN r670.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@670
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-08-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: Added printInterval to sollya.h  This commit was
	extracted from SVN r669.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@669
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-29  jmio17 <jmio17@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: added auto diff base functions: tan,asin, acos ...
	modified pow   This commit was extracted from SVN r668.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@668
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, parser.y: I forgot to suppress references to
	pari.h in these internparser.y and parser.y    This commit was
	extracted from SVN r667.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@667
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: Implementation of base_diffs for sin, cos, sinh, cosh,
	log, log2, log10, exp and sqrt.    This commit was extracted from
	SVN r666.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@666
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: Implementation of exp. Note that I rewrote the base
	case for x^p : p may be any value (not only integer) and the results
	should be more accurate when the input interval is large.    This
	commit was extracted from SVN r665.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@665
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: First implementation of the multiplication.    This
	commit was extracted from SVN r664.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@664
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* autodiff.c: Incomplete version of autodiff. For working purpose
	This commit was extracted from SVN r663.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@663
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, README, configure.ac, doc/sollya.pdf,
	doc/sollya.tex, fpminimax.c, general.c, pari_utils.c, pari_utils.h: 
	Removed dependance to PARI/GP.    This commit was extracted from SVN
	r662.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@662
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added Mioara  This commit was extracted from SVN r661.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@661
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac: Applied patch provided by Christophe
	Mouilleron  This commit was extracted from SVN r660.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@660
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* sollya.h: update of sollya.h in order to allow more possibilities
	This commit was extracted from SVN r659.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@659
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, internparser.y: Added floating-point approximation
	mode (forgot something)  This commit was extracted from SVN r658.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@658
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.l, parser.y: Added floating-point
	approximation mode  This commit was extracted from SVN r657.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@657
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched color handling on a warning message in infnorm
	This commit was extracted from SVN r656.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@656
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-07-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Christoph introduced a bug in the printing of the line "A
	slower algorithm is used for this step (pseudo-alternating condition
	changed)" when he introduced the coloring. It is corrected.    This
	commit was extracted from SVN r655.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@655
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Avoid infinite looping when reaching the maximum allowed
	iterations of the algorithm  This commit was extracted from SVN
	r654.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@654
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: I forgot the initialization of variable HaarCompliant
	This commit was extracted from SVN r653.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@653
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h: Improved precision management on
	constants  This commit was extracted from SVN r652.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@652
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: When there is too many oscillations, the algorithm should
	use the exchange algorithm. In the particular case when the
	algorithm did not use the slower algorithm, this error was caught at
	the end by a call to dirtyinfnorm but nothing was done to solve the
	problem. Now, the main loop is relaunched forcing an exchange step.
	Hopefully, this will introduce the maximum and converge. The
	convergence should not be taken for sure.  This commit was extracted
	from SVN r651.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@651
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: A quality less than ~ 2^(-53) used to lead to an error.
	However, the polynomial was correctly computed: it was a bug
	affecting the final test. It is now corrected  This commit was
	extracted from SVN r650.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@650
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, expression.c, expression.h, external.c,
	fpminimax.c, infnorm.c, plot.c, remez.c, worstcase.c: suppressed
	useless argument prec of printValue  This commit was extracted from
	SVN r649.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@649
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, remez.c, worstcase.c: suppressed some
	warnings  This commit was extracted from SVN r648.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@648
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c: suppressed some warnings  This commit was
	extracted from SVN r647.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@647
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: suppressed some warnings  This commit was extracted from
	SVN r646.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@646
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, expression.c, expression.h, general.c, general.h,
	proof.c: suppressed some warnings  This commit was extracted from
	SVN r645.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@645
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, xml.c: suppressed some warnings  This commit
	was extracted from SVN r644.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@644
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, general.h, infnorm.c, remez.c: suppressed some
	warnings  This commit was extracted from SVN r643.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@643
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c: Added faithful rounded evaluation to dirtyintegral
	This commit was extracted from SVN r642.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@642
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, lexer.l: reduced once again list of special
	characters in identifiers  This commit was extracted from SVN r641.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@641
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autosimplify.tex, doc/midpointmode.tex, doc/print.tex,
	doc/sollya.pdf, help.h: changed doc  This commit was extracted from
	SVN r640.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@640
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/autosimplify.shlp,
	doc/autosimplify.tex, doc/canonical.shlp, doc/canonical.tex,
	doc/default.shlp, doc/default.tex, doc/display.shlp,
	doc/display.tex, doc/fullparentheses.shlp, doc/fullparentheses.tex,
	doc/midpointmode.tex, doc/print.tex, doc/sollya.pdf, doc/sollya.tex: 
	updated some doc files  This commit was extracted from SVN r639.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@639
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, lexer.l: Patched special character set in
	identifiers  This commit was extracted from SVN r638.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@638
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, general.c, general.h,
	internlexer.l, internparser.y, lexer.l, parser.y: Correct midpoint
	mode on display and parsing  This commit was extracted from SVN
	r637.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@637
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c, internlexer.l, internparser.y, lexer.l,
	parser.y: Some additional features  This commit was extracted from
	SVN r636.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@636
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/asciiplot.tex, doc/bashexecute.tex,
	doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/doubleextended.tex,
	doc/evaluate.tex, doc/hopitalrecursions.tex, doc/implementpoly.tex,
	doc/infnorm.tex, doc/integral.tex, doc/isevaluable.tex, doc/pi.tex,
	doc/points.tex, doc/print.tex, doc/remez.tex,
	doc/roundingwarnings.tex, doc/searchgal.tex, doc/simplify.tex,
	doc/sollya.pdf, doc/subpoly.tex, doc/taylorrecursions.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/verbosity.tex,
	doc/worstcase.tex, help.h: Recompiled doc after patching bugs  This
	commit was extracted from SVN r635.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@635
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Patched a lot of bugs  This commit was
	extracted from SVN r634.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@634
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/canonical.tex, doc/doubledouble.tex, doc/doubleextended.tex,
	doc/honorcoeffprec.tex, doc/implementpoly.tex, doc/pi.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/roundcoefficients.tex, doc/sollya.pdf, doc/timing.tex,
	doc/tripledouble.tex, doc/verbosity.tex, help.h: Recompiled once
	again the documentation  This commit was extracted from SVN r633.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@633
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/canonical.shlp, doc/shlp2tex.sh, doc/shlp2txt.sh: activated
	roundingwarnings by default in the examples of the documentation.
	Minor patch in canonical.shlp  This commit was extracted from SVN
	r632.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@632
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/roundingwarnings.tex, doc/sollya.pdf: Transfer commit  This
	commit was extracted from SVN r631.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@631
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf, help.h: recompiled parts of docu  This commit was
	extracted from SVN r630.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@630
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/{suppresswarnings.tex => roundingwarnings.tex}: moved
	suppresswarnings.tex into roundindwarnings.tex  This commit was
	extracted from SVN r629.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@629
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, doc/canonical.tex, doc/sollya.pdf, doc/sollya.tex,
	doc/timing.tex, help.h: Recompiled once again help texts, adapted
	manual documentation to new behaviour  This commit was extracted
	from SVN r628.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@628
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a real big bug in coefficient extraction on
	multiplicative horner terms  This commit was extracted from SVN
	r627.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@627
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.tex, doc/asciiplot.tex, doc/canonical.tex,
	doc/checkinfnorm.tex, doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/equal.tex, doc/evaluate.tex,
	doc/ge.tex, doc/honorcoeffprec.tex, doc/hopitalrecursions.tex,
	doc/implementpoly.tex, doc/infnorm.tex, doc/integral.tex,
	doc/isevaluable.tex, doc/le.tex, doc/library.tex, doc/lt.tex,
	doc/neq.tex, doc/parse.tex, doc/pi.tex, doc/plot.tex,
	doc/points.tex, doc/power.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/remez.tex, doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/sollya.pdf,
	doc/subpoly.tex, doc/substitute.tex, doc/taylorrecursions.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/worstcase.tex, help.h: 
	Recompiled help texts  This commit was extracted from SVN r626.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@626
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, help.h, internlexer.l, lexer.l, parser.y: Changed
	suppressroundingwarnings into roundingwarnings  This commit was
	extracted from SVN r625.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@625
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/{suppresswarnings.shlp => roundingwarnings.shlp}: Changed
	suppresswarnings.shlp into roundingwarnings.shlp  This commit was
	extracted from SVN r624.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@624
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/keywords.def,
	doc/midpointmode.shlp, doc/midpointmode.tex, doc/sollya.pdf,
	doc/suppresswarnings.shlp, doc/verbosity.shlp, doc/verbosity.tex: 
	Changed suppressroundingwarnings into roundingwarnings  This commit
	was extracted from SVN r623.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@623
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-06-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Still better rlwrap compatibility  This commit was
	extracted from SVN r622.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@622
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, plot.c: Still better rlwrap and color compatibility
	This commit was extracted from SVN r621.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@621
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Better rlwrap compatiblity for color mode  This commit
	was extracted from SVN r620.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@620
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Restore color mode upon recovering from error  This
	commit was extracted from SVN r619.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@619
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Speeded up color mode switching  This commit was
	extracted from SVN r618.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@618
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Improved color mode handling in scripts and added
	compatibility flags '-nocolor' and '-noprompt'  This commit was
	extracted from SVN r617.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@617
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/keywords.def,
	doc/midpointmode.shlp, doc/midpointmode.tex, doc/sollya.pdf,
	doc/suppresswarnings.shlp, doc/suppresswarnings.tex,
	doc/verbosity.shlp, doc/verbosity.tex, help.h, parser.y: Added
	suppressroundingwarnings to docu  This commit was extracted from SVN
	r616.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@616
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, plot.c: Added still more colors  This commit
	was extracted from SVN r615.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@615
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, external.c, general.c, general.h,
	implement.c, infnorm.c, parser.y, plot.c, remez.c, worstcase.c: 
	Added coloring  This commit was extracted from SVN r614.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@614
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y, miniparser.y, parser.y: Changed implicit
	parenthesation order for power operator ^  This commit was extracted
	from SVN r613.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@613
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched evaluate in order to handle correctly intervals
	containing NaN  This commit was extracted from SVN r612.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@612
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Patched small bug concerning precision
	handling on autoprint display of negative, unevaluated values  This
	commit was extracted from SVN r611.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@611
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched new expression handling behaviour  This
	commit was extracted from SVN r610.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@610
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Some optimizations to expression tree handling  This
	commit was extracted from SVN r609.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@609
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Changed slightly the heuristics for
	differentiating polynomials  This commit was extracted from SVN
	r608.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@608
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Changed verbosity levels in expression handling
	This commit was extracted from SVN r607.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@607
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c: Changed behaviour in converting literal
	constants to internal binary floating-point format - less rounding
	occurs  This commit was extracted from SVN r606.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@606
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Changed behaviour of 1/x in 0 to [-infty;infty]  This
	commit was extracted from SVN r605.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@605
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, lexer.l, minilexer.l: Added infty, @Inf@, nan, NaN,
	NAN, @NaN@ lexing/ parsing capability  This commit was extracted
	from SVN r604.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@604
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched behaviour on divison by only value 0  This
	commit was extracted from SVN r603.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@603
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Improved code size in execute, patched a bug in
	autoprint  This commit was extracted from SVN r602.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@602
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected frenglish "Remplacing" expression.    This
	commit was extracted from SVN r601.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@601
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-05-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected a bug leading to segfault when remez was called
	with only one monomial.    This commit was extracted from SVN r600.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@600
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: patched a big bug with the random perturbation  This
	commit was extracted from SVN r599.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@599
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: The initial set of points is now randomly perturbed in
	order to avoid singular matrices. It seems to enhance considerably
	the behavior of the algorithm in the bad cases.    This commit was
	extracted from SVN r598.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@598
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched bug in printing NaNs and Infs  This commit
	was extracted from SVN r597.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@597
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched evaluate(1/x,[-1;1]) behaviour  This commit was
	extracted from SVN r596.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@596
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Changed information level  This commit was extracted
	from SVN r595.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@595
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected some bugs, in particular one in guessdegee that
	lead to a segfault.    This commit was extracted from SVN r594.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@594
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected precision handling in displaying of
	decimal values  This commit was extracted from SVN r593.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@593
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Added heuristics to make the algorithm more robust.
	Corrected few bugs as well. The code is still not perfect. It seems
	to perform too much exchange steps. However this does not compromise
	the algorithm.    This commit was extracted from SVN r592.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@592
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Changed temporarily the maximal number of loops in remez
	algorithm  This commit was extracted from SVN r591.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@591
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: patched a bug leading to an infinite loop in
	dirtyinfnorm  This commit was extracted from SVN r590.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@590
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-04-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: MAJOR MODIFICATION: this is a first try to integrate the
	exchange algorithm into the current implementation of remez command.
	Since it merges two different algorithms (second algorithm and
	exchange algorithm) into a single program, I am completely unsure of
	the stability of this new implementation. However, the new
	implementation should always give a correct minimax when it finishes
	normally. In the case when the Haar condition is fulfilled, the
	algorithm should be at most twice slower than the old
	implementation.  This is provided as a temporary and experimental
	implementation before a safer and faster one in the next few weeks.
	This commit was extracted from SVN r589.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@589
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, execute.h, expression.c, general.c,
	general.h, implement.c, internlexer.l, internparser.y, lexer.l,
	miniparser.y, parser.y, taylor.c, xml.c: Added warning suppression
	for rounding warnings.    This commit was extracted from SVN r588.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@588
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-03-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.c: Added timing support for external polynomial
	evaluation codes.    This commit was extracted from SVN r587.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@587
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-02-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected a bug in Remez' algorithm. More precisely, when
	there is only n+1 oscillations in the interval, we have to choose
	one of the bounds. The way it was done did not check if the
	alternation property was fulfilled. It is now the case.    This
	commit was extracted from SVN r586.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@586
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-02-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: added a message that prints the norm of the current
	polynomial whenever Remez' algorithm crashes because there are not
	enough oscillations.    This commit was extracted from SVN r585.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@585
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Same bug as in plot corrected for externalplot    This
	commit was extracted from SVN r584.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@584
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, execute.c: bug in default case of plot command
	corrected    This commit was extracted from SVN r583.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@583
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/Makefile.am, doc/sollya.pdf: Patched Makefile error in
	distribution  This commit was extracted from SVN r582.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@582
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Added mpfr_free_cache call at the end of the tool  This
	commit was extracted from SVN r581.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@581
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/Makefile.am, pari_utils.c: Corrected svn  This commit was
	extracted from SVN r580.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@580
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, configure.ac, doc/sollya.pdf, doc/sollya.tex: Added
	sollya.pdf build to make dist  This commit was extracted from SVN
	r579.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@579
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, autogen.sh, configure.ac: Patched build files for
	overcoming the bug encountered on John Harrison's computer. Work in
	progress.     This commit was extracted from SVN r578.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@578
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: More explicits message when the curve fails to oscillate
	sufficiently.    This commit was extracted from SVN r577.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@577
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched error message on guessdegree failure  This
	commit was extracted from SVN r576.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@576
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: corrected a bug concerning the verbosity and
	defaultpoints in guessdegree    This commit was extracted from SVN
	r575.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@575
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched guessdegree behaviour in interpreter  This
	commit was extracted from SVN r574.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@574
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalproc.shlp, doc/externalproc.tex, doc/sollya.pdf,
	help.h: Corrected a bug in the doc    This commit was extracted from
	SVN r573.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@573
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, configure.ac: Added MPFR version checking to configure
	script -- following mail exchange with N. Brisebarre  This commit
	was extracted from SVN r572.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@572
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Added a mention about the necessity of GMP    This commit
	was extracted from SVN r571.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@571
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex: Added a mention about the necessity of GMP    This
	commit was extracted from SVN r570.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@570
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/proc.tex, doc/sollya.pdf, doc/taylor.tex, help.h: 
	Compiled versions of new help texts  This commit was extracted from
	SVN r569.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@569
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/proc.shlp, doc/sollya.tex, doc/taylor.shlp: Patched some
	documentation files  This commit was extracted from SVN r568.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@568
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Improved help help command  This commit was extracted
	from SVN r567.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@567
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, chain.c, chain.h, doc/sollya.pdf,
	doc/sollya.tex, doc/timing.tex, double.c, double.h, execute.c,
	execute.h, expansion.c, expression.c, expression.h, external.c,
	external.h, externalfun.c, externalproc.c, fpminimax.c,
	fpminimax.h, general.c, general.h, help.h, implement.c,
	implement.h, infnorm.c, infnorm.h, integral.c, integral.h,
	internlexer.l, internparser.y, lexer.l, library.c, library.h,
	libsollyaexample.c, main.c, main.h, minilexer.l, miniparser.y,
	pari_utils.c, pari_utils.h, parser.y, plot.c, plot.h, proof.c,
	proof.h, remez.c, remez.h, sollya.h, taylor.c, taylor.h,
	worstcase.c, worstcase.h, xml.c, xml.h: Small changes in
	documentation  This commit was extracted from SVN r566.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@566
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/absolute.tex, doc/accurateinfnorm.shlp,
	doc/accurateinfnorm.tex, doc/autosimplify.shlp,
	doc/autosimplify.tex, doc/bashexecute.tex, doc/binary.shlp,
	doc/binary.tex, doc/boolean.shlp, doc/boolean.tex,
	doc/canonical.shlp, doc/canonical.tex, doc/checkinfnorm.shlp,
	doc/checkinfnorm.tex, doc/constant.shlp, doc/constant.tex,
	doc/decimal.shlp, doc/decimal.tex, doc/denominator.shlp,
	doc/denominator.tex, doc/diff.shlp, doc/diff.tex, doc/display.shlp,
	doc/display.tex, doc/dyadic.shlp, doc/dyadic.tex, doc/error.shlp,
	doc/error.tex, doc/externalplot.shlp, doc/externalplot.tex,
	doc/externalproc.shlp, doc/externalproc.tex,
	doc/fullparentheses.shlp, doc/fullparentheses.tex,
	doc/function.shlp, doc/function.tex, doc/hexadecimal.shlp,
	doc/hexadecimal.tex, doc/implementpoly.shlp, doc/implementpoly.tex,
	doc/integer.shlp, doc/integer.tex, doc/neq.shlp, doc/neq.tex,
	doc/numerator.shlp, doc/numerator.tex, doc/parse.shlp,
	doc/parse.tex, doc/perturb.shlp, doc/perturb.tex, doc/powers.shlp,
	doc/powers.tex, doc/print.shlp, doc/print.tex,
	doc/printexpansion.shlp, doc/printexpansion.tex,
	doc/printfloat.shlp, doc/printfloat.tex, doc/printhexa.shlp,
	doc/printhexa.tex, doc/printxml.shlp, doc/printxml.tex,
	doc/proc.shlp, doc/proc.tex, doc/quit.shlp, doc/quit.tex,
	doc/range.shlp, doc/range.tex, doc/readfile.shlp, doc/readfile.tex,
	doc/readxml.shlp, doc/readxml.tex, doc/relative.shlp,
	doc/relative.tex, doc/restart.shlp, doc/restart.tex,
	doc/return.shlp, doc/return.tex, doc/roundcorrectly.shlp,
	doc/roundcorrectly.tex, doc/searchgal.shlp, doc/searchgal.tex,
	doc/simplifysafe.shlp, doc/simplifysafe.tex, doc/sollya.pdf,
	doc/string.shlp, doc/string.tex, doc/subpoly.shlp, doc/subpoly.tex,
	doc/taylor.shlp, doc/taylor.tex, doc/timing.tex, doc/var.shlp,
	doc/var.tex, doc/void.shlp, doc/void.tex, doc/write.shlp,
	doc/write.tex, execute.c, help.h: Corrected a bug in autoprint
	displaying of strings contained in lists  This commit was extracted
	from SVN r565.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@565
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2008-01-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched a memory leak in infnorm  This commit was
	extracted from SVN r564.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@564
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched a memory leak  This commit was extracted from
	SVN r563.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@563
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, doc/sollya.pdf, doc/sollya.tex: Finished working on
	documentation  This commit was extracted from SVN r562.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@562
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, fpminimax.c, infnorm.c: * patched leaks.    This commit
	was extracted from SVN r561.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@561
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Changed Sollya version number  This commit was
	extracted from SVN r560.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@560
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/implementpoly.shlp, doc/implementpoly.tex, doc/sollya.pdf,
	help.h: Patched a small error in the documentation  This commit was
	extracted from SVN r559.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@559
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/bashexecute.tex,
	doc/evaluate.shlp, doc/evaluate.tex, doc/implementpoly.shlp,
	doc/implementpoly.tex, doc/parse.shlp, doc/parse.tex, doc/pi.shlp,
	doc/pi.tex, doc/{RD.shlp => rd.shlp}, doc/{RD.tex => rd.tex},
	doc/readxml.shlp, doc/readxml.tex, doc/restart.shlp,
	doc/restart.tex, doc/{RN.shlp => rn.shlp}, doc/{RN.tex => rn.tex},
	doc/{RU.shlp => ru.shlp}, doc/{RU.tex => ru.tex}, doc/{RZ.shlp =>
	rz.shlp}, doc/{RZ.tex => rz.tex}, doc/searchgal.shlp,
	doc/searchgal.tex, doc/sollya.pdf, doc/timing.tex, doc/void.shlp,
	doc/void.tex, help.h: Continued work on help texts.  This commit was
	extracted from SVN r558.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@558
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched memory leak in infnorm with proof generation.
	This commit was extracted from SVN r557.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@557
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/RD.tex, doc/RN.tex, doc/RU.tex, doc/RZ.tex, doc/abs.tex,
	doc/absolute.tex, doc/accurateinfnorm.tex, doc/acos.tex,
	doc/acosh.tex, doc/and.tex, doc/append.tex, doc/asciiplot.tex,
	doc/asin.tex, doc/asinh.tex, doc/atan.tex, doc/atanh.tex,
	doc/autosimplify.tex, doc/bashexecute.tex, doc/binary.tex,
	doc/boolean.tex, doc/canonical.tex, doc/ceil.tex,
	doc/checkinfnorm.tex, doc/coeff.tex, doc/concat.tex,
	doc/constant.tex, doc/cos.tex, doc/cosh.tex, doc/decimal.tex,
	doc/default.tex, doc/degree.tex, doc/denominator.tex, doc/diam.tex,
	doc/diff.tex, doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/double.shlp, doc/double.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/dyadic.tex, doc/equal.tex, doc/erf.tex,
	doc/erfc.tex, doc/error.tex, doc/evaluate.tex, doc/execute.tex,
	doc/exp.tex, doc/expand.shlp, doc/expand.tex, doc/expm1.tex,
	doc/exponent.tex, doc/externalplot.tex, doc/externalproc.tex,
	doc/false.tex, doc/file.tex, doc/findzeros.tex, doc/floor.tex,
	doc/fullparentheses.tex, doc/function.tex, doc/ge.tex, doc/gt.tex,
	doc/guessdegree.tex, doc/head.tex, doc/hexadecimal.tex,
	doc/honorcoeffprec.tex, doc/hopitalrecursions.tex, doc/horner.tex,
	doc/implementpoly.shlp, doc/implementpoly.tex, doc/inf.tex,
	doc/infnorm.tex, doc/integer.tex, doc/integral.tex,
	doc/isbound.tex, doc/isevaluable.tex, doc/le.tex, doc/length.shlp,
	doc/length.tex, doc/library.tex, doc/listof.tex, doc/log.tex,
	doc/log10.tex, doc/log1p.tex, doc/log2.tex, doc/lt.tex,
	doc/mantissa.tex, doc/mid.shlp, doc/mid.tex, doc/midpointmode.tex,
	doc/minus.tex, doc/mult.tex, doc/neq.tex, doc/nop.tex, doc/not.tex,
	doc/numerator.tex, doc/off.tex, doc/on.tex, doc/or.tex,
	doc/parse.tex, doc/perturb.tex, doc/pi.shlp, doc/pi.tex,
	doc/plot.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.shlp, doc/power.tex,
	doc/powers.tex, doc/prec.tex, doc/precision.shlp,
	doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.shlp, doc/printxml.tex, doc/proc.tex,
	doc/procedure.tex, doc/quit.tex, doc/range.tex,
	doc/rationalapprox.tex, doc/readfile.tex, doc/readxml.tex,
	doc/relative.tex, doc/remez.tex, doc/rename.tex, doc/restart.tex,
	doc/return.tex, doc/revert.tex, doc/round.shlp, doc/round.tex,
	doc/roundcoefficients.shlp, doc/roundcoefficients.tex,
	doc/roundcorrectly.tex, doc/searchgal.shlp, doc/searchgal.tex,
	doc/simplify.tex, doc/simplifysafe.tex, doc/sin.tex, doc/sinh.tex,
	doc/sollya.pdf, doc/sort.tex, doc/sqrt.shlp, doc/sqrt.tex,
	doc/string.tex, doc/subpoly.tex, doc/substitute.tex, doc/sup.tex,
	doc/tail.tex, doc/tan.shlp, doc/tan.tex, doc/tanh.shlp,
	doc/tanh.tex, doc/taylor.tex, doc/taylorrecursions.tex,
	doc/timing.tex, doc/tripledouble.tex, doc/true.tex, doc/var.shlp,
	doc/var.tex, doc/verbosity.tex, doc/void.shlp, doc/void.tex,
	doc/write.tex: Continued working on documentation  This commit was
	extracted from SVN r556.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@556
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/abs.shlp, doc/absolute.shlp, doc/externalproc.shlp,
	doc/grammar.tex, doc/sollya.pdf, doc/sollya.tex, doc/types.def: 
	Continued working on documentation  This commit was extracted from
	SVN r555.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@555
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, expression.c, remez.c: * Corrected memory
	leaks * Added a test in Remez algorithm that prevents the command to
	return a false result when there is too many oscillations.    This
	commit was extracted from SVN r554.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@554
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalplot.tex, doc/shlp2tex.sh: patched version for
	handling pipes.    This commit was extracted from SVN r553.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@553
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh, doc/worstcase.tex: patched shlp2tex in order to
	handle correctly tabulations in examples.    This commit was
	extracted from SVN r552.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@552
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/log.tex, doc/log2.tex, doc/plus.tex, doc/remez.tex,
	doc/shlp2tex.sh: patched shlp2tex in order to handle correctly
	labels of special function such as + etc.    This commit was
	extracted from SVN r551.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@551
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.tex, doc/shlp2tex.sh: small bug fix    This commit was
	extracted from SVN r550.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@550
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh: small bug fix.    This commit was extracted from
	SVN r549.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@549
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.tex, doc/shlp2tex.sh: added hyperlink in seealso    This
	commit was extracted from SVN r548.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@548
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.tex, doc/shlp2tex.sh: Now, labels work   This commit was
	extracted from SVN r547.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@547
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/remez.tex, doc/shlp2tex.sh: Added labels for each subsection
	in LaTeX mode.    This commit was extracted from SVN r546.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@546
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-17  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.c, infnorm.c, plot.c, remez.c: 
	Corrected memory leaks.    This commit was extracted from SVN r545.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@545
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Patched memory leak for timing  This commit was
	extracted from SVN r544.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@544
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, infnorm.c: Patched a memory leak.    This commit was
	extracted from SVN r543.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@543
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: Added a comment explaining briefly what is Sollya.    This
	commit was extracted from SVN r542.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@542
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.tex: sollya.tex compatible with new shlp2tex    This
	commit was extracted from SVN r541.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@541
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/CommandsAndFunctions.tex, doc/RD.tex, doc/RN.tex, doc/RU.tex,
	doc/RZ.tex, doc/absolute.tex, doc/accurateinfnorm.tex, doc/and.tex,
	doc/append.tex, doc/asciiplot.tex, doc/autosimplify.tex,
	doc/bashexecute.tex, doc/canonical.tex, doc/checkinfnorm.tex,
	doc/coeff.tex, doc/concat.tex, doc/default.tex, doc/degree.tex,
	doc/denominator.tex, doc/diff.tex, doc/dirtyfindzeros.tex,
	doc/dirtyinfnorm.tex, doc/dirtyintegral.tex, doc/display.tex,
	doc/divide.tex, doc/double.tex, doc/doubledouble.tex,
	doc/doubleextended.tex, doc/equal.tex, doc/error.tex,
	doc/evaluate.tex, doc/execute.tex, doc/expand.tex,
	doc/exponent.tex, doc/externalplot.tex, doc/externalproc.tex,
	doc/false.tex, doc/file.tex, doc/findzeros.tex,
	doc/fullparentheses.tex, doc/ge.tex, doc/gt.tex,
	doc/guessdegree.tex, doc/head.tex, doc/honorcoeffprec.tex,
	doc/hopitalrecursions.tex, doc/horner.tex, doc/implementpoly.tex,
	doc/inf.tex, doc/infnorm.tex, doc/integral.tex, doc/isbound.tex,
	doc/isevaluable.tex, doc/keywords.def, doc/le.tex, doc/length.tex,
	doc/library.tex, doc/lt.tex, doc/mantissa.tex, doc/mid.tex,
	doc/midpointmode.tex, doc/minus.tex, doc/mult.tex, doc/neq.tex,
	doc/nop.tex, doc/not.tex, doc/numerator.tex, doc/off.tex,
	doc/on.tex, doc/or.tex, doc/parse.tex, doc/perturb.tex, doc/pi.tex,
	doc/plot.tex, doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/prec.tex,
	doc/precision.tex, doc/prepend.tex, doc/print.tex,
	doc/printexpansion.tex, doc/printfloat.tex, doc/printhexa.tex,
	doc/printxml.tex, doc/proc.tex, doc/procedure.tex, doc/quit.tex,
	doc/rationalapprox.tex, doc/readfile.tex, doc/readxml.tex,
	doc/relative.tex, doc/remez.tex, doc/rename.tex, doc/restart.tex,
	doc/return.tex, doc/revert.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/searchgal.tex, doc/shlp2tex.sh, doc/shlp2txt.sh,
	doc/simplify.tex, doc/simplifysafe.tex, doc/sort.tex,
	doc/subpoly.tex, doc/substitute.tex, doc/sup.tex, doc/tail.tex,
	doc/taylor.tex, doc/taylorrecursions.tex, doc/timing.tex,
	doc/tripledouble.tex, doc/true.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.tex: Upgrade of shlp2txt
	and shlp2tex. Examples are now correctly handled by shlp2tex.
	This commit was extracted from SVN r540.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@540
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, execute.c, expression.c, general.c, implement.c,
	proof.c: Patched *some* memory leaks.    This commit was extracted
	from SVN r539.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@539
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h, internlexer.l, internparser.y, lexer.l, minilexer.l,
	miniparser.y, parser.y: Added licensing information to lexer and
	parser files  This commit was extracted from SVN r538.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@538
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* COPYING, parser.y: Adapted version command.    This commit was
	extracted from SVN r537.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@537
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* COPYING, assignment.c, assignment.h, chain.c, chain.h, double.c,
	double.h, execute.c, execute.h, expansion.c, expansion.h,
	expression.c, expression.h, external.c, external.h, externalfun.c,
	externalproc.c, fpminimax.c, fpminimax.h, general.c, general.h,
	implement.c, implement.h, infnorm.c, infnorm.h, integral.c,
	integral.h, library.c, library.h, libsollyaexample.c, main.c,
	main.h, pari_utils.c, pari_utils.h, plot.c, plot.h, proof.c,
	proof.h, remez.c, remez.h, sollya.h, taylor.c, taylor.h,
	worstcase.c, worstcase.h, xml.c, xml.h: Passed everything to
	CeCILL-C    This commit was extracted from SVN r536.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@536
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* COPYING, assignment.c, assignment.h, chain.c, chain.h,
	doc/sollya.tex, double.c, double.h, execute.c, execute.h,
	expansion.c, expansion.h, expression.c, expression.h, external.c,
	external.h, externalfun.c, externalproc.c, fpminimax.c,
	fpminimax.h, general.c, general.h, implement.c, implement.h,
	infnorm.c, infnorm.h, integral.c, integral.h, library.c, library.h,
	libsollyaexample.c, main.c, main.h, pari_utils.c, pari_utils.h,
	plot.c, plot.h, proof.c, proof.h, remez.c, remez.h, sollya.h,
	taylor.c, taylor.h, worstcase.c, worstcase.h, xml.c, xml.h: Added
	CeCILL headers where appropriate. To be verified for legal reasons.
	This commit was extracted from SVN r535.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@535
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/sollya.pdf: Compiled version of sollya.pdf    This commit was
	extracted from SVN r534.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@534
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2tex.sh: This commit was extracted from SVN r533.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@533
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/RD.tex, doc/RN.tex, doc/RU.tex, doc/RZ.tex, doc/abs.tex,
	doc/absolute.tex, doc/accurateinfnorm.tex, doc/acos.tex,
	doc/acosh.tex, doc/and.tex, doc/append.tex, doc/asciiplot.tex,
	doc/asin.tex, doc/asinh.tex, doc/atan.tex, doc/atanh.tex,
	doc/autosimplify.tex, doc/bashexecute.tex, doc/binary.tex,
	doc/boolean.tex, doc/canonical.tex, doc/ceil.tex,
	doc/checkinfnorm.tex, doc/coeff.tex, doc/concat.tex,
	doc/constant.tex, doc/cos.tex, doc/cosh.tex, doc/decimal.tex,
	doc/default.tex, doc/degree.tex, doc/denominator.tex, doc/diam.tex,
	doc/diff.tex, doc/dirtyfindzeros.tex, doc/dirtyinfnorm.tex,
	doc/dirtyintegral.tex, doc/display.tex, doc/divide.tex,
	doc/double.tex, doc/doubledouble.tex, doc/doubleextended.tex,
	doc/dyadic.tex, doc/equal.tex, doc/erf.tex, doc/erfc.tex,
	doc/error.tex, doc/evaluate.tex, doc/execute.tex, doc/exp.tex,
	doc/expand.tex, doc/expm1.tex, doc/exponent.tex,
	doc/externalplot.tex, doc/externalproc.tex, doc/false.tex,
	doc/file.tex, doc/findzeros.tex, doc/floor.tex,
	doc/fullparentheses.tex, doc/function.tex, doc/ge.tex, doc/gt.tex,
	doc/guessdegree.tex, doc/head.tex, doc/hexadecimal.tex,
	doc/honorcoeffprec.tex, doc/hopitalrecursions.tex, doc/horner.tex,
	doc/implementpoly.tex, doc/inf.tex, doc/infnorm.tex,
	doc/integer.tex, doc/integral.tex, doc/isbound.tex,
	doc/isevaluable.tex, doc/le.tex, doc/length.tex, doc/library.tex,
	doc/listof.tex, doc/log.tex, doc/log10.tex, doc/log1p.tex,
	doc/log2.tex, doc/lt.tex, doc/mantissa.tex, doc/mid.tex,
	doc/midpointmode.tex, doc/minus.tex, doc/mult.tex, doc/neq.tex,
	doc/nop.tex, doc/not.tex, doc/numerator.tex, doc/off.tex,
	doc/on.tex, doc/or.tex, doc/parse.tex, doc/perturb.tex, doc/pi.tex,
	doc/plot.tex, doc/plus.tex, doc/points.tex, doc/postscript.tex,
	doc/postscriptfile.tex, doc/power.tex, doc/powers.tex,
	doc/prec.tex, doc/precision.tex, doc/prepend.tex, doc/print.shlp,
	doc/print.tex, doc/printexpansion.tex, doc/printfloat.tex,
	doc/printhexa.tex, doc/printxml.tex, doc/proc.tex,
	doc/procedure.tex, doc/quit.tex, doc/range.tex,
	doc/rationalapprox.tex, doc/readfile.tex, doc/readxml.tex,
	doc/relative.tex, doc/remez.tex, doc/rename.tex, doc/restart.tex,
	doc/return.tex, doc/revert.tex, doc/round.tex,
	doc/roundcoefficients.tex, doc/roundcorrectly.tex,
	doc/searchgal.tex, doc/simplify.tex, doc/simplifysafe.tex,
	doc/sin.tex, doc/sinh.tex, doc/sollya.tex, doc/sort.tex,
	doc/sqrt.tex, doc/string.tex, doc/subpoly.tex, doc/substitute.tex,
	doc/sup.tex, doc/tail.tex, doc/tan.tex, doc/tanh.tex,
	doc/taylor.tex, doc/taylorrecursions.tex, doc/timing.tex,
	doc/tripledouble.tex, doc/true.tex, doc/var.tex, doc/verbosity.tex,
	doc/void.tex, doc/worstcase.tex, doc/write.shlp, doc/write.tex,
	help.h: Added tex help files    This commit was extracted from SVN
	r532.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@532
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* help.h: Corrected help for void keyword.     This commit was
	extracted from SVN r531.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@531
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/nop.shlp, doc/proc.shlp,
	doc/procedure.shlp, doc/return.shlp, doc/types.def, doc/void.shlp,
	execute.c, help.h, parser.y: Corrected a small bug in procedure
	evaluation (consistancy check for restart statements in procedures
	read out of files included by #include). Corrected small bugs in
	help invokation. Added new help texts.     This commit was extracted
	from SVN r530.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@530
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/exp.shlp, doc/externalproc.shlp, doc/keywords.def,
	doc/quit.shlp, doc/relative.shlp, doc/remez.shlp, doc/restart.shlp,
	doc/shlp2txt.sh, doc/sqrt.shlp, help.h: * Help files patched in
	order to compile in TeX mode * Definitions of keywords modified to
	take in account that +, -, *, ^, & and | are special characters for
	LaTeX * shlp2txt patched for handling new keywords definitions.
	Moreover, shlp2txt supports now "-v" option which prints its output
	in stdout. Usage: ./shlp2txt -v list_of_shlp_files Note: it keeps
	updating help.h even when -v option is activated.    This commit was
	extracted from SVN r529.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@529
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-12-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/degree.shlp, doc/diam.shlp, doc/dirtyfindzeros.shlp,
	doc/doubledouble.shlp, doc/doubleextended.shlp, doc/findzeros.shlp,
	doc/isbound.shlp, doc/library.shlp, doc/libraryexample.c,
	doc/pi.shlp, doc/plot.shlp, doc/rationalapprox.shlp,
	doc/substitute.shlp, doc/taylorrecursions.shlp,
	doc/tripledouble.shlp, help.h: Added the two last example files.
	This commit was extracted from SVN r528.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@528
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a bug in findzeros: findzeros looped to
	infinity if the precision needed to represent intervals of size
	smaller than diam was not available.    This commit was extracted
	from SVN r527.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@527
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	parser.y: Added floating-point evaluated assignment operator :=.
	Corrected a small bug in procedure evaluation concerning void as an
	argument.     This commit was extracted from SVN r526.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@526
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, internlexer.l, internparser.y, lexer.l,
	parser.y: Added support for procedures.     This commit was
	extracted from SVN r525.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@525
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* proof.c: Corrected UTF-8 issue  This commit was extracted from SVN
	r524.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@524
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog  This commit was extracted from SVN r523.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@523
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected 3 small bugs  This commit was extracted from
	SVN r522.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@522
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, internparser.y, parser.y: Corrected a bug in the
	parser.  Made @ work on any type as long as the other argument is a
	string.  Corrected a strange bug if verbosity = 2; an external
	library function is bound and a type error occurs with a
	subexpression of an expression having an usage of the library
	function as a head function.    This commit was extracted from SVN
	r521.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@521
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, execute.c, parser.y: Changed @ behaviour. Corrected a
	bug.     This commit was extracted from SVN r520.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@520
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2txt.sh, help.h, parser.y: shlp2txt modified in order to
	take in account commands that have a prefix that is also a command
	(like taylor and taylorrecursions).  help.h modified accordingly
	This commit was extracted from SVN r519.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@519
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected an error in help invokation for ^.    This
	commit was extracted from SVN r518.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@518
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, help.h: First version of help.h    This commit was
	extracted from SVN r517.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@517
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/externalplot.shlp, doc/perturb.shlp,
	doc/relative.shlp: Corrected some bugs in help texts.     This
	commit was extracted from SVN r516.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@516
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2txt.sh: shlp2txt modified in order to patch automatically
	help.h    This commit was extracted from SVN r515.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@515
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/readxmlexample.xml: Made help for readxml work.    This commit
	was extracted from SVN r514.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@514
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/externalplot.shlp, doc/numerator.shlp,
	doc/searchgal.shlp, doc/void.shlp: Corrected some errors in help
	texts.    This commit was extracted from SVN r513.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@513
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog  This commit was extracted from SVN r512.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@512
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/RD.shlp, doc/RN.shlp, doc/RU.shlp, doc/RZ.shlp, doc/abs.shlp,
	doc/acos.shlp, doc/acosh.shlp, doc/append.shlp, doc/asin.shlp,
	doc/asinh.shlp, doc/atan.shlp, doc/atanh.shlp,
	doc/bashexecute.shlp, doc/ceil.shlp, doc/coeff.shlp,
	doc/concat.shlp, doc/cos.shlp, doc/cosh.shlp, doc/default.shlp,
	doc/degree.shlp, doc/diam.shlp, doc/dirtyfindzeros.shlp,
	doc/dirtyinfnorm.shlp, doc/dirtyintegral.shlp, doc/double.shlp,
	doc/doubledouble.shlp, doc/doubleextended.shlp, doc/erf.shlp,
	doc/erfc.shlp, doc/execute.shlp, doc/exp.shlp, doc/expm1.shlp,
	doc/exponent.shlp, doc/false.shlp, doc/file.shlp,
	doc/findzeros.shlp, doc/floor.shlp, doc/guessdegree.shlp,
	doc/head.shlp, doc/hopitalrecursions.shlp, doc/inf.shlp,
	doc/infnorm.shlp, doc/integral.shlp, doc/length.shlp, doc/log.shlp,
	doc/log10.shlp, doc/log1p.shlp, doc/log2.shlp, doc/mantissa.shlp,
	doc/mid.shlp, doc/midpointmode.shlp, doc/off.shlp, doc/pi.shlp,
	doc/plot.shlp, doc/points.shlp, doc/postscript.shlp,
	doc/postscriptfile.shlp, doc/prec.shlp, doc/precision.shlp,
	doc/prepend.shlp, doc/rationalapprox.shlp, doc/remez.shlp,
	doc/rename.shlp, doc/revert.shlp, doc/round.shlp,
	doc/roundcoefficients.shlp, doc/sin.shlp, doc/sinh.shlp,
	doc/sort.shlp, doc/sqrt.shlp, doc/substitute.shlp, doc/sup.shlp,
	doc/tail.shlp, doc/tan.shlp, doc/tanh.shlp,
	doc/taylorrecursions.shlp, doc/timing.shlp, doc/tripledouble.shlp,
	doc/true.shlp, doc/verbosity.shlp: New help texts.    This commit
	was extracted from SVN r511.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@511
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, help.h, parser.y: Added support for help system in
	the parser.    This commit was extracted from SVN r510.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@510
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, parser.y: Corrected a huge bug in loud assignments to
	the global variable taylorrecursions.    This commit was extracted
	from SVN r509.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@509
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/var.shlp: New help text for var.     This
	commit was extracted from SVN r507.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@507
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: Nouveau ChangeLog.     This commit was extracted from
	SVN r506.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@506
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, execute.c, execute.h, general.c,
	general.h, internlexer.l, internparser.y, lexer.l, parser.y: Added
	support for declared variables living in definition frames,
	shadowing each other. This is work towards internal procedure
	support.  Syntax: begin ... end ({...]) - blocks may start with
	commands like var a, b, c; var d;  Once other commands are given, no
	variable declarations are possible.     This commit was extracted
	from SVN r505.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@505
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/fullparentheses.shlp: New help text.   This commit was
	extracted from SVN r504.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@504
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/absolute.shlp, doc/relative.shlp: New help texts.    This
	commit was extracted from SVN r503.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@503
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Corrected a bug in printing with midpointmode and
	display != decimal.     This commit was extracted from SVN r502.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@502
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/binary.shlp, doc/decimal.shlp, doc/display.shlp,
	doc/dyadic.shlp, doc/hexadecimal.shlp, doc/powers.shlp: New help
	texts.      This commit was extracted from SVN r501.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@501
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/on.shlp: Added hexadecimal in keywords.def
	This commit was extracted from SVN r500.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@500
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/print.shlp, doc/write.shlp: New help texts.     This commit
	was extracted from SVN r499.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@499
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internparser.y: Changed behaviour of quit in execute.     This
	commit was extracted from SVN r498.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@498
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/autosimplify.shlp, doc/canonical.shlp, doc/horner.shlp,
	doc/simplify.shlp, doc/simplifysafe.shlp: New help texts/ corrected
	help texts.     This commit was extracted from SVN r497.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@497
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, remez.c: Added a warning in remez when the input
	interval is reduced to a single point.    This commit was extracted
	from SVN r496.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@496
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/printexpansion.shlp, doc/taylor.shlp: Added new help files.
	This commit was extracted from SVN r495.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@495
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added some simplifications to simplifyTreeErrorfree.
	This commit was extracted from SVN r494.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@494
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/equal.shlp, doc/ge.shlp, doc/gt.shlp, doc/le.shlp,
	doc/lt.shlp, doc/neq.shlp: Some new help texts.     This commit was
	extracted from SVN r493.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@493
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Bug fix in dirtyfindzeros when a=b Another bug fix: when
	f(a)=0 there used to be some value of points that make the algorithm
	ignore a. This is now fixed    This commit was extracted from SVN
	r492.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@492
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Correcting a bug in dirtyinfnorm had introduced a new
	one. Corrected that one.     This commit was extracted from SVN
	r491.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@491
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a slight bug in dirtyinfnorm (NaN handling
	for evaluateFaithful).     This commit was extracted from SVN r490.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@490
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c: Corrected a bug in isSyntacticallyEqual.
	Corrected a bug in printexpansion.  Adapted
	roundPolynomialCoefficients to a more sensible behaviour on lists of
	incorrect length.    This commit was extracted from SVN r489.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@489
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, parser.y: Improved help system for
	neophytes.     This commit was extracted from SVN r488.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@488
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/honorcoeffprec.shlp, doc/implementpoly.shlp,
	doc/searchgal.shlp, implement.c: Added new documentation. Corrected
	a subtile bug in implementpoly.      This commit was extracted from
	SVN r487.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@487
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: patch from Guillaume Melquiond    This commit was
	extracted from SVN r486.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@486
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected some bug with infinities and NaNs in input to
	evaluateI and infnorm.     This commit was extracted from SVN r485.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@485
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Fixed a bug in dirtyinfnorm when the interval contains
	an Inf. Now returns NaN and prints a warning.    This commit was
	extracted from SVN r484.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@484
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/accurateinfnorm.shlp, doc/autosimplify.shlp,
	doc/boolean.shlp, doc/checkinfnorm.shlp, doc/constant.shlp,
	doc/denominator.shlp, doc/diff.shlp, doc/error.shlp,
	doc/externalplot.shlp, doc/externalplotexample.c,
	doc/externalproc.shlp, doc/function.shlp, doc/integer.shlp,
	doc/numerator.shlp, doc/parse.shlp, doc/perturb.shlp,
	doc/printfloat.shlp, doc/printhexa.shlp, doc/printxml.shlp,
	doc/quit.shlp, doc/range.shlp, doc/readfile.shlp, doc/readxml.shlp,
	doc/restart.shlp, doc/roundcorrectly.shlp, doc/searchgal.shlp,
	doc/string.shlp, doc/subpoly.shlp, doc/types.def, doc/void.shlp,
	doc/worstcase.shlp, external.c: Added/ changed documentation.
	Corrected a bug in externalplot.     This commit was extracted from
	SVN r483.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@483
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c: Fixed a bug in rationalapprox(x,n) when x is exactly
	representable with n bits    This commit was extracted from SVN
	r482.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@482
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/boolean.shlp, doc/constant.shlp, doc/function.shlp,
	doc/integer.shlp, doc/listof.shlp, doc/range.shlp,
	doc/readfile.shlp, doc/roundcorrectly.shlp, doc/string.shlp: New
	help files.      This commit was extracted from SVN r481.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@481
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2txt.sh: Changed "Function name" into "Name"    This
	commit was extracted from SVN r480.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@480
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/parse.shlp, internlexer.l, internparser.y,
	lexer.l, minilexer.l, miniparser.y, parser.y: Slight changes.
	This commit was extracted from SVN r479.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@479
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/externalprocvoidexample.c: Forgotten file for doc.   This
	commit was extracted from SVN r478.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@478
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/and.shlp, doc/denominator.shlp, doc/diff.shlp,
	doc/divide.shlp, doc/error.shlp, doc/evaluate.shlp,
	doc/expand.shlp, doc/externalproc.shlp, doc/externalprocexample.c,
	doc/isevaluable.shlp, doc/keywords.def, doc/minus.shlp,
	doc/mult.shlp, doc/not.shlp, doc/numerator.shlp, doc/or.shlp,
	doc/parse.shlp, doc/plus.shlp, doc/power.shlp, doc/printfloat.shlp,
	doc/printhexa.shlp, doc/printxml.shlp, doc/quit.shlp,
	doc/readxml.shlp, doc/restart.shlp, doc/void.shlp, parser.y: Added
	help texts and corrected a bug in the parser.     This commit was
	extracted from SVN r477.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@477
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, doc/asciiplot.shlp, doc/externalproc.shlp,
	doc/types.def, execute.c: Corrected som inconsistencies in tail and
	indexing concerning finally elliptic lists.  Added some
	documentation.      This commit was extracted from SVN r476.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@476
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def: Fixed a big with &&    This commit was extracted
	from SVN r475.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@475
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2txt.sh: Fixed a bug with the use of the symbol "*" Now
	the output txt file write "Function name" or "Function names"
	depending of the number of names for the function    This commit was
	extracted from SVN r474.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@474
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/asciiplot.shlp, doc/externalproc.shlp,
	doc/externalprocexample.c, doc/types.def: Made externalproc work in
	the doc.      This commit was extracted from SVN r473.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@473
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/shlp2txt.sh, doc/types.def: types.def: type "ANY_TYPE" added
	shlp2txt.sh: bug fixes. Notation for LaTeX/text added    This commit
	was extracted from SVN r472.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@472
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Provided inclusion property for range evaluation if
	result cannot be faithfully evalauted.    This commit was extracted
	from SVN r471.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@471
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-06  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/shlp2txt.sh: shlp2txt should now be plainly
	functional  This commit was extracted from SVN r470.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@470
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Patched a bug in range bound evaluation on not constant
	range bounds.     This commit was extracted from SVN r469.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@469
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-11-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac, external.c, general.h, parser.y, plot.c,
	xml.c: Applied patch proposed by Guillaume Melquiond for resolving a
	bug with CPPFLAGS.     This commit was extracted from SVN r468.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@468
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: Corrected a bug in externalplot.     This commit was
	extracted from SVN r467.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@467
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-31  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/asciiplot.shlp, doc/externalproc.shlp, doc/keywords.def,
	doc/subpoly.shlp: New help files.     This commit was extracted from
	SVN r466.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@466
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-31  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* doc/keywords.def, doc/types.def, execute.c, parser.y: small
	changes in parser (corrected a bug). Added definitions for help
	system  This commit was extracted from SVN r465.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@465
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New ChangeLog     This commit was extracted from SVN
	r464.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@464
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am: Added installation of the sollya.h header file for
	usage of libsollya.     This commit was extracted from SVN r463.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@463
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: autoconf was complaining about AM_PROG_CC_C_O. It is
	now fixed  This commit was extracted from SVN r462.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@462
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, doc/{tools_manual.pdf => sollya.pdf}, sollya.h: Some name
	changes.      This commit was extracted from SVN r461.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@461
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenairetoolsexample.c => libsollyaexample.c: Changed name of
	arenairetoolsexample.c.      This commit was extracted from SVN
	r460.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@460
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, arenairetoolsexample.c, external.c, externalfun.c,
	externalproc.c, plot.c, arenaireplot.h => sollya.h, xml.c: Renamed
	occurrences of arenaireplot/tools to sollya.      This commit was
	extracted from SVN r459.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@459
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, externalproc.c, parser.y: Finished work on external
	procedures. Principally working. Not all combinations of types in
	argument and result have been tested, yet.  Added example file for
	implementing an external C procedure.   This commit was extracted
	from SVN r458.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@458
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, arenaireplot.h, execute.c, execute.h, expression.h,
	general.c, general.h, internlexer.l, internparser.y, lexer.l,
	library.c, library.h, parser.y: Started adding support for binding
	identifiers to external procedures. Work in progress. Compiles, old
	functionalities work, usage of external procedure may segfault.
	This commit was extracted from SVN r457.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@457
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am: Switched back to tools for philosophical reasons.
	This commit was extracted from SVN r456.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@456
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, Makefile.am, configure.ac, execute.c, execute.h,
	expression.c, expression.h, internlexer.l, internparser.y, lexer.l,
	parser.y: Added hexadecimal IEEE754R printing and parsing mode.
	Corrected a memory leak for dyadic constants. Changed name to
	sollya.   This commit was extracted from SVN r455.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@455
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-25  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: FIX: gmp test   This commit was extracted from SVN
	r454.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@454
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Brought configure.ac back to first version   This
	commit was extracted from SVN r453.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@453
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-25  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: FIX: gmp test   This commit was extracted from SVN
	r452.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@452
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, double.c, double.h, execute.c, execute.h,
	internlexer.l, internparser.y, lexer.l, parser.y: Added simple
	precision hexadecimal parsing capability. Added printfloat(constant)
	for print out in simple precision.   This commit was extracted from
	SVN r451.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@451
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, double.c: Added a wraning for sNaN   This commit was
	extracted from SVN r450.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@450
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, execute.c, execute.h, internlexer.l, internparser.y,
	lexer.l, parser.y: Added .: and :. in addition to :: Added #include
	as a replacement to read without removing read in the moment.   This
	commit was extracted from SVN r449.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@449
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, parser.y: Added help for isbound.   This commit was
	extracted from SVN r448.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@448
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, execute.c, execute.h, internlexer.l, internparser.y,
	lexer.l, parser.y: Added isbound.   This commit was extracted from
	SVN r447.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@447
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenairetoolsexample.c, double.c, execute.c, expression.c,
	external.c, general.c, implement.c, infnorm.c, miniparser.y,
	pari_utils.c, plot.c, taylor.c, worstcase.c: changed *occured* into
	*occurred* everywhere   This commit was extracted from SVN r446.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@446
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in string length computation that
	could generate a segmentation fault.   This commit was extracted
	from SVN r445.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@445
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, execute.c, expression.c: Slight changes.   This commit
	was extracted from SVN r444.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@444
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog.   This commit was extracted from SVN
	r443.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@443
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c: Changed slightly malloc.   This commit was extracted
	from SVN r442.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@442
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, general.h, xml.c: Changed slightly malloc use.   This
	commit was extracted from SVN r441.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@441
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac: Temporarily remove test for malloc and
	realloc in configure.ac for compatibility issues.   This commit was
	extracted from SVN r440.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@440
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Constants (or constant expressions once evaluate to a
	constant) retain their precisions even on range constructions.
	Nevertheless, complex types as lists and ranges may be rounded down
	at their last evaluation.   This commit was extracted from SVN r439.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@439
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog.   This commit was extracted from SVN
	r438.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@438
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a bug introduced when patching a bug (2).
	This commit was extracted from SVN r437.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@437
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog: New Changelog   This commit was extracted from SVN
	r436.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@436
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Expressions are constant only if they can be proven
	constant by safe means.   This commit was extracted from SVN r435.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@435
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Improved syntax error handling on constant expressions.
	This commit was extracted from SVN r434.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@434
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c: In range bounds and comparisons, expressions
	that are not detected to be constant are considered as a type error.
	This commit was extracted from SVN r433.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@433
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Newton's algorithm used to fail when a point x where
	f'(x)=0 is met during the algorithm. This bug is fixed. I also
	patched the code to be more confident when a step of bisection is
	performed. The final result is that the algorithm should be now more
	robust. Eventually, we cannot avoid cases where the algorithm loops
	infinitely and this implementation claims nothing but being a
	heuristic   This commit was extracted from SVN r432.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@432
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in expand.   This commit was
	extracted from SVN r431.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@431
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, configure.ac: Changed configure for disabling building
	a shared library by default.   This commit was extracted from SVN
	r430.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@430
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-02  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Add: variable name check, unknown markup check, error
	recovery   This commit was extracted from SVN r429.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@429
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: [no log message]

2007-10-01  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Upd: version autoconf   This commit was extracted
	from SVN r427.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@427
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: Upd: version autoconf   This commit was extracted
	from SVN r426.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@426
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Adapted help.   This commit was extracted from SVN r425.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@425
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: configure.ac checks correctly export-dynamic   This
	commit was extracted from SVN r424.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@424
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac, general.c: Added check for backtrace.   This commit
	was extracted from SVN r423.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@423
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* configure.ac: configure.ac compatible with a Mac OS X architecture
	This commit was extracted from SVN r422.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@422
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, Makefile.am, arenairetoolsexample.c: Corrected
	compilation indication in libary example.   This commit was
	extracted from SVN r421.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@421
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Makefile.am, lexer.l, parser.y: Removed convenience library
	support because it did not work. Added version.   This commit was
	extracted from SVN r420.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@420
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* ChangeLog, Makefile.am: Added support for a convenience library
	libtools2.   This commit was extracted from SVN r419.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@419
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* internlexer.l, lexer.l, minilexer.l: Forgotten files.   This
	commit was extracted from SVN r418.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@418
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Removing french Manual.   This commit was extracted
	from SVN r417.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@417
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-10-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS,
	autogen.sh, configure.ac, doc/tools_manual.pdf, expression.c,
	externalfun.c, general.c, internlexer.lex, internparser.y,
	lexer.lex, makefile, minilexer.lex, miniparser.y, parser.y: 
	Catapulted arenaireplot to the configure - age.   This commit was
	extracted from SVN r416.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@416
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: Modified makefile and XML parser.   This commit was
	extracted from SVN r415.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@415
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, makefile: Removed the annoying old version of PARI
	Improved makefile.   This commit was extracted from SVN r414.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@414
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, general.c, general.h, internlexer.lex,
	internparser.y, lexer.lex, makefile, minilexer.lex, miniparser.y,
	parser.y: Added execute. Allowed for empty blocks. Allowed for error
	recovery to the last command not leaving the outest block. Improved
	makefile.   This commit was extracted from SVN r413.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@413
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: correct verbosity level in guessdegree   This commit was
	extracted from SVN r412.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@412
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: intervals should now be correct as output of guessdegree
	This commit was extracted from SVN r411.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@411
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, execute.c: Changed a verbosity.   This commit was
	extracted from SVN r410.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@410
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: A major bug affecting the construction of the matrix when
	w(x)=0 for some x has been corrected   This commit was extracted
	from SVN r409.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@409
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: an important warning is displayed even if verbosity=0,
	but it is now displayed as a commentar   This commit was extracted
	from SVN r408.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@408
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: minor fixes in remez   This commit was extracted from SVN
	r407.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@407
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: A bug corrected in Remez   This commit was extracted from
	SVN r406.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@406
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, general.c: Added backtrace display upon SIGSEGV.   This
	commit was extracted from SVN r405.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@405
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, execute.c: Changed slightly compiling script.
	Corrected a bug in externalplot execution.   This commit was
	extracted from SVN r404.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@404
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* general.c, parser.y: Changed a bug in the demasking of strings.
	This commit was extracted from SVN r403.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@403
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Modifier user output upon syntax error.
	This commit was extracted from SVN r402.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@402
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, execute.c, parser.y: Corrected two bugs.   This commit
	was extracted from SVN r401.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@401
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.c, execute.h, lexer.lex, parser.y: 
	Added roundcorrectly.   This commit was extracted from SVN r400.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@400
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Changed behaviour of comparisons on expressions that
	are not constants.   This commit was extracted from SVN r399.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@399
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added printing of small integers as integers.   This
	commit was extracted from SVN r398.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@398
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.lex, parser.y: Added readfile.   This
	commit was extracted from SVN r397.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@397
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: corrected two bugs.   This commit was extracted from
	SVN r396.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@396
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-14  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Upd: add file://./mathmlc2p-web.xsl   This commit was
	extracted from SVN r395.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@395
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h, arenairetoolsexample.c, assignment.c, chain.c,
	double.c, execute.c, execute.h, expression.c, external.c,
	fpminimax.c, general.c, general.h, implement.c, implement.h,
	infnorm.c, integral.c, lexer.lex, library.c, main.c, main.h,
	makefile, minilexer.lex, miniparser.y, pari_utils.c, pari_utils.h,
	parser.y, plot.c, proof.c, remez.c, taylor.c, worstcase.c, xml.c,
	xml.h: Allowed for and added compilation of a library version of
	arenaireplot. Added an example usage file to the repository.   This
	commit was extracted from SVN r394.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@394
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-14  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Upd: XML header files   This commit was extracted from SVN
	r393.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@393
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-14  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Upd: XML header files   This commit was extracted from SVN
	r392.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@392
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-13  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Simplify parsing code (FSM)   This commit was extracted
	from SVN r391.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@391
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-13  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Simplify parsing code (FSM)   This commit was extracted
	from SVN r390.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@390
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-13  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Simplify parsing code (FSM)   This commit was extracted
	from SVN r389.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@389
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, execute.c, execute.h, lexer.lex, parser.y: 
	Added functionalities mantissa, exponent and precision to user
	interface.   This commit was extracted from SVN r388.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@388
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Removed a printf to have a printMessage.   This commit was
	extracted from SVN r387.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@387
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Removed a displayed line in readxml.   This commit was
	extracted from SVN r386.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@386
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Removed some warnings in xml.c   This commit was extracted
	from SVN r385.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@385
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Less warning?   This commit was extracted from SVN r384.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@384
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, parser.y: Removed trailing newlines in
	non-interactive mode.   This commit was extracted from SVN r383.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@383
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, main.c: Added fullparentheses mode support to
	printing/ writing to files.   This commit was extracted from SVN
	r382.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@382
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-11  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Add support for <annotation encoding='arenaireplot/text'>
	This commit was extracted from SVN r381.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@381
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: no dependance with xml2-dev   This commit was extracted
	from SVN r380.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@380
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README, remez.c: update README with libxml2   This commit was
	extracted from SVN r379.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@379
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: ca doit compiler avec ca... (xml lib)   This commit was
	extracted from SVN r378.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@378
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h: Added  int readDecimalConstant(mpfr_t
	result, char *str)  for internal usage.   This commit was extracted
	from SVN r377.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@377
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Added faithful simplifications of constant expressions
	to user interface.   This commit was extracted from SVN r376.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@376
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, lexer.lex: Changed rounding modes to RN, RU, RD, RZ.
	Changed output of things inf, sup, mid from *< >*, ... to inf, sup,
	mid.   This commit was extracted from SVN r375.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@375
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: simplify reader xml   This commit was extracted from SVN
	r374.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@374
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  njourdan <njourdan@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Merge with reader1.c example   This commit was extracted
	from SVN r373.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@373
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c: Added automatic binding to free variable on XML
	parsing.   This commit was extracted from SVN r372.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@372
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, expression.c, expression.h: Changed functionality in
	printing/ writing to files (on user interface). Values are displayed
	in the current display mode.   This commit was extracted from SVN
	r371.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@371
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, lexer.lex, parser.y, xml.c, xml.h: Added
	framework for readxml. Added support for list of functions in first
	argument of plot.   This commit was extracted from SVN r370.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@370
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Slight change in output for differentiate.   This
	commit was extracted from SVN r369.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@369
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, lexer.lex, parser.y: Added sup, inf, mid and their
	handling on constants.   This commit was extracted from SVN r368.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@368
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, parser.y: Added help. Corrected a bug.   This commit
	was extracted from SVN r367.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@367
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h, parser.y: Added some help texts.   This commit was
	extracted from SVN r366.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@366
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* xml.c: Corrected a bug in xml generation.   This commit was
	extracted from SVN r365.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@365
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, xml.c: Updated xml output.   This commit was
	extracted from SVN r364.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@364
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* execute.c, execute.h, expression.c, expression.h, lexer.lex,
	makefile, parser.y, xml.c, xml.h: Added xml output functionality.
	This commit was extracted from SVN r363.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@363
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Added { and } as a replacement for begin and end.
	This commit was extracted from SVN r362.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@362
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-09-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h, chain.c, chain.h, execute.c, execute.h,
	expression.c, expression.h, infnorm.c, infnorm.h, lexer.lex,
	main.c, main.h, makefile, minilexer.lex, miniparser.y, parser.y: 
	First version of the Turing-complete brand-new arenaireplot 0.2
	This commit was extracted from SVN r361.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@361
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-07-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h, infnorm.c: Slight changes for having a Newton with
	start value.   This commit was extracted from SVN r360.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@360
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-07-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h, externalfun.c: Added some functionalities to
	arenaireplot.h Added an example for an external function to the CVS.
	This commit was extracted from SVN r359.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@359
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-07-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* arenaireplot.h: Added header file for using arenaireplot
	functionalities in dynamic libraries that can dynamically be linked
	to arenaireplot function symbols.   This commit was extracted from
	SVN r358.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@358
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-07-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: Allowed using symbols in arenaireplot in external
	libraries.   This commit was extracted from SVN r357.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@357
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: The list returned by dirtyfindzeros is now sorted by
	increasing values   This commit was extracted from SVN r356.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@356
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: The list returned by dirtyfindzeros is now sorted by
	increasing values   This commit was extracted from SVN r355.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@355
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, lexer.lex, parser.y: Added dirtyfindzeros to user
	interface.  Added additionally  fpfindzeros f in d, evaluate g at;
	and  dirtyfindzeros f in d, evaluate g at;   This commit was
	extracted from SVN r354.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@354
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c, remez.h: a first version of uncertifiedFindZeros   This
	commit was extracted from SVN r353.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@353
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-14  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: added help support for guessdegree   This commit was
	extracted from SVN r352.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@352
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Patched Horner Patched evaluateI.   This
	commit was extracted from SVN r351.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@351
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Changed midpoint mode display.   This commit was
	extracted from SVN r350.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@350
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-06-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, lexer.lex, main.h, parser.y: Corrected
	use of Hopital's rule for recursion. Recursion is a allowed if the
	zero point is the same for each derivative.  Added simple help
	functionality.   This commit was extracted from SVN r349.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@349
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, lexer.lex, main.c, main.h, parser.y: Changed Hopital's
	rule recursion behaviour to be consistant with the current state of
	mathematics behind it.   This commit was extracted from SVN r348.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@348
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Patched an overflow bug in plot.   This commit was
	extracted from SVN r347.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@347
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Allowed concatenation of strings using the + operator.
	This commit was extracted from SVN r346.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@346
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a bug on restart.   This commit was extracted
	from SVN r345.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@345
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: Corrected again a bug in makefile   This commit was
	extracted from SVN r344.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@344
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: Corrected bug in makefile   This commit was extracted
	from SVN r343.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@343
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Corrected error in doc.   This commit was extracted
	from SVN r342.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@342
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Corrected a orthography bug.   This commit was
	extracted from SVN r341.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@341
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-05-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, README: Changed doc.   This commit was extracted
	from SVN r340.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@340
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* library.c: Patched a little the library system.   This commit was
	extracted from SVN r339.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@339
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, remez.c: transition between PARI and my own
	gauss is finished. I have made the basic set of tests on this
	version but it can still contain some bugs   This commit was
	extracted from SVN r338.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@338
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, remez.c: functional testing version of remez with my own
	gauss elimination   This commit was extracted from SVN r337.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@337
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, lexer.lex, library.c,
	library.h, main.c, main.h, makefile, parser.y: Added handling of
	functions bound to external code.   This commit was extracted from
	SVN r336.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@336
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, remez.c: Testing version before replacing PARI
	by my own Gauss elimination   This commit was extracted from SVN
	r335.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@335
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched differentiate on evaluate rule in
	evaluateFaithfulWithCutOff.   This commit was extracted from SVN
	r334.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@334
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Patched version of evaluateITaylor.   This commit was
	extracted from SVN r333.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@333
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, main.h, parser.y: Corrected some bugs in Horner form
	handling.   This commit was extracted from SVN r332.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@332
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, main.c, main.h, parser.y: 
	Intermediate version with new features.   This commit was extracted
	from SVN r331.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@331
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, main.c, main.h: Intermediate version.   This commit
	was extracted from SVN r330.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@330
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-11  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, remez.c: timer is now displayed even if verbosity=0   This
	commit was extracted from SVN r329.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@329
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Added a test for preventing decorrelation trials on
	addition and substraction evaluation on point intervals.   This
	commit was extracted from SVN r328.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@328
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Some new high verbosity display code.   This commit
	was extracted from SVN r327.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@327
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Added warning for cases when read macros do not form
	complete expressions.   This commit was extracted from SVN r326.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@326
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: corrected version of the timer   This commit was extracted
	from SVN r325.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@325
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, parser.y: Added timing functionality.   This
	commit was extracted from SVN r324.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@324
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: time counter with a new message   This commit was
	extracted from SVN r323.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@323
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.c, main.h: time counter added   This commit was
	extracted from SVN r322.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@322
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Added interval handling count in dirtyinform for
	verbosity >= 2;   This commit was extracted from SVN r321.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@321
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added quality parameter in remez function to
	user-interface.   This commit was extracted from SVN r320.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@320
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-04-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y, remez.c, remez.h: added user support for quality in
	Remez   This commit was extracted from SVN r319.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@319
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: guessdegree uses now the new optimizations of Remez.
	Better handling of the differentiation of the polynomial in Remez
	This commit was extracted from SVN r318.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@318
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-30  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h: Made isHorner and isCanonical available for other
	parts of the tool.   This commit was extracted from SVN r317.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@317
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Optimized construction of the Remez' matrix   This commit
	was extracted from SVN r316.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@316
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: new message when resovig the system in Remez   This
	commit was extracted from SVN r315.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@315
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: normal version   This commit was extracted from SVN r314.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@314
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: debugging version   This commit was extracted from SVN
	r313.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@313
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: synchronization   This commit was extracted from SVN
	r312.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@312
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, main.c, main.h, parser.y: Speeded up
	differentiation of horner polynomials. Added speed-up code to
	autoprint. Added autosimplify switch in the user interface.   This
	commit was extracted from SVN r311.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@311
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: More adapted messages in level 3   This commit was
	extracted from SVN r310.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@310
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Speeded up autoprint by speeding up horner,
	makeCanonical and getCoefficients for horner and canonical
	polynomials.   This commit was extracted from SVN r309.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@309
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-27  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, remez.c: More messages in Remez with verbosity levet set
	to 3   This commit was extracted from SVN r308.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@308
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Speeded up plot by speeding up evaluateFaithful family.
	This commit was extracted from SVN r307.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@307
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.c: Speeded up evaluateFaithulWithCutOff.   This
	commit was extracted from SVN r306.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@306
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-26  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected a bug in Newton's algorithm when binary search
	must be used   This commit was extracted from SVN r305.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@305
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Slightly changed evaluateFaithful   This commit was
	extracted from SVN r304.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@304
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, main.c, main.h, makefile,
	minilexer.lex, miniparser.y, parser.y: Added a miniparser for
	parsing strings of simple expressions. Added tree manipulation
	functions. Added miniparser parse functionality in the main parser.
	This commit was extracted from SVN r303.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@303
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* README: README   This commit was extracted from SVN r302.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@302
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: corrected a memory leak in guessdegree   This commit was
	extracted from SVN r301.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@301
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Final version of Remez   This commit was extracted from
	SVN r300.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@300
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-03-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, main.h, parser.y: Corrected Ctrl-C behaviour
	for avoiding contact loss with Houston.   This commit was extracted
	from SVN r299.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@299
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Corrected a SIGSEV on syntax error.   This commit was
	extracted from SVN r298.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@298
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, main.h, parser.y: Corrected memory leaks in
	lexer/ parser structure.   This commit was extracted from SVN r297.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@297
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c: faster Remez   This commit was extracted
	from SVN r296.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@296
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Patched a memory leak in simplifyTreeErrorfree.
	This commit was extracted from SVN r295.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@295
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: autoprint accepts comma separated lists of elements.
	This commit was extracted from SVN r294.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@294
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Corrected omission of newlines in comments.   This
	commit was extracted from SVN r293.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@293
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.h, remez.c: an unfinished version of Remez but already
	fully functional in normal cases   This commit was extracted from
	SVN r292.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@292
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: evaluateFaithfulWithCutOffFast accepts NULL as an
	argument for the derivative, avoiding in this case Taylor
	evaluation.   This commit was extracted from SVN r291.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@291
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, parser.y: Improved quality of results obtained with
	simplifyTreeErrorfree.   This commit was extracted from SVN r290.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@290
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug introduced by the modification of
	simplifyTreeErrorfree.   This commit was extracted from SVN r289.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@289
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: minor changes : a counter limits the number of
	iterations, NaN and Inf should now be avoided as often as possible.
	This commit was extracted from SVN r288.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@288
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added simplification of expressions f(x) * (1/g(x))
	= f(x)/g(x) in simplifysafe.   This commit was extracted from SVN
	r287.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@287
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a memory leak in degree definition.   This
	commit was extracted from SVN r286.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@286
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: remez is now fully functional but still not so quick as
	it could be   This commit was extracted from SVN r285.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@285
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added weight function functionality to remez.   This
	commit was extracted from SVN r284.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@284
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c, remez.h: beta of new remez   This commit
	was extracted from SVN r283.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@283
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-16  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: updated the doc with guessdegree, printbinary and
	round   This commit was extracted from SVN r282.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@282
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, implement.c, parser.y: Corrected a bug in printbinary
	and printexpansion.   This commit was extracted from SVN r281.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@281
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Corrected a slight bug in implementpoly.   This
	commit was extracted from SVN r280.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@280
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-09  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, remez.c: memory leaks corrected   This commit was
	extracted from SVN r279.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@279
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Corrected some bugs in guessdegree.   This commit was
	extracted from SVN r278.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@278
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: alternative function ton find zeros   This commit was
	extracted from SVN r277.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@277
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: guessDegree finished but not alleyooped   This commit was
	extracted from SVN r276.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@276
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-08  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: dummy guessDegree for checking   This commit was
	extracted from SVN r275.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@275
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y, remez.h: Added guessDegree to user interface.
	This commit was extracted from SVN r274.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@274
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.h, parser.y: Slight change in the parser.   This commit
	was extracted from SVN r273.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@273
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Rajout de certaines fonctionalites dans la doc.
	This commit was extracted from SVN r272.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@272
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.h, parser.y, worstcase.c, worstcase.h: Added multiple
	function Gal value search.   This commit was extracted from SVN
	r271.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@271
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-02-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, infnorm.c: Corrected the evaluate abs(x) at 0 infinite
	recursion bug. Optimized interval evaluation on point intervals.
	This commit was extracted from SVN r270.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@270
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved dirtyinfnorm performance.   This commit was
	extracted from SVN r269.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@269
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h: Improved dirtyinfnorm performance.   This
	commit was extracted from SVN r268.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@268
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, lexer.lex, main.c: Improved Houston loss.   This commit
	was extracted from SVN r267.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@267
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: Patch again Houston.   This commit was extracted from SVN
	r266.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@266
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, parser.y: Debugged Houston.   This commit was
	extracted from SVN r265.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@265
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, plot.c: Changed dirtyinfnorm for using
	evaluateFaithfulWithCutOff. Corrected precision handling in plot.
	This commit was extracted from SVN r264.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@264
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: corrected a bug in the function read: the allocated
	size for the temporary string was not sufficient   This commit was
	extracted from SVN r263.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@263
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Added
	round(constantfunction,integer,[N,M,P,Z]) to user interface.   This
	commit was extracted from SVN r262.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@262
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, fpminimax.c: added the function
	round_to_format   This commit was extracted from SVN r261.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@261
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, plot.c: Implemented
	evaluateFaithfulWithCutoff and plot using it   This commit was
	extracted from SVN r260.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@260
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, parser.y: Added dyadic = binary to user
	interface.   This commit was extracted from SVN r259.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@259
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in simplifysafe.   This commit was
	extracted from SVN r258.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@258
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: Corrected a bug in double precision hexadecimal parser
	for 32 bit machines.   This commit was extracted from SVN r257.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@257
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, parser.y: Patch   This commit was extracted from SVN
	r256.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@256
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: DEBUG VERSION   This commit was extracted from SVN r255.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@255
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Don't know.   This commit was extracted from SVN r254.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@254
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in doubledouble simplification.
	This commit was extracted from SVN r253.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@253
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, parser.y: Added parsing capability for
	binary constants: 1.1_2 = 1.5 Adapted printbinary output.   This
	commit was extracted from SVN r252.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@252
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2007-01-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, parser.y: Added printbinary
	constant;   This commit was extracted from SVN r251.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@251
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a bug in Warning display in certified
	infnorm.   This commit was extracted from SVN r250.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@250
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, parser.y: Corrected a display error in print
	functions for repeated substraction and division trees.   This
	commit was extracted from SVN r249.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@249
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-18  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, makefile, remez.c, remez.h: A rare bug in Remez
	corrected : when the optimal error doesn't reach its extrema at any
	of the two bounds   This commit was extracted from SVN r248.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@248
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected a memory leak.   This commit was extracted
	from SVN r247.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@247
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved infnorm on functions that are fractions on the
	first level.   This commit was extracted from SVN r246.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@246
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected unary -.   This commit was extracted from SVN
	r245.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@245
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, parser.y: Changed parsing order for fpminimax.   This
	commit was extracted from SVN r244.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@244
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, lexer.lex, main.c, main.h, parser.y: 
	Added assignments of strings to variables. If syntax does not allow
	unique typing, $a must be used for accessing to variable a
	containing a string.   This commit was extracted from SVN r243.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@243
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y, plot.c, plot.h: Added asciiplot   This commit
	was extracted from SVN r242.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@242
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, main.c, main.h, parser.y: 
	Added lexing and parsing capability for GP/PARI scientific notation:
	1.24     (spaces)E+2  Attention: no spaces are permitted for cases
	where no exponent (e/E) is given. If the exponent sign (e/E) is
	given, the exponent value becomes obligatory. The feature is *not*
	available for dyadic notation: 1232b-5 is correct 1234 b-5 is not.
	Added write command to user interface: the same as print but no
	spaces or newlines are added. Special syntax for writing/ appending
	to a file is available:  write 1, 2;              -> prints 12 on
	stdout write > "toto" 1, 2      -> prints 12 in file "toto", erasing
	an old file "toto" write >> "toto" 1, 2     -> prints 12 in file
	"toto", appending to its content.  Attention: on writing to files,
	strings to print a first created in memory and then printed. High
	memory usage may follow.  Added trailing zero removal in scientific
	notation output.   This commit was extracted from SVN r241.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@241
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-12-02  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, pari_utils.c: updated the doc about reassignment ;
	mpfr->pari produces now an exact zero when called on 0. ; pari->mpfr
	checks now first if its argument is an int and deal with   This
	commit was extracted from SVN r240.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@240
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Corrected a bug in implementpoly.   This commit was
	extracted from SVN r239.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@239
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c: Again the cray feature about floating 0 in
	PARI   This commit was extracted from SVN r238.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@238
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Oops   This commit was extracted from SVN r237.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@237
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Again the bug with PARI handling the floating point 0
	This commit was extracted from SVN r236.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@236
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Again the bug with PARI handling the floating point 0
	This commit was extracted from SVN r235.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@235
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c: A bug due to PARI handling 0 in a
	subtraction corrected   This commit was extracted from SVN r234.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@234
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Changed reassignment behaviour. Added // \n
	and /* */ comments.   This commit was extracted from SVN r233.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@233
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c: A bug in the conversion function PARI->mpfr
	affecting the exponents corrected   This commit was extracted from
	SVN r232.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@232
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Added errno.h to lexer.lex in order to overcome a
	compile error on Mac OS X   This commit was extracted from SVN r231.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@231
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: The bug affecting remez algorithm near the bounds is
	corrected   This commit was extracted from SVN r230.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@230
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c, main.h, parser.y: Added read "file"
	functionality.   This commit was extracted from SVN r229.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@229
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Corrected a bug.   This commit was
	extracted from SVN r228.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@228
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in expandPowerInPolynomialUnsafe.
	This commit was extracted from SVN r227.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@227
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: bug affecting precision in Remez really corrected   This
	commit was extracted from SVN r226.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@226
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected an error with a pointer.   This commit was
	extracted from SVN r225.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@225
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: corrected the rounding of the bounds in remez   This
	commit was extracted from SVN r224.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@224
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: corrected a bug affecting the precision in Remez   This
	commit was extracted from SVN r223.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@223
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Added the doc part for rationalapprox   This commit
	was extracted from SVN r222.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@222
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, fpminimax.h: rationalApprox is implemented   This
	commit was extracted from SVN r221.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@221
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: Plot files are not removed when in a scripted.   This
	commit was extracted from SVN r220.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@220
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Added rationalapprox   This commit was
	extracted from SVN r219.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@219
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c: [no log message]

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, fpminimax.h: Dummy version of rationalApprox   This
	commit was extracted from SVN r217.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@217
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, plot.c, plot.h: Now handles filenames in /tmp   This
	commit was extracted from SVN r216.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@216
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, lexer.lex, parser.y, worstcase.c, worstcase.h: 
	Added Gal searches.   This commit was extracted from SVN r215.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@215
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: external plot handles file, postscript and
	postscriptfiles options   This commit was extracted from SVN r214.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@214
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Doc up to date   This commit was extracted from SVN
	r213.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@213
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected elliptic lists.   This commit was extracted
	from SVN r212.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@212
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c, lexer.lex, main.c, main.h, parser.y,
	plot.c: - Checked correct implementation of elliptic monomial
	definition in Remez: remez(exp(x),[4...6],[-1;1]) works. -
	Implemented elliptic monomial definition in subpoly:
	subpoly(poly,[4...6]) works - Implemented final elliptic monomial
	definition in subpoly: subpoly(poly,[4,5,...]) works - Adapted final
	elliptic format definition in roundcoefficients:
	roundcoefficients(poly,[DD,D,...]) works - Implemented DE support in
	roundcoefficients (no correct exponent range check, no subnormal
	support) - Implemented forced assignment of a new name to the bound
	free variable:  > x + 1; 1 + x > a = x + 5; > a; 5 + x; > x = b!; >
	a; 5 + b;   This commit was extracted from SVN r211.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@211
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-21  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h: Intermediate version   This commit was
	extracted from SVN r210.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@210
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, external.h, main.c, parser.y, plot.c, plot.h: Started
	implementing file numbering for (external)plot and file saving for
	externalplot.   This commit was extracted from SVN r209.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@209
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, proof.c: Finished implementpoly with proof
	generation.   This commit was extracted from SVN r208.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@208
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, proof.c: Finished automatic generation of code and
	proof in implementpoly.   This commit was extracted from SVN r207.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@207
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* proof.c: Improved Gappa generation.   This commit was extracted
	from SVN r206.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@206
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, proof.c: Finished first version of Gappa generation.
	Untested. Will test now.   This commit was extracted from SVN r205.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@205
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, main.c, parser.y, proof.c, proof.h: Continued working
	on Gappa proof generation. Implemented Ctrl-C as exit(0) in scripts.
	Implemented <[ commandfunction ]> for recovering interval results.
	This commit was extracted from SVN r204.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@204
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expansion.h, implement.c, makefile, proof.c: Improved
	printexpansion Continued working on Gappa proof generation for
	implementpoly.   This commit was extracted from SVN r203.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@203
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, proof.c, proof.h: Continued working on Gappa proof
	generation for implementpoly.   This commit was extracted from SVN
	r202.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@202
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, infnorm.c, parser.y: Improved fpfindzeros.   This commit
	was extracted from SVN r201.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@201
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, implement.c, implement.h, infnorm.c, parser.y,
	proof.c, proof.h: Continued working on Gappa proof generation for
	implementpoly. Improved fpfindzeros.   This commit was extracted
	from SVN r200.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@200
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, expression.c, expression.h,
	lexer.lex, parser.y: Added additional functionalities to the user
	interface:  - querying environnement variables: prec = ?, verbosity
	= ?... - forcing reassignment of already assigned variables: a = 4;
	a = 5!; - printing (and autoprinting) of domains: print [-1;1];
	print [a];   This commit was extracted from SVN r199.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@199
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, parser.y: Added subpoly
	support.   This commit was extracted from SVN r198.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@198
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Finished generation of SSA code for implementpoly.
	This commit was extracted from SVN r197.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@197
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, infnorm.c: Improved fpfindzeros. Continued on working
	on SSA generation for implementpoly   This commit was extracted from
	SVN r196.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@196
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, infnorm.c: Improved fpfindzeros Started implementing
	SSA in implement.c   This commit was extracted from SVN r195.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@195
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Corrected a mistake in the parser.   This
	commit was extracted from SVN r194.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@194
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, parser.y: Added
	coeff(poly,i);   This commit was extracted from SVN r193.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@193
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved fpfindzeros.   This commit was extracted from
	SVN r192.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@192
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a bug in <evaluateaccurate ... >   This commit
	was extracted from SVN r191.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@191
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* compile.sh, expansion.c, expansion.h, external.c: Completed helper
	functions for implementpoly and externalplot.   This commit was
	extracted from SVN r190.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@190
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: bug of the man page corrected   This commit was
	extracted from SVN r189.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@189
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: corrected a bug where x looped around 0   This commit
	was extracted from SVN r188.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@188
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expansion.c, expansion.h: Added expansion handling default files.
	This commit was extracted from SVN r187.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@187
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, makefile, plot.c, plot.h: external plot   This commit
	was extracted from SVN r186.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@186
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Added externalplot to parser.   This commit
	was extracted from SVN r185.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@185
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, makefile: updated makefile   This commit was extracted
	from SVN r184.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@184
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, external.h: signatures for external.c   This commit
	was extracted from SVN r183.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@183
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: Added bashexecute.   This commit was
	extracted from SVN r182.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@182
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c: bashExecute implemented   This commit was extracted
	from SVN r181.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@181
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* external.c, external.h: Added externals.   This commit was
	extracted from SVN r180.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@180
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: Changed makefile   This commit was extracted from SVN
	r179.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@179
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c: Corrected a bug on printing expansions of non real
	numbers.   This commit was extracted from SVN r178.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@178
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a bug.   This commit was extracted from SVN
	r177.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@177
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, lexer.lex, parser.y, plot.c: Added
	printexpansion. Corrected precision in plot to 64 bits.   This
	commit was extracted from SVN r176.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@176
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.h: Changed a constant for fpfindzeros.   This
	commit was extracted from SVN r175.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@175
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-11-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Speeded up plot through more clever evaluateFaithful.
	This commit was extracted from SVN r174.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@174
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Adapted implement to new operators in crlibm.   This
	commit was extracted from SVN r173.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@173
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.c: Added Ctrl-C handling. Ctrl-D works only on a
	fresh prompt.   This commit was extracted from SVN r172.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@172
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Slightly changed newton.   This commit was extracted
	from SVN r171.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@171
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-25  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.h, parser.y, plot.c: Slightly changed newton,
	fpfindzeros and plot.   This commit was extracted from SVN r170.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@170
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-25  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: A bug corrected in plot when using file option   This
	commit was extracted from SVN r169.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@169
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-24  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile, remez.c: enhanced makefile   This commit was extracted
	from SVN r168.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@168
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-24  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in getDegree   This commit was
	extracted from SVN r167.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@167
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex: Doc updated to take in account the new syntax of
	plot   This commit was extracted from SVN r166.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@166
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y, plot.c, plot.h: plot can now manage output
	files   This commit was extracted from SVN r165.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@165
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y: User interface handling for plotting into
	files.   This commit was extracted from SVN r164.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@164
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h, plot.c, plot.h: header for postscipt output and so
	on   This commit was extracted from SVN r163.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@163
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Lists of things can be framed by brackets.   This commit
	was extracted from SVN r162.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@162
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Modified the parser for multiplot.   This commit was
	extracted from SVN r161.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@161
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, plot.c: Plot uses evaluateFaithful.   This commit
	was extracted from SVN r160.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@160
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added a bugfix.   This commit was extracted from SVN
	r159.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@159
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, parser.y: Added dyadic power of 2
	support.   This commit was extracted from SVN r158.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@158
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Added bugfix.   This commit was extracted from SVN
	r157.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@157
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-23  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex: Added Pi.   This commit was extracted from SVN r156.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@156
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Added information output to implementpoly   This
	commit was extracted from SVN r155.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@155
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in expand sequences.   This commit
	was extracted from SVN r154.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@154
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, parser.y: Made some modifications   This commit was
	extracted from SVN r153.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@153
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: corrected a bug in mpfi_erfc   This commit was
	extracted from SVN r152.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@152
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-20  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Slightly changed things.   This commit
	was extracted from SVN r151.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@151
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, expression.c, expression.h, infnorm.c,
	lexer.lex, parser.y: Added erf, erfc, log1p, expm1, doubleextended.
	Currently untested.   This commit was extracted from SVN r150.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@150
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Changed slightly accurateinfnorm constants.   This
	commit was extracted from SVN r149.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@149
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, pari_utils.c, pari_utils.h, remez.c, remez.h: Faithful
	evaluation in Remez   This commit was extracted from SVN r148.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@148
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Modified constants for automatic accurateinfnorm   This
	commit was extracted from SVN r147.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@147
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c: Completed accurateinfnorm
	Syntax:  accurateinfnorm function in range [without rangelist] with
	number bits;   This commit was extracted from SVN r146.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@146
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, main.c: Added #define for Pari version.   This
	commit was extracted from SVN r145.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@145
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, main.c, parser.y: Added
	accurateinfnorm support.   This commit was extracted from SVN r144.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@144
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Added an information in evaluateFaithful.   This commit
	was extracted from SVN r143.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@143
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-18  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h: evaluateFaithful   This commit was extracted
	from SVN r142.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@142
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, proof.c, proof.h: Added monotonicity
	clou.   This commit was extracted from SVN r141.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@141
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, parser.y: Added evaluateFaithfulOrFail
	This commit was extracted from SVN r140.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@140
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Slightly modified accurate evaluate.   This commit was
	extracted from SVN r139.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@139
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-17  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, main.c, main.h, parser.y: Changed
	slightly evaluateAccurate   This commit was extracted from SVN r138.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@138
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, parser.y: First trial for
	evaluateaccurate.   This commit was extracted from SVN r137.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@137
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, parser.y: Added isevaluable
	This commit was extracted from SVN r136.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@136
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved dirtyinfnorm.   This commit was extracted from
	SVN r135.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@135
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: improved dirtyInfnorm in NaNs occur.   This commit was
	extracted from SVN r134.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@134
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, infnorm.h, lexer.lex,
	parser.y: Some modifications.   This commit was extracted from SVN
	r133.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@133
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Changed slightly printMpfr.   This commit was
	extracted from SVN r132.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@132
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h: Added a printMpfr function for
	debugging and develloping purposes.   This commit was extracted from
	SVN r131.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@131
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, main.h: Made parser scripting capable.   This commit was
	extracted from SVN r130.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@130
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Slightly modified the autoprint functionality.   This
	commit was extracted from SVN r129.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@129
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: small modification for the names of file stored in /tmp
	when plotting   This commit was extracted from SVN r128.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@128
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-10-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.h, infnorm.c, infnorm.h, main.c, main.h, parser.y: 
	Modified automatic displaying of values on the prompt user
	interface.   This commit was extracted from SVN r127.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@127
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug in expand and diff.   This commit
	was extracted from SVN r126.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@126
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, parser.y, plot.c: Added automatic printing of simplified
	expressions.   This commit was extracted from SVN r125.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@125
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-20  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, plot.c: modified version of plot to deal with overflow
	in conversions into double values   This commit was extracted from
	SVN r124.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@124
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: Correctly frees memory on SIGINT   This commit was
	extracted from SVN r123.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@123
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Corrected a bug in implementpoly when the polynomial
	to implement ends on a multiplication.   This commit was extracted
	from SVN r122.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@122
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: declaration of variable j moved   This commit was
	extracted from SVN r121.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@121
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: Test procedure finished   This commit was extracted
	from SVN r120.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@120
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: tests enhanced   This commit was extracted from SVN
	r119.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@119
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: Fixed a cast with sizeof   This commit was extracted
	from SVN r118.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@118
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: Changed minimal exponent value for AMD64 machines.
	This commit was extracted from SVN r117.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@117
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: Fixed a cast with sizeof   This commit was extracted
	from SVN r116.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@116
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: Added a letter (l)   This commit was extracted from
	SVN r115.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@115
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: Added safeRealloc and made PARI compatible to GMP in
	Debian.   This commit was extracted from SVN r114.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@114
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: tests function implemented   This commit was
	extracted from SVN r113.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@113
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: modified conversion functions   This commit was
	extracted from SVN r112.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@112
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c: modified conversion functions   This commit was
	extracted from SVN r111.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@111
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, pari_utils.c, pari_utils.h, parser.y: Added testpari
	functionality to the user interface.   This commit was extracted
	from SVN r110.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@110
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, worstcase.c: Don't know what we are comitting ;-(   This
	commit was extracted from SVN r109.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@109
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-07  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, main.c: Adapted version for PARI 2.3.0   This
	commit was extracted from SVN r108.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@108
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* pari_utils.c, remez.c: Brought pari_utils.c and remez.c over to
	safeMalloc and printMessage.   This commit was extracted from SVN
	r107.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@107
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c: Added an additional end
	case for recursive Taylor recursion: the expression becomes too big.
	This commit was extracted from SVN r106.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@106
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-06  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c: Finished implementing the first version of
	implementpoly.   This commit was extracted from SVN r105.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@105
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, parser.y: Documented restart feature. Corrected it
	for dyadic display and verbosity.   This commit was extracted from
	SVN r104.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@104
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, implement.c, lexer.lex, main.c, parser.y: Corrected
	a memory lack in assignment. Added renormalize3 functionality to
	implementpoly (unfinished) Added restart functionality to the user
	interface. "Corrected" a memory lack of PARI   This commit was
	extracted from SVN r103.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@103
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-09-01  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, makefile: Added documentation for the new
	fonctionalities.   This commit was extracted from SVN r102.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@102
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, implement.h, infnorm.c, lexer.lex, parser.y: Improved
	implementpoly. Coefficient precisions are now rounded automatically
	by default. An option (honorcoeffprec) allows to get no rounding on
	the coefficients. It is now possible to get the implemented
	polynomial back using p = <implementpoly ...> There is an additional
	check that the additions in the Horner steps do not cancellate.
	This commit was extracted from SVN r101.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@101
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, expression.c, expression.h, implement.c,
	lexer.lex, parser.y: Added a functionality to round the coefficients
	of a polynomial to TD, DD or D:  print
	roundcoefficients(simplify(t),[TD,TD,TD,DD,DD,D...]);   This commit
	was extracted from SVN r100.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@100
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, lexer.lex, parser.y: Added hexadecimal double
	precision printing and parsing capabilities.  printhexa 2;
	0x4000000000000000  print 1 + 0x3ff0000000000000; 2   This commit
	was extracted from SVN r99.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@99
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* implement.c, implement.h: Added the forgotten files to the CVS.
	This commit was extracted from SVN r98.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@98
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, expression.c, expression.h, main.c,
	main.h, parser.y: Added assignment functionality for ranges: for
	example  a = [-1;2];  print <a>; 2 print <a>_; -1  infnorm x in a;
	...  Dereferencing ranges while assigning them is not possible. This
	stays possible for (normal) expression assignments.   This commit
	was extracted from SVN r97.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@97
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, main.c, main.h, makefile,
	parser.y: Added a functionality to check an infinite norm on a
	function by interval arithmetic. The corresponding command is:
	checkinfnorm <function> in <range> bounded by <constant expression>
	[, diam = <diameter>];  Highly improved the quality of Taylor
	interval evaluations and thus improved the quality of the certified
	infinite norm by allowing the Taylor evaluation to recurse on the
	linear term up to a certain level. The default level is 0, so by
	default, nothing changes. The command for setting the recursion
	level is  taylorrecursions = <positive or zero integer>;   This
	commit was extracted from SVN r96.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@96
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.h: Improved infnorm performance.   This commit was
	extracted from SVN r95.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@95
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Added information printouts at high
	verbosity levels. Slightly increased performance of isPolynomial()
	function.   This commit was extracted from SVN r94.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@94
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.h: Slight change in main.   This commit was extracted from
	SVN r93.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@93
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Corrected a bug in isPolynomial(node
	*tree) introduced when correcting another bug ;-)   This commit was
	extracted from SVN r92.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@92
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-08-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c, expression.h, infnorm.c, lexer.lex,
	main.h, makefile, parser.y: Added the first version of a
	functionality for the automatic implementation of a polynomial
	(function).   This commit was extracted from SVN r91.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@91
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-07-23  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile, pari_utils.c, pari_utils.h, remez.c: Restructured a bit
	the file remez.c, moving some code into a new file pari_utils.c.
	Changed makefile to compile on OS X with Fink. May not compile any
	more on Linux. We should quickly begin to use automake/autoconf
	This commit was extracted from SVN r90.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@90
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-30  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* Manuel_fr.tex, makefile: Documentation (in french at the moment)
	This commit was extracted from SVN r89.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@89
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, parser.y: memory leaks filled   This commit was extracted
	from SVN r88.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@88
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Added relative integers to user interface.   This commit
	was extracted from SVN r87.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@87
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-28  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, parser.y: debugged fpminimax and parser   This commit
	was extracted from SVN r86.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@86
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-28  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, expression.c, expression.h, fpminimax.c,
	fpminimax.h, lexer.lex, main.c, main.h, parser.y, taylor.c: Added
	user interface for fpminimax.  Corrected syntax of commandfunctions
	as expressions using angles.  Added < >.  Corrected Taylor: added a
	check that the development point is a constant expression.  Patched
	differentiate on double, doubledouble and tripledouble rounding
	functions.  The fpminimax interface must still be checked.   This
	commit was extracted from SVN r85.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@85
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, main.h, parser.y: Started implementing angles instead
	of parentheses for command functions.   This commit was extracted
	from SVN r84.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@84
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* fpminimax.c, fpminimax.h, makefile, parser.y, remez.c: Started
	working on fpminimax Corrected silly syntax of plot   This commit
	was extracted from SVN r83.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@83
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, main.c, parser.y: Corrected a segfault in infnorm.
	Added support in user-interface for being able to consider infnorm,
	dirtyinfnorm, integral and dirtyintegral as a constant in another
	expression. The syntax is e.g. like follows:  print 1+(infnorm x in
	[-1;1]);   This commit was extracted from SVN r82.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@82
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, parser.y, proof.h, worstcase.c, worstcase.h: Added file
	output support to worst case search.   This commit was extracted
	from SVN r81.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@81
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-14  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* lexer.lex, makefile, parser.y, worstcase.c, worstcase.h: Added
	worstcase search.   This commit was extracted from SVN r80.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@80
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-13  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, remez.c: Remez is supposed to function with
	polynomials with holes   This commit was extracted from SVN r79.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@79
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, expression.c, infnorm.c, integral.c, main.c, parser.y,
	plot.c, taylor.c: Changed all warnings and errors for proper support
	of verbosity and stderr output. It remain some occurences in Remez.
	This commit was extracted from SVN r78.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@78
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, lexer.lex, main.c, main.h, parser.y: Added verbosity
	support.   This commit was extracted from SVN r77.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@77
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-13  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, main.c, main.h, parser.y, remez.c, remez.h: 
	Added user interface support for remez with holes.   This commit was
	extracted from SVN r76.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@76
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, chain.c, expression.c, expression.h, infnorm.c,
	lexer.lex, main.c, main.h, parser.y, proof.c, proof.h, taylor.c: 
	Added safeMalloc and safeCalloc. Completed the generation of a proof
	for infnorm.   This commit was extracted from SVN r75.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@75
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, infnorm.h, proof.c,
	proof.h: Continued working on the generation of a proof for the
	certified infnorm.   This commit was extracted from SVN r74.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@74
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-07  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, main.c, main.h, parser.y,
	proof.c, proof.h: Implemented first version of proof generation for
	certified infnorm.   This commit was extracted from SVN r73.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@73
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-06-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, infnorm.h, makefile,
	proof.c, proof.h: Started implementing the generation of a proof for
	an infinite norm.   This commit was extracted from SVN r72.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@72
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, parser.y: Corrected a bug in user interface displaying
	of certified integral result.   This commit was extracted from SVN
	r71.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@71
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, lexer.lex, parser.y: Added dirtyinfnorm to user
	interface.   This commit was extracted from SVN r70.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@70
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, integral.h: added an uncertified (but hopefully
	faster) integral   This commit was extracted from SVN r69.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@69
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h: Implemented void
	evaluateRangeFunctionFast(rangetype yrange, node *func, node *deriv,
	rangetype xrange, mp_prec_t prec)   This commit was extracted from
	SVN r68.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@68
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, integral.h, lexer.lex, makefile, parser.y: Added
	integral support to user-interface.   This commit was extracted from
	SVN r67.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@67
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-29  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* integral.c, integral.h: Added files to compute integrals   This
	commit was extracted from SVN r66.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@66
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-27  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.h, expression.c, expression.h, infnorm.c, infnorm.h,
	lexer.lex, main.c, main.h, parser.y: Added support for excluding
	intervals in certified infnorm:  infnorm exp(x) in [-1;1] without
	[-2^(-12);2^(12)], diam=2^(-10);  Added support for dyadic numbers:
	- Input:  always supported; <m>b<+/->e = m * 2^(+/-e) - Output:
	supported only when              dyadic=on;           and number is
	not an integer representable on machine int.           The
	displaying is <+/-><m>b<+/->e = +/- * m * 2^(+/-e) where m is odd.
	This commit was extracted from SVN r65.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@65
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a bug in parser file that made segfault bison
	This commit was extracted from SVN r64.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@64
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Improved plot printout.   This commit was extracted from
	SVN r63.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@63
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* plot.c: Improved precision in plot files.   This commit was
	extracted from SVN r62.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@62
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, parser.y: Added numerator(func) support
	to user-interface Improved safety of printing values.   This commit
	was extracted from SVN r61.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@61
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Improved evaluate on user-interface when the function
	evaluates to a point interval.   This commit was extracted from SVN
	r60.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@60
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-26  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c, infnorm.h, lexer.lex, main.c, main.h, parser.y: Added
	interval evaluation of a function to the user-interface:  evaluate
	exp(x) in [-1;1];  or  evaluate exp(x) at 5;   This commit was
	extracted from SVN r59.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@59
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-22  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c: Added error recovering for PARI.   This commit was
	extracted from SVN r58.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@58
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, remez.c: Remez fully debugged relatively to the *flows
	This commit was extracted from SVN r57.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@57
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Denormalized and Inf are OK on Itanium   This commit was
	extracted from SVN r56.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@56
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* makefile: [no log message]

2006-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Test version of mpfr_2_PARI   This commit was extracted
	from SVN r54.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@54
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-19  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Bug fixed with underflow   This commit was extracted from
	SVN r53.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@53
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-19  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Corrected a bug in the parser.   This commit was
	extracted from SVN r52.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@52
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-16  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c: Added pole detection to
	infnorm to correct the 1/x flaw.   This commit was extracted from
	SVN r51.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@51
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-15  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved dirty infnorm.   This commit was extracted
	from SVN r50.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@50
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: I began to implement a more careful version of
	mpfr_to_PARI which takes care of denormalized numbers   This commit
	was extracted from SVN r49.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@49
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-15  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Fixed bug in Remez algorithm when the function fails to
	oscillate enough   This commit was extracted from SVN r48.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@48
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, infnorm.h, lexer.lex,
	main.c, main.h, parser.y, taylor.c: Added dirty infnorm. Added
	substitutions in assigned variables: t(x+1)   This commit was
	extracted from SVN r47.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@47
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-12  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved infnorm.   This commit was extracted from SVN
	r46.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@46
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, infnorm.c: Corrected a bug in infnorm (segfault).   This
	commit was extracted from SVN r45.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@45
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, parser.y: Improved infnorm to produced
	results different from +infty on ill-conditionned problems.   This
	commit was extracted from SVN r44.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@44
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Started working on infnorm with excluded domains.
	This commit was extracted from SVN r43.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@43
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved infnorm by improving Newton. No more division
	by zero possible.   This commit was extracted from SVN r42.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@42
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-11  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Improved application of Horner's rule in infnorm.
	This commit was extracted from SVN r41.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@41
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Improved still horner code.   This commit was
	extracted from SVN r40.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@40
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Bug in Newton's algorithm fixed   This commit was
	extracted from SVN r39.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@39
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Added additional safety warnings in infnorm
	(contourning NaN).   This commit was extracted from SVN r38.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@38
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Corrected bug in Newton zero search.   This commit was
	extracted from SVN r37.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@37
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c: Improved infnorm on function with false
	poles which are representable in FP.   This commit was extracted
	from SVN r36.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@36
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-10  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, infnorm.h, lexer.lex,
	main.c, main.h, parser.y, taylor.c: Corrected bugs in expand.
	Improved infnorm, work in progress Improved Taylor   This commit was
	extracted from SVN r35.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@35
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a bug still remaining in Horner scheme
	horner() function.   This commit was extracted from SVN r34.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@34
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-09  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: A small combat with the bison versions...   This commit
	was extracted from SVN r33.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@33
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected a slight bug in Horner scheme function
	horner()   This commit was extracted from SVN r32.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@32
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, lexer.lex, makefile, parser.y, taylor.c, taylor.h: 
	Added Taylor support.   This commit was extracted from SVN r31.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@31
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* assignment.c, assignment.h, chain.c, chain.h, infnorm.c,
	lexer.lex, main.c, main.h, makefile, parser.y: Added assignment
	support.   This commit was extracted from SVN r30.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@30
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-08  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, lexer.lex, main.c, main.h, makefile,
	parser.y: Committing merged versions.   This commit was extracted
	from SVN r29.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@29
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Remez without all the windows at each step of the
	algorithm   This commit was extracted from SVN r28.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@28
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-05  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* main.c, remez.c: Clean catch of Remez when not oscillating.   This
	commit was extracted from SVN r27.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@27
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* infnorm.c: Debug version of infnorm.   This commit was extracted
	from SVN r26.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@26
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected differentiate.   This commit was extracted
	from SVN r25.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@25
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-05  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c: Corrected derivative of a polynomial.   This commit
	was extracted from SVN r24.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@24
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Better management of the memory and less use of the
	differnetiate function which increases the speed of computation.
	There is now a warning if the precision is not sufficient and the
	remez function returns then its argument as a result   This commit
	was extracted from SVN r23.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@23
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Without plotting all intermediate results of Remez   This
	commit was extracted from SVN r22.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@22
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Nothing ?   This commit was extracted from SVN r21.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@21
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, parser.y: Corrected expand. Added special code for
	differentiating polynomials. Avoided useless warnings.   This commit
	was extracted from SVN r20.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@20
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* parser.y: Memory leaks corrected   This commit was extracted from
	SVN r19.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@19
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Debug messages removed and commentaries translated in
	english   This commit was extracted from SVN r18.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@18
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Remez fully functional. There is still the dirty handling
	of the memory but it seems to not affect the efficiency of the
	algorithm. And yes, there is still the debug logs   This commit was
	extracted from SVN r17.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@17
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, expression.c, expression.h, lexer.lex,
	parser.y: Added simplifysafe support.   This commit was extracted
	from SVN r16.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@16
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-04  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, infnorm.c, main.c, main.h, parser.y: Completed
	horner support.   This commit was extracted from SVN r15.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@15
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Fixed bug on exponent overflow. It's still failing for
	high degrees. It's more a prototype to play around than a definitive
	function.   This commit was extracted from SVN r14.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@14
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Remez functionning. I did not implement Newton but it's
	awesome how this works without. A great number of memory
	optimisations on the trees are still possible. If the degree is
	increasing too much, an exponent overflow happens in PARI; this is a
	MINOR bug.   This commit was extracted from SVN r13.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@13
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* remez.c: Compilation without warnings. Remez still not working but
	one step of the principal loop is needed, which should already be
	okay with respect to memory leaks.   This commit was extracted from
	SVN r12.  git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@12
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, main.c, main.h, parser.y, remez.c: Changing the
	precision variable to tools_precision because of fucking PARI. I
	hope I did not to many mistakes in the lexer and parser. Remez still
	reduced to identity.   This commit was extracted from SVN r11.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@11
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  schevill <schevill@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, infnorm.c, makefile, parser.y,
	remez.c: Modification of the names LOG2, LOG10 and simplify. Adding
	the PARI lib to the Makefile. Some functionalities in remez.c: don't
	use it for now.   This commit was extracted from SVN r10.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@10
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-03  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, parser.y: Added expand
	support and continued working on horner scheme rewriting.   This
	commit was extracted from SVN r9.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@9
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* expression.c, expression.h, lexer.lex, parser.y: Started working
	on horner-rewrite support.   This commit was extracted from SVN r8.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@8
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* double.c, double.h, expression.c, expression.h, infnorm.c,
	lexer.lex, makefile, parser.y: Added double, double-double and
	triple-double support.   This commit was extracted from SVN r7.
	git-svn-id: svn://scm.gforge.inria.fr/svn/sollya/trunk@7
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* results.txt, scratch.txt: Removed files that had been added by
	error.   This commit was extracted from SVN r6.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@6
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-02  clauter <clauter@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* chain.c, chain.h, expression.c, expression.h, infnorm.c,
	infnorm.h, lexer.lex, main.c, main.h, makefile, parser.y, plot.c,
	plot.h, remez.c, remez.h, results.txt, scratch.txt: Initial revision
	This commit was extracted from SVN r2.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@2
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

2006-05-02  (no author) <(no author)@af37bc7e-59aa-4313-bbaf-7d19c0032f32>

	* New repository initialized by cvs2svn.  This commit was extracted
	from SVN r1.  git-svn-id:
	svn://scm.gforge.inria.fr/svn/sollya/trunk@1
	af37bc7e-59aa-4313-bbaf-7d19c0032f32

