<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/diff, branch releng/6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Make diff(1) follow traditional UNIX SOP of later options nullify earlier</title>
<updated>2005-06-03T06:46:56+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-06-03T06:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=28832e4b7973c204037046cf2ec4de97b81dcce0'/>
<id>28832e4b7973c204037046cf2ec4de97b81dcce0</id>
<content type='text'>
options that are mutually exclusive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
options that are mutually exclusive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove files no longer needed</title>
<updated>2004-02-16T22:56:36+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-02-16T22:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af210d1ee6c88381d94ee9d3dcfaceb584cea617'/>
<id>af210d1ee6c88381d94ee9d3dcfaceb584cea617</id>
<content type='text'>
Switch back to regex.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch back to regex.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Terminate the execl() argument list with (char *)NULL instead of 0.</title>
<updated>2003-11-03T12:41:27+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-11-03T12:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b41f9c7d796d10ecdb1d68b1de9b5255c0995a32'/>
<id>b41f9c7d796d10ecdb1d68b1de9b5255c0995a32</id>
<content type='text'>
The later is wrong and may fail on sizeof(char *) != sizeof(int)
machines. The patch has already been sent to and accepted by the
diffutils author, but the file is already off the vendor branch, so
correct it here in the meanwhile too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The later is wrong and may fail on sizeof(char *) != sizeof(int)
machines. The patch has already been sent to and accepted by the
diffutils author, but the file is already off the vendor branch, so
correct it here in the meanwhile too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add #include "diff.h" in order to get the prototype for xmalloc().</title>
<updated>2003-01-08T06:40:35+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-01-08T06:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=edf112ec42b7b886a3e9c437d94aad15012c553b'/>
<id>edf112ec42b7b886a3e9c437d94aad15012c553b</id>
<content type='text'>
The corresponding warning has been ignored for ages:
  prepend_args.c:75: warning: initialization makes pointer from integer
  without a cast
This is fatal on ia64.  You cannot convert an implicit int return from
an undeclared function to a pointer as you've lost the upper 32 bits.
On ia64, the warning is "pointer from different sized integer".

(This file is not vendor branched)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The corresponding warning has been ignored for ages:
  prepend_args.c:75: warning: initialization makes pointer from integer
  without a cast
This is fatal on ia64.  You cannot convert an implicit int return from
an undeclared function to a pointer as you've lost the upper 32 bits.
On ia64, the warning is "pointer from different sized integer".

(This file is not vendor branched)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back the "\ No newline at end of file" marker that is printed when</title>
<updated>2002-11-25T22:59:52+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-11-25T22:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=080d74478e729359caf36b5a985a640c1647e8ca'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix essential typo in usage</title>
<updated>2002-05-19T10:40:15+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-05-19T10:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4aa5b8efedf03ca5160ae2b490c3639d35cc303'/>
<id>c4aa5b8efedf03ca5160ae2b490c3639d35cc303</id>
<content type='text'>
Submitted by:	Cyrille Lefevre &lt;cyrille.lefevre@laposte.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Cyrille Lefevre &lt;cyrille.lefevre@laposte.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>*sigh* Misfire.  Backout previous commit, as it was meant for</title>
<updated>2002-01-29T17:40:45+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-29T17:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3e838acb26a2e2a7008124c3d489aa672aaff862'/>
<id>3e838acb26a2e2a7008124c3d489aa672aaff862</id>
<content type='text'>
another branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
another branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD 4.4 doesn't have __FBSDID.  Do it the old-fashioned way instead.</title>
<updated>2002-01-29T17:11:28+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-29T17:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5dd418263a56a74c0847cd51d5f7fcd3886ffe43'/>
<id>5dd418263a56a74c0847cd51d5f7fcd3886ffe43</id>
<content type='text'>
Reported by:	Steven Farmer &lt;steve@geoenergycorp.com&gt;
Pointy hat to:	nectar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	Steven Farmer &lt;steve@geoenergycorp.com&gt;
Pointy hat to:	nectar
</pre>
</div>
</content>
</entry>
<entry>
<title>= Fix temporary file handling.</title>
<updated>2002-01-27T16:43:35+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-01-27T16:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=479608bf54623b59dd1717e4d54545e581556d98'/>
<id>479608bf54623b59dd1717e4d54545e581556d98</id>
<content type='text'>
Obtained from:	Immunix Linux

= Garbage collect now-unused temporary file handling functions.
= Add __FBSDID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	Immunix Linux

= Garbage collect now-unused temporary file handling functions.
= Add __FBSDID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also coerce diff(1) into working the other way (from no-\n to \n).</title>
<updated>2000-09-15T11:35:16+00:00</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-09-15T11:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0fbf304b545a529e4f2bccf41fca8db5805de075'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
