<?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.comp.compilers.pcc.scm">
    <title>gmane.comp.compilers.pcc.scm</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm</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.comp.compilers.pcc.scm/2816"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2815"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2814"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2813"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2812"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2811"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2810"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2809"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2808"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2807"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2806"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2805"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2804"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2803"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2802"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2801"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2800"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2799"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2798"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2797"/>
      </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.comp.compilers.pcc.scm/2816">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2816</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Wed Feb 27 02:00:01 UTC 2013

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20130227


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2013-02-27T02:00:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2815">
    <title>CVS commit: pcc/cc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2815</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:plunky
Date:Tue Feb 26 19:27:38 UTC 2013

Modified Files:
pcc/cc/cc: cc.c
pcc/cc/cpp: cpp.1 cpp.c cpp.h token.c

Log Message:
add a switch to cpp to allow it to ignore non-directive lines
starting with a #, instead of raising an error

modify front end to use this switch when passing assembler-with-cpp
input files

fixes a problem noted by Antoine Leca on pcc-list


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pcc/cc/cc/cc.c
cvs rdiff -u -r1.16 -r1.17 pcc/cc/cpp/cpp.1
cvs rdiff -u -r1.187 -r1.188 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.66 -r1.67 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.105 -r1.106 pcc/cc/cpp/token.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Iain Hibbert</dc:creator>
    <dc:date>2013-02-26T19:27:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2814">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2814</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sun Feb 17 02:00:02 UTC 2013

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20130217


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2013-02-17T02:00:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2813">
    <title>CVS commit: pcc/arch/amd64</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2813</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sat Feb 16 17:00:14 UTC 2013

Modified Files:
pcc/arch/amd64: table.c

Log Message:
Do not emit a constant for RHS on cmpl. Fixes Jira#PCC-415 by Dara Hazeghi.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pcc/arch/amd64/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2013-02-16T17:00:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2812">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2812</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sat Dec 29 02:00:01 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121229


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-29T02:00:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2811">
    <title>CVS commit: pcc/mip</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2811</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 28 16:04:03 UTC 2012

Modified Files:
pcc/mip: reader.c

Log Message:
Understand %= entry in extended assembler to generate label numbers.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pcc/mip/reader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-28T16:04:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2810">
    <title>CVS commit: pcc/arch/amd64</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2810</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 28 16:02:49 UTC 2012

Modified Files:
pcc/arch/amd64: local2.c macdefs.h

Log Message:
Understand gcc q modifier in extended assembler.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pcc/arch/amd64/local2.c
cvs rdiff -u -r1.26 -r1.27 pcc/arch/amd64/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-28T16:02:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2809">
    <title>CVS commit: pcc/arch/amd64</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2809</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 28 16:03:12 UTC 2012

Modified Files:
pcc/arch/amd64: code.c

Log Message:
Print out symbol size, as on vax.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pcc/arch/amd64/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-28T16:03:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2808">
    <title>CVS commit: pcc/os</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2808</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 28 12:38:15 UTC 2012

Modified Files:
pcc/os/freebsd: ccconfig.h
Added Files:
pcc/os/inc: amd64.h

Log Message:
Have common defines for amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pcc/os/freebsd/ccconfig.h
cvs rdiff -u -r0 -r1.1 pcc/os/inc/amd64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-28T12:38:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2807">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2807</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sat Dec 22 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121222


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-22T02:00:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2806">
    <title>CVS commit: pcc/arch/vax</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2806</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 21 21:44:27 UTC 2012

Modified Files:
pcc/arch/vax: local2.c

Log Message:
Must call udiv to to unsigned division.  XXX could be slightly optimized.
To set all bits use mnegl of $1, not $-1.
Fixes bugs found when compiling gmp.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pcc/arch/vax/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-21T21:44:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2805">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2805</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Dec 14 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121214


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-14T02:00:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2804">
    <title>CVS commit: pcc/arch/vax</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2804</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Thu Dec 13 16:02:15 UTC 2012

Modified Files:
pcc/arch/vax: code.c

Log Message:
Print out size of objects.
Put picdata in correct section.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pcc/arch/vax/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-13T16:02:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2803">
    <title>CVS commit: pcc/mip</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2803</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Thu Dec 13 16:03:41 UTC 2012

Modified Files:
pcc/mip: reader.c

Log Message:
Fix bug causing wrong extended assembler to be created if a number constraint
were given referring to a general operand.


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 pcc/mip/reader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-13T16:03:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2802">
    <title>CVS commit: pcc/arch/vax</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2802</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Thu Dec 13 16:01:25 UTC 2012

Modified Files:
pcc/arch/vax: local.c

Log Message:
Do not remove casts between INT and UNSIGNED here.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pcc/arch/vax/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-13T16:01:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2801">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2801</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Thu Dec 13 02:00:01 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121213


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-13T02:00:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2800">
    <title>CVS commit: pcc/os/linux</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2800</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Wed Dec 12 17:45:23 UTC 2012

Modified Files:
pcc/os/linux: ccconfig.h

Log Message:
Change -m32/-m64 to -melf_i386/-melf_x86_64 early.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pcc/os/linux/ccconfig.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-12T17:45:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2799">
    <title>CVS commit: pcc/cc/cc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2799</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Wed Dec 12 17:44:37 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
Check for elf_i386 instead.


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-12T17:44:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2798">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2798</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sun Dec  2 02:00:01 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121202


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-02T02:00:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2797">
    <title>CVS commit: pcc/arch/mips</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2797</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Sat Dec  1 08:53:40 UTC 2012

Modified Files:
pcc/arch/mips: code.c local.c macdefs.h

Log Message:
Fixup the varargs functions and add stubs for the frame/return/cfa
address functions, as pointed out by Isaac Dunham on pcc-list.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pcc/arch/mips/code.c
cvs rdiff -u -r1.32 -r1.33 pcc/arch/mips/local.c
cvs rdiff -u -r1.16 -r1.17 pcc/arch/mips/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-12-01T08:53:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2796">
    <title>CVS commit: pcc</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.pcc.scm/2796</link>
    <description>&lt;pre&gt;
Module Name:pcc
Committed By:ragge
Date:Fri Nov 30 02:00:02 UTC 2012

Modified Files:
pcc: DATESTAMP

Log Message:
new date 20121130


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pcc/DATESTAMP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


&lt;/pre&gt;</description>
    <dc:creator>Anders Magnusson</dc:creator>
    <dc:date>2012-11-30T02:00:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.compilers.pcc.scm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.compilers.pcc.scm</link>
  </textinput>
</rdf:RDF>
