New files in cvs in preparation for 5.9.0



> >>>>> "CY" == C Y <smustudent1@yahoo.com> writes:

>     CY> One thing we are going to have to fix before 5.9 - when I ran under
>     CY> cmucl, quit(); does not exit cleanly.  Anyone know what's up with that?
>     CY>  It worked fine under Clisp.  Here's what happens:

Yes. Stop the presses. I left out a crucial bit of information: it
doesn't work. Quit is missing from the CMUCL version. GCL doesn't work
at all. Other things are broken. I had meant to state that explicitly in
my first message. Sorry. I had those things working with the tarball I
produced in October. I just have to chase down which things didn't get
updated properly.

I really did mean to emphasize the "not finished" part.

On Wed, 2001-12-12 at 16:11, Raymond Toy wrote:

> My only question is if configure should different executable names?  
> call my CMUCL binary/script as cmulisp.  I think the configure scripts
> assume it's cmucl.  I think the default name is lisp.  Matlisp's
> configure allows you to specify the executable name if you need to.

Yes. There is an entry in the TODO file for that.

> >From the commit logs, I think it's missing the definition of quit for
> CMUCL.  The top-level loop is also quite different from what I'm
> using, and I think the one there doesn't actually work.
> 
> When I get the code, I'll look at it and see how my current stuff
> differs.

I don't think you need to bother for the time being. I haven't fixed
everything I know how to fix yet.

--Jim