summaryrefslogtreecommitdiff
path: root/src/rec_sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-1/+1
* [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0,vlefevre2014-01-211-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [src] Improved some comments with "0", about its sign.vlefevre2013-08-011-1/+1
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] #include <stdlib.h> unconditionally in mpfr-impl.h; removedvlefevre2012-02-241-2/+0
* [src/rec_sqrt.c] Removed useless #include (mpfr-impl.h does a better jobvlefevre2012-02-221-1/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Untabified and removed trailing spaces.vlefevre2011-08-011-10/+10
* [src/rec_sqrt.c] continued review; I can now prove that cu=0 in all caseszimmerma2011-05-221-19/+23
* [rec_sqrt.c] more review of codes, following comments from Vincentzimmerma2011-05-201-4/+19
* [rec_sqrt.c] removed tabszimmerma2011-05-191-2/+2
* [rec_sqrt.c] review and small change of changeset 7651: most probably cu=0zimmerma2011-05-191-19/+4
* [src/rec_sqrt.c] Improved the comment added in r7651.vlefevre2011-05-031-8/+9
* [src/rec_sqrt.c] Fixed the buffer overflow (bug 12553).vlefevre2011-05-021-4/+18
* [src/rec_sqrt.c] Added an assertion to avoid a buffer overflowvlefevre2011-05-021-1/+2
* [src/rec_sqrt.c] Added a comment about a buffer overflow. Bug report:vlefevre2011-05-021-0/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+3
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-4/+4
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/rec_sqrt.c] Added support for the division-by-zero exception.vlefevre2011-01-161-0/+1
* [src/rec_sqrt.c] Improved comment.vlefevre2010-12-171-1/+1
* [rec_sqrt.c] put back some information lost in commit 7302zimmerma2010-12-171-1/+1
* [src/rec_sqrt.c] Removed a variable that was used only once.vlefevre2010-12-171-3/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-3/+3
* Source reorganization. In short:vlefevre2010-08-171-0/+535