summaryrefslogtreecommitdiff
path: root/tools/mpfrlint
Commit message (Expand)AuthorAgeFilesLines
* [tools/mpfrlint] Detect when the return value of fclose() or fflush()vlefevre2021-07-011-0/+6
* Punctuation (missing comma after "however").vlefevre2021-06-211-1/+1
* [tools/mpfrlint] Detect mpn_mul_n with identical 2nd and 3rd arguments,vlefevre2021-03-181-0/+8
* [tools/mpfrlint] In the "+/- infinity" test (just added), also checkvlefevre2021-02-021-1/+2
* [tools/mpfrlint] Added a test for the use of "plus/minus infinity"vlefevre2021-02-021-3/+8
* [tools/mpfrlint] Detect the use of mpfr_set_emin / mpfr_set_emaxvlefevre2021-01-311-0/+6
* [tools/mpfrlint] Added a test to detect when mpfr_init or mpfr_inits isvlefevre2020-12-151-0/+11
* [tools/mpfrlint] Improved the __GMP_DECLSPEC test:vlefevre2020-06-121-2/+4
* [tools/mpfrlint] Use of codespell: better workaround to python ugliness.vlefevre2020-05-041-10/+15
* [tools/mpfrlint] Workaround to Debian bug 953369 in libpython3.8-minimalvlefevre2020-03-101-2/+9
* [tools/mpfrlint] Detect the use of the non-underscore version of thevlefevre2020-02-271-0/+6
* [tools/mpfrlint] Lists of rounding modes: also check with thevlefevre2019-04-251-3/+6
* [tools/mpfrlint] Check that the lists of rounding modes invlefevre2019-04-251-0/+8
* [tools/mpfrlint] For consistency, use "[ch]" instead of "{c,h}".vlefevre2019-02-041-6/+6
* [tools/mpfrlint] Detect use of DBL_* macros instead of MPFR_DBL_* ones.vlefevre2019-02-041-0/+3
* [tools/mpfrlint] Improved message about division by zero.vlefevre2019-02-041-1/+1
* [doc/README.dev] Improved description of MPFR_ERRDIVZERO.vlefevre2019-02-041-0/+5
* [tools/mpfrlint] Check that native FP division by zero is not used.vlefevre2019-02-041-0/+4
* [tools/mpfrlint] Added a test for some avoidable use of gmp_printf.vlefevre2018-12-101-0/+5
* [tools/mpfrlint] Update due to r13221.vlefevre2018-09-191-1/+6
* [tools/mpfrlint] For some tests, ignore extracted files (proven code).vlefevre2018-08-231-3/+6
* [tools/mpfrlint] Updated a comment: more details about __GMP_DECLSPEC,vlefevre2018-08-051-1/+5
* [tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR.vlefevre2018-08-051-0/+6
* [tools/mpfrlint] Check that preprocessing directives have no spacesvlefevre2018-06-191-0/+5
* codespell: simplified exceptions.vlefevre2018-06-041-7/+8
* [tools/mpfrlint] Detect the use of mpfr_div_2exp and mpfr_mul_2exp.vlefevre2018-04-171-0/+8
* [tools/mpfrlint] For codespell, skip mpfr.t2p (directory createdvlefevre2018-03-241-1/+1
* [tools/mpfrlint] For codespell, skip all the algorithms.* files.vlefevre2018-03-201-1/+1
* [tools/mpfrlint] Added a comment for the mul/sqr test.vlefevre2018-03-151-1/+2
* [tools/mpfrlint] In the mul/sqr test (r12482), exclude mul.c and sqr.c.vlefevre2018-03-151-1/+1
* [tools/mpfrlint] Detect mpfr_mul with identical 2nd and 3rd arguments,vlefevre2018-03-141-0/+7
* Added codespell.ignore file with simple words to ignore with codespellvlefevre2018-03-081-2/+3
* [tools/mpfrlint] Much improved the check of the use of GMP internals.vlefevre2018-02-141-9/+11
* [doc/mpfr.texi] Corrected minimal GMP version.vlefevre2018-02-071-1/+4
* [INSTALL] Corrected minimal GMP version (thanks to David Edelsohn).vlefevre2018-02-071-0/+10
* [tools/mpfrlint] Improved a regexp (avoiding false positives).vlefevre2018-01-301-1/+1
* [tools/mpfrlint] Do the tests_start_mpfr / tests_end_mpfr check only ifvlefevre2017-09-131-4/+6
* [tools/mpfrlint] Run tools/ck-version-info.vlefevre2017-08-281-0/+1
* [tools/mpfrlint] Updated a message due to the change in r11673.vlefevre2017-08-281-1/+1
* [tools] Clean up.vlefevre2017-08-281-3/+1
* [tools/mpfrlint] Detect the use of gmp_randseed* functions on mpfr_randsvlefevre2017-08-231-0/+7
* [tools/mpfrlint] Detect "mpfr-impl.h" inclusion by the test programs:vlefevre2017-08-011-0/+8
* [tools/mpfrlint] In the detection of reserved macro names, skip ERRvlefevre2017-05-171-5/+9
* [tools/mpfrlint] Added a comment about the definition of reservedvlefevre2017-05-151-0/+4
* [tools/mpfrlint] Detect the definition of reserved macro names.vlefevre2017-05-151-4/+18
* [tools/mpfrlint] Updated test to check that the snprintf function (C99)vlefevre2017-04-071-1/+2
* [tools/mpfrlint] Added a test to check that the usual test programsvlefevre2017-02-271-0/+17
* [tools/mpfrlint] Updated the "simple mp_limb_t constants" test.vlefevre2017-02-081-3/+2
* [tools/mpfrlint] Added a test detecting code like ~0 (either an errorvlefevre2016-12-081-0/+15
* [tools/mpfrlint] Correction for zsh change after v5.2 (POSIX compat:vlefevre2016-12-061-0/+2