| Commit message (Expand) | Author | Age | Files | Lines |
* | [tools/mpfrlint] For some tests, ignore extracted files (proven code). | vlefevre | 2018-08-23 | 1 | -3/+6 |
* | Replaced "TZ=UTC" by "TZ=UTC0" for portability. | vlefevre | 2018-08-11 | 1 | -1/+1 |
* | [tools/mpfrlint] Updated a comment: more details about __GMP_DECLSPEC, | vlefevre | 2018-08-05 | 1 | -1/+5 |
* | [tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR. | vlefevre | 2018-08-05 | 1 | -0/+6 |
* | [tools/mpfrlint] Check that preprocessing directives have no spaces | vlefevre | 2018-06-19 | 1 | -0/+5 |
* | [tools/coverage] added branch coverage | zimmerma | 2018-06-08 | 1 | -3/+3 |
* | codespell: simplified exceptions. | vlefevre | 2018-06-04 | 1 | -7/+8 |
* | Updated mpfr.org URL's to use https (except in ChangeLog and NEWS). | vlefevre | 2018-05-31 | 2 | -2/+2 |
* | [tools/announce-text] http → https (for mpfr.org). | vlefevre | 2018-05-30 | 1 | -10/+10 |
* | [tools/{ck-clz_tab,ck-copyright-notice,ck-mparam,update-version}] Fixed | vlefevre | 2018-05-28 | 4 | -4/+4 |
* | [tools/{ck-clz_tab,ck-copyright-notice}] Changed the POSIX $(…) to `…` | vlefevre | 2018-05-23 | 2 | -14/+14 |
* | [tools/mpfrlint] Detect the use of mpfr_div_2exp and mpfr_mul_2exp. | vlefevre | 2018-04-17 | 1 | -0/+8 |
* | [tools/check_mparam.c] Added a copyright notice. | vlefevre | 2018-04-03 | 1 | -1/+21 |
* | [tools/ck-mparam] Commented out the old gcc-specific test since the | vlefevre | 2018-04-03 | 1 | -7/+8 |
* | [tools/ck-mparam] Also check the mparam.h files with check_mparam.c. | vlefevre | 2018-04-03 | 1 | -4/+11 |
* | [tools/check_mparam.c] C89 compatibility. Return an error code | vlefevre | 2018-04-03 | 1 | -7/+20 |
* | [tools/check_mparam.c] A pathname of the mparam.h file can now be | vlefevre | 2018-04-03 | 1 | -2/+9 |
* | Moved misc/check_mparam.c into trunk/tools: it will be useful for | vlefevre | 2018-04-03 | 1 | -0/+32 |
* | [tools/mpfrlint] For codespell, skip mpfr.t2p (directory created | vlefevre | 2018-03-24 | 1 | -1/+1 |
* | [tools/mpfrlint] For codespell, skip all the algorithms.* files. | vlefevre | 2018-03-20 | 1 | -1/+1 |
* | [tools/mpfrlint] Added a comment for the mul/sqr test. | vlefevre | 2018-03-15 | 1 | -1/+2 |
* | [tools/mpfrlint] In the mul/sqr test (r12482), exclude mul.c and sqr.c. | vlefevre | 2018-03-15 | 1 | -1/+1 |
* | [tools/mpfrlint] Detect mpfr_mul with identical 2nd and 3rd arguments, | vlefevre | 2018-03-14 | 1 | -0/+7 |
* | Added codespell.ignore file with simple words to ignore with codespell | vlefevre | 2018-03-08 | 1 | -2/+3 |
* | [mbench] added new option to usage | zimmerma | 2018-02-16 | 2 | -5/+2 |
* | [mbench] added option -d to fix the exponent difference between operands | zimmerma | 2018-02-16 | 2 | -3/+12 |
* | [tools/mpfrlint] Much improved the check of the use of GMP internals. | vlefevre | 2018-02-14 | 1 | -9/+11 |
* | [tools/cfarm.sh] updated for 4.0.1-rc2 | zimmerma | 2018-02-13 | 1 | -33/+34 |
* | [doc/mpfr.texi] Corrected minimal GMP version. | vlefevre | 2018-02-07 | 1 | -1/+4 |
* | [INSTALL] Corrected minimal GMP version (thanks to David Edelsohn). | vlefevre | 2018-02-07 | 1 | -0/+10 |
* | [tools/announce-text] For releases, check the VERSION file of the tag. | vlefevre | 2018-02-07 | 1 | -0/+11 |
* | [tools/mpfrlint] Improved a regexp (avoiding false positives). | vlefevre | 2018-01-30 | 1 | -1/+1 |
* | [tools/ck-mparam] In the copyright notice, just keep the year 2011 | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 8 | -8/+8 |
* | [tools/timings-mpfr.c] always use clock() [now very accurate under Linux] | zimmerma | 2017-12-12 | 1 | -19/+0 |
* | [tools/timings-mpfr.c] Updated years in copyright notice. | vlefevre | 2017-12-12 | 1 | -1/+1 |
* | [tools/timings-mpfr.c] Fixed prototypes. | vlefevre | 2017-12-12 | 1 | -3/+3 |
* | [tools/timings-mpfr.c] Added a defined(_MSC_VER). But clock() is | vlefevre | 2017-12-12 | 1 | -1/+5 |
* | Moved tests/timings-mpfr.c into directory "tools" as it is not part | vlefevre | 2017-12-08 | 1 | -0/+182 |
* | changed .align 64 into .p2align 6 (cf https://trac.sagemath.org/ticket/19233) | zimmerma | 2017-09-18 | 1 | -3/+3 |
* | patch to avoid using the system mpfr.h | zimmerma | 2017-09-14 | 1 | -1/+1 |
* | [tools/mpfrlint] Do the tests_start_mpfr / tests_end_mpfr check only if | vlefevre | 2017-09-13 | 1 | -4/+6 |
* | [tools/announce-text] Switched to https for ftp.gnu.org. | vlefevre | 2017-09-08 | 1 | -2/+2 |
* | update | zimmerma | 2017-08-29 | 1 | -1/+1 |
* | updated for mpfr-3.1.6-rc1 | zimmerma | 2017-08-29 | 1 | -37/+49 |
* | [tools/mpfrlint] Run tools/ck-version-info. | vlefevre | 2017-08-28 | 1 | -0/+1 |
* | [tools/mpfrlint] Updated a message due to the change in r11673. | vlefevre | 2017-08-28 | 1 | -1/+1 |
* | [tools/{ck-copyright-notice,ck-inits-clears}] Ignore Emacs lock files | vlefevre | 2017-08-28 | 2 | -2/+2 |
* | [tools] Clean up. | vlefevre | 2017-08-28 | 2 | -3/+1 |
* | [tools/mpfrlint] Detect the use of gmp_randseed* functions on mpfr_rands | vlefevre | 2017-08-23 | 1 | -0/+7 |