summaryrefslogtreecommitdiff
path: root/logging.c
Commit message (Collapse)AuthorAgeFilesLines
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
| | | | | | | (removed their inclusion from the C files for consistency). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4632 280ebfd0-de03-0410-8827-d642c229c3f4
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
| | | | | | | copyright notices and removed a few old things. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed test of logging support.vlefevre2006-11-101-4/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4203 280ebfd0-de03-0410-8827-d642c229c3f4
* logging.c: clean-up.vlefevre2006-11-061-17/+23
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4187 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed FSF address.vlefevre2006-03-311-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4055 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
| | | | | | | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
* Converted tabs to spaces with expand.vlefevre2005-08-181-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
* Improve logging:pelissip2005-07-261-17/+27
| | | | | | | | + The file is not created if there is nothing to log. + Add new ENVIRONMENT variables: MPFR_LOG_ALL and MPFR_LOG_STAT. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3682 280ebfd0-de03-0410-8827-d642c229c3f4
* Change the address of the FSF.pelissip2005-06-021-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
* Move GLIBC detection from mpfr-impl to logging.cpelissip2005-03-081-0/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3373 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix bug: during the display of a logged var, logging is turn off.pelissip2005-02-141-2/+10
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3310 280ebfd0-de03-0410-8827-d642c229c3f4
* Rename MPFR_LOG_BADCASE in MPFR_LOG_ZIVpelissip2005-02-031-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3266 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix wrong order of include system files.pelissip2005-02-021-5/+7
| | | | | | | (printf.h is not available everywhere). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3262 280ebfd0-de03-0410-8827-d642c229c3f4
* Add forgotten logging file.pelissip2005-02-021-0/+140
Add description of new macros in README.dev git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3259 280ebfd0-de03-0410-8827-d642c229c3f4