Behavior of quad_qags



Hello all,

I am playing with the version 5.16.2 of Maxima, and the behavior of
quad_qags is a bit different.  Here is the current behavior:

Maxima 5.16.2 http://maxima.sourceforge.net
Using Lisp CLISP 2.46 (2008-07-02)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) quad_qags(x, x, 0, 1, epsrel = 1.0E-14, epsabs = 0.0, limit = 200);
 ***MESSAGE FROM ROUTINE DQAGS IN LIBRARY SLATEC.
 ***POTENTIALLY RECOVERABLE ERROR, PROG ABORTED, TRACEBACK REQUESTED
 *  ABNORMAL RETURN
 *  ERROR NUMBER = 6
 *
 ***END OF MESSAGE

 ***JOB ABORT DUE TO UNRECOVERED ERROR.
0          ERROR MESSAGE SUMMARY
 LIBRARY    SUBROUTINE MESSAGE START             NERR     LEVEL     COUNT
 SLATEC     DQAGS      ABNORMAL RETURN              6         1         1

(%o1) quad_qags(x, x, 0, 1, epsrel = 1.0E-14, epsabs = 0.0, limit = 200)


Before it would just give the error and not the output (%o1).  Was
this change intentional?

Thanks
--Mike