mirror of
https://gitlab.inria.fr/mpfr/mpfr.git
synced 2026-04-16 16:09:57 -03:00
Unofficial read-only mirror repository of the mpfr project
- C 93.3%
- M4 2.3%
- JetBrains MPS 1.2%
- Shell 1.1%
- C++ 0.9%
- Other 1.2%
* src/get_ld.c: for binary128, handle the case where x is smaller than the smallest subnormal before MPFR_SAVE_EXPO_MARK. * tests/tset_ld.c: added a TODO. |
||
|---|---|---|
| doc | ||
| examples | ||
| m4 | ||
| other | ||
| src | ||
| tests | ||
| tools | ||
| tune | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| acinclude.m4 | ||
| AUTHORS | ||
| autogen.sh | ||
| BUGS | ||
| ChangeLog | ||
| codespell.exclude | ||
| codespell.ignore | ||
| configure.ac | ||
| COPYING | ||
| COPYING.LESSER | ||
| INSTALL | ||
| libtool-tcc-rpath.patch | ||
| libtool-tcc-wl.patch | ||
| Makefile.am | ||
| mpfr.pc.in | ||
| NEWS | ||
| PATCHES | ||
| README | ||
| TODO | ||
| VERSION | ||
| version-ext.sh | ||
Copyright 2000-2026 Free Software Foundation, Inc. Contributed by the Pascaline 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 <https://www.gnu.org/licenses/>. ############################################################################## The GNU MPFR distribution contains the following files: (This does not apply to code retrieved by Git.) 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 Git) 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 version-ext.sh - script to get Git-related MPFR version information 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. Official GNU MPFR website: https://www.mpfr.org/ You can get the latest source code by Git at Inria GitLab: https://gitlab.inria.fr/mpfr/mpfr In this case, you should read the file "doc/README.dev" in the working tree or online: https://gitlab.inria.fr/mpfr/mpfr/-/blob/master/doc/README.dev