Name Date Size #Lines LOC

..08-May-2022-

doc/H06-Mar-2023-25,86422,770

examples/H06-Mar-2023-661394

m4/H06-Mar-2023-9,6398,693

src/H06-Mar-2023-71,98547,269

tests/H06-Mar-2023-79,49962,104

tools/H06-Mar-2023-1,5001,040

tune/H06-Mar-2023-2,6732,088

AUTHORSH A D08-May-20221.3 KiB2825

BUGSH A D06-Mar-20233.3 KiB7353

COPYINGH A D08-May-202234.3 KiB675553

COPYING.LESSERH A D08-May-20227.5 KiB166128

ChangeLogH A D06-Mar-20231.3 MiB43,17125,623

INSTALLH A D06-Mar-202332.1 KiB737560

Makefile.amH A D06-Mar-20233.9 KiB9930

Makefile.inH A D06-Mar-202333 KiB1,003842

NEWSH A D06-Mar-202325.5 KiB475452

PATCHESH A D08-May-20220

READMEH A D06-Mar-20233.4 KiB8062

TODOH A D06-Mar-202338.4 KiB794700

VERSIONH A D06-Mar-20236 21

acinclude.m4H A D06-Mar-202360 KiB1,8171,692

aclocal.m4H A D06-Mar-202345.1 KiB1,2541,141

ar-libH A D06-Mar-20235.7 KiB272211

compileH A D06-Mar-20237.2 KiB349259

config.guessH A D06-Mar-202348.3 KiB1,7551,528

config.subH A D06-Mar-202334.6 KiB1,8911,704

configureH A D06-Mar-2023619 KiB21,66518,124

configure.acH A D06-Mar-202334.1 KiB872784

depcompH A D06-Mar-202323 KiB792502

install-shH A D06-Mar-202315 KiB542352

ltmain.shH A D06-Mar-2023325.6 KiB11,4498,222

missingH A D06-Mar-20236.7 KiB216143

mpfr.pc.inH A D08-May-2022277 1210

test-driverH A D06-Mar-20234.8 KiB15489

version-ext.shH A D06-Mar-20232.3 KiB5216

README

1Copyright 2000-2023 Free Software Foundation, Inc.
2Contributed by the AriC and Caramba projects, INRIA.
3
4This file is part of the GNU MPFR Library.
5
6The GNU MPFR Library is free software; you can redistribute it and/or modify
7it under the terms of the GNU Lesser General Public License as published by
8the Free Software Foundation; either version 3 of the License, or (at your
9option) any later version.
10
11The GNU MPFR Library is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14License for more details.
15
16You should have received a copy of the GNU Lesser General Public License
17along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
18https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
1951 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
20
21##############################################################################
22
23The GNU MPFR distribution contains the following files:
24(This does not apply to code retrieved by Git.)
25
26AUTHORS         - the authors of the library
27BUGS            - bugs in MPFR - please read this file!
28COPYING         - the GNU General Public License, version 3
29COPYING.LESSER  - the GNU Lesser General Public License, version 3
30ChangeLog       - the log of changes
31INSTALL         - how to install MPFR (see also mpfr.texi)
32Makefile*       - files for building the library
33NEWS            - new features with respect to previous versions
34PATCHES         - empty file (until patches are applied)
35README          - this file
36TODO            - what remains to do (any help is welcome!)
37VERSION         - version of MPFR (next release version if taken by Git)
38ac*.m4          - automatic configuration files
39ar-lib          - auxiliary installation file
40compile         - auxiliary installation file
41config.*        - auxiliary installation files
42configure*      - configuration files
43depcomp         - auxiliary installation file
44doc/            - directory containing documentation (manual, FAQ, etc.)
45examples/       - directory containing examples
46install-sh      - installation file
47ltmain.sh       - auxiliary installation file
48m4/             - directory containing additional configuration files
49missing         - auxiliary installation file
50mpfr.pc.in      - auxiliary pkg-config file
51src/            - directory containing the MPFR source
52test-driver     - auxiliary installation file
53tests/          - directory containing the testsuite (for "make check")
54tools/          - directory containing various tools
55tune/           - directory containing files for tuning MPFR
56version-ext.sh  - script to get Git-related MPFR version information
57
58According to the special exception to the GNU General Public License,
59the autotools files compile, config.sub, config.guess, ltmain.sh,
60m4/libtool.m4 and missing are distributed under the same licence of
61GNU MPFR.
62
63For any copyright year range specified as YYYY-ZZZZ in this package,
64note that the range specifies every single year in that closed interval.
65
66
67Official GNU MPFR website:
68
69  https://www.mpfr.org/
70
71
72You can get the latest source code by Git at Inria GitLab:
73
74  https://gitlab.inria.fr/mpfr/mpfr
75
76In this case, you should read the file "doc/README.dev" in the working tree
77or online:
78
79  https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2/doc/README.dev
80