First set of cleanups from Andreas Eder checked in
Subject: First set of cleanups from Andreas Eder checked in
From: Barton Willis
Date: Thu, 30 Sep 2004 09:06:31 -0500
Under windows XP and gcl 2.6.5 with Andreas Eder's patches, the test
suite finds
no unexpected errors.
Maxima 5.9.1.1cvs http://maxima.sourceforge.net
Using Lisp Kyoto Common Lisp GCL 2.6.5 (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) run_testsuite();
(all pass & none skipped)
No unexpected errors found.
real time : 5.300 secs
run-gbc time : 4.550 secs
child run time : 0.000 secs
gbc time : 0.750 secs
(%o4) FALSE
(%i5) build_info();
Maxima version: 5.9.1.1cvs
Maxima build date: 7:45 9/30/2004
host type: i686-pc-mingw32
lisp-implementation-type: Kyoto Common Lisp
lisp-implementation-version: GCL 2.6.5
Apparently, gcl isn't as picky as sbcl
$ make clean
$ make > make.log
$ grep -ic warn make.log
64
Barton