<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/patch, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC 1.12:  Restore vendor CVS keywords; eliminate troff(1) warnings.</title>
<updated>2002-04-30T20:51:54+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-30T20:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab5af9680f2d7273d0049c22dd18f07553dad1f1'/>
<id>ab5af9680f2d7273d0049c22dd18f07553dad1f1</id>
<content type='text'>
           [done in current by ru in July 2001]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
           [done in current by ru in July 2001]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC *: Add many prototypes and ANSI-ize 'patch.  Not a complete job of it, but</title>
<updated>2002-04-30T20:40:02+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-30T20:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c546f60804505e2dc7d6ae02f5fcdc6d7d9c9756'/>
<id>c546f60804505e2dc7d6ae02f5fcdc6d7d9c9756</id>
<content type='text'>
it gets our patch to look a little more like NetBSD's, and it is nice in that
the object code remains exactly the same (even though this does result in two
compile-time warnings that didn't happen before).

[* = 1.6 backupfile.c, 1.5 backupfile.h, 1.8 common.h, 1.6 getopt.c,
 1.5 getopt.h, 1.11 inp.c, 1.7 inp.h, 1.20 patch.c, 1.19 pch.c, 1.7 pch.h,
 1.9 util.c, 1.8 util.h, 1.7 version.c, 1.7 version.h]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it gets our patch to look a little more like NetBSD's, and it is nice in that
the object code remains exactly the same (even though this does result in two
compile-time warnings that didn't happen before).

[* = 1.6 backupfile.c, 1.5 backupfile.h, 1.8 common.h, 1.6 getopt.c,
 1.5 getopt.h, 1.11 inp.c, 1.7 inp.h, 1.20 patch.c, 1.19 pch.c, 1.7 pch.h,
 1.9 util.c, 1.8 util.h, 1.7 version.c, 1.7 version.h]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC *: Add FreeBSD id's to these files, in advance of a separate update.</title>
<updated>2002-04-30T20:27:58+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-30T20:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37b84b87962f27b0974b8ddaca48c7b3b87dea4d'/>
<id>37b84b87962f27b0974b8ddaca48c7b3b87dea4d</id>
<content type='text'>
[* = 1.5 backupfile.c, 1.4 backupfile.h, 1.5 getopt.c, 1.4 getopt.h]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[* = 1.5 backupfile.c, 1.4 backupfile.h, 1.5 getopt.c, 1.4 getopt.h]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.18: Modify our 'patch' utility to recognize the</title>
<updated>2002-04-30T20:13:04+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-30T20:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de30302861880e444006ab270a263acd553860ff'/>
<id>de30302861880e444006ab270a263acd553860ff</id>
<content type='text'>
   \ No newline at end of file
line that some versions of diff print out if the last line of the two files
are different, and one of the two files does not have a newline character
on that last line.

Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   \ No newline at end of file
line that some versions of diff print out if the last line of the two files
are different, and one of the two files does not have a newline character
on that last line.

Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-04-09T07:39:29+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-09T07:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b439f2101d7bfafa7a42eacecd266045a0a955d'/>
<id>5b439f2101d7bfafa7a42eacecd266045a0a955d</id>
<content type='text'>
  Add -i option (SUSv3) to patch(1).   This allows one to specify a
  patch file on command line instead of stdin.

Requested by:	mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add -i option (SUSv3) to patch(1).   This allows one to specify a
  patch file on command line instead of stdin.

Requested by:	mike
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T12:03:56+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T12:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2061436456e59da8147970819ea3388217f93c26'/>
<id>2061436456e59da8147970819ea3388217f93c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: add /dev/zero and use PATH_* where possible.</title>
<updated>2000-12-11T01:03:42+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-11T01:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6034d13a9ed650ee88ae94550adc86ef25441310'/>
<id>6034d13a9ed650ee88ae94550adc86ef25441310</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fix patch such that skipping files does not count as a failure.</title>
<updated>2000-08-14T06:12:39+00:00</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2000-08-14T06:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=515a925785c4a135e3c9d3806024744bab8bc87e'/>
<id>515a925785c4a135e3c9d3806024744bab8bc87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some $Log$ debris, including some real messes.</title>
<updated>1999-09-05T17:31:55+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-09-05T17:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=072ca4aea09c7ffcde269d73093924534713e074'/>
<id>072ca4aea09c7ffcde269d73093924534713e074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$Header$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T05:11:36+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T05:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6'/>
<id>a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
