<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/patch/pch.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Change parts of the source code to make it closer to style(9), mainly</title>
<updated>2002-05-21T00:44:18Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-05-21T00:44:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d77254e807f16dbbec97ae5a0b892ac707c0e58e'/>
<id>urn:sha1:d77254e807f16dbbec97ae5a0b892ac707c0e58e</id>
<content type='text'>
changing indentation and some comments.  Main goal is not perfect style,
but just to reduce differences with NetBSD.  The object code is exactly
the same after this change as before it (except for assert() statements
which have moved).

Reviewed by:	/sbin/md5 on i386
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Add many prototypes and ANSI-ize 'patch.  Not a complete job of it, but it gets</title>
<updated>2002-04-28T01:33:45Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-28T01:33:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38a1326cad12aa8f57c6acd7498f25503df976c9'/>
<id>urn:sha1:38a1326cad12aa8f57c6acd7498f25503df976c9</id>
<content type='text'>
our patch to look a little more like NetBSD's, and has the nice characteristic
that the object code is exactly the same after the change as before it (even in
patch.c and pch.c, which have pesky 'assert' statements in them).

Reviewed by:	/sbin/md5 on i386, alpha, sparc64
MFC after:	3 days
</content>
</entry>
<entry>
<title>Modify our 'patch' utility to recognize the</title>
<updated>2002-04-26T19:01:19Z</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2002-04-26T19:01:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5343608723e3db4c25d77d761d99f3db72036166'/>
<id>urn:sha1:5343608723e3db4c25d77d761d99f3db72036166</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.

This change is still somewhat under discussion in -arch and -standards, but I
want to commit it to -current today so I'd have the chance to MFC it to -stable
before the code freeze for 4.6-release (which would be May 1st).

Note: the related change to 'diff' (so it might *generate* that line) is NOT
expected to be included in 4.6-release.  We can debate that change later.

Obtained from:	NetBSD (1.13 of basesrc/usr.bin/patch/pch.c, by kristerw)
MFC after:	4 days
</content>
</entry>
<entry>
<title>Fix patch such that skipping files does not count as a failure.</title>
<updated>2000-08-02T06:54:21Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2000-08-02T06:54:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1b04ce6b7bfd4d77ca5ba0d271a9d904107de65'/>
<id>urn:sha1:d1b04ce6b7bfd4d77ca5ba0d271a9d904107de65</id>
<content type='text'>
Previously, using -S/--skip, -f/--force, or -t/--batch to skip a patch in
a patchset still registers a failure which causes patch to return a
non-zero exit code. This is particularly undesirable with regards to
ports as there is no way to ignore the non-zero code. (Luckily, we don't
currently have any ports that make use of any of these options.)

The PR (yes, my own) is slightly incorrect: It states that -f does indeed
properly skip patches. It does, but it still sets the failure flag causing
patch to return non-zero.

PR:		19638
Submitted by:	kbyanc@posi.net
</content>
</entry>
<entry>
<title>Clean up some $Log$ debris, including some real messes.</title>
<updated>1999-09-05T17:31:55Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-09-05T17:31:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=072ca4aea09c7ffcde269d73093924534713e074'/>
<id>urn:sha1:072ca4aea09c7ffcde269d73093924534713e074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Header$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T05:11:36Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T05:11:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6'/>
<id>urn:sha1:a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -I or --index-first option to take Index: precedence over context diff,</title>
<updated>1998-01-21T15:10:14Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-01-21T15:10:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bf2e8c7e283cf81faf56e6a50aeb2ef05eca050'/>
<id>urn:sha1:8bf2e8c7e283cf81faf56e6a50aeb2ef05eca050</id>
<content type='text'>
as it was in hacked FreeBSD version
</content>
</entry>
<entry>
<title>Resurrect patch 2.1 without FreeBSD Index: hack</title>
<updated>1998-01-21T14:37:27Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-01-21T14:37:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=249a716c6c68229b9a2efbec2d23adc4563972a1'/>
<id>urn:sha1:249a716c6c68229b9a2efbec2d23adc4563972a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 2.5 (contrib version)</title>
<updated>1998-01-04T21:41:46Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-01-04T21:41:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78dd9df2064342cea0ddc7152de4db483c7a6dec'/>
<id>urn:sha1:78dd9df2064342cea0ddc7152de4db483c7a6dec</id>
<content type='text'>
</content>
</entry>
</feed>
