~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/mpfr/README

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file is part of the MPFR Library.
 
2
 
 
3
The MPFR Library is free software; you can redistribute it and/or modify it
 
4
under the terms of the GNU Lesser General Public License (either version 2.1
 
5
of the License, or, at your option, any later version) and the GNU General
 
6
Public License as published by the Free Software Foundation (most of MPFR is
 
7
under the former, some under the latter).
 
8
 
 
9
The MPFR Library is distributed in the hope that it will be useful, but
 
10
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
11
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 
12
License for more details.
 
13
 
 
14
You should have received a copy of the GNU Lesser General Public License
 
15
along with the MPFR Library; see the file COPYING.LIB.  If not, write to
 
16
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
17
02111-1307, USA.
 
18
 
 
19
 
 
20
The MPFR distribution contains the following files:
 
21
 
 
22
AUTHORS     - the authors of the library
 
23
BUGS        - bugs in MPFR - please read this file!
 
24
COPYING     - the GNU General Public License, version 2
 
25
COPYING.LIB - the Gnu Lesser General Public License, version 2.1
 
26
ChangeLog   - the log of changes
 
27
INSTALL     - how to install MPFR (see also mpfr.texi)
 
28
Makefile*   - files for building the library
 
29
NEWS        - new features with respect to previous versions
 
30
README      - this file
 
31
TODO        - what remains to do (any help is welcome!)
 
32
VERSION     - version of MPFR (next release version if taken from CVS)
 
33
ac*.m4      - automatic configuration files
 
34
*.c         - source files
 
35
configure*  - configuration files
 
36
install*    - installation files
 
37
missing     - auxiliary installation file
 
38
mkinst*     - auxiliary installation file
 
39
mpf2mpfr.h  - header file for compatibility with MPF
 
40
mpfr.h      - external header file for MPFR
 
41
mpfr-impl.h - internal header file for MPFR
 
42
mpfr-math.h - another internal header file for MPFR
 
43
mpfr-test.h - header file for test files
 
44
mpfr.info   - info file for MPFR
 
45
mpfr.texi   - texinfo documentation for MPFR
 
46
tests/      - test directory
 
47
texinfo.tex - TeX macros to handle mpfr.texi