<?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>43d0313fbbddf48da55c5a9d61b14232a2b0ac89 - Feed more generated files to the clean target; joint work with naddy@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#43d0313fbbddf48da55c5a9d61b14232a2b0ac89</link>
        <description>Feed more generated files to the clean target; joint work with naddy@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 08 Feb 2024 20:28:53 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c7ef0cfc17afcba97172c25e1e3a943e893bc632 - Update ncurses and associated libraries (form, panel, menu) to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#c7ef0cfc17afcba97172c25e1e3a943e893bc632</link>
        <description>Update ncurses and associated libraries (form, panel, menu) to6.4-20230826 (from 5.7-20081102).Based on result from Thomas Dickey&apos;s ncu2openbsd script and thenmodified. Switches to the upstream tput. Major bump for the ncurseslibraries and for libedit and libreadline.Help from tb, millert.ok deraadt sthen

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 09:52:08 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>95ce957a8c64da4a3c2b12937e4548d5e2f3a79d - Also remove tbl files from CLEANFILES now they are not generated.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#95ce957a8c64da4a3c2b12937e4548d5e2f3a79d</link>
        <description>Also remove tbl files from CLEANFILES now they are not generated.

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Wed, 13 Feb 2019 15:10:40 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>463531391e852f68b86dc89a3d2a537171a16063 - Remove obsolete tbl suffix from ncurses man pages, no objections from</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#463531391e852f68b86dc89a3d2a537171a16063</link>
        <description>Remove obsolete tbl suffix from ncurses man pages, no objections frommillert.

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Wed, 13 Feb 2019 07:11:21 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@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/libcurses/Makefile#2b34b792e55b659a7168c780c629dee63188f9a4</link>
        <description>remove misc. depend and yacc nits that no longer matter.okay millert@

            List of files:
            /openbsd-src/lib/libcurses/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>2eaa2fe8e4c975f189b35b9684cb933b44b1d989 - mark files as BUILDFIRST, or write explicit dependencies, so that most</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/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/libcurses/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>d2182c64481038f0d2c6fb6079fe95885d28aaac - Include the legacy_coding(3) page which documents use_legacy_coding(),</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#d2182c64481038f0d2c6fb6079fe95885d28aaac</link>
        <description>Include the legacy_coding(3) page which documents use_legacy_coding(),probably missed at one update or another. Reported by Anthony Coulter,discussed with jmc.

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 17:24:20 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d46f7e051d3e787fbf4cf0fb6dca236f085cc9e7 - DEBUGLIBS has been broken since the gcc4 switch, so delete it.  CFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#d46f7e051d3e787fbf4cf0fb6dca236f085cc9e7</link>
        <description>DEBUGLIBS has been broken since the gcc4 switch, so delete it.  CFLAGScontains -g by default anywayproblem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)ok millert@ kettenis@ deraadt@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Mon, 04 Jul 2016 18:01:44 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7a078411e1493f89e0a5407101f1a143d25bf83f - Use &quot;cc -E&quot; instead of &quot;cpp&quot;.  OK deraadt@ natano@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#7a078411e1493f89e0a5407101f1a143d25bf83f</link>
        <description>Use &quot;cc -E&quot; instead of &quot;cpp&quot;.  OK deraadt@ natano@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 26 May 2016 21:24:16 +0000</pubDate>
        <dc:creator>millert &lt;millert@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/libcurses/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/libcurses/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>a41bf9967f084e9eac48f991e954155b18eaf7e2 - Instead of using our own custom BDB terminfo databases, use the ncurses</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#a41bf9967f084e9eac48f991e954155b18eaf7e2</link>
        <description>Instead of using our own custom BDB terminfo databases, use the ncursesfiles in /usr/share/terminfo/*. This removes a large difference fromupstream ncurses and other systems.ok millert

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 03 Dec 2015 11:29:55 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ae46b7bd889f2e322f62bad6e197e9285cf34b0e - the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#ae46b7bd889f2e322f62bad6e197e9285cf34b0e</link>
        <description>the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;spotted by nicm

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 12 Nov 2015 12:38:03 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>a9872cbcbdcbc9b82e7dd1e7ee10bd167f87e7bd - lynx has left the tree, and let&apos;s be honest noone will find these html</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#a9872cbcbdcbc9b82e7dd1e7ee10bd167f87e7bd</link>
        <description>lynx has left the tree, and let&apos;s be honest noone will find these htmlfiles in their installed system.  this extended documentation experienceis available better on the net using a browser installed with pkg_add.(also note that two of the subsystems involved in this issue are headingto the bit bucket sometime soon)

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Wed, 16 Jul 2014 10:35:48 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c9e9bb65c9c4207a6776cbeaaa25472c791752 - remove makefile hacks that are no longer needed with t1 t2: working properly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#b2c9e9bb65c9c4207a6776cbeaaa25472c791752</link>
        <description>remove makefile hacks that are no longer needed with t1 t2: working properlyokay krw@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Fri, 21 Dec 2012 08:50:27 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 - remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444</link>
        <description>remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.ok guenther@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 02 Aug 2012 13:38:38 +0000</pubDate>
        <dc:creator>okan &lt;okan@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>d9fb19d2759df5f0b1a2b15e4c748f8ba8b32bfa - switch to installing source manuals (base part)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#d9fb19d2759df5f0b1a2b15e4c748f8ba8b32bfa</link>
        <description>switch to installing source manuals (base part)discussed with lots of people, tested by naddy@,&quot;move fast&quot; deraadt@

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 23 Jun 2011 22:46:12 +0000</pubDate>
        <dc:creator>schwarze &lt;schwarze@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6bc6570d7fd20fe27f87e204c2ecf395c194fff8 - Enable wide character support in ncurses. It is built into libcurses,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#6bc6570d7fd20fe27f87e204c2ecf395c194fff8</link>
        <description>Enable wide character support in ncurses. It is built into libcurses,libform, libmenu, libpanel and each library is also linked to acorresponding &quot;w&quot; version.This is a major bump for all four libraries.Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyoneelse I&apos;ve forgotten for testing.ok naddy krw deraadt

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Mon, 06 Sep 2010 17:26:17 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>81d8c4e1e65ef590376b5b08744af794c42bd575 - Update to ncurses 5.7, with local changes reapplied.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#81d8c4e1e65ef590376b5b08744af794c42bd575</link>
        <description>Update to ncurses 5.7, with local changes reapplied.This is around eight years worth of changes (previously we were around ncurses5.2), too many to list - many bug fixes and also a few new functions.A major bump for libcurses, libpanel, libform and libmenu.ok deraadt

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Tue, 12 Jan 2010 23:21:58 +0000</pubDate>
        <dc:creator>nicm &lt;nicm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6fd00c1d254a054601d2ab8f8c2bedc42e752d2c - various MLINK fixes from Alan R. S. Bueno;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#6fd00c1d254a054601d2ab8f8c2bedc42e752d2c</link>
        <description>various MLINK fixes from Alan R. S. Bueno;

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Thu, 13 Aug 2009 19:54:58 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>6827a00a0c6fb6d6c2c6ab118cee61678ec4eccb - fix yacc/lex parallel file generation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/lib/libcurses/Makefile#6827a00a0c6fb6d6c2c6ab118cee61678ec4eccb</link>
        <description>fix yacc/lex parallel file generation

            List of files:
            /openbsd-src/lib/libcurses/Makefile</description>
        <pubDate>Sat, 24 Nov 2007 15:43:08 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
