summaryrefslogtreecommitdiff
path: root/src/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* [src/vasprintf.c] Output the sign of UBF like with infinities.vlefevre2016-05-241-0/+3
* Started to implement unbounded floats (UBF) and added support in somevlefevre2016-05-231-0/+15
* [src/vasprintf.c] Replaced a comment by a MPFR_ASSERTD.vlefevre2016-05-231-1/+1
* [src/vasprintf.c] Code simplification.vlefevre2016-05-231-28/+8
* [src/vasprintf.c] Replaced a comment by a MPFR_ASSERTD.vlefevre2016-05-231-1/+1
* About "config.h" inclusion: code consistency; removed obsolete comment.vlefevre2016-02-251-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Update concerning the P type specifier for formatted output, sincevlefevre2014-08-051-1/+1
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* [src/vasprintf.c] Improved comments.vlefevre2014-06-261-2/+2
* [src/vasprintf.c] Fixed assertion failures for tiny numbers (the codevlefevre2014-06-261-2/+6
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-1/+1
* Avoid an empty translation unit (see ISO C99, 6.9). Some errors couldvlefevre2014-01-171-0/+5
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-2/+3
* Fixed misspellings, using codespell.vlefevre2014-01-071-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* fixed bug reported by David Bindermanzimmerma2013-11-141-3/+3
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-2/+2
* Applied patch 1 by Ondřej Bílka, fixing common typos:vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* [src/vasprintf.c] Support all length modifiers defined by ISO C99, even if thethevenyp2013-05-241-6/+2
* [src/vasprintf.c] Always support 't' and 'L' length modifiers, but don'tthevenyp2013-05-241-8/+0
* Printing invalid format specifiers (continuation of r8525)thevenyp2013-05-241-25/+23
* [src/vasprintf.c] Print invalid format specifier instead of returning an erro...thevenyp2013-05-231-2/+3
* replaced macros NPRINTF_T and NPRINTF_L by positive versionszimmerma2013-05-221-2/+2
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/vasprintf.c] Untabify.vlefevre2011-11-031-1/+1
* [src/vasprintf.c] Corrected a comment.thevenyp2011-11-031-1/+1
* [src/vasprintf.c] Spelling.vlefevre2011-11-021-1/+1
* [src/vasprintf.c] Corrected a comment.vlefevre2011-11-021-1/+1
* [src/vasprintf.c] Untabify. Minor correction in a comment.vlefevre2011-11-021-34/+34
* [src/vasprintf.c] Rewrite in a cleaner way the part of regular_fg implied in ...thevenyp2011-11-021-81/+53
* [src/mpn_exp.c] added commentzimmerma2011-11-021-2/+7
* [src/vasprintf.c] Added a comment.vlefevre2011-07-291-0/+2
* Avoid expensive calls to mpfr_get_prec() using mpfr_ceil_mul() instead.thevenyp2011-07-281-17/+31
* Use a buffer in order to avoid a double call to mpfr_get_str.thevenyp2011-07-281-28/+58
* [vasprintf.c] simplified and improved round_to_10_power(), also contributedzimmerma2011-07-181-138/+11
* Added mpfr-intmax.h header.vlefevre2011-05-131-7/+1
* [src/{mpfr.h,mpfr-impl.h,vasprintf.c}] Clean-up and improvementvlefevre2011-05-121-12/+4
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Some minor corrections in comments.vlefevre2010-09-151-2/+2
* Source reorganization. In short:vlefevre2010-08-171-0/+2204