<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel">
    <title>gmane.lisp.gcl.devel</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8099"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8098"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8097"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8096"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8095"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.gcl.devel/8075"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8112">
    <title>up-to-date setup instructions for Win32 GCL</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8112</link>
    <description>&lt;pre&gt;Hi,

It's about a year late but included below is the most up-to-date setup
directions for Win32 GCL.  This includes setting up and using a CVS client,
and building Win32 GCL on a current WinXP, WinVista and Win7.

Next it's the regular docs.

Best,

_don



===============================================
BUILDING NATIVE WIN32 GNU COMMON LISP FROM CVS
===============================================

The preferred build host system for the Mingw32 compiler is MSYS.

I use gcc version 3.3.1 and binutils 2.14.90, but earlier versions
of gcc back to 2.95 are OK provided that you remove the
"-fno-zero-initialized-in-bss" flag in "h/mingw.defs" before running
"configure".

Note that gcc 3.3.3 and gcc 3.4.0 do NOT work; likewise binutils 2.13.90
and 2.15.90.

The working binutils version can be found at:

http://gd.tuwien.ac.at/gnu/mingw/binutils-2.14.90-20030612-1.tar.gz

===============================================
INSTALL AND CONFIGURE TORTOISE CVS
===============================================

Download Tor&lt;/pre&gt;</description>
    <dc:creator>Donald Winiecki</dc:creator>
    <dc:date>2012-05-25T18:53:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8103">
    <title>Re: Compiler does not give error if T clause in caseconstruct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8103</link>
    <description>&lt;pre&gt;Greetings!

cvs -z9 -q diff -u -r Version_2_6_8pre:2012-03-20 -r Version_2_6_8pre:2012-03-24


Index: cmpnew/gcl_cmpif.lsp
===================================================================
RCS file: /sources/gcl/gcl/cmpnew/gcl_cmpif.lsp,v
retrieving revision 1.1.2.1.14.1
retrieving revision 1.1.2.1.14.2
diff -u -u -r1.1.2.1.14.1 -r1.1.2.1.14.2
--- cmpnew/gcl_cmpif.lsp21 Jun 2006 20:03:05 -00001.1.2.1.14.1
+++ cmpnew/gcl_cmpif.lsp23 Mar 2012 14:13:07 -00001.1.2.1.14.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -330,32 +330,55 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   (when (endp args) (too-few-args 'case 1 0))
   (let* ((info (make-info))
          (key-form (c1expr* (car args) info))
-         (clauses nil))
+         clauses)
     (cond ((subtypep (info-type (second key-form)) 'fixnum)
-   (return-from c1case  (c1expr (convert-case-to-switch
- args default )))))
-    (dolist (clause (cdr args))
-      (cmpck (endp clause) "The CASE clause ~S is illegal." clause)
-      (case (car clause)
-            ((nil))
-            ((t otherwise)
-             (when default
-      &lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-03-25T12:37:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8102">
    <title>Re: Compiler does not give error if T clause in case construct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8102</link>
    <description>&lt;pre&gt;

On Sat, 24 Mar 2012, Camm Maguire wrote:


Thanks for the information. I think this commit must be the one.

revision 1.1.2.1.14.2
date: 2012-03-23 19:43:07 +0530;  author: camm;  state: Exp;  lines: +48 
-25;  commitid: OhlbKUngXCha01Yv;
case default error checking

How do I get the diff? Sorry, I've never used cvs.

                                   Regards, Faheem
&lt;/pre&gt;</description>
    <dc:creator>Faheem Mitha</dc:creator>
    <dc:date>2012-03-25T06:23:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8101">
    <title>Re: Compiler does not give error if T clause in caseconstruct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8101</link>
    <description>&lt;pre&gt;Greetings!

export CVSROOT=:pserver:anonymous&amp;lt; at &amp;gt;cvs.sv.gnu.org:/sources/gcl
cvs -z9 -q co -d gcl-2.6.8pre -r Version_2_6_8pre gcl

Take care,

Faheem Mitha &amp;lt;faheem&amp;lt; at &amp;gt;faheem.info&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-03-24T12:12:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8100">
    <title>Re: Compiler does not give error if T clause in case construct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8100</link>
    <description>&lt;pre&gt;

On Fri, 23 Mar 2012, Camm Maguire wrote:




Thanks for the reply. Can you point me to the fix? I browsed the CVS 
repository, but didn't see anything.

                                                          Regards, Faheem

&lt;/pre&gt;</description>
    <dc:creator>Faheem Mitha</dc:creator>
    <dc:date>2012-03-23T19:07:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8099">
    <title>Re: Compiler does not give error if T clause in caseconstruct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8099</link>
    <description>&lt;pre&gt;Greetings!

Faheem Mitha &amp;lt;faheem&amp;lt; at &amp;gt;faheem.info&amp;gt; writes:


This is fine, thanks!  (Debian bts is good too.)

I've committed a fix in the stable branch for the problem you report.
I'll be uploading this to Debian shortly.  Please check it out and let
me know if problems persist.  And thanks for the report!


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-03-23T14:27:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8098">
    <title>Compiler does not give error if T clause in case construct is not last one</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8098</link>
    <description>&lt;pre&gt;
Hi,

The bugs page at http://savannah.gnu.org/bugs/?group=gcl looks dead, so I'm 
writing to the developer mailing list. If there is a more suitable place to 
report bugs, let me know and I'll send it there.

Consider the following session. I believe this is wrong.

faheem&amp;lt; at &amp;gt;orwell:/usr/bin$ gcl
GCL (GNU Common Lisp)  2.6.7 CLtL1    Jan 20 2012 20:04:53
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/


X

)

FOO


"matches t"
"matches t"

See also https://bugs.launchpad.net/sbcl/+bug/959687 for context.

Please CC me on any reply. Thanks.

                                                  Regards, Faheem
&lt;/pre&gt;</description>
    <dc:creator>Faheem Mitha</dc:creator>
    <dc:date>2012-03-22T20:54:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8097">
    <title>Re: ghci on arm</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8097</link>
    <description>&lt;pre&gt;The binutils used with the Win32 builds (2.14.90-20030612) is covered under
LGPL 2.1

Best,

_don

~~~~~~~~~~~~~~~~~~~~~~~~~
Don Winiecki, Ed.D., Ph.D.
Professor
Boise State University, College of Engineering
Department of Instructional &amp;amp; Performance Technology
1910 University Drive, Boise, Idaho 83725-2070 USA
E-mail: dwiniecki&amp;lt; at &amp;gt;boisestate.edu
WWW: http://ipt.boisestate.edu
Telephone: (+01) 208 426 1899
Fax: (+01) 208 426 1970
~~~~~~~~~~~~~~~~~~~~~~~~d



On Fri, Jan 27, 2012 at 7:51 AM, Camm Maguire &amp;lt;camm&amp;lt; at &amp;gt;maguirefamily.org&amp;gt;wrote:

_______________________________________________
Gcl-devel mailing list
Gcl-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel
&lt;/pre&gt;</description>
    <dc:creator>Donald Winiecki</dc:creator>
    <dc:date>2012-01-27T23:43:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8096">
    <title>Re: ghci on arm</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8096</link>
    <description>&lt;pre&gt;Greetings!

In cvs tag Version_2_6_8pre, the file o/sfaslelf.c has the bulk.
Platform specific headers are selected at configure time and stored in
h/.

Take care,

Ben Gamari &amp;lt;bgamari.foss&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-27T14:51:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8095">
    <title>Re: ghci on arm</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8095</link>
    <description>&lt;pre&gt;Greetings!  GCL does use LGPL.   I'm unaware of a BSD variant.  What is
the license of binutils?

Take care,

Karel Gardas &amp;lt;karel.gardas&amp;lt; at &amp;gt;centrum.cz&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-27T14:58:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8092">
    <title>Re: ghci on arm</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8092</link>
    <description>&lt;pre&gt;Greetings!  GCL has a working native linker now on armel and armhf.  We
have a generic elf relocation file, with machine specific headers
implementing only those relocs output by gcc.  I can step you through
the code if interested.

For example, here is the core file for elf32_arm, which should be almost
readable: 

#define R_ARM_THM_CALL        10
#define R_ARM_CALL 28
#define R_ARM_V4BX 40
#define R_ARM_THM_MOVW_ABS_NC 47
#define R_ARM_THM_MOVW_ABS    48
    case R_ARM_THM_CALL: 
      s+=a; 
      if (ELF_ST_TYPE(sym-&amp;gt;st_info)==STT_FUNC) s|=1; 
      s-=p+4; /*FIXME maybe drop 4 and add_val below*/
      s=((long)s&amp;gt;&amp;gt;1); 
      massert(!(abs(s)&amp;amp;0xffc00000));  
      store_val(where,MASK(11),s&amp;gt;&amp;gt;11); 
      store_val(where,MASK(11)&amp;lt;&amp;lt;16,(s&amp;amp;0x7ff)&amp;lt;&amp;lt;16); 
      break; 
    case R_ARM_THM_MOVW_ABS_NC:
      s+=a;
      if (ELF_ST_TYPE(sym-&amp;gt;st_info)==STT_FUNC) s|=1;
      s&amp;amp;=0xffff;
      s=((s&amp;gt;&amp;gt;12)&amp;amp;0xf)|(((s&amp;gt;&amp;gt;11)&amp;amp;0x1)&amp;lt;&amp;lt;10)|((s&amp;amp;0xff)&amp;lt;&amp;lt;16)|(((s&amp;gt;&amp;gt;8)&amp;amp;0x7)&amp;lt;&amp;lt;28);
      add_vals(where,~0L,s);
      break;
    case R_AR&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-26T03:12:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8091">
    <title>Re: maxima build fails using  gcl</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8091</link>
    <description>&lt;pre&gt;Greetings!

Karsten Trulsen &amp;lt;karstent&amp;lt; at &amp;gt;math.uio.no&amp;gt; writes:


OK this is a clear sign of a kernel memory protection or library address
mapping "feature".  In your log, brk is returning without error
indicating that the memory range should be within the .data segment of
the running process.  EACESS makes no sense after this, IMHO.  It might
be useful to fire up gcl and report the contents of /proc/&amp;lt;pid&amp;gt;/maps,
and perhaps also search your logs (under /var/log) for kernel exception
messages.  Perhaps ask with Red Hat?  The key observation is that
memory allocated with brk cannot be set with execute permissions beyond
a certain range (looks like 0x4000000 and above).


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-23T14:52:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8088">
    <title>Re: maxima build fails using  gcl</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8088</link>
    <description>&lt;pre&gt;Greetings, and thanks!

The relevant bits are:

[pid 30971] mprotect(0xf0b000, 22028288, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf0b000, 22028288, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xfd8000, 32767, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xfdf000, 16383, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xfcc000, 45055, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xfeb000, 20479, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf7d000, 4095, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf6c000, 8191, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf75000, 8191, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf8e000, 4095, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xffd000, 20479, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xfef000, 32767, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] mprotect(0xf8f000, 8191, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
[pid 32129] &lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-20T19:50:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8082">
    <title>Re: axiom: please try stripping binary on powerpc again</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8082</link>
    <description>&lt;pre&gt;Greetings!  I just did a by hand build of maxima without the strip in
sid, and all is well.  Will try removing on the next upload of
maxima/acl2/axiom/hol88.  Is there reason to believe that there was a
bug which has now been fixed?

Take care,

Jonathan Nieder &amp;lt;jrnieder&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-17T18:33:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8078">
    <title>Re: ASDF 2.019 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8078</link>
    <description>&lt;pre&gt;Greetings!  I must confess not having found time to investigate asdf.
If someone could give me a short list of test commands, I could run
these on all gcl platforms and report the results.  Is there anything
machine dependent in ASDF?  Should it not either fail or work at the
lisp level under gcl?

Take care,

David Billinghurst &amp;lt;dbmaxima&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-09T17:48:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077">
    <title>Re: ASDF 2.019 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8077</link>
    <description>&lt;pre&gt;
Can anyone confirm on which platforms, if any, that adsf works under 
gcl.  This question was raised on the maxima mailing list recently.

_______________________________________________
Gcl-devel mailing list
Gcl-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel
&lt;/pre&gt;</description>
    <dc:creator>David Billinghurst</dc:creator>
    <dc:date>2012-01-07T23:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8078">
    <title>Re: ASDF 2.019 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8078</link>
    <description>&lt;pre&gt;Greetings!  I must confess not having found time to investigate asdf.
If someone could give me a short list of test commands, I could run
these on all gcl platforms and report the results.  Is there anything
machine dependent in ASDF?  Should it not either fail or work at the
lisp level under gcl?

Take care,

David Billinghurst &amp;lt;dbmaxima&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-09T17:48:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077">
    <title>Re: ASDF 2.019 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8077</link>
    <description>&lt;pre&gt;
Can anyone confirm on which platforms, if any, that adsf works under 
gcl.  This question was raised on the maxima mailing list recently.

_______________________________________________
Gcl-devel mailing list
Gcl-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel
&lt;/pre&gt;</description>
    <dc:creator>David Billinghurst</dc:creator>
    <dc:date>2012-01-07T23:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8077">
    <title>Re: ASDF 2.019 released</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8077</link>
    <description>&lt;pre&gt;
Can anyone confirm on which platforms, if any, that adsf works under 
gcl.  This question was raised on the maxima mailing list recently.

_______________________________________________
Gcl-devel mailing list
Gcl-devel&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel
&lt;/pre&gt;</description>
    <dc:creator>David Billinghurst</dc:creator>
    <dc:date>2012-01-07T23:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8075">
    <title>Re: read-from-string bug</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8075</link>
    <description>&lt;pre&gt;Greetings!  This looks right -- please try and let me know and I'll
commit.

Index: read.d
===================================================================
RCS file: /sources/gcl/gcl/o/read.d,v
retrieving revision 1.14.4.1.2.2.2.4.6.1.6.1.4.9
diff -u -u -r1.14.4.1.2.2.2.4.6.1.6.1.4.9 read.d
--- read.d27 Aug 2010 16:53:25 -00001.14.4.1.2.2.2.4.6.1.6.1.4.9
+++ read.d3 Jan 2012 15:46:22 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2057,17 +2057,23 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 goto READ;
 }
 }
-if (eof_errorp == Cnil &amp;amp;&amp;amp; recursivep == Cnil)
-&amp;lt; at &amp;gt;(return eof_value)
-end_of_stream(strm);
+/* if (eof_errorp == Cnil &amp;amp;&amp;amp; recursivep == Cnil) */
+/* &amp;lt; at &amp;gt;(return eof_value) */
+/* end_of_stream(strm); */
 
 READ:
 if (recursivep == Cnil)
 preserving_whitespace_flag = TRUE;
-if (recursivep == Cnil)
+        detect_eos_flag = TRUE;
+        if (recursivep == Cnil)
 x = read_object_non_recursive(strm);
 else
 x = read_object_recursive(strm);
+if (x == OBJNULL) {
+if (eof_errorp == Cnil &amp;amp;&amp;amp; recursivep == Cnil)
+&amp;lt; at &amp;gt;(return eof_value)
+end_of_stream(strm);
+}&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-03T15:47:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.gcl.devel/8073">
    <title>Re: GCL 2.6.8 on Mac intel, GCC 4.6.1</title>
    <link>http://permalink.gmane.org/gmane.lisp.gcl.devel/8073</link>
    <description>&lt;pre&gt;Greetings!  Just build with 4.6.2 on Debian without issue.  Does this
problem persist?

Take care,

daly&amp;lt; at &amp;gt;axiom-developer.org writes:


&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2012-01-02T22:35:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.gcl.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.gcl.devel</link>
  </textinput>
</rdf:RDF>

