<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/</link>
    <language>en-us</language>

    <title>freecalypso-tools: rvinterf/Makefile history</title>
    <description>rvinterf/Makefile revision history</description>
    <item>
    <title>rvinterf/Makefile: libg23 is no more</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/441004febe35/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf/Makefile: libg23 is no more]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 24 May 2023 07:12:50 +0000</pubDate>
</item>
<item>
    <title>rvinterf backslash escape: introduce libprint</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/6a0aa8d36d06/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf backslash escape: introduce libprint<br/>
<br/>
The new helper function library named libprint is meant to replace<br/>
the badly misnamed libg23, and will soon contain functions for<br/>
printing all of the same kinds of GPF TST packets that are now handled<br/>
in libg23.  However, we are also moving safe_print_trace() from libasync<br/>
to this new library, and changing it to emit our new backslash escape<br/>
format.]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 23 May 2023 03:47:46 +0000</pubDate>
</item>
<item>
    <title>rvinterf/Makefile: add l1filter</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/ab20ff8156ea/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf/Makefile: add l1filter]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 09 Nov 2021 23:15:29 +0000</pubDate>
</item>
<item>
    <title>Makefile hierarchy: CFLAGS override-ability actually works now</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/f2a040324509/rvinterf/Makefile</link>
    <description><![CDATA[Makefile hierarchy: CFLAGS override-ability actually works now<br/>
<br/>
The original version was broken in that CFLAGS=${CFLAGS} passing was<br/>
done without quotes, which breaks as soon as there is a space in the<br/>
user-set CFLAGS.  Changing it to CFLAGS=&quot;${CFLAGS}&quot; makes it work<br/>
as originally intended.]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 14 Feb 2019 04:59:23 +0000</pubDate>
</item>
<item>
    <title>main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/90d7c360a614/rvinterf/Makefile</link>
    <description><![CDATA[main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 13 Feb 2019 05:06:15 +0000</pubDate>
</item>
<item>
    <title>Makefile hierarchy: allow CC and CFLAGS to be overridden from the top</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/8f3fe2d1fda5/rvinterf/Makefile</link>
    <description><![CDATA[Makefile hierarchy: allow CC and CFLAGS to be overridden from the top]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 12 Feb 2019 00:20:50 +0000</pubDate>
</item>
<item>
    <title>rvinterf client refactoring: libinterf created</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/67d683a87b1d/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf client refactoring: libinterf created]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 27 Oct 2018 23:35:10 +0000</pubDate>
</item>
<item>
    <title>rvinterf/Makefile: rvtat added</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/dd5bab5156bf/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf/Makefile: rvtat added]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 04 Feb 2018 17:05:35 +0000</pubDate>
</item>
<item>
    <title>rvinterf/Makefile: install include files in /opt/freecalypso/include/rvinterf</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/a46a68500517/rvinterf/Makefile</link>
    <description><![CDATA[rvinterf/Makefile: install include files in /opt/freecalypso/include/rvinterf]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 20 May 2017 20:04:35 +0000</pubDate>
</item>
<item>
    <title>initial import from freecalypso-sw rev 1033:5ab737ac3ad7</title>
    <link>https://www.freecalypso.org/hg/freecalypso-tools/log/e7502631a0f9/rvinterf/Makefile</link>
    <description><![CDATA[initial import from freecalypso-sw rev 1033:5ab737ac3ad7]]></description>
    <author>&#77;&#121;&#99;&#104;&#97;&#101;&#108;&#97;&#32;&#70;&#97;&#108;&#99;&#111;&#110;&#105;&#97;&#32;&#60;&#102;&#97;&#108;&#99;&#111;&#110;&#64;&#102;&#114;&#101;&#101;&#99;&#97;&#108;&#121;&#112;&#115;&#111;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 11 Jun 2016 00:13:35 +0000</pubDate>
</item>

  </channel>
</rss>
