Merge branch 'vendor/DIFFUTILS'
[dragonfly.git] / contrib / mpfr / README
1 Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2 Contributed by the Arenaire and Cacao projects, INRIA.
3
4 This file is part of the GNU MPFR Library.
5
6 The GNU MPFR Library is free software; you can redistribute it and/or modify it
7 under the terms of the GNU Lesser General Public License (either version 2.1
8 of the License, or, at your option, any later version) and the GNU General
9 Public License as published by the Free Software Foundation (most of MPFR is
10 under the former, some under the latter).
11
12 The GNU MPFR Library is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
15 License for more details.
16
17 You should have received a copy of the GNU Lesser General Public License
18 along with the GNU MPFR Library; see the file COPYING.LIB.  If not, write to
19 the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
20 MA 02110-1301, USA.
21
22 ##############################################################################
23
24 The GNU MPFR distribution contains the following files:
25 (This does not apply to code retrieved by Subversion.)
26
27 AUTHORS         - the authors of the library
28 BUGS            - bugs in MPFR - please read this file!
29 COPYING         - the GNU General Public License, version 2
30 COPYING.LIB     - the GNU Lesser General Public License, version 2.1
31 ChangeLog       - the log of changes
32 FAQ.html        - frequently asked questions about MPFR
33 INSTALL         - how to install MPFR (see also mpfr.texi)
34 Makefile*       - files for building the library
35 NEWS            - new features with respect to previous versions
36 PATCHES         - empty file (until patches are applied)
37 README          - this file
38 TODO            - what remains to do (any help is welcome!)
39 VERSION         - version of MPFR (next release version if taken by Subversion)
40 ac*.m4          - automatic configuration files
41 ansi2knr.*      - convert ANSI C to Kernighan & Ritchie C (source and man page)
42 *.c             - source files
43 *.h             - header files
44 compile         - auxiliary installation file
45 config.*        - auxiliary installation files
46 configure*      - configuration files
47 depcomp         - auxiliary installation file
48 examples/       - directory containing examples
49 fdl.texi        - the GNU Free Documentation License
50 get_patches.sh  - rebuild get_patches.c when patches have been applied
51 install-sh      - installation file
52 ltmain.sh       - auxiliary installation file
53 m4/             - directory containing additional configuration files
54 missing         - auxiliary installation file
55 mparam_h.in     - header file template
56 mpfr.info       - info file for MPFR
57 mpfr.texi       - texinfo documentation for MPFR (source)
58 tests/          - test directory
59 texinfo.tex     - TeX macros to handle mpfr.texi
60
61
62 You can get the latest source code by Subversion at InriaGforge:
63
64   svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
65
66 or
67
68   svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
69
70 (the last argument can be any directory name). You can use
71
72   svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
73   svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
74
75 to get the list of branches or tags (releases), then checkout a
76 particular branch or tag instead of the trunk. Alternatively, you
77 can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
78 For more information about Subversion, please see:
79
80   * http://svnbook.red-bean.com/ (the official Subversion book);
81   * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
82     but interesting general information can be found there);
83   * http://subversion.tigris.org/faq.html (the Subversion FAQ).
84
85 Subversion users should read the file "README.dev".
86
87 Note: the old CVS repository at cvs-sop.inria.fr is now closed.