User Activity

  • Posted a comment on ticket #3225 on Maxima -- GPL CAS based on DOE-MACSYMA

    Confirmed this is not dependent on readline. I believe CTRL-D closes standard input,so maxima would need to check for this to avoid the loop. clisp apparently has the same behavior. The lisp system should not abort on closing standard input as GCL does not, as far as I understand.

  • Posted a comment on ticket #3331 on Maxima -- GPL CAS based on DOE-MACSYMA

    Greetings! GCL now restarts SIGPIPE, so this bug should be closed too.

  • Posted a comment on ticket #370 on Maxima -- GPL CAS based on DOE-MACSYMA

    This clears the 'false' result noticed recently: modified src/simp.lisp @@ -1003,9 +1003,9 @@ (t (setq b (expt a (- b))) (*red 1 b))))) - (if (float-inf-p result) ;; needed for gcl - no trap of overflow - (signal 'floating-point-overflow) - result))) + (when (float-inf-p result) ;; needed for gcl - no trap of overflow + (signal 'floating-point-overflow)) + result))

  • Posted a comment on ticket #370 on Maxima -- GPL CAS based on DOE-MACSYMA

    Sorry for the terse reply! 2.0^1024.1; => #<inf>, with which we can test the original submitters results (to whom I refer as "he").</inf> 2.0^1024; => false, which I have traced to a failure somewhere in maxima's #'simpexpt (not simp-expt, sorry for the typo), and appears independent of running the code compiled or not. I seem to have one small remaining issue in expt, but others seem to remain in maxima: ============================================================================= (%i16) flinf:2.0^1024;...

  • Posted a comment on ticket #3909 on Maxima -- GPL CAS based on DOE-MACSYMA

    This one should be closed, IMHO, but I don't seem to have permissions to do it.

  • Posted a comment on ticket #3909 on Maxima -- GPL CAS based on DOE-MACSYMA

    Greetings! Just checked, forthcoming 2.6.13 --disable-readline does disable editline as well. maxima need only check for either :readline or :editline in features and (si::readline-off) as desired.

View All

Personal Data

Username:
yycamm
Joined:
2001-10-03 13:17:56

Projects

This is a list of open source software projects that Camm Maguire is associated with:

Personal Tools