Everyone,
I have just committed the first all-lowercase version of the maxima
source to the repository. The code has also been re-indented to match
the emacs conventions.
I did not do numerical/slatec because that code is generated from the
fortran source.
In the end, the only subtle point was that the downcase-lisp macro I
have did not recognize the difference between #\A and #\a. I think I
found all related problems and eliminated them. The code compiles with
clisp, cmucl, gcl and sbcl. All test suite tests pass. Nonetheless,
individual testing of the new code would be advisable.
The cvs repository is once again open for ordinary development.
--Jim