<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>031e711647c3edc3021c1029496d6798a632697e - packages: Install development manpages in the -dev package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#031e711647c3edc3021c1029496d6798a632697e</link>
        <description>packages: Install development manpages in the -dev packageAdd a new per-group SUBPACKAGE option to bsd.man.mk.  When MANSPLITPKGis enabled, this is forced to &quot;-man&quot;, otherwise it defaults to emptybut can be overridden by the caller.Use this in bsd.lib.mk to install library manpages in the -dev packageinstead of the base package.  This is nearly always preferable, sincelibrary manpages are usually in section 2 or 3 and are only relevantto people with development packages installed.For manpages which should be installed in the base package even forlibraries, add a new MANNODEV group in bsd.lib.mk.  Update existingMakefiles to use this where appropriate.MFC after:	3 daysDiscussed with:	olceReviewed by:	olceSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52832

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Sat, 25 Oct 2025 19:33:04 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e4e12ae64b3e0377984d22610a6b3d6ccd6cee6 - pkgbase: move libedit into the -runtime package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#5e4e12ae64b3e0377984d22610a6b3d6ccd6cee6</link>
        <description>pkgbase: move libedit into the -runtime packagelibedit isn&apos;t as foundational as the rest of -clibs, but various bitsof -runtime do need it.  Give it a new home over in -runtime.This also fixes the libedit build to group the readline bits into thesame package as the libedit that implements them.Reviewed by:	ivyMFC after:	2 days (pkgbase movement)Differential Revision:	https://reviews.freebsd.org/D52787

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 14:21:34 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebda367c4d477ddb486f4f33b9ee1de1e3a001f1 - libedit: Reset WARNS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#ebda367c4d477ddb486f4f33b9ee1de1e3a001f1</link>
        <description>libedit: Reset WARNSAfter the recent import, explicit set of WARNS=3 is not needed.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Wed, 21 Jun 2023 13:17:32 +0200</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc36d6f9bb1753f3808552f3afd30eda9a7b206a - lib: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#dc36d6f9bb1753f3808552f3afd30eda9a7b206a</link>
        <description>lib: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7973f26ad6f98e6da3e2bb07a1015270c0d16c43 - libedit: Disable -Wuse-after-free for chartype.c.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#7973f26ad6f98e6da3e2bb07a1015270c0d16c43</link>
        <description>libedit: Disable -Wuse-after-free for chartype.c.GCC 12 thinks ct_visual_string can reuse a pointer after it has beenreallocated, but in this case the warning appears false.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D36820

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Tue, 04 Oct 2022 01:10:43 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 - ncurses: chase dependency changes in the source tree</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 03:52:46 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b315a7296d2a69883c483d79dfcb3860a0428f21 - sh(1): autocomplete commands</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#b315a7296d2a69883c483d79dfcb3860a0428f21</link>
        <description>sh(1): autocomplete commandsWithout this patch, sh can autocomplete file names but not commands from$PATH. Use libedit&apos;s facility to execute custom function for autocomplete,but yield to the library&apos;s standard autocomplete function when cursor isnot at position 0.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D29361

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Sun, 28 Mar 2021 11:58:20 +0200</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b7f1af804f06a285717b490bef80e24648adcbe - Bump shared library versions after ncurses bump in 13.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#0b7f1af804f06a285717b490bef80e24648adcbe</link>
        <description>Bump shared library versions after ncurses bump in 13.A few shared libraries in the base system link against ncurses.  Anupgrade from a 12.x host to 13 results in ABI breakage for existingbinaries since the newer versions of these libraries link against thenewer ncurses while the binary itself links against the older ncurses.For example, dialog4ports built on 12.x sometimes crashes on 13 sinceit depends on libdialog which links against ncurses internally.MFC after:	3 daysReviewed by:	kib, delphijDifferential Revision:	https://reviews.freebsd.org/D28448

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Tue, 02 Feb 2021 02:09:33 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61c1328eb016476ee7ff5ad65d8224bb43e572db - Merge ^/head r352105 through r352307.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#61c1328eb016476ee7ff5ad65d8224bb43e572db</link>
        <description>Merge ^/head r352105 through r352307.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 23:15:01 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8156570000617c7545fcbad43189d59935b908be - Update libedit to a snapshot from 2019-09-10</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#8156570000617c7545fcbad43189d59935b908be</link>
        <description>Update libedit to a snapshot from 2019-09-10This version bring many fixes regarding unicode supportIt also adds proper support for filename completion (we do not need our custompatches anymore)Improves the libreadline compatibilityNote that the same work was done by Yuichiro Naito inhttps://reviews.freebsd.org/D21196 the main difference is in this case we havereimported libedit in contrib to fix a long standing mess in the previous mergeswhich prevented a proper update workflow. (discussed long ago with pfg@)The only difference with upstream libedit is we have added a compatibility shimfor the _elf_fn_sh_complete function which we previously added to support quotingin filename completion and is not needed anymore.This was added to continue supported old /bin/sh binaries and not break backwardcompatibility (as discussed with jilles@)Reviewed by:	Yuichiro Naito &lt;naito.yuichiro_gmail.com&gt;MFC after:	3 weeksDifferential Revision:	https://reviews.freebsd.org/D21584

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 08:50:02 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ea268b652102d451a1ff35988b774bf4b5a6e1f - libedit: sort the Makefile in line with NetBSD&apos;s version.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#6ea268b652102d451a1ff35988b774bf4b5a6e1f</link>
        <description>libedit: sort the Makefile in line with NetBSD&apos;s version.NetBSD&apos;s libedit has been been cleaned-up considerably so thenon--widecharacter version is no longer an option. Re -sorting theMakefile should make it easier for some brave soul trying to update it.No functional change intended.MFC after:	5 days

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 23:38:23 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fcbcc2d7435d069fa203edfc910c518cd1c6a2f - MFhead@r323635</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#8fcbcc2d7435d069fa203edfc910c518cd1c6a2f</link>
        <description>MFhead@r323635

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Sat, 16 Sep 2017 05:54:20 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98fa04efedc41a02293dd9fe6434f33870a16974 - libedit: raise the warning level to 3.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#98fa04efedc41a02293dd9fe6434f33870a16974</link>
        <description>libedit: raise the warning level to 3.NetBSD has the warning level to 5 but that actually triggers -Wcast-qual.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Thu, 14 Sep 2017 21:50:07 +0200</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71fe94fdb1b0e6a965dd44f99acd556463a1d34a - Merge ^/head r312968 through r313054.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#71fe94fdb1b0e6a965dd44f99acd556463a1d34a</link>
        <description>Merge ^/head r312968 through r313054.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Wed, 01 Feb 2017 22:21:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>678bbc14b25b657d63c91fa9a4bd3068bf100bfa - MFV 312999:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#678bbc14b25b657d63c91fa9a4bd3068bf100bfa</link>
        <description>MFV 312999:Update libedit 2016-03-21Minor cleanups plus some license syncing.Obtained from:	NetBSDX-MFC with:	r312997

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Tue, 31 Jan 2017 00:00:51 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>450aba5b34d82f38f995ef6ed3821466ddfda939 - MFV r312996:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#450aba5b34d82f38f995ef6ed3821466ddfda939</link>
        <description>MFV r312996:Re-import libedit 2016-02-27This reverts r296435: the issues related to lldb and this update appear tohave been identified (in lldb).Obtained from:	NetBSDReported by:	emasteMFC after:	3 weeks

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Mon, 30 Jan 2017 23:11:53 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4282b370bd66908b45b6a223226a9fc2b69d57 - Merge ^/head r305892 through r306302.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libedit/Makefile#8c4282b370bd66908b45b6a223226a9fc2b69d57</link>
        <description>Merge ^/head r305892 through r306302.

            List of files:
            /freebsd/lib/libedit/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 22:58:59 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
