<?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>ec6ecd8a570a22f0beb913e5159081d1dba0241e - Fix the inter-library dependency for libedit and libreadline.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#ec6ecd8a570a22f0beb913e5159081d1dba0241e</link>
        <description>Fix the inter-library dependency for libedit and libreadline.Previously they tried to depend on libtermcap which actually doesn&apos;texist in the objdir.ok jca

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 01:54:00 +0000</pubDate>
        <dc:creator>yasuoka &lt;yasuoka@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b5769cf657399de4547d7e4bd1882c9ad226a9f2 - Record an inter-library dependency on libcurses in libedit and libreadline,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#b5769cf657399de4547d7e4bd1882c9ad226a9f2</link>
        <description>Record an inter-library dependency on libcurses in libedit and libreadline,avoiding runtime failures on architectures using ld.lld. Also add a note tolibcurses shlib_version reminding about bumps (as done with libcrypto/libssl).Thanks guenther@ for suggestions of tests involving library bumps and jca@for doing these tests and hint about DPADD.Looks good kettenis@, ok jca@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 20:43:48 +0000</pubDate>
        <dc:creator>sthen &lt;sthen@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d96a07ced1b9502d9fe788ed360150fe34c3f9e9 - remove the remaining references to .depend files since nothing creates them</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#d96a07ced1b9502d9fe788ed360150fe34c3f9e9</link>
        <description>remove the remaining references to .depend files since nothing creates themany longer; ok espie@ deraadt@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 17 Oct 2017 19:31:56 +0000</pubDate>
        <dc:creator>naddy &lt;naddy@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2b34b792e55b659a7168c780c629dee63188f9a4 - remove misc. depend and yacc nits that no longer matter.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#2b34b792e55b659a7168c780c629dee63188f9a4</link>
        <description>remove misc. depend and yacc nits that no longer matter.okay millert@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 10 Jul 2017 21:30:37 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>1e1db3e52cc12ee33922385d32e703187ee6ad55 - Generate source and header files for regress on demand.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#1e1db3e52cc12ee33922385d32e703187ee6ad55</link>
        <description>Generate source and header files for regress on demand.OK espie@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 03 Jul 2017 18:19:55 +0000</pubDate>
        <dc:creator>bluhm &lt;bluhm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2eaa2fe8e4c975f189b35b9684cb933b44b1d989 - mark files as BUILDFIRST, or write explicit dependencies, so that most</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#2eaa2fe8e4c975f189b35b9684cb933b44b1d989</link>
        <description>mark files as BUILDFIRST, or write explicit dependencies, so that mostprograms will build even without a make depend first.okay tb@ millert@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Fri, 16 Jun 2017 10:25:54 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>92d0105e7951cdeb3e4076e5a051e254a684cc34 - Remove debugging ifdefs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#92d0105e7951cdeb3e4076e5a051e254a684cc34</link>
        <description>Remove debugging ifdefs.I&apos;m debugging the read module for weeks now,but these ifdefs aren&apos;t helpful.OK cpp(1).

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 24 May 2016 18:06:30 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>53766283ce12196a597935c8809e1c03b54ac913 - Enable separate compilation while keeping internal interfaces hidden.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#53766283ce12196a597935c8809e1c03b54ac913</link>
        <description>Enable separate compilation while keeping internal interfaces hidden.Simplifies the build system and prevents modulesfrom stomping on each other&apos;s static symbols.Based on a hint from guenther@,using feedback from kettenis@ and deraadt@.

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 10 May 2016 11:53:54 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>13e01c7add293760b137f79ec359a58715043708 - Replace the generated file &quot;fcns.c&quot; by a simpler header &quot;func.h&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#13e01c7add293760b137f79ec359a58715043708</link>
        <description>Replace the generated file &quot;fcns.c&quot; by a simpler header &quot;func.h&quot;included only in the one file needing it, &quot;map.c&quot;.That allows to define el_action_t directly in &quot;map.h&quot;,which in turn allows to stop including &quot;fcns.h&quot; from &quot;el.h&quot;and include it only in the modules needing it.Now we no longer autogenerate any C files.Feedback and OK martijn@.First version also proofread by Christian Heckendorf &lt;mbie at ulmus dot me&gt;.

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Fri, 06 May 2016 13:12:52 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2053e2812db9a964d2de39e8b0db96ad84b004ca - Combine help.h and help.c into a simplified help.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#2053e2812db9a964d2de39e8b0db96ad84b004ca</link>
        <description>Combine help.h and help.c into a simplified help.hand include it only in the one file needing it, map.c.Also delete makelist -bc.OK martijn@, also proofread by Christian Heckendorf &lt;mbie at ulmus dot me&gt;

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 03 May 2016 11:36:17 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>933c3038f3ad18b6b624b7070a5b709435d859ab - The files editline.c, historyn.c, and tokenizern.c are completely</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#933c3038f3ad18b6b624b7070a5b709435d859ab</link>
        <description>The files editline.c, historyn.c, and tokenizern.c are completelyconstant and very short and simple.  Check them into CVS ratherthan generating them at build time in a complicated way.OK martijn@, also proofread by Christian Heckendorf &lt;mbie at ulmus dot me&gt;

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 03 May 2016 11:19:30 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>081fbbfb3ef442b46575071131a98384c5237b62 - New editline(7) manual, explaining to end-users how line editing works</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#081fbbfb3ef442b46575071131a98384c5237b62</link>
        <description>New editline(7) manual, explaining to end-users how line editing worksin programs like ftp(1), sftp(1), bc(1), and cdio(1) that use libedit.The existing editrc(5) manual only explains customization, and theexisting editline(3) manual only explains the C language interface.Already listing all editor functions and all default key bindings, butin other respects, not 100% complete yet, and due to the sheer size,some bugs may have slipped, but all that can be fixed in the tree.OK and tweaks jmc@.Also seems reasonable to Christian Heckendorf &lt;mbie at ulmus dot me&gt;.

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 20 Apr 2016 01:11:45 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>59aed04376a049dfbbb13e1bb6d19f1aff4a2c6e - Always compile with WIDECHAR on and delete that preprocessor switch.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#59aed04376a049dfbbb13e1bb6d19f1aff4a2c6e</link>
        <description>Always compile with WIDECHAR on and delete that preprocessor switch.OK martijn@.Diff also proofread by Christian Heckendorf &lt;mbie at ulmus dot me&gt;.

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Sat, 09 Apr 2016 19:31:55 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>faa33665ab2c5a685369c10172c1a3d7555eb253 - for some time now mandoc has not required MLINKS to function</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#faa33665ab2c5a685369c10172c1a3d7555eb253</link>
        <description>for some time now mandoc has not required MLINKS to functioncorrectly - logically complete that now by removing MLINKS from base;authors need only to ensure there is an entry in NAME for any function/util being added. MLINKS will still work, and remain for perl to easeupgrades;ok nicm (curses) bcook (ssl)ok schwarze, who provided a lot of feedback and assistanceok tb natano jung

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Wed, 30 Mar 2016 06:38:40 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>30806f50c6fa5ee3b8be616b5b448f035a4ee104 - format string fixes in debug code;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#30806f50c6fa5ee3b8be616b5b448f035a4ee104</link>
        <description>format string fixes in debug code;committing right away because this code is not even compiled by default

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 11:32:18 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>df2a7d38ac6d7be674243167b8355d7145815c50 - Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#df2a7d38ac6d7be674243167b8355d7145815c50</link>
        <description>Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).Always use el_wgetc(3) internally.  In the !WIDECHAR case, castingthe result to (Char) is safe because the function returns a byterather than a character in that case.No functional change except for fixing a printf(3) format string issuewhen compiled with DEBUG_READ and WIDECHAR.OK czarkoff@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Mon, 21 Mar 2016 15:25:39 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7ccfa089d503f0f7c1c22435af04c237b0796118 - Cleanup of standard header inclusion:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#7ccfa089d503f0f7c1c22435af04c237b0796118</link>
        <description>Cleanup of standard header inclusion:1. Add the missing &lt;errno.h&gt; to sig.c.2. Do not include standard headers from private headers &quot;chared.h&quot;and &quot;el.h&quot;, include them directly where needed.3. Delete a few needless inclusions of &lt;ctype.h&gt;.4. Sort the standard headers.5. Delete _GNU_SOURCE weirdness from histedit.h, that file doesn&apos;t evenneed the access to wcsdup(3) mentioned in the comment.6. Delete some trailing blanks and blanks before tabs.OK czarkoff@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Sun, 20 Mar 2016 23:48:27 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4664509c03723e75fc1d0a3718a136ef2f778021 - Start synching with NetBSD:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#4664509c03723e75fc1d0a3718a136ef2f778021</link>
        <description>Start synching with NetBSD:Rename the files key.[hc] to keymacro.[hc] and term.[hc] to terminal.[hc].The change makes sense because &quot;term.h&quot; conflicts with &lt;term.h&gt;and the functions key_clear(), key_end(), and key_print() in &quot;key.h&quot;conflict with macros in &lt;term.h&gt;.No content change yet, no binary change in *.o after &quot;strip -d&quot;.This reduces the remaining diff from +4634 -3992 to +2640 -1998.OK czarkoff@, and mmcc@ agrees with the direction.

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Fri, 29 Jan 2016 17:23:21 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>23d9741601053dee84452e3f881fb054145f6061 - USE_SHLIBDIR is archaic</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#23d9741601053dee84452e3f881fb054145f6061</link>
        <description>USE_SHLIBDIR is archaic

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Thu, 09 Oct 2014 00:30:39 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ac9b4aacc1da35008afea06a5d23c2f2dea9b93e - remove lint leftovers; ok guenther@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/Makefile#ac9b4aacc1da35008afea06a5d23c2f2dea9b93e</link>
        <description>remove lint leftovers; ok guenther@

            List of files:
            /openbsd-src/lib/libedit/Makefile</description>
        <pubDate>Tue, 04 Sep 2012 03:10:42 +0000</pubDate>
        <dc:creator>okan &lt;okan@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
