diff options
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/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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gnu/lib/libregex/FREEBSD-upgrade b/gnu/lib/libregex/FREEBSD-upgrade index 78239e3fc9a70..2072b26d1742d 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.2 2004/07/06 00:10:40 ache Exp $ GNU regex (from grep): diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 6525bffa0b501..0f2778ce94049 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/lib/libregex/Makefile,v 1.28.2.1 2004/10/06 23:36:20 peter Exp $ SUBDIR= doc diff --git a/gnu/lib/libregex/doc/Makefile b/gnu/lib/libregex/doc/Makefile index b812f4445df70..e4c4959330eae 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 2001/11/01 07:11:10 obrien Exp $ INFO = regex INFOSECTION= "Programming & development tools." diff --git a/gnu/lib/libregex/gnuregex.h b/gnu/lib/libregex/gnuregex.h index 7356f9ffbe422..6767df4fa934f 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 2004/02/25 10:56:54 ache Exp $ */ #ifdef __GNUC__ diff --git a/gnu/lib/libregex/regex.c b/gnu/lib/libregex/regex.c index 1d7c8b0e76000..6b7b6a033eff4 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.14 2004/07/04 02:46:55 tjr Exp $ */ /* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the diff --git a/gnu/lib/libregex/regex.h b/gnu/lib/libregex/regex.h index 364966d3606bf..240d752464d54 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 2004/02/25 02:39:10 ache Exp $ */ #ifndef _REGEX_H #include <posix/regex.h> |