summaryrefslogtreecommitdiff
path: root/tests/tversion.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
| | | | | | | perl -pi -e 's/Contributed by the Arenaire/Contributed by the AriC/' **/*(^/) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7993 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
| | | | | | | | | perl -pi -e 's/2011 Free Software/2011, 2012 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file (the m4 and tools/mbench directories were not modified). Removed 2011 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7986 280ebfd0-de03-0410-8827-d642c229c3f4
* [tests/tversion.c] Improved output information.vlefevre2011-08-011-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7777 280ebfd0-de03-0410-8827-d642c229c3f4
* [mparam_h.in] changed the detection of 64-bit Core 2, and addedzimmerma2011-07-311-0/+11
| | | | | | | | | MPFR_TUNE_CASE for default case [tversion.c] print GMP version (header and library), and file for tuning parameters git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7770 280ebfd0-de03-0410-8827-d642c229c3f4
* [tests/tversion.c] Split a printf into several ones to reduce thevlefevre2011-02-181-5/+5
| | | | | | | string length below the 509-byte limit from C90 (useful to avoid an error when testing with gcc -ansi -pedantic-errors). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7479 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
| | | | | | | | perl -pi -e 's/2010 Free Software/2010, 2011 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file and the m4 and tools/mbench directories. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7389 280ebfd0-de03-0410-8827-d642c229c3f4
* [tests/tversion.c] Now fail if the versions of gmp.h and libgmp do notvlefevre2010-12-031-13/+25
| | | | | | | match (error message improved); previously, the warning could remain unnoticed, in particular with automatic installations. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7275 280ebfd0-de03-0410-8827-d642c229c3f4
* Replacedvlefevre2010-07-301-1/+1
| | | | | | | | Contributed by the Arenaire and Cacao projects by Contributed by the Arenaire and Caramel projects git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7026 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
| | | | | | | perl -pi -e 's/2009 Free Software/2009, 2010 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file and the mbench directory. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6684 280ebfd0-de03-0410-8827-d642c229c3f4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
| | | | | | and updated all the references (except in ChangeLog). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6351 280ebfd0-de03-0410-8827-d642c229c3f4
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
| | | | | | | Other cleanup of header inclusion. Other change (by mistake): corrections in algorithms.tex git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6192 280ebfd0-de03-0410-8827-d642c229c3f4
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6050 280ebfd0-de03-0410-8827-d642c229c3f4
* Changed how the test of MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR andvlefevre2009-02-231-17/+1
| | | | | | | | | | | | | | | | MPFR_VERSION_PATCHLEVEL vs MPFR_VERSION_STRING is performed. Detailed explanations: The test was enabled only in release tarballs (suffix not present), where tests/tversion.c normally contained a "#if 1" (though this is not the case in the MPFR 2.4.0 tarball). In patches, this test should be disabled by changing the "#if 1" into "#if 0", due to the suffix. But as one should be able to apply any patches (in any order), this method was not satisfactory. The test has been moved from tests/tversion.c to tests/tests.c (in function test_version), and the suffix is now ignored in this test; the change of #if has been removed from the update-version script. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5985 280ebfd0-de03-0410-8827-d642c229c3f4
* tests/tversion.c: be more tolerant when checking whether gmp.h versionvlefevre2009-01-201-11/+16
| | | | | | and libgmp version are the same (in case patch level is 0). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5879 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
| | | | | | | perl -pi -e 's/2008 Free Software/2008, 2009 Free Software/' **/*(^/) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5814 280ebfd0-de03-0410-8827-d642c229c3f4
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5654 280ebfd0-de03-0410-8827-d642c229c3f4
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-231-23/+9
| | | | | | | | test file (this should avoid some bug reports that don't mention the real problem). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5224 280ebfd0-de03-0410-8827-d642c229c3f4
* tversion.c: improved an error message.vlefevre2008-01-231-5/+13
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5222 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
| | | | | | | | perl -pi -e 's/2007 Free Software/2007, 2008 Free Software/' **/*(^/) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5151 280ebfd0-de03-0410-8827-d642c229c3f4
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
| | | | | | | copyright notices and removed a few old things. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 280ebfd0-de03-0410-8827-d642c229c3f4
* Added version suffix support (useful for dev and rc versions).vlefevre2006-11-201-1/+6
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4257 280ebfd0-de03-0410-8827-d642c229c3f4
* tests/tversion.c: improved error message and added gmp.h/libgmp test.vlefevre2006-11-071-11/+35
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4189 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed a small bug in tests/tversion.c (should never occur anyway).vlefevre2006-11-071-2/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4188 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed FSF address.vlefevre2006-03-311-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4055 280ebfd0-de03-0410-8827-d642c229c3f4
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3985 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
| | | | | | | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
* More detailed error message.vlefevre2005-09-061-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3793 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated copyright line.vlefevre2005-08-181-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3724 280ebfd0-de03-0410-8827-d642c229c3f4
* Change the address of the FSF.pelissip2005-06-021-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
* added MPFR_VERSION_STRINGzimmerma2005-04-261-0/+5
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3489 280ebfd0-de03-0410-8827-d642c229c3f4
* Renamme mpfr_version to mpfr_get_version to be more GMP compatible.pelissip2004-07-161-1/+1
| | | | | | | Add macro mpfr_version. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2941 280ebfd0-de03-0410-8827-d642c229c3f4
* Added mpfr_version function and test.vlefevre2004-01-061-0/+43
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2598 280ebfd0-de03-0410-8827-d642c229c3f4