buildtools/gcc/mpfr
2018-08-26 21:24:49 -04:00
..
doc Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
examples Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
m4 m4: Add AX_PTHREAD m4 file, fixes the build with older autoconf. 2018-08-26 21:24:49 -04:00
src Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
tests Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
tools Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
tune Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
acinclude.m4 Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
aclocal.m4 Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
ar-lib Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
AUTHORS Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
BUGS Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
ChangeLog Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
compile Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
config.guess Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
config.sub Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
configure configure: Update/touch so the build system won't try to update it. 2018-08-26 21:01:36 -04:00
configure.ac Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
COPYING import previous mpfr,mpc,gmp 2018-03-19 15:46:45 -05:00
COPYING.LESSER import previous mpfr,mpc,gmp 2018-03-19 15:46:45 -05:00
depcomp Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
INSTALL Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
install-sh Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
ltmain.sh Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
Makefile.am Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
Makefile.in Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
missing Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
mpfr.pc.in Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
NEWS Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
PATCHES import previous mpfr,mpc,gmp 2018-03-19 15:46:45 -05:00
README Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
test-driver Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
TODO Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00
VERSION Upgrade mpfr to 4.0.1 2018-07-04 20:21:01 +02:00

Copyright 2000-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.

This file is part of the GNU MPFR Library.

The GNU MPFR Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

The GNU MPFR Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

##############################################################################

The GNU MPFR distribution contains the following files:
(This does not apply to code retrieved by Subversion.)

AUTHORS         - the authors of the library
BUGS            - bugs in MPFR - please read this file!
COPYING         - the GNU General Public License, version 3
COPYING.LESSER  - the GNU Lesser General Public License, version 3
ChangeLog       - the log of changes
INSTALL         - how to install MPFR (see also mpfr.texi)
Makefile*       - files for building the library
NEWS            - new features with respect to previous versions
PATCHES         - empty file (until patches are applied)
README          - this file
TODO            - what remains to do (any help is welcome!)
VERSION         - version of MPFR (next release version if taken by Subversion)
ac*.m4          - automatic configuration files
ar-lib          - auxiliary installation file
compile         - auxiliary installation file
config.*        - auxiliary installation files
configure*      - configuration files
depcomp         - auxiliary installation file
doc/            - directory containing documentation (manual, FAQ, etc.)
examples/       - directory containing examples
install-sh      - installation file
ltmain.sh       - auxiliary installation file
m4/             - directory containing additional configuration files
missing         - auxiliary installation file
mpfr.pc.in      - auxiliary pkg-config file
src/            - directory containing the MPFR source
test-driver     - auxiliary installation file
tests/          - directory containing the testsuite (for "make check")
tools/          - directory containing various tools
tune/           - directory containing files for tuning MPFR

According to the special exception to the GNU General Public License,
the autotools files compile, config.sub, config.guess, ltmain.sh,
m4/libtool.m4 and missing are distributed under the same licence of
GNU MPFR.

For any copyright year range specified as YYYY-ZZZZ in this package,
note that the range specifies every single year in that closed interval.


You can get the latest source code by Subversion at InriaForge:

  svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr

or

  svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr

(the last argument can be any directory name). You can use

  svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
  svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags

to get the list of branches or tags (releases), then checkout a
particular branch or tag instead of the trunk. Alternatively, you
can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
For more information about Subversion, please see:

  * http://svnbook.red-bean.com/ (the official Subversion book);
  * https://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
    but interesting general information can be found there);
  * http://subversion.apache.org/faq.html (the Subversion FAQ).

Subversion users should read the file "doc/README.dev" (in the
source tree).