diff options
-rw-r--r-- | choice.c | 2 | ||||
-rw-r--r-- | dashlist.c | 2 | ||||
-rw-r--r-- | getfile.c | 2 | ||||
-rw-r--r-- | gram.y | 2 | ||||
-rw-r--r-- | interpret.c | 2 | ||||
-rw-r--r-- | lex.l | 2 | ||||
-rw-r--r-- | main.c | 2 | ||||
-rw-r--r-- | main.h | 2 | ||||
-rw-r--r-- | planemask.c | 2 | ||||
-rw-r--r-- | record.c | 2 | ||||
-rw-r--r-- | testfrac.c | 2 | ||||
-rw-r--r-- | tests.c | 2 | ||||
-rw-r--r-- | text.c | 2 | ||||
-rw-r--r-- | tile | 2 | ||||
-rw-r--r-- | xgc.h | 2 | ||||
-rw-r--r-- | xgc.man | 2 |
16 files changed, 16 insertions, 16 deletions
@@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/xgc/choice.c,v 1.3 2003/10/24 20:38:18 tsi Exp $ */ +/* $XFree86$ */ /* ** xgc ** @@ -7,7 +7,7 @@ ** functions to create more than one of these dashlist choice things ** will fail in a big way. */ -/* $XFree86: xc/programs/xgc/dashlist.c,v 1.4 2003/05/07 21:02:06 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/dashlist.c,v 1.3 2001/07/29 21:23:21 tsi Exp $ */ #include <stdio.h> #include <X11/Xos.h> @@ -2,7 +2,7 @@ ** getfilename.c ** */ -/* $XFree86: xc/programs/xgc/getfile.c,v 1.5 2003/05/27 22:27:06 tsi Exp $ */ +/* $XFree86: xc/programs/xgc/getfile.c,v 1.4tsi Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -1,7 +1,7 @@ /* ** grammar for xgc syntax */ -/* $XFree86: xc/programs/xgc/gram.y,v 1.4 2003/05/07 21:02:07 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/gram.y,v 1.3 2000/02/17 14:00:36 dawes Exp $ */ %{ #define YYDEBUG 1 diff --git a/interpret.c b/interpret.c index ff77c47..9b05c55 100644 --- a/interpret.c +++ b/interpret.c @@ -3,7 +3,7 @@ ** ** interprets and executes lines in the Xgc syntax. */ -/* $XFree86: xc/programs/xgc/interpret.c,v 1.5 2003/05/07 21:02:07 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/interpret.c,v 1.4 2002/01/07 20:38:30 dawes Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -1,5 +1,5 @@ /* $XConsortium: lex.l,v 1.8 94/03/31 20:40:44 rws Exp $ */ -/* $XFree86: xc/programs/xgc/lex.l,v 1.4 2002/05/31 18:46:13 dawes Exp $ */ +/* $XFree86: xc/programs/xgc/lex.l,v 1.3 2000/04/05 18:14:07 dawes Exp $ */ /* ** lex file for xgc syntax */ @@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86: xc/programs/xgc/main.c,v 1.7 2003/05/27 22:27:06 tsi Exp $ */ +/* $XFree86: xc/programs/xgc/main.c,v 1.6tsi Exp $ */ /* xgc ** @@ -5,7 +5,7 @@ ** ** Initialization of structures, etc. */ -/* $XFree86: xc/programs/xgc/main.h,v 1.3 2000/02/17 14:00:36 dawes Exp $ */ +/* $XFree86$ */ /* The three columns in the XgcData arrays are: ** name: the name of the toggle button diff --git a/planemask.c b/planemask.c index 1983432..c710562 100644 --- a/planemask.c +++ b/planemask.c @@ -7,7 +7,7 @@ ** functions to create more than one of these planemask choice things ** will fail in a big way. */ -/* $XFree86: xc/programs/xgc/planemask.c,v 1.4 2003/05/07 21:02:07 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/planemask.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */ #include <X11/Xos.h> #include <stdio.h> @@ -3,7 +3,7 @@ ** ** record.c */ -/* $XFree86: xc/programs/xgc/record.c,v 1.4 2003/05/07 21:02:07 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/record.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -4,7 +4,7 @@ ** How to make a widget to choose the fraction of tests to be run. ** */ -/* $XFree86: xc/programs/xgc/testfrac.c,v 1.5 2003/09/13 21:33:11 dawes Exp $ */ +/* $XFree86: xc/programs/xgc/testfrac.c,v 1.4 2003/05/07 21:02:07 herrb Exp $ */ #include <stdio.h> #include <X11/Intrinsic.h> @@ -1,6 +1,6 @@ /* ** $XConsortium: tests.c,v 1.20 91/06/08 18:57:07 rws Exp $ -** $XFree86: xc/programs/xgc/tests.c,v 1.12 2003/10/24 20:38:18 tsi Exp $ +** $XFree86: xc/programs/xgc/tests.c,v 1.11tsi Exp $ ** */ @@ -6,7 +6,7 @@ ** How to make a text widget that returns a string when the cursor ** leaves its window. */ -/* $XFree86: xc/programs/xgc/text.c,v 1.4 2003/05/07 21:02:07 herrb Exp $ */ +/* $XFree86: xc/programs/xgc/text.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/xgc/tile,v 1.2 2001/10/28 03:34:34 tsi Exp $ */ +/* $XFree86$ */ #if !defined(tile_width) && !defined(tile_height) @@ -3,7 +3,7 @@ ** ** xgc.h */ -/* $XFree86: xc/programs/xgc/xgc.h,v 1.6 2003/09/13 21:33:11 dawes Exp $ */ +/* $XFree86: xc/programs/xgc/xgc.h,v 1.5 2003/05/07 21:17:06 herrb Exp $ */ #include "constants.h" @@ -1,6 +1,6 @@ .\" $XConsortium: xgc.man,v 1.6 94/04/17 20:45:31 gildea Exp $ .\" -.\" $XFree86: xc/programs/xgc/xgc.man,v 1.3 2001/01/27 18:21:15 dawes Exp $ +.\" $XFree86$ .\" .TH XGC 1 __xorgversion__ .SH NAME |