summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 2180ce51a..865404a1a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright 2000, 2001, 2002, 2003 Free Software Foundation.
+Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation.
Contributed by the Spaces project, INRIA Lorraine.
This file is part of the MPFR Library.
@@ -29,6 +29,7 @@ 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
+FAQ.html - frequently asked questions about MPFR
INSTALL - how to install MPFR (see also mpfr.texi)
Makefile* - files for building the library
NEWS - new features with respect to previous versions
@@ -45,7 +46,6 @@ 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-math.h - another 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
@@ -55,6 +55,7 @@ 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 checkout mpfr
+ 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".