summaryrefslogtreecommitdiff
path: root/tests/texceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* texceptions.c: GNU coding style.vlefevre2007-12-271-1/+2
* texceptions.c: restore the exponent range.vlefevre2007-12-271-2/+19
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add a \n for all error strings.pelissip2005-05-131-4/+4
* Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag,pelissip2005-02-031-0/+20
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-11/+12
* Improve coverage tests.pelissip2004-11-191-2/+42
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-0/+10
* Add test for mpfr_cmpabspelissip2004-02-131-13/+75
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+3
* Add mpfr_get_default_rounding_mode.pelissip2004-01-191-1/+31
* + Optimize a few div.cpelissip2003-12-151-4/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-1/+1
* Changed the remaining stderr to stdout.vlefevre2003-09-251-22/+24
* (test_set_underflow, test_set_overflow): Cleaner fix (for pre-C99vlefevre2003-09-221-4/+8
* (test_set_underflow, test_set_overflow): Useryde2003-09-221-4/+6
* Fixed mpfr_set_overflow, added tests for mpfr_set_underflowvlefevre2003-09-141-0/+85
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-2/+2
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-4/+2
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-2/+2
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+4
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-2/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* test file for testing exceptionszimmerma2001-10-251-0/+123