<?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>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>03675fcefd4b5842f217a2ba2826b8e7614de627 - Revert CC_WNO_USE_AFTER_FREE from Makefile&apos;s (thanks uwe@)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#03675fcefd4b5842f217a2ba2826b8e7614de627</link>
        <description>Revert CC_WNO_USE_AFTER_FREE from Makefile&apos;s (thanks uwe@)

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 14:56:36 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91f8ac6d30a740fa9dadd96ae598a636f4d66f09 - Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#91f8ac6d30a740fa9dadd96ae598a636f4d66f09</link>
        <description>Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12All of them are blamed for idiom equivalent to:	newbuf = realloc(buf, size);	p = newbuf + (p - buf);

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 13:36:08 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c093f0b69f52dba64f721467ec7c64869a41e24f - install pkg-config file for libedit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#c093f0b69f52dba64f721467ec7c64869a41e24f</link>
        <description>install pkg-config file for libeditversion number matches portable libedit--cflags output matches portable libedit, since users probably want thereadline interface

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 20 Jun 2023 23:09:13 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3112e6cea44376042d3c584ac999c44fd85e6c9 - Allow wide characters (properly encoded as byte strings according to LC_CTYPE)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#e3112e6cea44376042d3c584ac999c44fd85e6c9</link>
        <description>Allow wide characters (properly encoded as byte strings according to LC_CTYPE)to be (perhaps part of) the &quot;invisible&quot; characters in a prompt, or therequired prompt character which follows the literal sequence (this charactermust be one with a printing column width &gt;= 1).  The literal indicatorcharacter (which is just a marker, and not printed anywhere) (the PSlitparameter in sh(1)) can also be a wide char (passed to libedit as a wchar_t,encoded as that by sh(1) or other applications that support this.)Note: this has currently only been tested with everything ascii (C locale).

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Fri, 30 Jun 2017 20:26:52 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9abf018ddabce38ad1f34d115689cc80aa6fa08b - add literal escape sequence support, patterned after the tcsh ones.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#9abf018ddabce38ad1f34d115689cc80aa6fa08b</link>
        <description>add literal escape sequence support, patterned after the tcsh ones.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 27 Jun 2017 23:25:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6eacc2dbd26cc507db3817f46f4d96645ad42e5b - remove debug read (Ingo Schwarze)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#6eacc2dbd26cc507db3817f46f4d96645ad42e5b</link>
        <description>remove debug read (Ingo Schwarze)

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 24 May 2016 17:42:54 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>137ae6aea45402062a59a1bcc1c08ac387e95e08 - Instead of compiling all the source files together in one big file, use</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#137ae6aea45402062a59a1bcc1c08ac387e95e08</link>
        <description>Instead of compiling all the source files together in one big file, useprotected visibility to achieve the same effect.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 09 May 2016 21:38:27 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c1df7604566251aea8afc04a56fa1a6d3b38685 - Add missing backslash that broke build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#7c1df7604566251aea8afc04a56fa1a6d3b38685</link>
        <description>Add missing backslash that broke build.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 02 May 2016 14:12:09 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f3aa6bd068ae672c6a4891361cdf8f9b8b223a4 - Add more MLINKS, sort</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#2f3aa6bd068ae672c6a4891361cdf8f9b8b223a4</link>
        <description>Add more MLINKS, sort

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 02 May 2016 13:01:34 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>067b3315ea6a3e7cdededad10dab815952802732 - new man page from Ingo Schwarze.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#067b3315ea6a3e7cdededad10dab815952802732</link>
        <description>new man page from Ingo Schwarze.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Thu, 28 Apr 2016 15:50:33 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4fc1f47d56d59bcfe23251959db564f820f3648f - From Ingo Schwarze:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#4fc1f47d56d59bcfe23251959db564f820f3648f</link>
        <description>From Ingo Schwarze: * Replace fcns.c by a shorter and simpler func.h   and include it only in the one file needing it, map.c. * Combine help.h and help.c into a simplified help.h   and include it only in the one file needing it, map.c. * Check the very simple, static files editline.c, historyn.c, and   tokenizern.c into CVS rather than needlessly generating them. * So we no longer autogenerate any C files.  :-) * Shorten and simplify makelist by deleting the options -n, -e, -bc,   and -m; the latter was unused and useless in the first place. * Move the declaration of el_func_t from fcns.h to the header   actually needing it, map.h.  Since that header is already   included by el.h for unrelated reasons, that makes el_func_t   just as globally available as before. * No longer include the simplified fcns.h into el.h,   include it directly into the *.c files needing it.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 18 Apr 2016 17:01:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e541d85cab4a96d4a128ff3172c93b6e33157fe - Start removing the WIDECHAR ifdefs; building without it has stopped working</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#4e541d85cab4a96d4a128ff3172c93b6e33157fe</link>
        <description>Start removing the WIDECHAR ifdefs; building without it has stopped workinganyway. (Ingo Schwarze)

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 23 Mar 2016 22:27:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d784c57539fb0800a1766728686463bce5eb199d - PR/50880: David Binderman: Remove redundant code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#d784c57539fb0800a1766728686463bce5eb199d</link>
        <description>PR/50880: David Binderman: Remove redundant code.While here, fix all debugging formats.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 02 Mar 2016 19:24:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ba8c71b0dc47998ce05debf7b03ff2049732d22 - Get split el_getc and el_wgetc completely and call el_wgetc internally.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#7ba8c71b0dc47998ce05debf7b03ff2049732d22</link>
        <description>Get split el_getc and el_wgetc completely and call el_wgetc internally.Change some character constants to they wide versions. (Ingo Schwarze)

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 24 Feb 2016 14:25:38 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22383670cc39c25757416d042203072dd673ab00 - whitespace and header sorting changes (Ingo Schwarze). No functional changes.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#22383670cc39c25757416d042203072dd673ab00</link>
        <description>whitespace and header sorting changes (Ingo Schwarze). No functional changes.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 17 Feb 2016 19:47:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5e00695c3e83ebef6ebe1d87a5d2f68479d581f - Disable -Wcast-qual for clang for now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#d5e00695c3e83ebef6ebe1d87a5d2f68479d581f</link>
        <description>Disable -Wcast-qual for clang for now.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Thu, 29 Jan 2015 20:30:02 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac641cb90663920dd1cefa7018ad9ceb26be0e43 - remove remaining makefile support for GCC &lt; 45 that i found.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#ac641cb90663920dd1cefa7018ad9ceb26be0e43</link>
        <description>remove remaining makefile support for GCC &lt; 45 that i found.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Sat, 14 Jun 2014 20:49:36 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e16a720f89729f0177d879c0da8eda3f6e997b6b - Don&apos;t depend on HAVE_GCC being always defined.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libedit/Makefile#e16a720f89729f0177d879c0da8eda3f6e997b6b</link>
        <description>Don&apos;t depend on HAVE_GCC being always defined.

            List of files:
            /netbsd-src/lib/libedit/Makefile</description>
        <pubDate>Fri, 10 Aug 2012 12:20:10 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
