diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-08-29 12:07:24 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-08-29 12:07:24 +0000 |
commit | 0b1df2881981414d14a88611ef57a4f6c1c83ea5 (patch) | |
tree | 61509287df7539a5bc196e8fe345ebcf9f67c230 /README | |
parent | c48b72e5a1e548c4d4e8e72c6d8437136bd36247 (diff) | |
download | mpfr-0b1df2881981414d14a88611ef57a4f6c1c83ea5.tar.gz |
described each file
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@739 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +The MPFR distribution contains the following files: + + +AUTHORS - the authors of the library +COPYING - the license under which the MPFR library is distributed +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!) +ac* - automatic configuration files +*.c - source files +config* - configuration files +cputime.h - header file for timings +install* - installation files +missing - auxiliary installation file +mkinst* - auxiliary installation file +mpf2mpfr.h - header file for compatibility with MPF +mpfr-impl.h - internal header file for MPFR +mpfr.h - external header file for MPFR +mpfr.info - info file for MPFR +mpfr.texi - texinfo documentation for MPFR +tests/ - test directory +texinfo.tex - TeX macros to handle mpfr.texi + |