Annotation of OpenXM_contrib/gmp/mpfr/README, Revision 1.1.1.2
1.1.1.2 ! ohara 1: This file is part of the MPFR Library.
1.1 maekawa 2:
1.1.1.2 ! ohara 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
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>