Clean up some $Log$ debris, including some real messes.

This commit is contained in:
Peter Wemm 1999-09-05 17:31:55 +00:00
parent 717a2b5df0
commit 072ca4aea0
12 changed files with 0 additions and 322 deletions

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: EXTERN.h,v $
* Revision 1.4 1998/01/21 14:37:12 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:26 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:35:37 lwall
* Baseline for netwide release.
*

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: INTERN.h,v $
* Revision 1.4 1998/01/21 14:37:12 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:27 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:35:58 lwall
* Baseline for netwide release.
*

View File

@ -1,19 +1,6 @@
/* $FreeBSD$
*
* $Log: common.h,v $
* Revision 1.5 1998/01/21 14:37:16 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.3 1995/05/30 05:02:30 rgrimes
* Remove trailing whitespace.
*
* Revision 1.2 1993/09/22 16:51:03 rich
* Increaed the fixed static buffer sizes and maximum hunk size that
* otherwise causes the XFree86 1.3 patch set to fail.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0.1.2 88/06/22 20:44:53 lwall
* patch12: sprintf was declared wrong
*

View File

@ -1,44 +1,6 @@
/* $FreeBSD$
*
* $Log: inp.c,v $
* Revision 1.8 1998/01/21 14:37:20 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.6 1997/10/23 02:44:21 ache
* Add (unsigned char) cast to ctype macros
*
* Revision 1.5 1997/03/17 01:44:40 jmg
* fix compilation warnings in patch... (with slight modification)
*
* also remove -Wall that I acidentally committed last time I was here...
*
* Submitted-by: Philippe Charnier
*
* Closes PR#2998
*
* Revision 1.4 1997/02/13 21:10:39 jmg
* Fix a problem with patch in that is will always default, even when the
* controlling terminal is closed. Now the function ask() will return 1 when th
* input is known to come from a file or terminal, or it will return 0 when ther
* was a read error.
*
* Modified the question "Skip patch?" so that on an error from ask it will skip
* the patch instead of looping.
*
* Closes PR#777
*
* 2.2 candidate
*
* Revision 1.3 1995/05/30 05:02:31 rgrimes
* Remove trailing whitespace.
*
* Revision 1.2 1995/01/12 22:09:39 hsu
* Fix bug that created new files even when running in -C check mode.
* Reviewed by: phk
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0.1.1 88/06/03 15:06:13 lwall
* patch10: made a little smarter about sccs files
*

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: inp.h,v $
* Revision 1.4 1998/01/21 14:37:20 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:33 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:37:25 lwall
* Baseline for netwide release.
*

View File

@ -3,33 +3,6 @@
'\" $FreeBSD$
'\"
'\" $Log: patch.1,v $
'\" Revision 1.9 1998/01/22 07:44:03 ache
'\" Add PATCH_INDEX_FIRST environment variable to do the same as -I option
'\"
'\" Revision 1.8 1998/01/21 15:10:13 ache
'\" Add -I or --index-first option to take Index: precedence over context diff,
'\" as it was in hacked FreeBSD version
'\"
'\" Revision 1.7 1998/01/21 14:37:21 ache
'\" Resurrect patch 2.1 without FreeBSD Index: hack
'\"
'\" Revision 1.5.2.1 1998/01/11 20:45:30 ache
'\" Back out rev1.5 change, Index: precedence restored to historycal behaviour
'\"
'\" Revision 1.4 1994/02/25 21:45:59 phk
'\" added the -C/-check again.
'\"
.\" Revision 1.3 1994/02/17 22:20:33 jkh
.\" Put this back - I was somehow under the erroneous impression that patch was in
.\" ports, until I saw the the commit messages, that is! :-) All changed backed out.
.\"
.\" Revision 1.2 1994/02/17 22:16:02 jkh
.\" From Poul-Henning Kamp - Implement a -C option to verify the integrity of
.\" a patch before actually applying it.
.\"
.\" Revision 1.1.1.1 1993/06/19 14:21:51 paul
.\" b-maked patch-2.10
.\"
'\" Revision 2.0.1.2 88/06/22 20:47:18 lwall
'\" patch12: now avoids Bell System Logo
'\"

View File

@ -9,65 +9,6 @@ char rcsid[] =
* money off of it, or pretend that you wrote it.
*
* $Log: patch.c,v $
* Revision 1.14 1998/01/22 07:44:04 ache
* Add PATCH_INDEX_FIRST environment variable to do the same as -I option
*
* Revision 1.13 1998/01/21 15:15:39 ache
* Update usage line with new option
*
* Revision 1.12 1998/01/21 15:10:13 ache
* Add -I or --index-first option to take Index: precedence over context diff,
* as it was in hacked FreeBSD version
*
* Revision 1.11 1998/01/21 14:37:22 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.9 1997/10/23 02:44:22 ache
* Add (unsigned char) cast to ctype macros
*
* Revision 1.8 1997/03/17 01:44:42 jmg
* fix compilation warnings in patch... (with slight modification)
*
* also remove -Wall that I acidentally committed last time I was here...
*
* Submitted-by: Philippe Charnier
*
* Closes PR#2998
*
* Revision 1.7 1997/02/13 21:10:41 jmg
* Fix a problem with patch in that is will always default, even when the
* controlling terminal is closed. Now the function ask() will return 1 when th
* input is known to come from a file or terminal, or it will return 0 when ther
* was a read error.
*
* Modified the question "Skip patch?" so that on an error from ask it will skip
* the patch instead of looping.
*
* Closes PR#777
*
* 2.2 candidate
*
* Revision 1.6 1995/05/30 05:02:34 rgrimes
* Remove trailing whitespace.
*
* Revision 1.5 1995/01/12 22:09:40 hsu
* Fix bug that created new files even when running in -C check mode.
* Reviewed by: phk
*
* Revision 1.4 1994/02/25 21:46:04 phk
* added the -C/-check again.
*
* Revision 1.3 1994/02/17 22:20:34 jkh
* Put this back - I was somehow under the erroneous impression that patch was in
* ports, until I saw the the commit messages, that is! :-) All changed backed out.
*
* Revision 1.2 1994/02/17 22:16:03 jkh
* From Poul-Henning Kamp - Implement a -C option to verify the integrity of
* a patch before actually applying it.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0.2.0 90/05/01 22:17:50 davison
* patch12u: unidiff support added
*

View File

@ -1,115 +1,6 @@
/* $FreeBSD$
*
* $Log: pch.c,v $
* Revision 1.14 1998/01/21 15:10:14 ache
* Add -I or --index-first option to take Index: precedence over context diff,
* as it was in hacked FreeBSD version
*
* Revision 1.13 1998/01/21 14:37:23 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.8.2.2 1998/01/03 23:52:05 ache
* MFC: ctype and Index over +++/--- precedence
*
* Revision 1.11 1998/01/03 23:42:56 ache
* Back out Index over +++/--- precedence.
* It maybe right, if patch was FreeBSD-own program, but it break compatibility
* with pre-existent patches in other systems.
* The example is big ncurses patch which don't apply on FreeBSD
* due to "fixed" precedence.
*
* Revision 1.10 1997/10/23 02:44:22 ache
* Add (unsigned char) cast to ctype macros
*
* Revision 1.9 1997/02/13 21:10:43 jmg
* Fix a problem with patch in that is will always default, even when the
* controlling terminal is closed. Now the function ask() will return 1 when th
* input is known to come from a file or terminal, or it will return 0 when ther
* was a read error.
*
* Modified the question "Skip patch?" so that on an error from ask it will skip
* the patch instead of looping.
*
* Closes PR#777
*
* 2.2 candidate
*
* Revision 1.8 1996/04/12 11:37:32 markm
* Attempt to break a $Log: pch.c,v $
* Attempt to break a Revision 1.14 1998/01/21 15:10:14 ache
* Attempt to break a Add -I or --index-first option to take Index: precedence over context diff,
* Attempt to break a as it was in hacked FreeBSD version
* Attempt to break a
* Attempt to break a Revision 1.13 1998/01/21 14:37:23 ache
* Attempt to break a Resurrect patch 2.1 without FreeBSD Index: hack
* Attempt to break a
* Attempt to break a Revision 1.8.2.2 1998/01/03 23:52:05 ache
* Attempt to break a MFC: ctype and Index over +++/--- precedence
* Attempt to break a
* Attempt to break a Revision 1.11 1998/01/03 23:42:56 ache
* Attempt to break a Back out Index over +++/--- precedence.
* Attempt to break a It maybe right, if patch was FreeBSD-own program, but it break compatibility
* Attempt to break a with pre-existent patches in other systems.
* Attempt to break a The example is big ncurses patch which don't apply on FreeBSD
* Attempt to break a due to "fixed" precedence.
* Attempt to break a
* Attempt to break a Revision 1.10 1997/10/23 02:44:22 ache
* Attempt to break a Add (unsigned char) cast to ctype macros
* Attempt to break a
* Attempt to break a Revision 1.9 1997/02/13 21:10:43 jmg
* Attempt to break a Fix a problem with patch in that is will always default, even when the
* Attempt to break a controlling terminal is closed. Now the function ask() will return 1 when th
* Attempt to break a input is known to come from a file or terminal, or it will return 0 when ther
* Attempt to break a was a read error.
* Attempt to break a
* Attempt to break a Modified the question "Skip patch?" so that on an error from ask it will skip
* Attempt to break a the patch instead of looping.
* Attempt to break a
* Attempt to break a Closes PR#777
* Attempt to break a
* Attempt to break a 2.2 candidate
* Attempt to break a snafu where a *** /--- (minus space)
* was fouling up a comment in the checked-out code.
*
* Revision 1.7 1996/04/11 10:13:40 markm
* Priorities were broken. If there was an Index: line and *** /--- lines
* with valid names, the *** /---names were taken first.
* this broke eg:
* Index: foo/Makefile
* ==========
* RCS <blah>
* Retrieving <blah>
* diff <blah>
* *** Makefile <blah>
* --- Makefile <blah>
*
* By trying to patch the Makefile in the _curent_ directory, rather than
* the one in the foo/ directory.
*
* Revision 1.6 1995/09/14 04:33:35 gibbs
* Give "Index" specified filenames preference over other filenames specified
* in the diff. This makes it so that diffs containing files in different
* subdirectories that have the same name not patch the same file. For example
* a diff with patches to Makefile, des/Makefile, usr.bin/Makefile would attempt
* to patch Makefile three times.
*
* Revision 1.5 1995/05/30 05:02:35 rgrimes
* Remove trailing whitespace.
*
* Revision 1.4 1994/02/25 21:46:07 phk
* added the -C/-check again.
*
* Revision 1.3 1994/02/17 22:20:36 jkh
* Put this back - I was somehow under the erroneous impression that patch was in
* ports, until I saw the the commit messages, that is! :-) All changed backed out.
*
* Revision 1.2 1994/02/17 22:16:05 jkh
* From Poul-Henning Kamp - Implement a -C option to verify the integrity of
* a patch before actually applying it.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0.2.0 90/05/01 22:17:51 davison
* patch12u: unidiff support added
*

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: pch.h,v $
* Revision 1.4 1998/01/21 14:37:24 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:36 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0.1.1 87/01/30 22:47:16 lwall
* Added do_ed_script().
*

View File

@ -1,28 +1,6 @@
/* $FreeBSD$
*
* $Log: util.h,v $
* Revision 1.5 1998/01/21 14:37:25 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.3 1997/02/13 21:10:45 jmg
* Fix a problem with patch in that is will always default, even when the
* controlling terminal is closed. Now the function ask() will return 1 when th
* input is known to come from a file or terminal, or it will return 0 when ther
* was a read error.
*
* Modified the question "Skip patch?" so that on an error from ask it will skip
* the patch instead of looping.
*
* Closes PR#777
*
* 2.2 candidate
*
* Revision 1.2 1995/05/30 05:02:38 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:40:06 lwall
* Baseline for netwide release.
*

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: version.c,v $
* Revision 1.4 1998/01/21 14:37:26 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:39 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:40:11 lwall
* Baseline for netwide release.
*

View File

@ -1,15 +1,6 @@
/* $FreeBSD$
*
* $Log: version.h,v $
* Revision 1.4 1998/01/21 14:37:27 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
* Revision 1.2 1995/05/30 05:02:40 rgrimes
* Remove trailing whitespace.
*
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
* Revision 2.0 86/09/17 15:40:14 lwall
* Baseline for netwide release.
*