<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/bin/csh/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>introduce a couple of new turn-off-gcc-warning variables and use them.<br/><br/>GCC 14 has a new annoying calloc() checker that we turn off in a bunch<br/>of places, and there are a few more dangling-pointer issuse that come up,<br/>but seem bogus.</title>
    <description>/src/bin/csh/Makefile - 1.43</description>
    <pubDate>Thu Sep 18 03:35:59 UTC 2025</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.42.2;<br/>use SUBDIR.roff suggested by uwe@</title>
    <description>/src/bin/csh/Makefile - 1.42</description>
    <pubDate>Sun Jun 10 17:55:11 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.41.22;<br/>remove .if make(install)<br/>these are seriously bad juju</title>
    <description>/src/bin/csh/Makefile - 1.41</description>
    <pubDate>Sat Jul 05 23:12:33 UTC 2014</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>remove the build support for GCC 4.1, and any hacks i found for it.<br/><br/>there could still be more -- i only looked for lines matching<br/>both "HAVE_GCC" and "4" as words (grep -w.)</title>
    <description>/src/bin/csh/Makefile - 1.40</description>
    <pubDate>Fri Jun 13 01:17:45 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.39.4;<br/>WARNS=6 [-Wconversion]</title>
    <description>/src/bin/csh/Makefile - 1.39</description>
    <pubDate>Tue Jul 16 17:47:43 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>When using -ledit, also use -lterminfo, to allow static linking.</title>
    <description>/src/bin/csh/Makefile - 1.38</description>
    <pubDate>Fri Jan 25 19:07:14 UTC 2013</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Obey SMALLPROG and don't enable the editor</title>
    <description>/src/bin/csh/Makefile - 1.37</description>
    <pubDate>Fri Jan 25 14:20:57 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>make history kind of work :-), turn libedit support on.</title>
    <description>/src/bin/csh/Makefile - 1.36</description>
    <pubDate>Wed Jan 23 16:39:03 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>fix compilation without -DEDIT</title>
    <description>/src/bin/csh/Makefile - 1.35</description>
    <pubDate>Tue Jan 22 22:40:31 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add a little libedit front end. Could be used as someone's pet project to<br/>learn how to program. It is not enabled in the Makefile, and it states why<br/>there.</title>
    <description>/src/bin/csh/Makefile - 1.34</description>
    <pubDate>Tue Jan 22 20:35:29 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.33.2;  1.33.8;<br/>use strpct(3) from libutil.</title>
    <description>/src/bin/csh/Makefile - 1.33</description>
    <pubDate>Sun Aug 28 07:49:16 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Uses non-literal format strings in err.c</title>
    <description>/src/bin/csh/Makefile - 1.32</description>
    <pubDate>Thu Aug 25 15:44:51 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Document non-literal formats</title>
    <description>/src/bin/csh/Makefile - 1.31</description>
    <pubDate>Sun Aug 14 10:53:16 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>add a comment to confirm a workaround as only being a GCC 4.1 issue.</title>
    <description>/src/bin/csh/Makefile - 1.30</description>
    <pubDate>Fri Jul 01 03:58:10 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Use ${TOOL_SED} instead if plain sed in Makefiles.</title>
    <description>/src/bin/csh/Makefile - 1.29</description>
    <pubDate>Sat Oct 25 22:27:34 UTC 2008</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
    <description>/src/bin/csh/Makefile - 1.28</description>
    <pubDate>Fri Aug 29 00:02:21 UTC 2008</pubDate>
    <dc:creator>gmcgarry</dc:creator>
</item>

<item>
    <title>branches:  1.27.20;<br/>apply a little -O0 with GCC4 and vax...</title>
    <description>/src/bin/csh/Makefile - 1.27</description>
    <pubDate>Sat Jul 01 05:54:35 UTC 2006</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Rework how MAKEVERBOSE operates:<br/><br/>    *	Don't bother prefixing commands with a line of  ${_MKCMD}\<br/>	and instead rely upon "make -s".  This is less intrusive on<br/>	all the Makefiles than the former.  Idea from David Laight.<br/><br/>    *	Rename the variables use to print messages.  The scheme now is:<br/>	    _MKMSG_FOO		Run  _MKMSG 'foo'<br/>	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}<br/>	From discussion with Alistair Crooks.</title>
    <description>/src/bin/csh/Makefile - 1.26</description>
    <pubDate>Tue Oct 21 10:01:19 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>rework to use the newer _MKMSGCREATE (et al) macros</title>
    <description>/src/bin/csh/Makefile - 1.25</description>
    <pubDate>Sun Oct 19 04:45:01 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>support MAKEVERBOSE</title>
    <description>/src/bin/csh/Makefile - 1.24</description>
    <pubDate>Sun Oct 19 00:14:16 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

