Maxima 5.19.1 and the two bugs related to defint



Am Montag, den 24.08.2009, 22:15 -0600 schrieb Robert Dodier:
> On 8/24/09, Dieter Kaiser <drdieterkaiser at web.de> wrote:
> 
> > I think you have followed the discussion about the ugly problems with
> > defint. I am very sorry, that I have not detected the problems earlier.
> 
> It's really no problem, I'm glad that the problems got fixed eventually.
> Thanks for working on these problems (and so many others).
> 
> > I have committed two corrections which solve the problems
> 
> > Furthermore I have committed a change to defint to get the expected
> > behavior for the boundaries of the integral:
> 
> > What can we do to include the corrections in the current version 5.19?
> 
> Go ahead and commit patches to the 5.19 branch and in a few
> days I will create a 5.19.2 release. I think the CVS incantation you
> want is something like
> 
> cvs update -r RELEASE-5_19-BRANCH
> cvs update -j 1.mm -j 1.nn src/whatever.lisp
> 
> followed by cvs commit, to merge in the difference between
> revisions 1.mm and 1.nn of src/whatever.lisp.
> 
> Hope this helps

Hello Robert,

thank you for the answer.

I am preparing the commit, but I have one problem with the file
compar.lisp.

The revision 1.50 of compar.lisp is tagged to be the branch 5.19. The
changes to overcome the problems with defint are committed with revision
1.52. 

If I merge in the revision 1.52, we get the changes of revision 1.51
into the branch 5.19 too. I think in addition the file testsuite.lisp
revision 1.82 has to be merged in too.

Is it a problem to put the changes of revision 1.51 of compar.lisp in
the branch 5.19?

Dieter Kaiser