diff options
author | Egbert Eich <eich@suse.de> | 2004-02-26 13:36:16 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-02-26 13:36:16 +0000 |
commit | c501072fc6aae9867785226575d87b6a3d89ecaa (patch) | |
tree | 3ca22ce1ea394bf671359a6e65d6e623cfce79a1 | |
parent | 767875979a99fba9d7c00fd9eb7da316d88596dc (diff) |
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r-- | Xmark | 2 | ||||
-rw-r--r-- | Xmark.man | 2 | ||||
-rw-r--r-- | bitmaps.h | 2 | ||||
-rw-r--r-- | do_arcs.c | 2 | ||||
-rw-r--r-- | do_blt.c | 2 | ||||
-rw-r--r-- | do_complex.c | 2 | ||||
-rw-r--r-- | do_dots.c | 2 | ||||
-rw-r--r-- | do_lines.c | 2 | ||||
-rw-r--r-- | do_movewin.c | 2 | ||||
-rw-r--r-- | do_rects.c | 2 | ||||
-rw-r--r-- | do_segs.c | 2 | ||||
-rw-r--r-- | do_simple.c | 2 | ||||
-rw-r--r-- | do_tests.c | 2 | ||||
-rw-r--r-- | do_text.c | 2 | ||||
-rw-r--r-- | do_traps.c | 2 | ||||
-rw-r--r-- | do_tris.c | 2 | ||||
-rw-r--r-- | do_valgc.c | 2 | ||||
-rw-r--r-- | do_windows.c | 2 | ||||
-rw-r--r-- | x11pcomp.cpp | 2 | ||||
-rw-r--r-- | x11perf.c | 2 | ||||
-rw-r--r-- | x11perf.h | 2 | ||||
-rw-r--r-- | x11perf.man | 2 | ||||
-rw-r--r-- | x11perfcomp.man | 2 |
23 files changed, 23 insertions, 23 deletions
@@ -8,7 +8,7 @@ # Usage: Xmark datafile # ############################################################ -# $XFree86$ +# $XFree86: xc/programs/x11perf/Xmark.sh,v 1.3 2001/01/17 23:45:10 dawes Exp $ # # # CHANGE HISTORY: @@ -1,6 +1,6 @@ .\" This manpage was written by Richard Braakman and is licensed under the .\" XFree86 license. -.\" $XFree86$ +.\" $XFree86: xc/programs/x11perf/Xmark.man,v 1.3 2001/01/27 18:21:07 dawes Exp $ .TH Xmark 1 __xorgversion__ .SH NAME Xmark \- summarize x11perf results @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/bitmaps.h,v 1.4 2001/01/17 23:45:11 dawes Exp $ */ /* Set fill style (if any) to a bitmap or tile */ @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_arcs.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_blt.c,v 1.9 2001/11/03 21:59:20 dawes Exp $ */ #include "x11perf.h" #include <stdio.h> diff --git a/do_complex.c b/do_complex.c index c3af2f3..faa073f 100644 --- a/do_complex.c +++ b/do_complex.c @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_complex.c,v 1.9 2002/05/31 18:46:09 dawes Exp $ */ #include "x11perf.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_dots.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_lines.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" diff --git a/do_movewin.c b/do_movewin.c index 1a96db2..06d1803 100644 --- a/do_movewin.c +++ b/do_movewin.c @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_movewin.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_rects.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" #include "bitmaps.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_segs.c,v 1.5 2001/01/17 23:45:11 dawes Exp $ */ #include "x11perf.h" diff --git a/do_simple.c b/do_simple.c index d80a488..096cdcc 100644 --- a/do_simple.c +++ b/do_simple.c @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_simple.c,v 1.7 2003/05/27 22:26:58 tsi Exp $ */ #ifndef VMS #include <X11/Xatom.h> @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_tests.c,v 1.10 2002/05/13 06:23:35 keithp Exp $ */ #include "x11perf.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_text.c,v 1.9 2002/12/04 10:28:08 eich Exp $ */ #include "x11perf.h" #include <stdio.h> @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_traps.c,v 1.10 2003/05/27 22:26:58 tsi Exp $ */ #include "x11perf.h" #include "bitmaps.h" @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_tris.c,v 1.5 2001/01/17 23:45:12 dawes Exp $ */ #undef POLYTRIANGLE_HACK /* don't use this code */ @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_valgc.c,v 1.5 2001/01/17 23:45:12 dawes Exp $ */ #ifndef VMS #include <X11/Xatom.h> diff --git a/do_windows.c b/do_windows.c index 35586de..954d1e6 100644 --- a/do_windows.c +++ b/do_windows.c @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/do_windows.c,v 1.5 2001/01/17 23:45:12 dawes Exp $ */ #include "x11perf.h" diff --git a/x11pcomp.cpp b/x11pcomp.cpp index dd0309e..2fa5b38 100644 --- a/x11pcomp.cpp +++ b/x11pcomp.cpp @@ -1,6 +1,6 @@ XCOMM! /bin/sh XCOMM -XCOMM $XFree86$ +XCOMM $XFree86: xc/programs/x11perf/x11pcomp.cpp,v 1.5 2002/11/25 14:05:05 eich Exp $ XCOMM XCOMM Collects multiple outputs of x11perf. Just feed it a list of files, each XCOMM containing the output from an x11perf run, and this shell will extract the @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/x11perf.c,v 3.8 2002/12/04 10:28:08 eich Exp $ */ #include <stdio.h> #include <ctype.h> @@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************************/ -/* $XFree86$ */ +/* $XFree86: xc/programs/x11perf/x11perf.h,v 3.6 2002/12/04 10:28:08 eich Exp $ */ #ifndef VMS #include <X11/Xlib.h> diff --git a/x11perf.man b/x11perf.man index 3f38865..e91eefd 100644 --- a/x11perf.man +++ b/x11perf.man @@ -24,7 +24,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86$ +.\" $XFree86: xc/programs/x11perf/x11perf.man,v 1.9 2003/05/29 21:48:11 herrb Exp $ .\" .TH X11PERF 1 __xorgversion__ .SH NAME diff --git a/x11perfcomp.man b/x11perfcomp.man index 50e3884..9825fe1 100644 --- a/x11perfcomp.man +++ b/x11perfcomp.man @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86$ +.\" $XFree86: xc/programs/x11perf/x11pcomp.man,v 1.8 2001/12/14 20:01:14 dawes Exp $ .\" .TH X11PERFCOMP 1 __xorgversion__ .SH NAME |