Re: [Gcl-devel] Re: large primes

2005-06-03 Thread Paul F. Dietz
Robert Boyer [EMAIL PROTECTED] writes: According to one place on the web (http://primes.utm.edu/primes/search.php?Number=100) the largest known prime is: (- (expt 2 25964951) 1) GCL can compute this (in a rather long 7 seconds), but then causes a segmentation fault trying to print it.

[Gcl-devel] Re: [Fwd: make install failure on Fedora Core 3]

2005-06-03 Thread Camm Maguire
Greetings! James Amundson [EMAIL PROTECTED] writes: Dear Camm, I have sent the attached message to the GCL-devel list twice (once on Monday, once today), but I haven't seen it appear. There must be a spam filter out there somewhere that doesn't like me. Yes, gcl-devel is subscriber only

[Gcl-devel] Re: using gcl to create shared library?

2005-06-03 Thread Camm Maguire
Greetings! While this would be possible, I think the natural direction would be to call the GUI as an embedded external rather than the other way around. There are several options in this area. Check out gcl-tk, and if you do, use branch 2.6.7pre from cvs (-r Version_2_6_7pre). Also, Mike

[Gcl-devel] Re: [Fwd: Uninitialized stack gaps and conservative garbage collection]

2005-06-03 Thread Camm Maguire
Greetings! Raymond Toy [EMAIL PROTECTED] writes: Camm Maguire wrote: Raymond Toy writes: On the sparc port, this area can be zeroed out with appropriate optimization settings. I ran some tests using Eric Marsden's cl-bench. If the stack is always cleared, the cost of some benchmarks

[Gcl-devel] Summer of Code

2005-06-03 Thread Camm Maguire
From the lispnyc webpage: http://www.lispnyc.org/summerofcode.html Work on merging GCL, the GNU Common Lisp implementation, into GCC, the GNU Compiler Collection. Just to mention that I would be happy to support this initiative if chosen. Take care, Camm Maguire

RE: [Gcl-devel] clines and dgemm

2005-06-03 Thread Vanuxem Grégory
Hi, I sent blas.lisp and not blas.pl sorry. Humm... I'm going to sleep. Cheers, Greg -Message d'origine- De : Camm Maguire [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 juin 2005 17:59 À : Vanuxem Grégory Cc : gcl-devel@gnu.org Objet : Re: [Gcl-devel] clines and dgemm

[Gcl-devel] Soon to come...

2005-06-03 Thread Camm Maguire
GCL (GNU Common Lisp) 2.6.6 CLtL1Jun 4 2005 02:05:09 Source License: LGPL(gcl,gmp), GPL(unexec,bfd) Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter Use (help)

Re: [Gcl-devel] Re: gclcvs-2.7.0 bugs about macro-function and symbol-macrolet

2005-06-03 Thread Paul F. Dietz
Camm Maguire wrote: Thank you so much for your report! As you know, ansi is still a work in progress for gcl. It would be most helpful if you could double check that the specific errors you see are covered in the existing failures reported in Paul's ansi test suite. They are sure to get