diff options
Diffstat (limited to 'lisp/re')
-rw-r--r-- | lisp/re/README | 2 | ||||
-rw-r--r-- | lisp/re/re.c | 2 | ||||
-rw-r--r-- | lisp/re/re.h | 2 | ||||
-rw-r--r-- | lisp/re/rec.c | 2 | ||||
-rw-r--r-- | lisp/re/reo.c | 2 | ||||
-rw-r--r-- | lisp/re/rep.h | 2 | ||||
-rw-r--r-- | lisp/re/tests.c | 2 | ||||
-rw-r--r-- | lisp/re/tests.txt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lisp/re/README b/lisp/re/README index 3387866..848e1e9 100644 --- a/lisp/re/README +++ b/lisp/re/README @@ -1,4 +1,4 @@ -$XFree86$ +$XFree86: xc/programs/xedit/lisp/re/README,v 1.4 2002/11/15 07:01:32 paulo Exp $ LAST UPDATED: $Date$ diff --git a/lisp/re/re.c b/lisp/re/re.c index 4300703..d848a4b 100644 --- a/lisp/re/re.c +++ b/lisp/re/re.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/re.c,v 1.9 2002/12/11 04:44:28 paulo Exp $ */ #include <stdio.h> #include "rep.h" diff --git a/lisp/re/re.h b/lisp/re/re.h index 925dea2..332366e 100644 --- a/lisp/re/re.h +++ b/lisp/re/re.h @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/re.h,v 1.2 2002/09/23 01:25:41 paulo Exp $ */ #include <stdlib.h> #include <string.h> diff --git a/lisp/re/rec.c b/lisp/re/rec.c index abd280c..20f9fd9 100644 --- a/lisp/re/rec.c +++ b/lisp/re/rec.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/rec.c,v 1.4 2003/01/16 06:25:52 paulo Exp $ */ #include "rep.h" diff --git a/lisp/re/reo.c b/lisp/re/reo.c index 814faed..59cbf3b 100644 --- a/lisp/re/reo.c +++ b/lisp/re/reo.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/reo.c,v 1.9 2002/11/15 07:01:33 paulo Exp $ */ #include "rep.h" diff --git a/lisp/re/rep.h b/lisp/re/rep.h index b959843..5e4d5d5 100644 --- a/lisp/re/rep.h +++ b/lisp/re/rep.h @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/rep.h,v 1.3 2002/11/25 02:35:32 paulo Exp $ */ #include "re.h" diff --git a/lisp/re/tests.c b/lisp/re/tests.c index 7fe5677..bd5c55d 100644 --- a/lisp/re/tests.c +++ b/lisp/re/tests.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86$ */ +/* $XFree86: xc/programs/xedit/lisp/re/tests.c,v 1.1 2002/09/08 02:29:50 paulo Exp $ */ /* * Compile with: cc -o tests tests.c -L. -lre diff --git a/lisp/re/tests.txt b/lisp/re/tests.txt index 0f981d7..e3da032 100644 --- a/lisp/re/tests.txt +++ b/lisp/re/tests.txt @@ -27,7 +27,7 @@ # Author: Paulo César Pereira de Andrade # # -# $XFree86$ +# $XFree86: xc/programs/xedit/lisp/re/tests.txt,v 1.3 2002/11/08 08:01:00 paulo Exp $ # Some tests for the library: # lines starting with # are comments |