summaryrefslogtreecommitdiff
path: root/get_sj.c
Commit message (Expand)AuthorAgeFilesLines
* get_uj.c get_sj.c tests/tset_sj.c tests/tfits.c fits_intmax.c fits_uintmax.c ...thevenyp2009-01-161-5/+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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* The cast to uintmax_t wasn't really useful, so I removed it.vlefevre2004-09-301-2/+10
* The real fix for sizeof(intmax_t) == sizeof(mp_limb_t).vlefevre2004-09-301-6/+6
* Fix a bug if sizeof(intmax_t) == sizeof(mp_limb_t)pelissip2004-09-301-4/+4
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-2/+18
* Reindent the sources (again).pelissip2004-09-281-10/+14
* Retab the sources.pelissip2004-09-271-2/+2
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-0/+99