<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7973f26a - libedit: Disable -Wuse-after-free for chartype.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#7973f26a</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Mon, 03 Oct 2022 23:10:43 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbc83e37 - ncurses: chase dependency changes in the source tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#cbc83e37</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b315a729 - sh(1): autocomplete commands</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#b315a729</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Sun, 28 Mar 2021 09:58:20 +0000</pubDate>
        <dc:creator>Piotr Pawel Stefaniak &lt;pstef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b7f1af8 - Bump shared library versions after ncurses bump in 13.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#0b7f1af8</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Tue, 02 Feb 2021 01:09:33 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81565700 - Update libedit to a snapshot from 2019-09-10</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#81565700</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 06:50:02 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ea268b6 - libedit: sort the Makefile in line with NetBSD&apos;s version.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#6ea268b6</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 22:38:23 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98fa04ef - libedit: raise the warning level to 3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#98fa04ef</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-14.2/lib/libedit/Makefile</description>
        <pubDate>Thu, 14 Sep 2017 19:50:07 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b4da8aa - When MAKEOBJDIRPREFIX points to a case-insensitive file system, the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#2b4da8aa</link>
        <description>When MAKEOBJDIRPREFIX points to a case-insensitive file system, thebuild can break when different source files create the same targetfiles (case-insensitivity speaking).  This is the case for objectfiles compiled with -fpic and shared libraries. The former usesan extension of &quot;.So&quot;, and the latter an extension &quot;.so&quot;.  Renameshared object files from *.So to *.pico to match what NetBSD does.See also r305855MFC after:	1 monthSponsored by:	Bracket ComputingDifferential Revision:	https://reviews.freebsd.org/D7906

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 15:11:27 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f37f0f1 - Revert r296175</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#1f37f0f1</link>
        <description>Revert r296175Undo update of libedit 2016-02-27Something in libedit appears to be causing breakage in lldb38.The changes are not generally huge but they are suficient toto justify reverting for now.Reported by:	novel, bapt

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Sun, 06 Mar 2016 21:32:54 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c389411c - Remove libc, librtld_db, libthr packages, and further increase</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#c389411c</link>
        <description>Remove libc, librtld_db, libthr packages, and further increasethe constraints on what needs to be installed in a specific tomaintain consistency during upgrades.Create a new clibs package containing libraries that are neededas a bare minimum for consistency.With much help and input from:	kibSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Fri, 05 Feb 2016 21:01:08 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1a66a97 - Synchronize libedit with NetBSD and activate UTF-8 support [1]</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#c1a66a97</link>
        <description>Synchronize libedit with NetBSD and activate UTF-8 support [1]Differences with NetBSDReapply our local patches on top of itFix Unicode environement detectionFix reading a line in unicode environment.It allows /bin/sh to works in UTF-8 envsDifferential Revision:	https://reviews.freebsd.org/D1455Reviewed by:	jilles, pfgObtained from:	NetBSD [1]MFC after:	1 monthRelnotes:	yes

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Fri, 09 Jan 2015 07:40:56 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4a1f025 - Sync some (mostly cosmetical) changes from NetBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#c4a1f025</link>
        <description>Sync some (mostly cosmetical) changes from NetBSDMakefile,v 1.37tc1.c v 1.3Rename TEST/test.c tc1.ccommon.c,v 1.23pass lint on _LP64.emacs.c,v 1.22pass lint on _LP64.filecomplete.h,v 1.8mv NetBSD ID back from 1.9 as we don&apos;thave the widecharacter support.prompt.c,v 1.14prompt.h,v 1.9term.h,v 1.20read.h,v 1.6Update NetBSD version stringssys.h,v 1.12Misc sun stuff.tty.c 1.31handle EINTR in the termios operationsAllow a single process to control multiple ttys (for pthreads using _REENTRANT)using multiple EditLine objects.pass lint on _LP64.Don&apos;t depend on side effects inside an assertMFC after:	1 weekObtained from:	NetBSD

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Thu, 10 Jul 2014 17:52:17 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2dea247f - libedit: Revert r247683 to fix buildworld.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#2dea247f</link>
        <description>libedit: Revert r247683 to fix buildworld.I think r247683 is wrong because libedit.so actually uses symbols fromlibcurses.so. Since it breaks the build, revert it now.

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Sun, 03 Mar 2013 14:42:15 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b62a022 - libedit does not need to be linked with ncurses</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libedit/Makefile#0b62a022</link>
        <description>libedit does not need to be linked with ncurseslibedit uses the terminfo headers but doesn&apos;t really needto be linked with ncurses.Discussed with:		christos@NetBSDMFC after;		3 days

            List of files:
            /freebsd-14.2/lib/libedit/Makefile</description>
        <pubDate>Sun, 03 Mar 2013 02:11:03 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
