summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests/texceptions.c] Added a comment for check_groups().flagsvlefevre2012-04-261-0/+3
* [doc/mpfr.texi] Small correction on the mpfr_flags_t description.vlefevre2012-04-241-1/+1
* [src/mpfr-impl.h] Added MPFR_FLAGS_DIVBY0 (missing from r8143).vlefevre2012-04-241-0/+2
* [src/ai.c] Use an intermediate variable to avoid a huge macro expansionvlefevre2012-04-231-2/+5
|\
| * [src/ai.c] Use an intermediate variable to avoid a huge macro expansionvlefevre2012-04-231-2/+5
* | [tools/mpfrlint] Update after r8143.vlefevre2012-04-231-1/+1
|\ \ | |/
| * [tools/mpfrlint] Update after r8141.vlefevre2012-04-231-1/+1
* | [TODO] Removed item about saving/restoring flags.vlefevre2012-04-201-3/+0
* | [tests/texceptions.c] Added test of the mpfr_flags_* functions/macros.vlefevre2012-04-201-0/+75
* | [NEWS] New mpfr_flags_* functions.vlefevre2012-04-201-0/+2
* | Merged /trunk:r8141-8142 with a few manual changes due to conflict:vlefevre2012-04-2024-38/+53
|\ \ | |/
| * [src/mpfr-impl.h] Improved comment about MPFR_CLEAR_* macros.vlefevre2012-04-201-1/+3
| * [src] Replaced the flags-related mpfr_clear_* internal macros by anvlefevre2012-04-2024-50/+51
* | Implemented the mpfr_flags_* functions (and mpfr_flags_test as a macro).vlefevre2012-04-193-25/+83
|\ \ | |/
| * [src/mpfr-impl.h] Use a do-while statement for the MPFR_SET_ERANGE()vlefevre2012-04-191-2/+7
* | [doc/mpfr.texi] Added documentation for the new functions on groupsvlefevre2012-04-171-16/+64
* | Created "flags" branch (new feature: functions that operatevlefevre2012-04-170-0/+0
|/
* [TODO] Suggest mpfr_pow_q and variants.vlefevre2012-04-111-0/+2
* [doc/mpfr.texi] Updated "API Compatibility" section: functionsvlefevre2012-03-281-0/+4
* [tests/tfpif.c] Removed trailing whitespace.vlefevre2012-03-271-2/+2
* [src/fpif.c,tests/tfpif.c] changed to GNU stylezimmerma2012-03-262-13/+12
* Add a test on FILE* in fpif.c; Added a missing test on a return value; Change...demengeo2012-03-262-2/+123
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-2611-20/+38
* added new function mpfr_fmodquozimmerma2012-03-266-7/+149
* [src/mpfr-examples/version.c] Output sizeof(mpfr_t) value.vlefevre2012-03-261-0/+1
* [tests/tests.c] Improved src_fopen() a bit.vlefevre2012-03-261-5/+5
* [doc/README.dev] Explain the use of the new MPFR_DBGRES macro.vlefevre2012-03-261-1/+6
* [src/mpfr-impl.h] Added a MPFR_DBGRES macro to avoid a warning invlefevre2012-03-262-2/+8
* MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT.vlefevre2012-03-264-5/+9
* [tests/tests.c] fixed problem with src_fopenzimmerma2012-03-202-3/+8
* [tests/Makefile.am] inp_str.data -> inp_str.datzimmerma2012-03-201-1/+1
* renamed tests/inp_str.data into tests/inp_str.datzimmerma2012-03-203-8/+8
* [src/fpif.c] simplified &x[i] into x+izimmerma2012-03-201-12/+18
* [src/mparam_h.in] better recognition of AMD64 systemszimmerma2012-03-202-13/+22
* [tests.c] fixed compiler warning (gcc70.fsffrance.org, NetBSD, gcc 4.1.3)zimmerma2012-03-201-2/+2
* [fpif.c] simplified code since nb_data is always 1zimmerma2012-03-191-41/+25
* [mparam_h.in] recognize __tune_amdfam10__ (for example gcc10.fsffrance.org)zimmerma2012-03-191-1/+1
* [configure.ac] use AC_C_BIGENDIAN to determine endianness of wordszimmerma2012-03-192-8/+3
* [tests/Makefile.am] the name of the test file for the export/import functions...zimmerma2012-03-191-1/+1
* tests: updated svn:ignore property.vlefevre2012-03-190-0/+0
* [src/mpfr.h] Indentation.vlefevre2012-03-191-1/+1
* changed the order of arguments of mpfr_fpif_import so that the modifiedzimmerma2012-03-194-6/+8
* [NEWS] updated item about the new mpfr_fpif_export and mpfr_fpif_import funct...zimmerma2012-03-191-3/+3
* mpfr_fpif_export_binary -> mpfr_fpif_exportzimmerma2012-03-194-14/+16
* stream.data renamed to mpfrtest.datzimmerma2012-03-192-28/+30
* [doc/mpfr.texi] "in future version" → "in future versions".vlefevre2012-03-191-1/+1
* [doc/mpfr.texi] Updated the month.vlefevre2012-03-191-1/+1
* [src/fpif.c,tests/tfpif.c] Corrected coding style.vlefevre2012-03-192-54/+56
* [src/fpif.c] fixed a few warnings and errors with g++ (found on hydra)zimmerma2012-03-171-8/+8
* [out_raw.c] removed obsolete file (replaced by fpif.c)zimmerma2012-03-161-116/+0