<?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 makelist</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/makelist#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/makelist</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/makelist#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/makelist</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/makelist#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/makelist</description>
        <pubDate>Tue, 03 May 2016 11:19:30 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>fecdd507435369d018e101bbb05fcce2cab30b16 - delete unused -m option;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#fecdd507435369d018e101bbb05fcce2cab30b16</link>
        <description>delete unused -m option;ok martijn@also checked by Christian Heckendorf &lt;mbie at ulmus dot me&gt;

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Wed, 20 Apr 2016 02:36:25 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ddc81437857133802b1cf7d8d5bf0ff2198b602b - delete the &quot;private&quot; and &quot;public&quot; preprocessor macros, just use standard C;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#ddc81437857133802b1cf7d8d5bf0ff2198b602b</link>
        <description>delete the &quot;private&quot; and &quot;public&quot; preprocessor macros, just use standard C;OK martijn@

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Mon, 11 Apr 2016 21:17:29 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5c93237dc61741a77e4aedea71fcbacffe8f97ad - Move wrapper macros to the two files actually needing them:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#5c93237dc61741a77e4aedea71fcbacffe8f97ad</link>
        <description>Move wrapper macros to the two files actually needing them:FUNW, Strlen, Strdup, Strcmp, Strncmp, Strncpy, Strncat -&gt; history.cStrchr, tok_strdup -&gt; tokenizer.cFUN, TYPE, STR -&gt; both of these filesOK martijn@Also proofread by Christian Heckendorf &lt;mbie at ulmus dot me&gt;who reported some whitespace issues in parse.c.

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Mon, 11 Apr 2016 19:54:53 +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/makelist#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/makelist</description>
        <pubDate>Sat, 09 Apr 2016 19:31:55 +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/makelist#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/makelist</description>
        <pubDate>Sun, 20 Mar 2016 23:48:27 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5564fb9496c6db6caa72a9dcf75b20efbd24a525 - Cleanup of private header inclusion:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#5564fb9496c6db6caa72a9dcf75b20efbd24a525</link>
        <description>Cleanup of private header inclusion:1. Do not include private headers from &quot;chared.h&quot;, &quot;hist.h&quot;, &quot;prompt.h&quot;,&quot;refresh.h&quot;, &quot;search.h&quot;, &quot;sig.h&quot;, &quot;terminal.h&quot;, &quot;tty.h&quot;.The only private header having to include other private headers is &quot;el.h&quot;.2. Do not include &quot;common.h&quot;, &quot;parse.h&quot;, &quot;help.h&quot; from &quot;el.h&quot;,and do not include &quot;emacs.h&quot; and &quot;vi.h&quot; from &quot;chared.h&quot;,include them directly where needed.3. Do include &quot;fcns.h&quot; from &quot;el.h&quot; because el_func_t is needed for &quot;map.h&quot;.4. Do not include private headers again that are already included by &quot;el.h&quot;.5. Include private headers after standard headers.OK czarkoff@

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Sun, 20 Mar 2016 22:57:59 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b2589f0b3286bc81be0a2044650199e8c9df0b5c - Delete the useless Int datatype and always use the standard wint_t</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#b2589f0b3286bc81be0a2044650199e8c9df0b5c</link>
        <description>Delete the useless Int datatype and always use the standard wint_tdirectly.  This is not a problem because &lt;wchar_t&gt; is required allover the place anyway, even when WIDECHAR is not defined.No functional change except that it fixes a few printf(3)format string issues, %c vs. %lc.OK czarkoff@

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Sun, 20 Mar 2016 20:35:38 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>aed0ee816f9603cf0d46fe3815ceb6bec2411556 - Update libedit to bring it into sync with the latest version from NetBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#aed0ee816f9603cf0d46fe3815ceb6bec2411556</link>
        <description>Update libedit to bring it into sync with the latest version from NetBSD.ok deraadt

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Wed, 30 Jun 2010 00:05:35 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>871d27acb9d6cf4e5ec106238658443ca1779310 - a few leftovers from yesterday&apos;s SCCS/RCS-ID removal;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#871d27acb9d6cf4e5ec106238658443ca1779310</link>
        <description>a few leftovers from yesterday&apos;s SCCS/RCS-ID removal;survived a full make build on i386;&quot;sure&quot; deraadt@

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Wed, 28 Oct 2009 23:22:45 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>5c0d7bc897ca6a70b7df9cf559eb53accf4e2875 - advertising clauses that can be dropped</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#5c0d7bc897ca6a70b7df9cf559eb53accf4e2875</link>
        <description>advertising clauses that can be dropped

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Mon, 08 Jan 2007 19:39:25 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d484b7d03ace7dfad66bf1845501ed21cdb16b83 - Update to NetBSD libedit (from Oct 1, 2003), adding some string</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#d484b7d03ace7dfad66bf1845501ed21cdb16b83</link>
        <description>Update to NetBSD libedit (from Oct 1, 2003), adding some stringcleaning and history bug fixes. The code includes GNU libreadlinefunctionality, but the corresponding header files are not installed,since some libreadline functions are missing. There are some minor APIchanges, notably:old: EditLine *el_init(const char *, FILE *, FILE *);new: EditLine *el_init(const char *, FILE *, FILE *, FILE *);old: HistEvent *history(History *h, int op, ...);new: int history(History *h, HistEvent *ev, int op, ...); plus somechanges in operation names. See editline(3) for details.Tested by djm@, mouring@, jmc@.ok deraadt@

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Fri, 31 Oct 2003 08:42:23 +0000</pubDate>
        <dc:creator>otto &lt;otto@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6580fee3295c971a919cc04bfc3598c5f8bcd2b1 - Remove the advertising clause in the UCB license which Berkeley</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#6580fee3295c971a919cc04bfc3598c5f8bcd2b1</link>
        <description>Remove the advertising clause in the UCB license which Berkeleyrescinded 22 July 1999.  Proofed by myself and Theo.

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Mon, 02 Jun 2003 20:18:29 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c72b5b24e14c03dd8b22104fbae0d3921fa2aa37 - Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#c72b5b24e14c03dd8b22104fbae0d3921fa2aa37</link>
        <description>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Sat, 16 Feb 2002 21:27:05 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f840f2e03161959464cb6780a9277e9b7dc20d1a - fix el_source() - a block needed braces around it (from NetBSD)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#f840f2e03161959464cb6780a9277e9b7dc20d1a</link>
        <description>fix el_source() - a block needed braces around it (from NetBSD)Some strcpy() -&gt; strncpy (from NetBSD)Some KNFAdd current NetBSD tags

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Fri, 14 Mar 1997 05:12:41 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>babb851a03da708c23432c3b0e2db2e2d63a0ef9 - Merge in NetBSD libedit changes and new man pages.  Also fix some</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#babb851a03da708c23432c3b0e2db2e2d63a0ef9</link>
        <description>Merge in NetBSD libedit changes and new man pages.  Also fix somestrncpy() usage in their code.  NetBSD change log was:    * add a man page for the editline routines    * add a man page describing editrc    * fix bugs in el_parse():      * didn&apos;t execute command when program name matched (test reversed)      * was checking against empty string instead of program name      * after checks, command to run also pointed to empty string    * document ^char and \ escape sequences    * when parsing ^char control chars, check the correct char when determining      validity (previously, ^char was a NOP interpreted as the literal string      because of this bug)    * Implement CC_REDISPLAY, which (unlike CC_REFRESH) redraws the entire input    * line (a la ^R). This is useful if the binding outputs information and    * mucks up the input line. To be used in ``list-choices&apos;&apos; bindings (refer    * to the ^D binding in csh when filec is set)

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Thu, 16 Jan 1997 05:18:27 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>df930be708d50e9715f173caa26ffe1b7599b157 - initial import of NetBSD tree</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libedit/makelist#df930be708d50e9715f173caa26ffe1b7599b157</link>
        <description>initial import of NetBSD tree

            List of files:
            /openbsd-src/lib/libedit/makelist</description>
        <pubDate>Wed, 18 Oct 1995 08:37:01 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
