-
Vincent Lefèvre authored
The part about logging had remaining issues from 2005-02. * No longer document MPFR_LOG_BEGIN and MPFR_LOG_END since they have entirely been replaced by MPFR_LOG_FUNC in the MPFR code on 2005-02-15 (commit d6b60cac). * Updated MPFR_LOG_FUNC documentation as a consequence. * Updated paragraph about double brackets "((" and "))" (macros with a variable number of arguments have been standardized in ISO C99, so that this is no longer a GNU extension; but we still support C90 compilers). * Other cosmetic changes (indentation). * In the example for a new function, replaced the incorrect MPFR_LOG_BEGIN by MPFR_LOG_FUNC (on 2005-02-16, this example was changed to use arguments as with the MPFR_LOG_FUNC macro definition, but the change of the macro name was forgotten; see commit cc0a9cf8). (cherry picked from commit 1bbd6dfe)
Vincent Lefèvre authoredThe part about logging had remaining issues from 2005-02. * No longer document MPFR_LOG_BEGIN and MPFR_LOG_END since they have entirely been replaced by MPFR_LOG_FUNC in the MPFR code on 2005-02-15 (commit d6b60cac). * Updated MPFR_LOG_FUNC documentation as a consequence. * Updated paragraph about double brackets "((" and "))" (macros with a variable number of arguments have been standardized in ISO C99, so that this is no longer a GNU extension; but we still support C90 compilers). * Other cosmetic changes (indentation). * In the example for a new function, replaced the incorrect MPFR_LOG_BEGIN by MPFR_LOG_FUNC (on 2005-02-16, this example was changed to use arguments as with the MPFR_LOG_FUNC macro definition, but the change of the macro name was forgotten; see commit cc0a9cf8). (cherry picked from commit 1bbd6dfe)