diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /gnu/usr.bin/grep | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/usr.bin/grep')
| -rw-r--r-- | gnu/usr.bin/grep/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/dfa.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/dfa.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/doc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/getopt.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/getopt.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/getpagesize.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/grep.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/grep.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/grep.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/kwset.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/kwset.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/obstack.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/obstack.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/grep/search.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index b1875fedabe5..a4587236fa2c 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/grep/Makefile,v 1.14.2.3 1999/12/31 09:55:49 ru Exp $ GREP_LIBZ=YES diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index b51c72957f85..dcb0566dc127 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/config.h,v 1.3.2.1 1999/12/31 09:55:51 ru Exp $ */ /* config.h. Generated automatically by configure. */ /* config.hin. Generated automatically from configure.in by autoheader. */ diff --git a/gnu/usr.bin/grep/dfa.c b/gnu/usr.bin/grep/dfa.c index 9f20c37d7908..7b9acd690800 100644 --- a/gnu/usr.bin/grep/dfa.c +++ b/gnu/usr.bin/grep/dfa.c @@ -18,7 +18,7 @@ /* Written June, 1988 by Mike Haertel Modified July, 1988 by Arthur David Olson to assist BMG speedups */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/dfa.c,v 1.7.2.1 1999/12/31 09:55:51 ru Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/gnu/usr.bin/grep/dfa.h b/gnu/usr.bin/grep/dfa.h index 1e125158dd38..c710ea862925 100644 --- a/gnu/usr.bin/grep/dfa.h +++ b/gnu/usr.bin/grep/dfa.h @@ -17,7 +17,7 @@ /* Written June, 1988 by Mike Haertel */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/dfa.h,v 1.2.12.1 1999/12/31 09:55:52 ru Exp $ */ /* FIXME: 2. We should not export so much of the DFA internals. diff --git a/gnu/usr.bin/grep/doc/Makefile b/gnu/usr.bin/grep/doc/Makefile index 82620f984eb7..ebf5749658cd 100644 --- a/gnu/usr.bin/grep/doc/Makefile +++ b/gnu/usr.bin/grep/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/grep/doc/Makefile,v 1.3.2.1 1999/12/31 09:56:00 ru Exp $ INFO= grep INFOSECTION= "System Utilities" diff --git a/gnu/usr.bin/grep/getopt.c b/gnu/usr.bin/grep/getopt.c index f919ed7e4d31..f64a566075fa 100644 --- a/gnu/usr.bin/grep/getopt.c +++ b/gnu/usr.bin/grep/getopt.c @@ -24,7 +24,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/getopt.c,v 1.2.12.1 1999/12/31 09:55:52 ru Exp $ */ /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. Ditto for AIX 3.2 and <stdlib.h>. */ diff --git a/gnu/usr.bin/grep/getopt.h b/gnu/usr.bin/grep/getopt.h index 4209871f7a2e..cbd71aae110c 100644 --- a/gnu/usr.bin/grep/getopt.h +++ b/gnu/usr.bin/grep/getopt.h @@ -19,7 +19,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/getopt.h,v 1.2.12.1 1999/12/31 09:55:52 ru Exp $ */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff --git a/gnu/usr.bin/grep/getpagesize.h b/gnu/usr.bin/grep/getpagesize.h index 4d562216f797..d170a448183c 100644 --- a/gnu/usr.bin/grep/getpagesize.h +++ b/gnu/usr.bin/grep/getpagesize.h @@ -1,6 +1,6 @@ /* Emulate getpagesize on systems that lack it. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/getpagesize.h,v 1.1.12.1 1999/12/31 09:55:53 ru Exp $ */ #ifndef HAVE_GETPAGESIZE diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 75361a9a80fd..eb37d32de0a5 100644 --- a/gnu/usr.bin/grep/grep.1 +++ b/gnu/usr.bin/grep/grep.1 @@ -1,5 +1,5 @@ .\" grep man page -.\" $FreeBSD$ +.\" $FreeBSD: src/gnu/usr.bin/grep/grep.1,v 1.6.2.1 1999/12/31 09:55:53 ru Exp $ .de Id .ds Dt \\$4 .. diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c index 569f43a5c34a..303e5b829f1c 100644 --- a/gnu/usr.bin/grep/grep.c +++ b/gnu/usr.bin/grep/grep.c @@ -19,7 +19,7 @@ /* Written July 1992 by Mike Haertel. */ /* Builtin decompression 1997 by Wolfram Schneider <wosch@FreeBSD.org>. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/grep.c,v 1.11.2.1 1999/12/31 09:55:54 ru Exp $ */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/gnu/usr.bin/grep/grep.h b/gnu/usr.bin/grep/grep.h index e12cff5f27be..56b5fac497fb 100644 --- a/gnu/usr.bin/grep/grep.h +++ b/gnu/usr.bin/grep/grep.h @@ -16,7 +16,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/grep.h,v 1.1.12.1 1999/12/31 09:55:55 ru Exp $ */ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6) || __STRICT_ANSI__ # define __attribute__(x) diff --git a/gnu/usr.bin/grep/kwset.c b/gnu/usr.bin/grep/kwset.c index adde8a754733..d9f6f9d0e9e2 100644 --- a/gnu/usr.bin/grep/kwset.c +++ b/gnu/usr.bin/grep/kwset.c @@ -20,7 +20,7 @@ The author may be reached (Email) at the address mike@ai.mit.edu, or (US mail) as Mike Haertel c/o Free Software Foundation. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/kwset.c,v 1.2.8.2 1999/12/31 09:55:56 ru Exp $ */ /* The algorithm implemented by these routines bears a startling resemblence to one discovered by Beate Commentz-Walter, although it is not identical. diff --git a/gnu/usr.bin/grep/kwset.h b/gnu/usr.bin/grep/kwset.h index f812b2e51806..e3aec40fbfa6 100644 --- a/gnu/usr.bin/grep/kwset.h +++ b/gnu/usr.bin/grep/kwset.h @@ -20,7 +20,7 @@ The author may be reached (Email) at the address mike@ai.mit.edu, or (US mail) as Mike Haertel c/o Free Software Foundation. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/kwset.h,v 1.1.12.1 1999/12/31 09:55:56 ru Exp $ */ struct kwsmatch { diff --git a/gnu/usr.bin/grep/obstack.c b/gnu/usr.bin/grep/obstack.c index c77fdd4b9283..6a2268fb8198 100644 --- a/gnu/usr.bin/grep/obstack.c +++ b/gnu/usr.bin/grep/obstack.c @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/obstack.c,v 1.1.12.1 1999/12/31 09:55:56 ru Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/gnu/usr.bin/grep/obstack.h b/gnu/usr.bin/grep/obstack.h index df785c3b5e9d..90816378ae20 100644 --- a/gnu/usr.bin/grep/obstack.h +++ b/gnu/usr.bin/grep/obstack.h @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/obstack.h,v 1.2.8.1 1999/12/31 09:55:56 ru Exp $ */ /* Summary: diff --git a/gnu/usr.bin/grep/search.c b/gnu/usr.bin/grep/search.c index a3ca56c399ed..8071c6b2b973 100644 --- a/gnu/usr.bin/grep/search.c +++ b/gnu/usr.bin/grep/search.c @@ -18,7 +18,7 @@ /* Written August 1992 by Mike Haertel. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/grep/search.c,v 1.5.2.1 1999/12/31 09:55:57 ru Exp $ */ #ifdef HAVE_CONFIG_H # include <config.h> |
