summaryrefslogtreecommitdiff
path: root/print_raw.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-5/+5
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-5/+5
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-3/+0
* 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
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-8/+14
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-3/+3
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add new internal function for debugging reasons.pelissip2005-03-251-0/+26
* Fix a cast problem on some systems (sizeof(mp_limb_t) > sizeof(unsigned long)).pelissip2004-03-151-1/+1
* Change output format of mpfr_print_mant_binary.pelissip2004-01-071-1/+2
* + Fixed bugs of mpfr_print_mant_binary on 64 bits CPU (1L instead of 1).pelissip2003-12-091-1/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-3/+23
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-57/+44
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-2/+2
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* 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
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-2/+2
* removed K&R function headerszimmerma2001-11-161-7/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-12/+4
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-1/+1
* _mp_xxx_func -> _gmp_xxx_funczimmerma2001-01-111-6/+2
* k2r -> ansi stylezimmerma2000-12-211-1/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+6
* added error message when memory allocation failszimmerma2000-12-151-3/+9
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+5
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-9/+9
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-2/+2
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* SIGN -> MPFR_SIGNzimmerma2000-02-111-1/+1
* added copyright noticezimmerma1999-07-301-0/+22