summaryrefslogtreecommitdiff
path: root/README
blob: 1f11ca0104f25d8be38e7c7ba3cb9a164e51d7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation.
Contributed by the Spaces project, INRIA Lorraine.

This file is part of the MPFR Library.

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

The 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 MPFR Library; see the file COPYING.LIB.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.

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

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

AUTHORS     - the authors of the library
BUGS        - bugs in MPFR - please read this file!
COPYING     - the GNU General Public License, version 2
COPYING.LIB - the GNU Lesser General Public License, version 2.1
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
README      - this file
TODO        - what remains to do (any help is welcome!)
VERSION     - version of MPFR (next release version if taken from CVS)
ac*.m4      - automatic configuration files
*.c         - source files
configure*  - configuration files
fdl.texi    - the GNU Free Documentation License
install*    - installation files
missing     - auxiliary installation file
mkinst*     - auxiliary installation file
mpf2mpfr.h  - header file for compatibility with MPF
mpfr.h      - external header file for MPFR
mpfr-impl.h - internal header file for MPFR
mpfr-test.h - header file for test files
mpfr.info   - info file for MPFR
mpfr.texi   - texinfo documentation for MPFR
tests/      - test directory
texinfo.tex - TeX macros to handle mpfr.texi


You can get the latest source code by CVS:

  cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces login
  cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces -z3 checkout -P mpfr

(empty password). CVS users should read the file "README.dev".