diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
| commit | 039ea811636f62633b18bcadb9f5332b215f7900 (patch) | |
| tree | 2b6265c3f691194eb9ff68f608c028eb43e14708 /gnu/lib/libregex | |
| parent | 0724db41d65f0854fe1349e284feceb8c5c047ed (diff) | |
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/FREEBSD-upgrade | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/config.h | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/doc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/gnuregex.h | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/regex.c | 2 | ||||
| -rw-r--r-- | gnu/lib/libregex/regex.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gnu/lib/libregex/FREEBSD-upgrade b/gnu/lib/libregex/FREEBSD-upgrade index d072aafec5fc..6ef1f0fc9f47 100644 --- a/gnu/lib/libregex/FREEBSD-upgrade +++ b/gnu/lib/libregex/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/gnu/lib/libregex/FREEBSD-upgrade,v 1.3.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ GNU regex (from glibc): diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 39692d42e2b2..6b66bd68ce04 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/Makefile,v 1.34.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ SUBDIR= doc diff --git a/gnu/lib/libregex/config.h b/gnu/lib/libregex/config.h index bf7f0a03b867..d656341e3952 100644 --- a/gnu/lib/libregex/config.h +++ b/gnu/lib/libregex/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/lib/libregex/config.h,v 1.1.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #define _REGEX_RE_COMP 1 #define HAVE_LANGINFO_H 1 diff --git a/gnu/lib/libregex/doc/Makefile b/gnu/lib/libregex/doc/Makefile index b812f4445df7..82408f6f3c66 100644 --- a/gnu/lib/libregex/doc/Makefile +++ b/gnu/lib/libregex/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/doc/Makefile,v 1.5.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ INFO = regex INFOSECTION= "Programming & development tools." diff --git a/gnu/lib/libregex/gnuregex.h b/gnu/lib/libregex/gnuregex.h index 7356f9ffbe42..b26cefc0f9c1 100644 --- a/gnu/lib/libregex/gnuregex.h +++ b/gnu/lib/libregex/gnuregex.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/gnu/lib/libregex/gnuregex.h,v 1.3.30.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifdef __GNUC__ diff --git a/gnu/lib/libregex/regex.c b/gnu/lib/libregex/regex.c index df7abe2a42a2..cc2af8d71893 100644 --- a/gnu/lib/libregex/regex.c +++ b/gnu/lib/libregex/regex.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/lib/libregex/regex.c,v 1.15.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* Extended regular expression matching and search library. Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/gnu/lib/libregex/regex.h b/gnu/lib/libregex/regex.h index 364966d3606b..8d767bf9329f 100644 --- a/gnu/lib/libregex/regex.h +++ b/gnu/lib/libregex/regex.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/lib/libregex/regex.h,v 1.5.30.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _REGEX_H #include <posix/regex.h> |
