summaryrefslogtreecommitdiff
path: root/tests/tget_sj.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Added mpfr-intmax.h header.vlefevre2011-05-131-14/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* tests: return 77 for skipped tests (see GNU Automake manual).vlefevre2011-01-131-1/+1
* Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99vlefevre2010-08-161-3/+3
* [tests/tget_sj.c] Added tests of 1 and -1.vlefevre2010-08-041-0/+7
* Replacedvlefevre2010-07-301-1/+1
* Made defined the previously undefined cases of mpfr_get_si, mpfr_get_ui,vlefevre2010-05-251-0/+16
* Detect when the intmax_t type is available but INTMAX_MAX doesn't workvlefevre2010-05-221-14/+14
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-4/+4
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-41/+41
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-6/+6
* [rint.c] fixed a bug incorporated with the round away modezimmerma2009-02-271-0/+6
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* 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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-6/+6
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-0/+76
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-0/+188