Maxima CVS + GCL - extra end of line is needed
after showtime messages. Other lisps are OK.
=================================================================
[vadim@proxl maxima]$ ./maxima-local -l gcl
Maxima 5.9.1.1cvs http://maxima.sourceforge.net
Using Lisp GNU Common Lisp (GCL) GCL 2.6.6 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) showtime:true;
Evaluation took 0.00 seconds (0.00 elapsed)(%o1) true
(%i2) (x+y)^2;
Evaluation took 0.00 seconds (0.00 elapsed) 2
(%o2) (y + x)
=================================================================
I wonder which other messages may be broken in similar way
on GCL?
--
Vadim V. Zhytnikov