summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use MPFR_BLOCK_* macros, fixing potential bugs. At the same time, bugsfeature-blockvlefevre2007-12-1814-155/+179
* yn.c: fixed the ty1 failure (bug in mpfr_yn) by using the MPFR_BLOCK_*vlefevre2007-11-281-3/+5
* cot.c: fixed the tcot failure by removing an assert.vlefevre2007-11-281-2/+3
* tests/tgeneric.c: for the second function call, sometimes set all thevlefevre2007-11-281-0/+4
* mpfr-impl.h: fixed a typo in the MPFR_BLOCK_DECL macro.vlefevre2007-11-271-1/+1
* Updated atan2.c and cosh.c.vlefevre2007-11-272-6/+10
* Initial version of the MPFR_BLOCK_* feature to test exception flagsvlefevre2007-11-273-3/+36
* Created feature-block branch from the trunk (MPFR_BLOCK_* macros willvlefevre2007-11-270-0/+0
* Added initial mpfrlint sh script to check possible problems invlefevre2007-11-271-0/+7
* change 'g'/'G' to 'e'/'E' or 'f'/'F' according to C99 rulesthevenyp2007-11-271-10/+24
* replace mpfr_default_(re)allocate by __gmp_(re)allocate for the returned stri...thevenyp2007-11-261-7/+7
* tprintf.c: replace __gmp_const by constthevenyp2007-11-261-6/+6
* printf.c: added FIXME comment: snprintf is new in C99. It must bevlefevre2007-11-261-0/+2
* tests: updated svn:ignore property.vlefevre2007-11-260-0/+0
* vasprintf.c: reformat.vlefevre2007-11-261-44/+45
* MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).vlefevre2007-11-263-4/+6
* tests/tprintf.c: changeset 4996 was incorrect. Fixed.vlefevre2007-11-261-2/+2
* README.dev: Avoid variable names "l", "I" and "O".vlefevre2007-11-261-0/+5
* README.dev: added a note about the locales.vlefevre2007-11-261-0/+14
* printf.c: fix use of pointer of stringthevenyp2007-11-262-77/+122
* acinclude.m4: check wchar.h header (see below).vlefevre2007-11-262-2/+18
* vasprintf.c: updated comments.vlefevre2007-11-261-2/+3
* vasprintf.c:vlefevre2007-11-261-7/+7
* vasprintf.c: added FIXME comments.vlefevre2007-11-261-2/+5
* vasprintf.c: fixed a typo in a comment and improved another comment.vlefevre2007-11-261-2/+3
* mpfr.h: moved function declarations out of "#ifdef _MPFR_H_HAVE_VA_LIST"vlefevre2007-11-241-10/+11
* tests/tprintf.c: added missing "void" in function declarations.vlefevre2007-11-241-4/+4
* Untabified and removed trailing spaces.vlefevre2007-11-246-216/+216
* mpfr.texi: corrections (English usage and texinfo). Added correspondingvlefevre2007-11-242-5/+13
* mpfr.texi: s/rounding to the nearest mode/rounding to nearest mode/vlefevre2007-11-241-1/+1
* mpfr.texi consistency changes: "towards" -> "toward" (because thisvlefevre2007-11-241-13/+13
* mpfr.texi: English typography corrections (no space before ":").vlefevre2007-11-241-13/+13
* vasprintf.c: the use of the abs function was incorrect as its argumentvlefevre2007-11-241-12/+12
* vasprintf.c: fixed uceil_log10 for x close to ULONG_MAX.vlefevre2007-11-241-1/+1
* got rid of math.hzimmerma2007-11-231-5/+17
* tests/tprintf.c: include <stdarg.h>.vlefevre2007-11-231-0/+2
* stdarg-related corrections, as HAVE_STDARG is not standard thus must notvlefevre2007-11-233-14/+16
* tests/tprintf.c: enable the tests only if HAVE_STDARG is defined,vlefevre2007-11-231-0/+13
* tests/tprintf.c:vlefevre2007-11-231-12/+18
* tests/tests.c: setlocale is used only if <locale.h> has been included.vlefevre2007-11-231-1/+1
* out_str.c: remove other occurrence of <locale.h>.vlefevre2007-11-231-1/+0
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-2311-5/+1696
* tests/tisqrt.c: test the 32-bit __gmpfr_cuberoot bound cases (9 pervlefevre2007-11-231-10/+1
* tests/tisqrt.c: test the 32-bit __gmpfr_isqrt bound cases exhaustively.vlefevre2007-11-231-18/+5
* acinclude.m4: test the availability of <string.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: test the availability of <locale.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: updated comment concerning the checked functions.vlefevre2007-11-231-3/+4
* acinclude.m4: added memmove to the checked functions (though this testvlefevre2007-11-231-1/+1
* acinclude.m4: updated a comment concerning the function checking.vlefevre2007-11-231-1/+3
* gmp_op.c: removed old "#include <stddef.h>" line (seems to be uselessvlefevre2007-11-231-2/+0