Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | H | - | - | 4,267 | 3,596 | |
src/ | H | - | - | 47,437 | 31,211 | |
AUTHORS | H A D | 23-Apr-2013 | 1.1 KiB | 24 | 21 | |
BUGS | H A D | 23-Apr-2013 | 3.3 KiB | 74 | 53 | |
COPYING | H A D | 26-Nov-2011 | 34.3 KiB | 675 | 553 | |
COPYING.LESSER | H A D | 26-Nov-2011 | 7.5 KiB | 166 | 128 | |
README | H A D | 23-Apr-2013 | 3.7 KiB | 85 | 66 | |
README.DELETED | H A D | 26-Nov-2011 | 418 | 39 | 38 | |
README.DRAGONFLY | H A D | 23-Apr-2013 | 331 | 13 | 9 | |
VERSION | H A D | 23-Apr-2013 | 6 | 2 | 1 |
README
1Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. 2Contributed by the AriC and Caramel 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 18http://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 Subversion.) 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 Subversion) 38ac*.m4 - automatic configuration files 39compile - auxiliary installation file 40config.* - auxiliary installation files 41configure* - configuration files 42depcomp - auxiliary installation file 43doc/ - directory containing the documentation (manual, FAQ) 44examples/ - directory containing examples 45install-sh - installation file 46ltmain.sh - auxiliary installation file 47m4/ - directory containing additional configuration files 48missing - auxiliary installation file 49src/ - directory containing the MPFR source 50tests/ - directory containing the testsuite (for "make check") 51tools/ - directory containing various tools 52tune/ - directory containing files for tuning MPFR 53 54According to the special exception to the GNU General Public License, 55the autotools files compile, config.sub, config.guess, ltmain.sh, 56m4/libtool.m4 and missing are distributed under the same licence of 57GNU MPFR. 58 59 60You can get the latest source code by Subversion at INRIAGForge: 61 62 svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr 63 64or 65 66 svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr 67 68(the last argument can be any directory name). You can use 69 70 svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches 71 svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags 72 73to get the list of branches or tags (releases), then checkout a 74particular branch or tag instead of the trunk. Alternatively, you 75can now use the "https:" scheme (a.k.a. DAV) instead of "svn:". 76For more information about Subversion, please see: 77 78 * http://svnbook.red-bean.com/ (the official Subversion book); 79 * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers, 80 but interesting general information can be found there); 81 * http://subversion.apache.org/faq.html (the Subversion FAQ). 82 83Subversion users should read the file "doc/README.dev" (provided via 84SVN only). 85
README.DELETED
1ChangeLog 2INSTALL 3Makefile.am 4Makefile.in 5NEWS 6PATCHES 7TODO 8acinclude.m4 9aclocal.m4 10compile 11config.guess 12config.sub 13configure 14configure.ac 15depcomp 16doc/FAQ.html 17doc/Makefile.am 18doc/Makefile.in 19doc/fdl.texi 20doc/mpfr.texi 21doc/texinfo.tex 22examples/ 23install-sh 24ltmain.sh 25m4/ 26missing 27src/Makefile.am 28src/Makefile.in 29src/arm/ 30src/hppa/ 31src/ia64/ 32src/mparam_h.in 33src/powerpc32/ 34src/powerpc64/ 35src/sparc64/ 36tests/ 37tools/ 38tune/ 39
README.DRAGONFLY
1MULTIPLE PRECISION FLOATING POINT LIBRARY (MPFR) 2================================================ 3 4Original Source can be downloaded from: 5http://www.mpfr.org 6 7file = mpfr-3.1.2.tar.xz 8date = 13 March 2013 9size = 1074388 10sha1 = 03e593cc6e26639ef5e60be1af8dc527209e5172 11 12A list of files and directories removed is in README.DELETED 13