summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 13:36:25 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 13:36:25 +0000
commit55f40d0286d0e2e4b1602f983b749352188c3ec4 (patch)
tree341ab3c80f9fd4decdaeb50d9449d5542cec2dbf
parent2a95cda1d358fc309c78dc5201a1dbacaba9d0bf (diff)
downloadxorg-app-xkbcomp-55f40d0286d0e2e4b1602f983b749352188c3ec4.tar.gz
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r--README.config2
-rw-r--r--README.enhancing2
-rw-r--r--action.c2
-rw-r--r--action.h2
-rw-r--r--alias.c2
-rw-r--r--alias.h2
-rw-r--r--compat.c2
-rw-r--r--compat.h2
-rw-r--r--expr.c2
-rw-r--r--expr.h2
-rw-r--r--geometry.c2
-rw-r--r--indicators.c2
-rw-r--r--indicators.h2
-rw-r--r--keycodes.c2
-rw-r--r--keycodes.h2
-rw-r--r--keymap.c2
-rw-r--r--keytypes.c2
-rw-r--r--listing.c2
-rw-r--r--misc.c2
-rw-r--r--misc.h2
-rw-r--r--parseutils.c2
-rw-r--r--parseutils.h2
-rw-r--r--symbols.c2
-rw-r--r--utils.c2
-rw-r--r--utils.h2
-rw-r--r--vmod.c2
-rw-r--r--vmod.h2
-rw-r--r--xkbcomp.c2
-rw-r--r--xkbcomp.h2
-rw-r--r--xkbcomp.man2
-rw-r--r--xkbparse.y2
-rw-r--r--xkbpath.c2
-rw-r--r--xkbpath.h2
-rw-r--r--xkbscan.c2
34 files changed, 34 insertions, 34 deletions
diff --git a/README.config b/README.config
index 511e059..9a94577 100644
--- a/README.config
+++ b/README.config
@@ -195,4 +195,4 @@ compatibility reasons. Avoid using it if it is possible.
Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/XKB-Config.sgml,v 1.4 dawes Exp $
-$XFree86$
+$XFree86: xc/programs/xkbcomp/README.config,v 1.6 2003/09/21 01:55:04 dawes Exp $
diff --git a/README.enhancing b/README.enhancing
index 81c7057..695cc5d 100644
--- a/README.enhancing
+++ b/README.enhancing
@@ -508,4 +508,4 @@ And that should be it. Enjoy creating your own xkb mapping.
Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/XKB-Enhancing.sgml,v 1.2 dawes Exp $
-$XFree86$
+$XFree86: xc/programs/xkbcomp/README.enhancing,v 1.5 2003/10/19 19:57:44 dawes Exp $
diff --git a/action.c b/action.c
index cf9d867..af0648e 100644
--- a/action.c
+++ b/action.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/action.c,v 3.11 2002/11/22 22:56:04 tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/action.h b/action.h
index 4a11664..c442a41 100644
--- a/action.h
+++ b/action.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/action.h,v 3.3 2002/07/01 02:26:00 tsi Exp $ */
#ifndef ACTION_H
#define ACTION_H 1
diff --git a/alias.c b/alias.c
index f228b0d..3447341 100644
--- a/alias.c
+++ b/alias.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/alias.c,v 1.5 2002/07/01 02:26:00 tsi Exp $ */
#include "xkbcomp.h"
#include "misc.h"
diff --git a/alias.h b/alias.h
index fd03388..b1a1905 100644
--- a/alias.h
+++ b/alias.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/alias.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef ALIAS_H
#define ALIAS_H 1
diff --git a/compat.c b/compat.c
index 46708b8..5e28590 100644
--- a/compat.c
+++ b/compat.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/compat.c,v 3.4 2002/06/05 00:00:37 dawes Exp $ */
#include <X11/Xos.h>
#include "xkbcomp.h"
diff --git a/compat.h b/compat.h
index 4edf788..0d47b69 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/compat.h,v 1.1 2002/06/05 00:00:37 dawes Exp $ */
#ifndef COMPAT_H
#define COMPAT_H 1
diff --git a/expr.c b/expr.c
index 6c3e9c9..2b639bb 100644
--- a/expr.c
+++ b/expr.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/expr.c,v 3.8 2003/12/18 14:14:37 pascal Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/expr.h b/expr.h
index 3946cf0..4e33dac 100644
--- a/expr.h
+++ b/expr.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/expr.h,v 3.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef EXPR_H
#define EXPR_H 1
diff --git a/geometry.c b/geometry.c
index 19168cb..9d73361 100644
--- a/geometry.c
+++ b/geometry.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/geometry.c,v 1.6 2003/12/22 17:48:13 tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/indicators.c b/indicators.c
index 397cae3..9ff2ffa 100644
--- a/indicators.c
+++ b/indicators.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/indicators.c,v 1.5 2002/06/05 00:00:37 dawes Exp $ */
#include "xkbcomp.h"
#include "misc.h"
diff --git a/indicators.h b/indicators.h
index 041cacc..c1d5ea9 100644
--- a/indicators.h
+++ b/indicators.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/indicators.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef INDICATORS_H
#define INDICATORS_H 1
diff --git a/keycodes.c b/keycodes.c
index 6b2fdd8..47b6624 100644
--- a/keycodes.c
+++ b/keycodes.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/keycodes.c,v 3.5 2002/07/01 02:26:01 tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/keycodes.h b/keycodes.h
index 9333718..3558073 100644
--- a/keycodes.h
+++ b/keycodes.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/keycodes.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef KEYCODES_H
#define KEYCODES_H 1
diff --git a/keymap.c b/keymap.c
index 86e9c9e..a654abd 100644
--- a/keymap.c
+++ b/keymap.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/keymap.c,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/keytypes.c b/keytypes.c
index c97c576..3e829e8 100644
--- a/keytypes.c
+++ b/keytypes.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/keytypes.c,v 1.5 2002/06/05 00:00:37 dawes Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/listing.c b/listing.c
index af7bb15..ac4ee61 100644
--- a/listing.c
+++ b/listing.c
@@ -70,7 +70,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/listing.c,v 3.10 2002/06/05 00:00:37 dawes Exp $ */
#include <stdio.h>
diff --git a/misc.c b/misc.c
index 30b155f..1cdbf1f 100644
--- a/misc.c
+++ b/misc.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/misc.c,v 3.6 2002/12/20 20:18:33 paulo Exp $ */
#include "xkbcomp.h"
#include "xkbpath.h"
diff --git a/misc.h b/misc.h
index 5546169..6789330 100644
--- a/misc.h
+++ b/misc.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/misc.h,v 1.5 2002/07/01 02:26:01 tsi Exp $ */
#ifndef MISC_H
#define MISC_H 1
diff --git a/parseutils.c b/parseutils.c
index bae18f9..88a2b20 100644
--- a/parseutils.c
+++ b/parseutils.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/parseutils.c,v 1.5 2002/07/01 02:26:01 tsi Exp $ */
#define DEBUG_VAR_NOT_LOCAL
#define DEBUG_VAR parseDebug
diff --git a/parseutils.h b/parseutils.h
index 2f29e9e..7be50d1 100644
--- a/parseutils.h
+++ b/parseutils.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/parseutils.h,v 1.5 2002/07/01 02:26:01 tsi Exp $ */
#ifndef XKBPARSE_H
#define XKBPARSE_H 1
diff --git a/symbols.c b/symbols.c
index 02294af..83c1527 100644
--- a/symbols.c
+++ b/symbols.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/symbols.c,v 3.16 2003/10/31 14:32:04 pascal Exp $ */
#include "xkbcomp.h"
#include "tokens.h"
diff --git a/utils.c b/utils.c
index 5ef0ab9..db4bee2 100644
--- a/utils.c
+++ b/utils.c
@@ -25,7 +25,7 @@
* used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission.
\*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/utils.c,v 3.7 2002/06/05 00:00:37 dawes Exp $ */
#include "utils.h"
#include <ctype.h>
diff --git a/utils.h b/utils.h
index 89e0619..d150642 100644
--- a/utils.h
+++ b/utils.h
@@ -27,7 +27,7 @@
* used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission.
\*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/utils.h,v 3.6 2002/12/24 17:43:00 tsi Exp $ */
/***====================================================================***/
diff --git a/vmod.c b/vmod.c
index 040c8ad..326fc21 100644
--- a/vmod.c
+++ b/vmod.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/vmod.c,v 3.4 2002/06/05 00:00:37 dawes Exp $ */
#define DEBUG_VAR_NOT_LOCAL
#define DEBUG_VAR debugFlags
diff --git a/vmod.h b/vmod.h
index 231d2c8..b98183b 100644
--- a/vmod.h
+++ b/vmod.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/vmod.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef VMOD_H
#define VMOD_H 1
diff --git a/xkbcomp.c b/xkbcomp.c
index 78b9fcc..bf8a723 100644
--- a/xkbcomp.c
+++ b/xkbcomp.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbcomp.c,v 3.21 2003/10/08 11:13:03 eich Exp $ */
#include <stdio.h>
#include <ctype.h>
diff --git a/xkbcomp.h b/xkbcomp.h
index d1e7eb3..0584846 100644
--- a/xkbcomp.h
+++ b/xkbcomp.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbcomp.h,v 3.9 2002/06/05 00:00:38 dawes Exp $ */
#ifndef XKBCOMP_H
#define XKBCOMP_H 1
diff --git a/xkbcomp.man b/xkbcomp.man
index 3b83cd8..55beef7 100644
--- a/xkbcomp.man
+++ b/xkbcomp.man
@@ -3,7 +3,7 @@
.\"
.\"
.\"
-.\" $XFree86$
+.\" $XFree86: xc/programs/xkbcomp/xkbcomp.man,v 1.12 2004/01/12 21:43:20 herrb Exp $
.\"
.TH XKBCOMP 1 __xorgversion__
.SH NAME
diff --git a/xkbparse.y b/xkbparse.y
index 6d4d36a..c8036e4 100644
--- a/xkbparse.y
+++ b/xkbparse.y
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbparse.y,v 3.12 2002/10/16 21:33:04 tsi Exp $ */
%token
END_OF_FILE 0
diff --git a/xkbpath.c b/xkbpath.c
index e461003..4bfd7f2 100644
--- a/xkbpath.c
+++ b/xkbpath.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbpath.c,v 3.8 2002/11/15 03:14:12 dawes Exp $ */
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
diff --git a/xkbpath.h b/xkbpath.h
index df6f7b8..8b667ed 100644
--- a/xkbpath.h
+++ b/xkbpath.h
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbpath.h,v 1.4 2002/11/15 03:14:12 dawes Exp $ */
#ifndef _XKBPATH_H_
#define _XKBPATH_H_ 1
diff --git a/xkbscan.c b/xkbscan.c
index 382424c..579583b 100644
--- a/xkbscan.c
+++ b/xkbscan.c
@@ -24,7 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xkbcomp/xkbscan.c,v 3.12 2003/08/06 14:04:05 eich Exp $ */
#include <stdio.h>
#include <ctype.h>