<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/diff, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-11-25T22:59:52Z</updated>
<entry>
<title>Add back the "\ No newline at end of file" marker that is printed when</title>
<updated>2002-11-25T22:59:52Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-11-25T22:59:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=080d74478e729359caf36b5a985a640c1647e8ca'/>
<id>urn:sha1:080d74478e729359caf36b5a985a640c1647e8ca</id>
<content type='text'>
comparing two files, where only one file is missing the final newline
character.  This undoes revisions 1.3 and 1.4, returning 'diff' to how
it behaved before July 2000.  We can do this now because our version of
'patch' was modified (just before 4.6-release) to understand what to do
with that line.  This marker is the same one generated by 'diff' under
netbsd, openbsd, darwin, and linux (and any OS with "gnu-diff" installed).

Reviewed by:	imp freebsd-standards (back in april)
Approved by:	re (bmah)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix essential typo in usage</title>
<updated>2002-05-19T10:40:15Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-05-19T10:40:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c4aa5b8efedf03ca5160ae2b490c3639d35cc303'/>
<id>urn:sha1:c4aa5b8efedf03ca5160ae2b490c3639d35cc303</id>
<content type='text'>
Submitted by:	Cyrille Lefevre &lt;cyrille.lefevre@laposte.net&gt;
</content>
</entry>
<entry>
<title>*sigh* Misfire.  Backout previous commit, as it was meant for</title>
<updated>2002-01-29T17:40:45Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-29T17:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e838acb26a2e2a7008124c3d489aa672aaff862'/>
<id>urn:sha1:3e838acb26a2e2a7008124c3d489aa672aaff862</id>
<content type='text'>
another branch.
</content>
</entry>
<entry>
<title>FreeBSD 4.4 doesn't have __FBSDID.  Do it the old-fashioned way instead.</title>
<updated>2002-01-29T17:11:28Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-29T17:11:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5dd418263a56a74c0847cd51d5f7fcd3886ffe43'/>
<id>urn:sha1:5dd418263a56a74c0847cd51d5f7fcd3886ffe43</id>
<content type='text'>
Reported by:	Steven Farmer &lt;steve@geoenergycorp.com&gt;
Pointy hat to:	nectar
</content>
</entry>
<entry>
<title>= Fix temporary file handling.</title>
<updated>2002-01-27T16:43:35Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-27T16:43:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=479608bf54623b59dd1717e4d54545e581556d98'/>
<id>urn:sha1:479608bf54623b59dd1717e4d54545e581556d98</id>
<content type='text'>
Obtained from:	Immunix Linux

= Garbage collect now-unused temporary file handling functions.
= Add __FBSDID.
</content>
</entry>
<entry>
<title>Also coerce diff(1) into working the other way (from no-\n to \n).</title>
<updated>2000-09-15T11:35:16Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-09-15T11:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fbf304b545a529e4f2bccf41fca8db5805de075'/>
<id>urn:sha1:0fbf304b545a529e4f2bccf41fca8db5805de075</id>
<content type='text'>
Taking out the evil warning fixed it one way, but didn't make the
other way any better, so replace it with printing a single \n.
</content>
</entry>
<entry>
<title>Get rid of the stupid bug where diff sticks trash in your generated</title>
<updated>2000-07-24T07:40:02Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-07-24T07:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0938812369e7731a32b7038a8e0a7bca4fdb2d'/>
<id>urn:sha1:0c0938812369e7731a32b7038a8e0a7bca4fdb2d</id>
<content type='text'>
diff output; there being no trailing newline caused it to bitch and
moan and ruin diffs.  That's dumb, if I may say so myself.

Yes, this file is coming off the vendor branch.  It hasn't been
updated in 6 years.

Approved by:	peter
</content>
</entry>
<entry>
<title>* Support the environtmental var "DIFF_OPTIONS".  Which can hold a set of</title>
<updated>1999-11-26T02:51:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-26T02:51:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20ee132cae47f48ea0138d14ed2876ad7a57b88c'/>
<id>urn:sha1:20ee132cae47f48ea0138d14ed2876ad7a57b88c</id>
<content type='text'>
default options for diff.  These options are interpreted first and can be
overwritten by explicit command line parameters.
* Add the "-o" option to specify old-traditional output style.
* Add utility functions for env vars obtained from GNU Grep 2.3h.
</content>
</entry>
<entry>
<title>Some FreeBSD files to add...</title>
<updated>1997-10-30T19:35:17Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-10-30T19:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53ba4fe6634fdec95bd9bca7d4cd8c4b2ffddd56'/>
<id>urn:sha1:53ba4fe6634fdec95bd9bca7d4cd8c4b2ffddd56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temp remove config.h, was imported to FSF branch</title>
<updated>1997-10-30T19:34:01Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-10-30T19:34:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5935e14220fea95705ac27a6aa9796f6fd39780'/>
<id>urn:sha1:b5935e14220fea95705ac27a6aa9796f6fd39780</id>
<content type='text'>
</content>
</entry>
</feed>
