genut patches checked in



On Sun, 28 Jul 2002 18:29:20 +0300
"Vadim V. Zhytnikov" <vvzhy@mail.ru> wrote:

> Billinghurst, David (CRTS) ?????:
> > Wolfgang Jenker posted his genut-1.0 patches in June.  I have 
> > made a couple of minor updates (for recent changes), tested
> > them (clisp-2.28/cygwin/win2k) and duplicated Wolfgang's results.
> > There are no testsuite regressions, so I am checking them in now.
> > 
> > The one patch I am unsure of is to src/alisp.lisp (below).  
> > 
> > Could someone with gcl:
> >  - do a cvs update
> >  - make and make check
> >  - run disol.dem, facexp.dem and stopex.dem
> > 
> > 	David
> > 
> 
> Unfortunately none of aaa = disol, facexp, stopex
> works for me on GCL. load("aaa") result in error
> with empty error message.  On the other hand
> clisp 2.28 and cmucl 18d (linux) works fine.
> 
> Vadim
> 
> 
The above problem is probably due to that load("aaa/bbb") does not work currently on gcl compiled maxima.
I reproduced the Wolfgang's results with maxima-gcl 
after replacing the string load("simplification/genut") to load(genut)
 in files declin.mac, disol.mac, facexp.mac and stopex.mac. I used  cvs version gcl.

Valerij