summaryrefslogtreecommitdiff
path: root/src/mpfr-mini-gmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
| | | | | | | | perl -pi -e 's/ (\d{4}-)?(2020)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2020 from the example in the doc/README.dev file. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14229 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
| | | | | | | | perl -pi -e 's/ (\d{4}-)?(2019)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2019 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13652 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
| | | | | | | perl -pi -e 's,http://www.gnu.org/,https://www.gnu.org/,g' **/*(.) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13372 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
| | | | | | | | perl -pi -e 's/ (\d{4}-)?(2018)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2018 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13359 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/mpfr-mini-gmp.h] Removed incorrect GMP_NUMB_BITS macro definition,vlefevre2018-09-191-7/+0
| | | | | | | | and this macro needs to be usable in preprocessor tests, and sizeof and types are not available at this level. GMP_NUMB_BITS must be defined by mini-gmp.h, by the configure script, or by the user. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13223 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/mpfr-mini-gmp.h] Added a FIXME (failure with a mini-gmp thatvlefevre2018-09-181-0/+2
| | | | | | does not define GMP_NUMB_BITS, such as the official one). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13220 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/mpfr-mini-gmp.h] Fix: Since gmp_version is not defined in mini-gmp,vlefevre2018-09-121-4/+0
| | | | | | | we must not declare it (otherwise one would get a link failure instead of a compilation failure if gmp_version is used by mistake). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13182 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/mpfr-mini-gmp.h] Removed #include lines as mpfr-mini-gmp.h isvlefevre2018-09-121-4/+0
| | | | | | included only in mpfr-impl.h, which already does these #include's. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13178 280ebfd0-de03-0410-8827-d642c229c3f4
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-0/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13156 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
| | | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the ck-mparam and timings-mpfr.c files and the mbench directory under "tools" (not distributed with MPFR). Removed 2017 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12067 280ebfd0-de03-0410-8827-d642c229c3f4
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-061-5/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11927 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed compiler warnings with mini-gmpzimmerma2017-12-051-0/+5
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11894 280ebfd0-de03-0410-8827-d642c229c3f4
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-041-10/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11891 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2016 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11117 280ebfd0-de03-0410-8827-d642c229c3f4
* Replacedvlefevre2016-02-041-1/+1
| | | | | | | | Contributed by the AriC and Caramel projects by Contributed by the AriC and Caramba projects git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9941 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2015)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2015 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9779 280ebfd0-de03-0410-8827-d642c229c3f4
* simplify the configuration with mini-gmpzimmerma2015-11-031-0/+5
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9718 280ebfd0-de03-0410-8827-d642c229c3f4
* better definition of GMP_NUMB_BITSzimmerma2015-10-301-1/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9716 280ebfd0-de03-0410-8827-d642c229c3f4
* more tests do work with mini-gmp (from GMP 6.1.0-rc1)zimmerma2015-10-291-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9708 280ebfd0-de03-0410-8827-d642c229c3f4
* adapt for mini-gmp (from GMP 6.1.0-rc1)zimmerma2015-10-291-20/+15
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9703 280ebfd0-de03-0410-8827-d642c229c3f4
* adapt mini-gmp stuff to GMP 6.1.0-rc1zimmerma2015-10-281-9/+5
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9701 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2014 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9278 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/mpfr-mini-gmp.h] GMP_NUMB_MASK is no longer needed.vlefevre2014-06-251-4/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9089 280ebfd0-de03-0410-8827-d642c229c3f4
* Dropped obsolete __gmp_const (replaced by const).vlefevre2014-01-201-4/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8819 280ebfd0-de03-0410-8827-d642c229c3f4
* more progress with mini-gmp:zimmerma2014-01-181-1/+1
| | | | | | | | | | ======================= 9 of 157 tests failed (13 tests were not run) ======================= git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8776 280ebfd0-de03-0410-8827-d642c229c3f4
* more progress for the mini-gmp interfacezimmerma2014-01-171-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8755 280ebfd0-de03-0410-8827-d642c229c3f4
* added two new files for mini-gmp interfacezimmerma2014-01-161-0/+157
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8754 280ebfd0-de03-0410-8827-d642c229c3f4