<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1016568185ddacbf1148acbe26b27258981b4f0 - hexdump: Partial lines cannot be repetitions of earlier lines.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#d1016568185ddacbf1148acbe26b27258981b4f0</link>
        <description>hexdump: Partial lines cannot be repetitions of earlier lines.When checking for repetitions of earlier lines, we compare thefirst nread bytes of the line against the saved line. However,when we read a partial line, it should never be treated as arepetition of an earlier line, even if the first bytes match.This change fixes a bug where a partial line could beincorrectly identified as a repetition of an earlier line.Reported-by:	Mark Adler &lt;madler@alumni.caltech.edu&gt;PR:		118723Reviewed-by:	emasteMFC-after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D40471

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Fri, 09 Jun 2023 03:38:47 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e43d33d286a1aa41b6fc6a209f28a18e8cd7437a - Merge ^/head r358466 through r358677.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#e43d33d286a1aa41b6fc6a209f28a18e8cd7437a</link>
        <description>Merge ^/head r358466 through r358677.

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Thu, 05 Mar 2020 18:55:36 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a9f144c9e0a67de3654cc2a35e62877d640c34e - hexdump: tests: take into account byte order</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#8a9f144c9e0a67de3654cc2a35e62877d640c34e</link>
        <description>hexdump: tests: take into account byte orderHexdump test was failling on big endian systems when testing decimal, octaland hexa outputs as the tests were designed on a little endian system. Thisrevision adds the two distinct flavors of output expected and determines atruntime which to compare against.Submitted by:	Renato Riolino &lt;renato.riolino_eldorado.org.br&gt;MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D23191

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Mon, 02 Mar 2020 19:40:34 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bb764934cb9199e5f82503ebcd57f47743c4679 - od(1): Fix wrong output for some corner cases in multibyte locales.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#6bb764934cb9199e5f82503ebcd57f47743c4679</link>
        <description>od(1): Fix wrong output for some corner cases in multibyte locales.Restore the original character to print if we used the look-aheadbuffer, but that didn&apos;t help -- we either got an illegal sequenceor still can&apos;t complete.PR:		224552Submitted by:	Yuri PankovMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D13963

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Sat, 20 Jan 2018 03:49:32 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Mon, 24 Jul 2017 20:02:13 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bca9d05fdb058aa709621661c2feccae8940d94b - Merge ^/head r319973 through 321382.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Sun, 23 Jul 2017 17:22:06 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2043ca373caadb5ebf0b851bb440c67997a6232 - Merge ^/head r320573 through r320970.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#d2043ca373caadb5ebf0b851bb440c67997a6232</link>
        <description>Merge ^/head r320573 through r320970.

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Fri, 14 Jul 2017 00:01:38 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ddde39acbf9f991ae5be15507dbfb6a4472b15 - Add some basic tests for hexdump(1)&apos;s various output flags. Formatting</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/hexdump/tests/Makefile#b5ddde39acbf9f991ae5be15507dbfb6a4472b15</link>
        <description>Add some basic tests for hexdump(1)&apos;s various output flags. Formattingtests are omitted for this initial run as there are still some bugs to workout there.This covers -s flag testing on devices and non-devices that would havecaught breakage found in PR 219173 as well as other subtle breakage causedlocally.Reviewed by:	cem, ngieApproved by:	cem (acting co-mentor)MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D11279

            List of files:
            /freebsd/usr.bin/hexdump/tests/Makefile</description>
        <pubDate>Thu, 13 Jul 2017 05:52:54 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
