<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/sdiff, branch upstream/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-12-06T20:10:05Z</updated>
<entry>
<title>sdiff(1) can now be built defaults warning level</title>
<updated>2017-12-06T20:10:05Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-12-06T20:10:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f72a83a066bd84cfe0bc47975b3510f71df4cdc'/>
<id>urn:sha1:9f72a83a066bd84cfe0bc47975b3510f71df4cdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename variables confusing gcc 4.2.1</title>
<updated>2017-12-06T20:09:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-12-06T20:09:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ace12afe47711d31418305e3ebbdac8aa038164'/>
<id>urn:sha1:0ace12afe47711d31418305e3ebbdac8aa038164</id>
<content type='text'>
While there is no reason it shadows div(3) gcc 4.2.1 complains about it

MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix -Wincompatible-pointer-types-discards-qualifiers warnings</title>
<updated>2017-12-06T20:05:36Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-12-06T20:05:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c320002252043900833444d7dc8b88876a70e24'/>
<id>urn:sha1:2c320002252043900833444d7dc8b88876a70e24</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Add HAS_TESTS to all Makefiles that are currently using the</title>
<updated>2017-08-02T08:50:42Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d511b20a693d77c1dc2491a62124471361eddd8e'/>
<id>urn:sha1:d511b20a693d77c1dc2491a62124471361eddd8e</id>
<content type='text'>
`SUBDIR.${MK_TESTS}+= tests` idiom.

This is a follow up to r321912.
</content>
</entry>
<entry>
<title>Convert traditional ${MK_TESTS} conditional idiom for including test</title>
<updated>2017-08-02T08:35:51Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-08-02T08:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b330699f819a81d8e34d471225143ffeb321855'/>
<id>urn:sha1:4b330699f819a81d8e34d471225143ffeb321855</id>
<content type='text'>
directories to SUBDIR.${MK_TESTS} idiom

This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .

No functional change intended.

MFC after:	1 weeks
</content>
</entry>
<entry>
<title>Remove a useless loop over the long options before passing through some</title>
<updated>2017-04-08T08:42:25Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-04-08T08:42:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcc76a2e83c4045f80384693dbe81d95baa09f40'/>
<id>urn:sha1:bcc76a2e83c4045f80384693dbe81d95baa09f40</id>
<content type='text'>
options to diff(1)
</content>
</entry>
<entry>
<title>When passingthrough from sdiff to diff the -H/--speed-large-files</title>
<updated>2017-04-08T08:41:05Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-04-08T08:41:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85bb63bd290cb773ae8fe960fbd91ad828c12ca6'/>
<id>urn:sha1:85bb63bd290cb773ae8fe960fbd91ad828c12ca6</id>
<content type='text'>
options rename it to the long version as GNU diff only support the long
version of the option not the short version
</content>
</entry>
<entry>
<title>Rename tests from &lt;foo&gt; to &lt;foo&gt;_test to match the FreeBSD test suite</title>
<updated>2017-03-23T03:28:24Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-23T03:28:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=458cbf0ae6c08a8198470358697fe9064443b11b'/>
<id>urn:sha1:458cbf0ae6c08a8198470358697fe9064443b11b</id>
<content type='text'>
naming scheme

usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test
to avoid collisions with the renamed FreeBSD test.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Remove useless .Pp after the .Sh macro and remove empty line</title>
<updated>2017-02-11T23:39:14Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-02-11T23:39:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42ced266218265677378221f080605c3e9f1020b'/>
<id>urn:sha1:42ced266218265677378221f080605c3e9f1020b</id>
<content type='text'>
Reported by:	make manlint
MFC after:	2 days
</content>
</entry>
</feed>
