Re: [Gcl-devel] Ansi fixes in upcoming release

2016-10-11 Thread Matt Kaufmann
Hi, Camm -- I think I'll be happy to use this. #+gcl (member (car dir) '(:ROOT ; for backward compatibility #+cltl2

Re: [Gcl-devel] Problem building master

2016-10-11 Thread Blake McBride
Attached are all the outputs to: ./configure --enable-ansi >config.stdout 2>config.stderr make >make.stdout 2>make.stderr cd o cpp -I../h typespec.c >typespec.c.cpp gzip typespec.c.cpp Thanks! Blake On Mon, Oct 10, 2016 at 11:25 AM, Camm Maguire wrote: > Greetings,

Re: [Gcl-devel] [Maxima-discuss] Ansi change in upcoming gcl release

2016-10-11 Thread Raymond Toy
> "Camm" == Camm Maguire writes: Camm> Greetings! There are ways to make this patch backward compatible. I Camm> was soliciting suggestions. On the face of it, I have no objections to this change, but I think it's up to you to provide some hints on how to

Re: [Gcl-devel] [Maxima-discuss] Ansi change in upcoming gcl release

2016-10-11 Thread Camm Maguire
Greetings! There are ways to make this patch backward compatible. I was soliciting suggestions. Take care, Raymond Toy writes: >> "Camm" == Camm Maguire writes: > > Camm> Greetings! I am considering moving some ansi fixes from master

[Gcl-devel] Ansi fixes in upcoming release

2016-10-11 Thread Camm Maguire
Greetings! I am considering pushing some pathname ansi fixes from masterr into the next gcl release. Thie entails the following patch to #'canonical-unix-pathname in other-events.lisp: (eq (car dir) #+gcl :ROOT