<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>a3c80d85437c1dedb2e5a01dd9f05902643919e6 - Add clear-screen emacs editing command, currently not bound to a</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#a3c80d85437c1dedb2e5a01dd9f05902643919e6</link>
        <description>Add clear-screen emacs editing command, currently not bound to akey by default.  The shell will query the terminfo database tofind the escape sequence to clear the screen.  OK deraadt@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Mon, 18 Jun 2018 17:03:58 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4c503bcd167b6729aad0119682ffe516cb53bade - Bring back the sign compare changes, this time with a fix from otto@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#4c503bcd167b6729aad0119682ffe516cb53bade</link>
        <description>Bring back the sign compare changes, this time with a fix from otto@that fixes the issues seen on hppa.  OK deraadt@ otto@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Sat, 06 Jan 2018 16:28:58 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>60ccd8d7a34a3d85b3413cb70c31d6ecfa5ecb01 - Back out sign compare changes that appear to cause problems on hppa.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#60ccd8d7a34a3d85b3413cb70c31d6ecfa5ecb01</link>
        <description>Back out sign compare changes that appear to cause problems on hppa.Requested by deraadt@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Thu, 04 Jan 2018 19:06:16 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>43da03fc8bf9dde64430999420b963e9bcfd070b - Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#43da03fc8bf9dde64430999420b963e9bcfd070b</link>
        <description>Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.OK tb@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Mon, 01 Jan 2018 19:45:56 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>201e0776e68df3547d24a3790d166bbefd438756 - Add -Wshadow to Makefile and fix the resulting warnings.  Many of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#201e0776e68df3547d24a3790d166bbefd438756</link>
        <description>Add -Wshadow to Makefile and fix the resulting warnings.  Many ofthe warnings are due to the use of globals with generic names,specifically &quot;options&quot; and &quot;path&quot;.  I&apos;ve renamed &quot;options&quot; to&quot;sh_options&quot; since it holds the shell options and &quot;path&quot; to&quot;search_path&quot;.  OK jca@ tb@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Wed, 27 Dec 2017 13:02:57 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>818d8e5be48f05461a81b306a9f9b6df515dd86a - Disable ksh VI-editing mode on the install media.  We need the space</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#818d8e5be48f05461a81b306a9f9b6df515dd86a</link>
        <description>Disable ksh VI-editing mode on the install media.  We need the spacesavings.

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Tue, 01 Aug 2017 14:30:05 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@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/source/history/openbsd-src/bin/ksh/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/bin/ksh/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>e7f2b2b8de2be7cf31850b5d47ec8f7133042b16 - remove CSRG BSD-licensed mknod builtin code which was previously used to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#e7f2b2b8de2be7cf31850b5d47ec8f7133042b16</link>
        <description>remove CSRG BSD-licensed mknod builtin code which was previously used toaccelerate install/upgrade time MAKEDEV runs.  That allows ramdisk kshto be pledged, without needing &quot;dpath&quot;.  We&apos;ll solve the performance issuesa different way (soon).ok otto espie natano tb tobiasu rpe

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Fri, 04 Mar 2016 15:11:06 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f41c49da09e3fc4982ccaa5d9e2bbd58b0d93f03 - Fix typo in comment. From Theo Buehler.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#f41c49da09e3fc4982ccaa5d9e2bbd58b0d93f03</link>
        <description>Fix typo in comment. From Theo Buehler.

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Thu, 22 Oct 2015 02:29:20 +0000</pubDate>
        <dc:creator>mmcc &lt;mmcc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f42d00b36b30fd4f1f3d103a13b7ddb9c1e4e545 - ksh can run with pledge &quot;stdio rpath wpath cpath getpw fattr proc exec tty&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#f42d00b36b30fd4f1f3d103a13b7ddb9c1e4e545</link>
        <description>ksh can run with pledge &quot;stdio rpath wpath cpath getpw fattr proc exec tty&quot;if the mknod builtin is disabled.  It looks like a lot of abilities, buthey, this is a shell.  can&apos;t open sockets or do other nasty stuff though.(we&apos;ll leave the mknod builtin enabled on the install media for now; thereis work happening to regain the MAKEDEV performance in a different way)discussions with otto &amp; millert in particular

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Sat, 10 Oct 2015 00:10:07 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>40be357abb8c6326b51736ed6ceb25e8c26785ca - Move ksh test files into regressMove ksh test files into regressMove ksh test files into regress.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#40be357abb8c6326b51736ed6ceb25e8c26785ca</link>
        <description>Move ksh test files into regressMove ksh test files into regressMove ksh test files into regress.

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Mon, 02 Dec 2013 20:41:01 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c250457e12c4923137c641bc44ce6cc6aa602f7b - generalise ksh keybinding system - bindings are no longer limited in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#c250457e12c4923137c641bc44ce6cc6aa602f7b</link>
        <description>generalise ksh keybinding system - bindings are no longer limited inlength and need not start with ESC or ^X; patch from marco@ feedback mpi@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Mon, 30 Apr 2012 03:51:29 +0000</pubDate>
        <dc:creator>djm &lt;djm@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>28281dc3d27cc88c246ae1e47838037d82098801 - Add POSIX character class support ([:alpha:] and friends) to ksh globbing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#28281dc3d27cc88c246ae1e47838037d82098801</link>
        <description>Add POSIX character class support ([:alpha:] and friends) to ksh globbing.OK deraadt@ krw@ jmc@ sobrado@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Tue, 03 Mar 2009 20:01:01 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c9da0baff40a28b3a765efe8b93ee2ec4241b457 - Remove ulimit MLINK, it is a shell built-in.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#c9da0baff40a28b3a765efe8b93ee2ec4241b457</link>
        <description>Remove ulimit MLINK, it is a shell built-in.

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Sat, 12 Jan 2008 22:36:34 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>69485dd93e83d8d829953779c0b9ead0577cb0e7 - Introducing mknod as a built-in. It might be against the unix</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#69485dd93e83d8d829953779c0b9ead0577cb0e7</link>
        <description>Introducing mknod as a built-in. It might be against the unixphilosophy, but in this case it&apos;s worth it. ok deraadt@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Thu, 06 Oct 2005 06:39:35 +0000</pubDate>
        <dc:creator>otto &lt;otto@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>7a8124d8e0d81de021bfa241eae37efb05cb5e02 - lots of indentation cleanup, now ksh is readable like our other code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#7a8124d8e0d81de021bfa241eae37efb05cb5e02</link>
        <description>lots of indentation cleanup, now ksh is readable like our other code.double checked to make sure no binaries change, and eyed by niallo

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Wed, 30 Mar 2005 17:16:37 +0000</pubDate>
        <dc:creator>deraadt &lt;deraadt@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>13bbaf950615a73ef3138238e869ebb2a0ae29e4 - Call perl directly instead of using an sh script to find it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#13bbaf950615a73ef3138238e869ebb2a0ae29e4</link>
        <description>Call perl directly instead of using an sh script to find it.OK otto@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Fri, 31 Dec 2004 16:24:09 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>41c26999e47384d22497f6cd531703de4e8dcabc - Remove -Wno-unused form CFLAGS and kill some unused vars found as a result of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#41c26999e47384d22497f6cd531703de4e8dcabc</link>
        <description>Remove -Wno-unused form CFLAGS and kill some unused vars found as a result ofthat. ok millert@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Thu, 30 Dec 2004 21:34:24 +0000</pubDate>
        <dc:creator>otto &lt;otto@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>44c083d9a3d4ebc1fe37ee56033f4483c0ae1d34 - Use sys_signame and sys_siglist instead of building a list of signal</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#44c083d9a3d4ebc1fe37ee56033f4483c0ae1d34</link>
        <description>Use sys_signame and sys_siglist instead of building a list of signalvalues and names via an awk script.  OK otto@

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Wed, 22 Dec 2004 17:47:03 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>94e42df60ff585946d2abedc44f34ced527b7f07 - Get rid of #ifdef KSH since we don&apos;t care about building a V7 style sh and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/openbsd-src/bin/ksh/Makefile#94e42df60ff585946d2abedc44f34ced527b7f07</link>
        <description>Get rid of #ifdef KSH since we don&apos;t care about building a V7 style sh andthe #ifdef KSH code is required to make a POSIX sh.  From Matthias Kilian

            List of files:
            /openbsd-src/bin/ksh/Makefile</description>
        <pubDate>Sat, 18 Dec 2004 21:04:52 +0000</pubDate>
        <dc:creator>millert &lt;millert@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
