<?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>21b29207 - sh(1): autocomplete commands</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libedit/Makefile#21b29207</link>
        <description>sh(1): autocomplete commands(cherry picked from commit b315a7296d2a69883c483d79dfcb3860a0428f21)

            List of files:
            /freebsd-13.1/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>6e1fe6d2 - Bump shared library versions after ncurses bump in 13.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libedit/Makefile#6e1fe6d2</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.(cherry picked from commit 0b7f1af804f06a285717b490bef80e24648adcbe)

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/lib/libedit/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/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-13.1/lib/libedit/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/lib/libedit/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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>
<item>
        <title>96535454 - libedit: Add basic filename completion code from NetBSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libedit/Makefile#96535454</link>
        <description>libedit: Add basic filename completion code from NetBSD.This will be used to provide filename completion in sh(1).Changes from the NetBSD code:* wide character support disabled, as in the rest of libedit* config.h and related portability stuff reduced/disabled, as in the rest  of libeditSubmitted by:	Guy YurObtained from:	NetBSD

            List of files:
            /freebsd-13.1/lib/libedit/Makefile</description>
        <pubDate>Sun, 13 Jun 2010 17:04:42 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libedit/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-13.1/lib/libedit/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libedit/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-13.1/lib/libedit/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
