summaryrefslogtreecommitdiff
path: root/src/get_float128.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
| | | | | | | | | perl -pi -e 's/ (\d{4}-)?(2013)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the tools/mbench directory was not modified). Removed 2013 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8723 280ebfd0-de03-0410-8827-d642c229c3f4
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
| | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8540 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
| | | | | | | | | perl -pi -e 's/2012 Free Software/2012, 2013 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file and the m4 directory (the tools/mbench directory was not modified). Removed 2012 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8447 280ebfd0-de03-0410-8827-d642c229c3f4
* [get_float128.c,set_float128.c] Avoid an empty translation unitvlefevre2012-09-201-2/+2
| | | | | | | (forbidden by ISO C, detected with gcc -ansi -pedantic-errors) when MPFR_WANT_FLOAT128 is not defined. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8420 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/get_float128.c] !MPFR_IS_ZERO -> MPFR_NOTZERO; GNU coding style.vlefevre2012-06-251-6/+8
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8236 280ebfd0-de03-0410-8827-d642c229c3f4
* compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is ↵zimmerma2012-06-251-0/+4
| | | | | | supported git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8228 280ebfd0-de03-0410-8827-d642c229c3f4
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+98
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8225 280ebfd0-de03-0410-8827-d642c229c3f4