summaryrefslogtreecommitdiff
path: root/tests/tversion.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tversion.c] Fixed length modifier in error messages.vlefevre2021-02-051-2/+4
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tversion.c] "Compiler:" line: detect TCC (__TINYC__ macro).vlefevre2020-07-131-0/+7
* [tests/tversion.c] Code style: replaced (mp_limb_t) -1 by MPFR_LIMB_MAX.vlefevre2020-06-091-1/+1
* [tests/tversion.c] Also output the results of the detection ofvlefevre2020-06-081-0/+34
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-011-6/+1
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-6/+6
* [tests/tversion.c] Output whether MPFR is built with the GMP build,vlefevre2020-04-021-0/+6
* [tests/tversion.c] Updated/fixed an output line to match the other ones.vlefevre2020-01-091-7/+7
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/tversion.c] When building with MinGW, output a line about it:vlefevre2019-08-141-0/+19
* Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc.vlefevre2019-03-291-2/+2
* [tests/tversion.c] When the shared cache is enabled, also output thevlefevre2019-01-091-1/+7
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests/tversion.c] Updated a comment about an output issue with MinGW,vlefevre2018-11-291-6/+6
* [tests/tversion.c] Updated a comment about a printf issue with MinGW.vlefevre2018-11-271-1/+4
* [tests/tversion.c] Update concerning the shared cache, to be consistentvlefevre2018-08-271-7/+13
* [tests/tversion.c] Output "Enable formally proven code" info.vlefevre2018-08-231-0/+8
* [tests/tversion.c] Portability corrections related to the use of thevlefevre2018-08-221-38/+49
* [tests/tversion.c] Try to detect missing output from the first printfvlefevre2018-07-311-1/+18
* Shared caches: fix and minor changes.vlefevre2018-07-181-0/+8
* [tests/tversion.c] Decimal formats: output the encoding type (DPD/BID).vlefevre2018-06-191-1/+7
* [tests/tversion.c] For GCC, output __STRICT_ANSI__ when defined.vlefevre2018-06-021-0/+3
* Corrected "runtime" to "run time" (noun) or "run-time" (adjective)vlefevre2018-04-301-1/+1
* [tests/tversion.c] Updated a comment about __ICC.vlefevre2018-04-181-1/+1
* [tests/tversion.c] Output "Generic ABI code" info (MPFR_GENERIC_ABI).vlefevre2018-04-111-0/+8
* [tests/tversion.c] Output the sizes of long and intmax_t.vlefevre2018-02-261-0/+10
* [tests] Added/updated comments about the config.h inclusion.vlefevre2018-02-081-0/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Solved an output issue on AIX due to the use of setbuf() after outputvlefevre2017-12-011-2/+4
* [tests] Avoid duplicate code by defining the MAKE_STR() macro invlefevre2017-09-131-3/+0
* [tests/tversion.c] Forgot casts for printf in r11585.vlefevre2017-07-101-1/+1
* [tests/tversion.c] Added ABI information & tests.vlefevre2017-07-101-1/+40
* [tests/tversion.c]vlefevre2017-06-191-4/+33
* [tests/tversion.c] Output IEEE floats status.vlefevre2017-05-191-0/+6
* [tests/tversion.c] Output whether _mulx_u64 is available.vlefevre2017-02-021-0/+8
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests/tversion.c] Correction in the info about the C implementation.vlefevre2016-08-011-1/+1
* [tests/tversion.c] Corrections in the info about the C implementation.vlefevre2016-08-011-0/+2
* [tests/tversion.c] Output more information about the C implementation.vlefevre2016-08-011-0/+73
* [tests/tversion.c] Do not use "%zu" with printf (added in r10460).vlefevre2016-06-091-3/+5
* Other changes concerning the memory limit for the tests.vlefevre2016-06-091-0/+5
* [tests/tversion.c] Updated a comment about Cygwin and Unix.vlefevre2016-04-131-1/+4
* [tests/tversion.c] Output the status of the __GMP_LIBGMP_DLL andvlefevre2016-04-081-0/+22
* [tests/tversion.c] Another improvement, just in case Clang no longervlefevre2016-03-021-1/+1
* [tests/tversion.c] Improved output of compiler information.vlefevre2016-03-021-5/+18
* recognize icc (which might define __GNUC__)zimmerma2016-03-011-1/+5
* [tests/tversion.c] Output availability of intmax_t/uintmax_t basedvlefevre2016-02-251-0/+19
* [tests/tversion.c] Let's group the features together.vlefevre2016-02-251-10/+10