diff options
Diffstat (limited to 'xc/unsupported')
1545 files changed, 1571 insertions, 2500 deletions
diff --git a/xc/unsupported/Imakefile b/xc/unsupported/Imakefile index e32922b0f..dd17c3e4f 100644 --- a/xc/unsupported/Imakefile +++ b/xc/unsupported/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.2 94/02/10 22:18:48 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.3 94/04/09 19:42:03 rws Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" diff --git a/xc/unsupported/Manifest.ms b/xc/unsupported/Manifest.ms index 172fac64b..56aff5b81 100644 --- a/xc/unsupported/Manifest.ms +++ b/xc/unsupported/Manifest.ms @@ -1,5 +1,5 @@ .\" Contrib manifest -*- Nroff -*- -.\" $XConsortium: Manifest.ms,v 1.7 94/10/22 19:55:17 gildea Exp gildea $ +.\" $XConsortium: Manifest.ms,v 1.8 94/11/16 17:59:10 gildea Exp $ .\" #! troff -ms .nr PS 11 .if n \{ diff --git a/xc/unsupported/doc/PHIGS/Makefile b/xc/unsupported/doc/PHIGS/Makefile deleted file mode 100644 index 471c70ec9..000000000 --- a/xc/unsupported/doc/PHIGS/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -## -# $XConsortium: Makefile,v 5.3 91/08/20 20:03:11 hersh Exp $ -## -## -## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. -## -## All Rights Reserved -## -## Permission to use, copy, modify, and distribute this software and its -## documentation for any purpose and without fee is hereby granted, -## provided that the above copyright notice appear in all copies and that -## both that copyright notice and this permission notice appear in -## supporting documentation, and that the names of Sun Microsystems -## and the X Consortium not be used in advertising or publicity -## pertaining to distribution of the software without specific, written -## prior permission. -## -## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR -## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF -## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -## PERFORMANCE OF THIS SOFTWARE. - -DOCBIN=.. - -XREF=$(DOCBIN)/xref - -RECODE=$(DOCBIN)/recode - -INDEXER=$(DOCBIN)/indexer - -PEXMACROS=$(DOCBIN)/pex.macros - -all: draft/cover.PS draft/doc.PS draft/index.PS - -PHIGSMAN = phigs.macros -INDEX_MACROS_STD = index.macros -NAMES = names.make - -include $(NAMES) - -TROFF=psroff -TBL=tbl -EQN=eqn - -draft/doc.PS: $(NAMES) - (cat $(PHIGSMAN) $(INDEX_MACROS_STD) $(NAMES) ; \ - echo .tm section 1: \\n% ) | \ - $(TBL) | $(EQN) | \ - $(TROFF) -rC1 -rD1 -rF1 -rj$$FORTRAN > $@ 2> draft/book.temp - -draft/cover.PS: cover.phigs $(PHIGSMAN) - $(TROFF) -rj$$FORTRAN -ms cover.phigs > $@ 2>/dev/null - -draft/index.PS: $(INDEX_MACROS_STD) draft/doc.PS - grep 'section 1:' draft/book.temp | \ - awk '{print $$3}' > draft/book.maxpage - awk '{ if ($$1 % 2) { \ - printf (".TH \"BLANK\" \"\" \"16 August 1991\"\n"); \ - printf ("\\&\n"); \ - printf (".TH INDEX \"\" \"16 August 1991\"\n"); \ - printf (".bp\n"); \ - } else { \ - printf (".TH INDEX \"\" \"16 August 1991\""); \ - } }' draft/book.maxpage > draft/book.file - $(RECODE) < draft/book.temp | grep '^\.IE' | \ - $(INDEXER) >> draft/book.file - $(TROFF) -rC1 -rD1 -rF1 -rj$$FORTRAN \ - -rP`awk '{printf("%s", $$1 + 1)}' draft/book.maxpage` \ - $(PHIGSMAN) draft/book.file > $@ 2>/dev/null - -clean: - rm -f draft/book* draft/*.PS diff --git a/xc/unsupported/doc/PHIGS/README b/xc/unsupported/doc/PHIGS/README index ad979cc6e..62d82be98 100644 --- a/xc/unsupported/doc/PHIGS/README +++ b/xc/unsupported/doc/PHIGS/README @@ -1,4 +1,4 @@ -/* $XConsortium: README,v 5.2 91/02/16 09:45:13 rws Exp $ */ +/* $XConsortium: README,v 5.3 91/08/16 17:14:20 hersh Exp $ */ PEX-SI Graphics Library Manual Pages diff --git a/xc/unsupported/doc/PHIGS/cover.phigs b/xc/unsupported/doc/PHIGS/cover.phigs index 5af491a25..c5f8182b0 100644 --- a/xc/unsupported/doc/PHIGS/cover.phigs +++ b/xc/unsupported/doc/PHIGS/cover.phigs @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: cover.phigs,v 5.1 91/02/16 09:45:18 rws Exp $ +.\" $XConsortium: cover.phigs,v 5.2 94/04/17 20:54:04 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/index.macros b/xc/unsupported/doc/PHIGS/index.macros index 2a9618eb5..ac9d8ccc3 100644 --- a/xc/unsupported/doc/PHIGS/index.macros +++ b/xc/unsupported/doc/PHIGS/index.macros @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: index.macros,v 5.2 91/08/20 20:09:26 keith Exp $ +.\" $XConsortium: index.macros,v 5.3 94/04/17 20:54:05 keith Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/link_c_func.sh b/xc/unsupported/doc/PHIGS/man3/link_c_func.sh index 6494cac78..75cc2ad6c 100755 --- a/xc/unsupported/doc/PHIGS/man3/link_c_func.sh +++ b/xc/unsupported/doc/PHIGS/man3/link_c_func.sh @@ -1,7 +1,7 @@ #!/bin/sh ## -## $XConsortium: link_c_func.sh,v 1.2 91/08/26 16:13:03 hersh Exp $ +## $XConsortium: link_c_func.sh,v 1.3 94/04/17 20:54:08 hersh Exp $ ## ## ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man3/link_man3.sh b/xc/unsupported/doc/PHIGS/man3/link_man3.sh index 393f4239c..c10ace16a 100755 --- a/xc/unsupported/doc/PHIGS/man3/link_man3.sh +++ b/xc/unsupported/doc/PHIGS/man3/link_man3.sh @@ -1,7 +1,7 @@ #!/bin/sh ## -# $XConsortium: link_man3.sh,v 5.3 91/04/02 17:25:32 hersh Exp $ +# $XConsortium: link_man3.sh,v 5.4 94/04/17 20:54:09 hersh Exp $ ## ## ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man3/p001 b/xc/unsupported/doc/PHIGS/man3/p001 index 61ba988bf..b171d405c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p001 +++ b/xc/unsupported/doc/PHIGS/man3/p001 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p001,v 5.1 91/02/16 09:36:45 rws Exp $ +.\" $XConsortium: p001,v 5.2 94/04/17 20:54:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p002 b/xc/unsupported/doc/PHIGS/man3/p002 index 7b19f1b96..ff56b145a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p002 +++ b/xc/unsupported/doc/PHIGS/man3/p002 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p002,v 5.1 91/02/16 09:36:46 rws Exp $ +.\" $XConsortium: p002,v 5.2 94/04/17 20:54:12 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p003 b/xc/unsupported/doc/PHIGS/man3/p003 index 891b1f74a..6bb1141e6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p003 +++ b/xc/unsupported/doc/PHIGS/man3/p003 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p003,v 5.1 91/02/16 09:36:47 rws Exp $ +.\" $XConsortium: p003,v 5.2 94/04/17 20:54:13 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p004 b/xc/unsupported/doc/PHIGS/man3/p004 index b9b3300e7..540646520 100644 --- a/xc/unsupported/doc/PHIGS/man3/p004 +++ b/xc/unsupported/doc/PHIGS/man3/p004 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p004,v 5.2 91/08/16 16:22:17 hersh Exp $ +.\" $XConsortium: p004,v 5.3 94/04/17 20:54:14 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p005 b/xc/unsupported/doc/PHIGS/man3/p005 index c908456df..0857c8eca 100644 --- a/xc/unsupported/doc/PHIGS/man3/p005 +++ b/xc/unsupported/doc/PHIGS/man3/p005 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p005,v 5.1 91/02/16 09:36:49 rws Exp $ +.\" $XConsortium: p005,v 5.2 94/04/17 20:54:14 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p006 b/xc/unsupported/doc/PHIGS/man3/p006 index 821e79d8a..63e499fe5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p006 +++ b/xc/unsupported/doc/PHIGS/man3/p006 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p006,v 5.1 91/02/16 09:36:50 rws Exp $ +.\" $XConsortium: p006,v 5.2 94/04/17 20:54:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p007 b/xc/unsupported/doc/PHIGS/man3/p007 index 34d723157..4c44d4c05 100644 --- a/xc/unsupported/doc/PHIGS/man3/p007 +++ b/xc/unsupported/doc/PHIGS/man3/p007 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p007,v 5.1 91/02/16 09:36:51 rws Exp $ +.\" $XConsortium: p007,v 5.2 94/04/17 20:54:16 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p008 b/xc/unsupported/doc/PHIGS/man3/p008 index d013f0dc0..ef7cd90f8 100644 --- a/xc/unsupported/doc/PHIGS/man3/p008 +++ b/xc/unsupported/doc/PHIGS/man3/p008 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p008,v 5.1 91/02/16 09:36:52 rws Exp $ +.\" $XConsortium: p008,v 5.2 94/04/17 20:54:17 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p009 b/xc/unsupported/doc/PHIGS/man3/p009 index 3b4166efd..5a47e701d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p009 +++ b/xc/unsupported/doc/PHIGS/man3/p009 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p009,v 5.1 91/02/16 09:36:53 rws Exp $ +.\" $XConsortium: p009,v 5.2 94/04/17 20:54:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p010 b/xc/unsupported/doc/PHIGS/man3/p010 index 855d9a128..56b9de694 100644 --- a/xc/unsupported/doc/PHIGS/man3/p010 +++ b/xc/unsupported/doc/PHIGS/man3/p010 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p010,v 5.1 91/02/16 09:36:54 rws Exp $ +.\" $XConsortium: p010,v 5.2 94/04/17 20:54:18 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p011 b/xc/unsupported/doc/PHIGS/man3/p011 index 56c1fa812..25493b5ab 100644 --- a/xc/unsupported/doc/PHIGS/man3/p011 +++ b/xc/unsupported/doc/PHIGS/man3/p011 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p011,v 5.1 91/02/16 09:36:55 rws Exp $ +.\" $XConsortium: p011,v 5.2 94/04/17 20:54:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p012 b/xc/unsupported/doc/PHIGS/man3/p012 index 125b1b378..0a65d2a7b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p012 +++ b/xc/unsupported/doc/PHIGS/man3/p012 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p012,v 5.1 91/02/16 09:36:56 rws Exp $ +.\" $XConsortium: p012,v 5.2 94/04/17 20:54:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p013 b/xc/unsupported/doc/PHIGS/man3/p013 index 9b062f19f..4e1a6ae1b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p013 +++ b/xc/unsupported/doc/PHIGS/man3/p013 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p013,v 5.2 91/08/16 14:31:05 hersh Exp $ +.\" $XConsortium: p013,v 5.3 94/04/17 20:54:20 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p014 b/xc/unsupported/doc/PHIGS/man3/p014 index e75f7df96..63bfdaaca 100644 --- a/xc/unsupported/doc/PHIGS/man3/p014 +++ b/xc/unsupported/doc/PHIGS/man3/p014 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p014,v 5.1 91/02/16 09:36:59 rws Exp $ +.\" $XConsortium: p014,v 5.2 94/04/17 20:54:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p015 b/xc/unsupported/doc/PHIGS/man3/p015 index db614a704..cad7fce77 100644 --- a/xc/unsupported/doc/PHIGS/man3/p015 +++ b/xc/unsupported/doc/PHIGS/man3/p015 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p015,v 5.1 91/02/16 09:37:00 rws Exp $ +.\" $XConsortium: p015,v 5.2 94/04/17 20:54:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p016 b/xc/unsupported/doc/PHIGS/man3/p016 index 66a7b17f8..607166fa8 100644 --- a/xc/unsupported/doc/PHIGS/man3/p016 +++ b/xc/unsupported/doc/PHIGS/man3/p016 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p016,v 5.1 91/02/16 09:37:01 rws Exp $ +.\" $XConsortium: p016,v 5.2 94/04/17 20:54:22 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p017 b/xc/unsupported/doc/PHIGS/man3/p017 index 88215befb..060986b28 100644 --- a/xc/unsupported/doc/PHIGS/man3/p017 +++ b/xc/unsupported/doc/PHIGS/man3/p017 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p017,v 5.1 91/02/16 09:37:02 rws Exp $ +.\" $XConsortium: p017,v 5.2 94/04/17 20:54:23 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p018 b/xc/unsupported/doc/PHIGS/man3/p018 index 81e2e3c8c..45c0ba2ec 100644 --- a/xc/unsupported/doc/PHIGS/man3/p018 +++ b/xc/unsupported/doc/PHIGS/man3/p018 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p018,v 5.1 91/02/16 09:37:03 rws Exp $ +.\" $XConsortium: p018,v 5.2 94/04/17 20:54:23 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p019 b/xc/unsupported/doc/PHIGS/man3/p019 index e04ecce5a..875bd930d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p019 +++ b/xc/unsupported/doc/PHIGS/man3/p019 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p019,v 5.1 91/02/16 09:37:04 rws Exp $ +.\" $XConsortium: p019,v 5.2 94/04/17 20:54:24 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p020 b/xc/unsupported/doc/PHIGS/man3/p020 index 52f9d5969..4a42d6c73 100644 --- a/xc/unsupported/doc/PHIGS/man3/p020 +++ b/xc/unsupported/doc/PHIGS/man3/p020 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p020,v 5.1 91/02/16 09:37:05 rws Exp $ +.\" $XConsortium: p020,v 5.2 94/04/17 20:54:25 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p021 b/xc/unsupported/doc/PHIGS/man3/p021 index a54c6cab4..e5983dc82 100644 --- a/xc/unsupported/doc/PHIGS/man3/p021 +++ b/xc/unsupported/doc/PHIGS/man3/p021 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p021,v 5.1 91/02/16 09:37:06 rws Exp $ +.\" $XConsortium: p021,v 5.2 94/04/17 20:54:25 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p022 b/xc/unsupported/doc/PHIGS/man3/p022 index 812690723..e4a75f986 100644 --- a/xc/unsupported/doc/PHIGS/man3/p022 +++ b/xc/unsupported/doc/PHIGS/man3/p022 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p022,v 5.1 91/02/16 09:37:07 rws Exp $ +.\" $XConsortium: p022,v 5.2 94/04/17 20:54:26 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p023 b/xc/unsupported/doc/PHIGS/man3/p023 index eb8eb0d51..9e57e0957 100644 --- a/xc/unsupported/doc/PHIGS/man3/p023 +++ b/xc/unsupported/doc/PHIGS/man3/p023 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p023,v 5.1 91/02/16 09:37:08 rws Exp $ +.\" $XConsortium: p023,v 5.2 94/04/17 20:54:27 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p024 b/xc/unsupported/doc/PHIGS/man3/p024 index cd0c92657..7df2f73b5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p024 +++ b/xc/unsupported/doc/PHIGS/man3/p024 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p024,v 5.1 91/02/16 09:37:09 rws Exp $ +.\" $XConsortium: p024,v 5.2 94/04/17 20:54:28 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p025 b/xc/unsupported/doc/PHIGS/man3/p025 index f721eb9c2..74e795186 100644 --- a/xc/unsupported/doc/PHIGS/man3/p025 +++ b/xc/unsupported/doc/PHIGS/man3/p025 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p025,v 5.1 91/02/16 09:37:10 rws Exp $ +.\" $XConsortium: p025,v 5.2 94/04/17 20:54:29 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p026 b/xc/unsupported/doc/PHIGS/man3/p026 index 25f5da0d7..adda17683 100644 --- a/xc/unsupported/doc/PHIGS/man3/p026 +++ b/xc/unsupported/doc/PHIGS/man3/p026 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p026,v 5.1 91/02/16 09:37:11 rws Exp $ +.\" $XConsortium: p026,v 5.2 94/04/17 20:54:29 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p027 b/xc/unsupported/doc/PHIGS/man3/p027 index 9d8d9a3b4..aea366408 100644 --- a/xc/unsupported/doc/PHIGS/man3/p027 +++ b/xc/unsupported/doc/PHIGS/man3/p027 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p027,v 5.1 91/02/16 09:37:12 rws Exp $ +.\" $XConsortium: p027,v 5.2 94/04/17 20:54:30 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p028 b/xc/unsupported/doc/PHIGS/man3/p028 index 2d535854c..536b72772 100644 --- a/xc/unsupported/doc/PHIGS/man3/p028 +++ b/xc/unsupported/doc/PHIGS/man3/p028 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p028,v 5.1 91/02/16 09:37:13 rws Exp $ +.\" $XConsortium: p028,v 5.2 94/04/17 20:54:31 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p029 b/xc/unsupported/doc/PHIGS/man3/p029 index 6307dbd1c..3956130aa 100644 --- a/xc/unsupported/doc/PHIGS/man3/p029 +++ b/xc/unsupported/doc/PHIGS/man3/p029 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p029,v 5.1 91/02/16 09:37:14 rws Exp $ +.\" $XConsortium: p029,v 5.2 94/04/17 20:54:31 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p030 b/xc/unsupported/doc/PHIGS/man3/p030 index 161644972..b9037529b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p030 +++ b/xc/unsupported/doc/PHIGS/man3/p030 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p030,v 5.1 91/02/16 09:37:15 rws Exp $ +.\" $XConsortium: p030,v 5.2 94/04/17 20:54:32 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p031 b/xc/unsupported/doc/PHIGS/man3/p031 index 07c7f555d..9c23b5a14 100644 --- a/xc/unsupported/doc/PHIGS/man3/p031 +++ b/xc/unsupported/doc/PHIGS/man3/p031 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p031,v 5.1 91/02/16 09:37:16 rws Exp $ +.\" $XConsortium: p031,v 5.2 94/04/17 20:54:33 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p032 b/xc/unsupported/doc/PHIGS/man3/p032 index 759c7f289..b1d0f8150 100644 --- a/xc/unsupported/doc/PHIGS/man3/p032 +++ b/xc/unsupported/doc/PHIGS/man3/p032 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p032,v 5.1 91/02/16 09:37:17 rws Exp $ +.\" $XConsortium: p032,v 5.2 94/04/17 20:54:34 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p033 b/xc/unsupported/doc/PHIGS/man3/p033 index 31532356d..5caa2d0cb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p033 +++ b/xc/unsupported/doc/PHIGS/man3/p033 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p033,v 5.1 91/02/16 09:37:18 rws Exp $ +.\" $XConsortium: p033,v 5.2 94/04/17 20:54:35 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p034 b/xc/unsupported/doc/PHIGS/man3/p034 index 97c4043b4..77e1f9c0d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p034 +++ b/xc/unsupported/doc/PHIGS/man3/p034 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p034,v 5.1 91/02/16 09:37:19 rws Exp $ +.\" $XConsortium: p034,v 5.2 94/04/17 20:54:36 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p035 b/xc/unsupported/doc/PHIGS/man3/p035 index 953c2ef99..54d500a02 100644 --- a/xc/unsupported/doc/PHIGS/man3/p035 +++ b/xc/unsupported/doc/PHIGS/man3/p035 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p035,v 5.2 91/08/16 15:15:21 hersh Exp $ +.\" $XConsortium: p035,v 5.3 94/04/17 20:54:36 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p036 b/xc/unsupported/doc/PHIGS/man3/p036 index 507432bf4..d154e8740 100644 --- a/xc/unsupported/doc/PHIGS/man3/p036 +++ b/xc/unsupported/doc/PHIGS/man3/p036 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p036,v 5.1 91/02/16 09:37:21 rws Exp $ +.\" $XConsortium: p036,v 5.2 94/04/17 20:54:37 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p037 b/xc/unsupported/doc/PHIGS/man3/p037 index 721d37cdc..de4afa26a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p037 +++ b/xc/unsupported/doc/PHIGS/man3/p037 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p037,v 5.1 91/02/16 09:37:22 rws Exp $ +.\" $XConsortium: p037,v 5.2 94/04/17 20:54:38 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p038 b/xc/unsupported/doc/PHIGS/man3/p038 index e240d28a8..336e9e33f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p038 +++ b/xc/unsupported/doc/PHIGS/man3/p038 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p038,v 5.2 91/08/16 14:55:43 hersh Exp $ +.\" $XConsortium: p038,v 5.3 94/04/17 20:54:39 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p039 b/xc/unsupported/doc/PHIGS/man3/p039 index fafa4fbc0..e3f02e0d7 100644 --- a/xc/unsupported/doc/PHIGS/man3/p039 +++ b/xc/unsupported/doc/PHIGS/man3/p039 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p039,v 5.1 91/02/16 09:37:24 rws Exp $ +.\" $XConsortium: p039,v 5.2 94/04/17 20:54:39 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p040 b/xc/unsupported/doc/PHIGS/man3/p040 index 3d228c430..32d858806 100644 --- a/xc/unsupported/doc/PHIGS/man3/p040 +++ b/xc/unsupported/doc/PHIGS/man3/p040 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p040,v 5.1 91/02/16 09:37:25 rws Exp $ +.\" $XConsortium: p040,v 5.2 94/04/17 20:54:40 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p041 b/xc/unsupported/doc/PHIGS/man3/p041 index 2e8feb66e..86dd4145f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p041 +++ b/xc/unsupported/doc/PHIGS/man3/p041 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p041,v 5.1 91/02/16 09:37:26 rws Exp $ +.\" $XConsortium: p041,v 5.2 94/04/17 20:54:43 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p042 b/xc/unsupported/doc/PHIGS/man3/p042 index 257bb5e08..83b7c201d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p042 +++ b/xc/unsupported/doc/PHIGS/man3/p042 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p042,v 5.1 91/02/16 09:37:27 rws Exp $ +.\" $XConsortium: p042,v 5.2 94/04/17 20:54:43 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p043 b/xc/unsupported/doc/PHIGS/man3/p043 index 58b90004e..ee0549304 100644 --- a/xc/unsupported/doc/PHIGS/man3/p043 +++ b/xc/unsupported/doc/PHIGS/man3/p043 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p043,v 5.3 91/08/20 20:09:01 keith Exp $ +.\" $XConsortium: p043,v 5.4 94/04/17 20:54:44 keith Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p044 b/xc/unsupported/doc/PHIGS/man3/p044 index a8cbb0a5d..1e3483201 100644 --- a/xc/unsupported/doc/PHIGS/man3/p044 +++ b/xc/unsupported/doc/PHIGS/man3/p044 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p044,v 5.2 91/08/16 16:22:30 hersh Exp $ +.\" $XConsortium: p044,v 5.3 94/04/17 20:54:45 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p045 b/xc/unsupported/doc/PHIGS/man3/p045 index d4a76b0eb..d36f36987 100644 --- a/xc/unsupported/doc/PHIGS/man3/p045 +++ b/xc/unsupported/doc/PHIGS/man3/p045 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p045,v 5.2 91/08/16 16:22:33 hersh Exp $ +.\" $XConsortium: p045,v 5.3 94/04/17 20:54:46 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p046 b/xc/unsupported/doc/PHIGS/man3/p046 index eea8d32f9..e1351eb00 100644 --- a/xc/unsupported/doc/PHIGS/man3/p046 +++ b/xc/unsupported/doc/PHIGS/man3/p046 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p046,v 5.2 91/08/16 16:22:35 hersh Exp $ +.\" $XConsortium: p046,v 5.3 94/04/17 20:54:46 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p047 b/xc/unsupported/doc/PHIGS/man3/p047 index e8d4312ae..9763ab85c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p047 +++ b/xc/unsupported/doc/PHIGS/man3/p047 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p047,v 5.2 91/08/16 16:22:39 hersh Exp $ +.\" $XConsortium: p047,v 5.3 94/04/17 20:54:47 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p048 b/xc/unsupported/doc/PHIGS/man3/p048 index e9d3a478e..4832da5e2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p048 +++ b/xc/unsupported/doc/PHIGS/man3/p048 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p048,v 5.2 91/08/16 16:22:42 hersh Exp $ +.\" $XConsortium: p048,v 5.3 94/04/17 20:54:48 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p049 b/xc/unsupported/doc/PHIGS/man3/p049 index 520f0cb4e..75d8b2fb2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p049 +++ b/xc/unsupported/doc/PHIGS/man3/p049 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p049,v 5.2 91/08/16 16:22:46 hersh Exp $ +.\" $XConsortium: p049,v 5.3 94/04/17 20:54:49 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p050 b/xc/unsupported/doc/PHIGS/man3/p050 index 612faf95e..78bed2517 100644 --- a/xc/unsupported/doc/PHIGS/man3/p050 +++ b/xc/unsupported/doc/PHIGS/man3/p050 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p050,v 5.2 91/08/16 16:22:48 hersh Exp $ +.\" $XConsortium: p050,v 5.3 94/04/17 20:54:50 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p051 b/xc/unsupported/doc/PHIGS/man3/p051 index 38b8d3359..cad802faa 100644 --- a/xc/unsupported/doc/PHIGS/man3/p051 +++ b/xc/unsupported/doc/PHIGS/man3/p051 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p051,v 5.2 91/08/16 15:23:14 hersh Exp $ +.\" $XConsortium: p051,v 5.3 94/04/17 20:54:50 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p052 b/xc/unsupported/doc/PHIGS/man3/p052 index f67c4a1bb..45b0896f0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p052 +++ b/xc/unsupported/doc/PHIGS/man3/p052 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p052,v 5.2 91/08/16 15:24:14 hersh Exp $ +.\" $XConsortium: p052,v 5.3 94/04/17 20:54:51 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p053 b/xc/unsupported/doc/PHIGS/man3/p053 index 1ded1f3d9..13634e739 100644 --- a/xc/unsupported/doc/PHIGS/man3/p053 +++ b/xc/unsupported/doc/PHIGS/man3/p053 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p053,v 5.1 91/02/16 09:37:38 rws Exp $ +.\" $XConsortium: p053,v 5.2 94/04/17 20:54:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p054 b/xc/unsupported/doc/PHIGS/man3/p054 index e317d6217..f589384a4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p054 +++ b/xc/unsupported/doc/PHIGS/man3/p054 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p054,v 5.1 91/02/16 09:37:39 rws Exp $ +.\" $XConsortium: p054,v 5.2 94/04/17 20:54:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p055 b/xc/unsupported/doc/PHIGS/man3/p055 index aee87b9c1..31720739f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p055 +++ b/xc/unsupported/doc/PHIGS/man3/p055 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p055,v 5.1 91/02/16 09:37:40 rws Exp $ +.\" $XConsortium: p055,v 5.2 94/04/17 20:54:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p056 b/xc/unsupported/doc/PHIGS/man3/p056 index 9e55441db..3337fbf04 100644 --- a/xc/unsupported/doc/PHIGS/man3/p056 +++ b/xc/unsupported/doc/PHIGS/man3/p056 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p056,v 5.1 91/02/16 09:37:41 rws Exp $ +.\" $XConsortium: p056,v 5.2 94/04/17 20:54:55 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p057 b/xc/unsupported/doc/PHIGS/man3/p057 index eab9f13f9..74d75229c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p057 +++ b/xc/unsupported/doc/PHIGS/man3/p057 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p057,v 5.1 91/02/16 09:37:42 rws Exp $ +.\" $XConsortium: p057,v 5.2 94/04/17 20:54:55 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p058 b/xc/unsupported/doc/PHIGS/man3/p058 index 972422d95..e74a7f6d6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p058 +++ b/xc/unsupported/doc/PHIGS/man3/p058 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p058,v 5.2 91/08/16 16:22:51 hersh Exp $ +.\" $XConsortium: p058,v 5.3 94/04/17 20:54:56 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p059 b/xc/unsupported/doc/PHIGS/man3/p059 index dcc12c916..b6996d161 100644 --- a/xc/unsupported/doc/PHIGS/man3/p059 +++ b/xc/unsupported/doc/PHIGS/man3/p059 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p059,v 5.4 91/08/20 20:28:41 hersh Exp $ +.\" $XConsortium: p059,v 5.5 94/04/17 20:54:57 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p060 b/xc/unsupported/doc/PHIGS/man3/p060 index 0ae5cf1ce..b54cf01c9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p060 +++ b/xc/unsupported/doc/PHIGS/man3/p060 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p060,v 5.1 91/02/16 09:37:46 rws Exp $ +.\" $XConsortium: p060,v 5.2 94/04/17 20:54:57 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p061 b/xc/unsupported/doc/PHIGS/man3/p061 index 4e389fea3..bbd685f3d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p061 +++ b/xc/unsupported/doc/PHIGS/man3/p061 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p061,v 5.1 91/02/16 09:37:47 rws Exp $ +.\" $XConsortium: p061,v 5.2 94/04/17 20:54:58 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p062 b/xc/unsupported/doc/PHIGS/man3/p062 index f4ef2dadb..b9e012799 100644 --- a/xc/unsupported/doc/PHIGS/man3/p062 +++ b/xc/unsupported/doc/PHIGS/man3/p062 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p062,v 5.1 91/02/16 09:37:48 rws Exp $ +.\" $XConsortium: p062,v 5.2 94/04/17 20:54:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p063 b/xc/unsupported/doc/PHIGS/man3/p063 index 0a30ed905..0f4e52cde 100644 --- a/xc/unsupported/doc/PHIGS/man3/p063 +++ b/xc/unsupported/doc/PHIGS/man3/p063 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p063,v 5.1 91/02/16 09:37:49 rws Exp $ +.\" $XConsortium: p063,v 5.2 94/04/17 20:54:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p064 b/xc/unsupported/doc/PHIGS/man3/p064 index 93b311eb9..f9d868247 100644 --- a/xc/unsupported/doc/PHIGS/man3/p064 +++ b/xc/unsupported/doc/PHIGS/man3/p064 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p064,v 5.1 91/02/16 09:37:50 rws Exp $ +.\" $XConsortium: p064,v 5.2 94/04/17 20:55:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p065 b/xc/unsupported/doc/PHIGS/man3/p065 index a68151694..301c37a22 100644 --- a/xc/unsupported/doc/PHIGS/man3/p065 +++ b/xc/unsupported/doc/PHIGS/man3/p065 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p065,v 5.2 91/08/16 14:39:15 hersh Exp $ +.\" $XConsortium: p065,v 5.3 94/04/17 20:55:01 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p066 b/xc/unsupported/doc/PHIGS/man3/p066 index 69ca6c3ef..ef5c9362e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p066 +++ b/xc/unsupported/doc/PHIGS/man3/p066 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p066,v 5.1 91/02/16 09:37:52 rws Exp $ +.\" $XConsortium: p066,v 5.2 94/04/17 20:55:02 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p067 b/xc/unsupported/doc/PHIGS/man3/p067 index 17f839e06..dac76f6b1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p067 +++ b/xc/unsupported/doc/PHIGS/man3/p067 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p067,v 5.1 91/02/16 09:37:53 rws Exp $ +.\" $XConsortium: p067,v 5.2 94/04/17 20:55:02 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p068 b/xc/unsupported/doc/PHIGS/man3/p068 index f57d5a89e..236f544a4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p068 +++ b/xc/unsupported/doc/PHIGS/man3/p068 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p068,v 5.2 91/08/16 14:48:15 hersh Exp $ +.\" $XConsortium: p068,v 5.3 94/04/17 20:55:03 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p069 b/xc/unsupported/doc/PHIGS/man3/p069 index bb6a9d5c1..1f4b321cb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p069 +++ b/xc/unsupported/doc/PHIGS/man3/p069 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p069,v 5.1 91/02/16 09:37:56 rws Exp $ +.\" $XConsortium: p069,v 5.2 94/04/17 20:55:04 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p070 b/xc/unsupported/doc/PHIGS/man3/p070 index 166dc6de5..202f6bfa9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p070 +++ b/xc/unsupported/doc/PHIGS/man3/p070 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p070,v 5.1 91/02/16 09:37:57 rws Exp $ +.\" $XConsortium: p070,v 5.2 94/04/17 20:55:05 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p071 b/xc/unsupported/doc/PHIGS/man3/p071 index 454852157..e7edaddac 100644 --- a/xc/unsupported/doc/PHIGS/man3/p071 +++ b/xc/unsupported/doc/PHIGS/man3/p071 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p071,v 5.1 91/02/16 09:37:58 rws Exp $ +.\" $XConsortium: p071,v 5.2 94/04/17 20:55:05 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p072 b/xc/unsupported/doc/PHIGS/man3/p072 index 71c12fd31..406aa0c0e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p072 +++ b/xc/unsupported/doc/PHIGS/man3/p072 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p072,v 5.1 91/02/16 09:37:59 rws Exp $ +.\" $XConsortium: p072,v 5.2 94/04/17 20:55:06 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p073 b/xc/unsupported/doc/PHIGS/man3/p073 index ed7315507..f9fa6f8c1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p073 +++ b/xc/unsupported/doc/PHIGS/man3/p073 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p073,v 5.1 91/02/16 09:38:00 rws Exp $ +.\" $XConsortium: p073,v 5.2 94/04/17 20:55:07 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p074 b/xc/unsupported/doc/PHIGS/man3/p074 index f5fbb3c5f..eff3f22eb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p074 +++ b/xc/unsupported/doc/PHIGS/man3/p074 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p074,v 5.1 91/02/16 09:38:01 rws Exp $ +.\" $XConsortium: p074,v 5.2 94/04/17 20:55:08 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p075 b/xc/unsupported/doc/PHIGS/man3/p075 index a05613dea..6afda785e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p075 +++ b/xc/unsupported/doc/PHIGS/man3/p075 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p075,v 5.3 91/08/16 16:22:56 hersh Exp $ +.\" $XConsortium: p075,v 5.4 94/04/17 20:55:08 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p076 b/xc/unsupported/doc/PHIGS/man3/p076 index 7cb37b2c7..ac17dfcc6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p076 +++ b/xc/unsupported/doc/PHIGS/man3/p076 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p076,v 5.3 91/08/16 16:22:59 hersh Exp $ +.\" $XConsortium: p076,v 5.4 94/04/17 20:55:09 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p077 b/xc/unsupported/doc/PHIGS/man3/p077 index e460b28bc..b65309b65 100644 --- a/xc/unsupported/doc/PHIGS/man3/p077 +++ b/xc/unsupported/doc/PHIGS/man3/p077 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p077,v 5.1 91/02/16 09:38:05 rws Exp $ +.\" $XConsortium: p077,v 5.2 94/04/17 20:55:10 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p078 b/xc/unsupported/doc/PHIGS/man3/p078 index cd39c69b0..ae78f322a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p078 +++ b/xc/unsupported/doc/PHIGS/man3/p078 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p078,v 5.1 91/02/16 09:38:07 rws Exp $ +.\" $XConsortium: p078,v 5.2 94/04/17 20:55:11 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p079 b/xc/unsupported/doc/PHIGS/man3/p079 index acb8698d3..0e91f7c35 100644 --- a/xc/unsupported/doc/PHIGS/man3/p079 +++ b/xc/unsupported/doc/PHIGS/man3/p079 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p079,v 5.2 91/08/16 14:48:08 hersh Exp $ +.\" $XConsortium: p079,v 5.3 94/04/17 20:55:14 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p080 b/xc/unsupported/doc/PHIGS/man3/p080 index 418f28e2b..4dff18dc2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p080 +++ b/xc/unsupported/doc/PHIGS/man3/p080 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p080,v 5.2 91/08/16 14:48:05 hersh Exp $ +.\" $XConsortium: p080,v 5.3 94/04/17 20:55:14 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p081 b/xc/unsupported/doc/PHIGS/man3/p081 index ec7a140c9..431cca44e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p081 +++ b/xc/unsupported/doc/PHIGS/man3/p081 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p081,v 5.1 91/02/16 09:38:11 rws Exp $ +.\" $XConsortium: p081,v 5.2 94/04/17 20:55:15 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p082 b/xc/unsupported/doc/PHIGS/man3/p082 index 7c5d5f26f..d218db602 100644 --- a/xc/unsupported/doc/PHIGS/man3/p082 +++ b/xc/unsupported/doc/PHIGS/man3/p082 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p082,v 5.1 91/02/16 09:38:12 rws Exp $ +.\" $XConsortium: p082,v 5.2 94/04/17 20:55:16 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p083 b/xc/unsupported/doc/PHIGS/man3/p083 index bc10fd21b..e900daa76 100644 --- a/xc/unsupported/doc/PHIGS/man3/p083 +++ b/xc/unsupported/doc/PHIGS/man3/p083 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p083,v 5.1 91/02/16 09:38:13 rws Exp $ +.\" $XConsortium: p083,v 5.2 94/04/17 20:55:17 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p084 b/xc/unsupported/doc/PHIGS/man3/p084 index 75b4c74c1..9c91bc109 100644 --- a/xc/unsupported/doc/PHIGS/man3/p084 +++ b/xc/unsupported/doc/PHIGS/man3/p084 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p084,v 5.1 91/02/16 09:38:15 rws Exp $ +.\" $XConsortium: p084,v 5.2 94/04/17 20:55:18 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p085 b/xc/unsupported/doc/PHIGS/man3/p085 index 6bc6c0838..29e9d1115 100644 --- a/xc/unsupported/doc/PHIGS/man3/p085 +++ b/xc/unsupported/doc/PHIGS/man3/p085 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p085,v 5.1 91/02/16 09:38:16 rws Exp $ +.\" $XConsortium: p085,v 5.2 94/04/17 20:55:18 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p086 b/xc/unsupported/doc/PHIGS/man3/p086 index bbd81e5aa..74e6ac09e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p086 +++ b/xc/unsupported/doc/PHIGS/man3/p086 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p086,v 5.1 91/02/16 09:38:17 rws Exp $ +.\" $XConsortium: p086,v 5.2 94/04/17 20:55:19 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p087 b/xc/unsupported/doc/PHIGS/man3/p087 index 59572e032..fff2628a9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p087 +++ b/xc/unsupported/doc/PHIGS/man3/p087 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p087,v 5.1 91/02/16 09:38:19 rws Exp $ +.\" $XConsortium: p087,v 5.2 94/04/17 20:55:20 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p088 b/xc/unsupported/doc/PHIGS/man3/p088 index 21ba14319..438f907e4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p088 +++ b/xc/unsupported/doc/PHIGS/man3/p088 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p088,v 5.1 91/02/16 09:38:20 rws Exp $ +.\" $XConsortium: p088,v 5.2 94/04/17 20:55:20 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p089 b/xc/unsupported/doc/PHIGS/man3/p089 index 9a4535e51..14f32a137 100644 --- a/xc/unsupported/doc/PHIGS/man3/p089 +++ b/xc/unsupported/doc/PHIGS/man3/p089 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p089,v 5.1 91/02/16 09:38:21 rws Exp $ +.\" $XConsortium: p089,v 5.2 94/04/17 20:55:21 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p090 b/xc/unsupported/doc/PHIGS/man3/p090 index a54009c4e..1805d4010 100644 --- a/xc/unsupported/doc/PHIGS/man3/p090 +++ b/xc/unsupported/doc/PHIGS/man3/p090 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p090,v 5.1 91/02/16 09:38:22 rws Exp $ +.\" $XConsortium: p090,v 5.2 94/04/17 20:55:22 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p091 b/xc/unsupported/doc/PHIGS/man3/p091 index 286c7cab0..438b0fd79 100644 --- a/xc/unsupported/doc/PHIGS/man3/p091 +++ b/xc/unsupported/doc/PHIGS/man3/p091 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p091,v 5.2 91/08/16 16:23:01 hersh Exp $ +.\" $XConsortium: p091,v 5.3 94/04/17 20:55:23 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p092 b/xc/unsupported/doc/PHIGS/man3/p092 index 73753229b..2c162120f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p092 +++ b/xc/unsupported/doc/PHIGS/man3/p092 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p092,v 5.2 91/08/16 16:23:04 hersh Exp $ +.\" $XConsortium: p092,v 5.3 94/04/17 20:55:23 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p093 b/xc/unsupported/doc/PHIGS/man3/p093 index abd4854b5..6e3dcfffd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p093 +++ b/xc/unsupported/doc/PHIGS/man3/p093 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p093,v 5.1 91/02/16 09:38:25 rws Exp $ +.\" $XConsortium: p093,v 5.2 94/04/17 20:55:24 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p094 b/xc/unsupported/doc/PHIGS/man3/p094 index c03482af2..b7d950b5a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p094 +++ b/xc/unsupported/doc/PHIGS/man3/p094 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p094,v 5.1 91/02/16 09:38:26 rws Exp $ +.\" $XConsortium: p094,v 5.2 94/04/17 20:55:25 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p095 b/xc/unsupported/doc/PHIGS/man3/p095 index 6cfd4b996..3c8275ee3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p095 +++ b/xc/unsupported/doc/PHIGS/man3/p095 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p095,v 5.1 91/02/16 09:38:28 rws Exp $ +.\" $XConsortium: p095,v 5.2 94/04/17 20:55:26 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p096 b/xc/unsupported/doc/PHIGS/man3/p096 index c9cc1f95d..09cca11a6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p096 +++ b/xc/unsupported/doc/PHIGS/man3/p096 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p096,v 5.1 91/02/16 09:38:29 rws Exp $ +.\" $XConsortium: p096,v 5.2 94/04/17 20:55:26 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p097 b/xc/unsupported/doc/PHIGS/man3/p097 index 518f2739b..9e55f8732 100644 --- a/xc/unsupported/doc/PHIGS/man3/p097 +++ b/xc/unsupported/doc/PHIGS/man3/p097 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p097,v 5.2 91/08/16 16:23:11 hersh Exp $ +.\" $XConsortium: p097,v 5.3 94/04/17 20:55:27 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p098 b/xc/unsupported/doc/PHIGS/man3/p098 index 47d4f0e95..b8df3c4b0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p098 +++ b/xc/unsupported/doc/PHIGS/man3/p098 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p098,v 5.1 91/02/16 09:38:31 rws Exp $ +.\" $XConsortium: p098,v 5.2 94/04/17 20:55:28 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p099 b/xc/unsupported/doc/PHIGS/man3/p099 index 095da9abd..5f6a204c5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p099 +++ b/xc/unsupported/doc/PHIGS/man3/p099 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p099,v 5.1 91/02/16 09:38:32 rws Exp $ +.\" $XConsortium: p099,v 5.2 94/04/17 20:55:29 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p100 b/xc/unsupported/doc/PHIGS/man3/p100 index b6fd605b1..1eaf0bf38 100644 --- a/xc/unsupported/doc/PHIGS/man3/p100 +++ b/xc/unsupported/doc/PHIGS/man3/p100 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p100,v 5.1 91/02/16 09:38:33 rws Exp $ +.\" $XConsortium: p100,v 5.2 94/04/17 20:55:30 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p101 b/xc/unsupported/doc/PHIGS/man3/p101 index 1420c7f56..a268029a3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p101 +++ b/xc/unsupported/doc/PHIGS/man3/p101 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p101,v 5.1 91/02/16 09:38:34 rws Exp $ +.\" $XConsortium: p101,v 5.2 94/04/17 20:55:30 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p102 b/xc/unsupported/doc/PHIGS/man3/p102 index 44a2131f7..c055efec2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p102 +++ b/xc/unsupported/doc/PHIGS/man3/p102 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p102,v 5.2 91/08/16 15:06:27 hersh Exp $ +.\" $XConsortium: p102,v 5.3 94/04/17 20:55:31 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p103 b/xc/unsupported/doc/PHIGS/man3/p103 index 0c253f8e8..c76b71dde 100644 --- a/xc/unsupported/doc/PHIGS/man3/p103 +++ b/xc/unsupported/doc/PHIGS/man3/p103 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p103,v 5.2 91/08/16 15:18:52 hersh Exp $ +.\" $XConsortium: p103,v 5.3 94/04/17 20:55:32 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p104 b/xc/unsupported/doc/PHIGS/man3/p104 index 306bd01d8..75b827eee 100644 --- a/xc/unsupported/doc/PHIGS/man3/p104 +++ b/xc/unsupported/doc/PHIGS/man3/p104 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p104,v 5.2 91/08/16 14:56:14 hersh Exp $ +.\" $XConsortium: p104,v 5.3 94/04/17 20:55:33 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p105 b/xc/unsupported/doc/PHIGS/man3/p105 index 5407972f6..f645893e3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p105 +++ b/xc/unsupported/doc/PHIGS/man3/p105 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p105,v 5.1 91/02/16 09:38:40 rws Exp $ +.\" $XConsortium: p105,v 5.2 94/04/17 20:55:34 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p106 b/xc/unsupported/doc/PHIGS/man3/p106 index 3f98fe2de..ae54f71d9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p106 +++ b/xc/unsupported/doc/PHIGS/man3/p106 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p106,v 5.2 91/08/16 16:24:15 hersh Exp $ +.\" $XConsortium: p106,v 5.3 94/04/17 20:55:35 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p107 b/xc/unsupported/doc/PHIGS/man3/p107 index 483130d8b..a52c43f43 100644 --- a/xc/unsupported/doc/PHIGS/man3/p107 +++ b/xc/unsupported/doc/PHIGS/man3/p107 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p107,v 5.2 91/08/16 16:24:26 hersh Exp $ +.\" $XConsortium: p107,v 5.3 94/04/17 20:55:35 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p108 b/xc/unsupported/doc/PHIGS/man3/p108 index a6098684c..f40cc8f14 100644 --- a/xc/unsupported/doc/PHIGS/man3/p108 +++ b/xc/unsupported/doc/PHIGS/man3/p108 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p108,v 5.1 91/02/16 09:38:43 rws Exp $ +.\" $XConsortium: p108,v 5.2 94/04/17 20:55:36 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p109 b/xc/unsupported/doc/PHIGS/man3/p109 index e8aaf9146..febb521ba 100644 --- a/xc/unsupported/doc/PHIGS/man3/p109 +++ b/xc/unsupported/doc/PHIGS/man3/p109 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p109,v 5.2 91/08/16 16:24:29 hersh Exp $ +.\" $XConsortium: p109,v 5.3 94/04/17 20:55:37 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p110 b/xc/unsupported/doc/PHIGS/man3/p110 index bd9a2950c..6ca5c8986 100644 --- a/xc/unsupported/doc/PHIGS/man3/p110 +++ b/xc/unsupported/doc/PHIGS/man3/p110 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p110,v 5.2 91/08/16 16:24:31 hersh Exp $ +.\" $XConsortium: p110,v 5.3 94/04/17 20:55:38 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p111 b/xc/unsupported/doc/PHIGS/man3/p111 index 55f3cf7d2..520847321 100644 --- a/xc/unsupported/doc/PHIGS/man3/p111 +++ b/xc/unsupported/doc/PHIGS/man3/p111 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p111,v 5.2 91/08/16 16:24:34 hersh Exp $ +.\" $XConsortium: p111,v 5.3 94/04/17 20:55:39 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p112 b/xc/unsupported/doc/PHIGS/man3/p112 index 6a7427ece..876fde5f4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p112 +++ b/xc/unsupported/doc/PHIGS/man3/p112 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p112,v 5.2 91/08/16 16:24:37 hersh Exp $ +.\" $XConsortium: p112,v 5.3 94/04/17 20:55:39 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p113 b/xc/unsupported/doc/PHIGS/man3/p113 index 4017b38a0..3b1df4308 100644 --- a/xc/unsupported/doc/PHIGS/man3/p113 +++ b/xc/unsupported/doc/PHIGS/man3/p113 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p113,v 5.2 91/08/16 16:24:39 hersh Exp $ +.\" $XConsortium: p113,v 5.3 94/04/17 20:55:40 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p114 b/xc/unsupported/doc/PHIGS/man3/p114 index f677eb5f1..6c2820546 100644 --- a/xc/unsupported/doc/PHIGS/man3/p114 +++ b/xc/unsupported/doc/PHIGS/man3/p114 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p114,v 5.2 91/08/16 16:24:42 hersh Exp $ +.\" $XConsortium: p114,v 5.3 94/04/17 20:55:41 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p115 b/xc/unsupported/doc/PHIGS/man3/p115 index 303bd4b94..244230fee 100644 --- a/xc/unsupported/doc/PHIGS/man3/p115 +++ b/xc/unsupported/doc/PHIGS/man3/p115 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p115,v 5.2 91/08/16 16:24:44 hersh Exp $ +.\" $XConsortium: p115,v 5.3 94/04/17 20:55:44 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p116 b/xc/unsupported/doc/PHIGS/man3/p116 index 6e4efe5a5..a7ebe0f4f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p116 +++ b/xc/unsupported/doc/PHIGS/man3/p116 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p116,v 5.2 91/08/16 16:24:47 hersh Exp $ +.\" $XConsortium: p116,v 5.3 94/04/17 20:55:45 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p117 b/xc/unsupported/doc/PHIGS/man3/p117 index bc97dd75d..958c7bd74 100644 --- a/xc/unsupported/doc/PHIGS/man3/p117 +++ b/xc/unsupported/doc/PHIGS/man3/p117 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p117,v 5.2 91/08/16 16:24:50 hersh Exp $ +.\" $XConsortium: p117,v 5.3 94/04/17 20:55:45 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p118 b/xc/unsupported/doc/PHIGS/man3/p118 index a64233c4f..c7467ab39 100644 --- a/xc/unsupported/doc/PHIGS/man3/p118 +++ b/xc/unsupported/doc/PHIGS/man3/p118 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p118,v 5.2 91/08/16 16:24:53 hersh Exp $ +.\" $XConsortium: p118,v 5.3 94/04/17 20:55:46 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p119 b/xc/unsupported/doc/PHIGS/man3/p119 index 533fbd3c2..f2d62affb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p119 +++ b/xc/unsupported/doc/PHIGS/man3/p119 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p119,v 5.1 91/02/16 09:38:56 rws Exp $ +.\" $XConsortium: p119,v 5.2 94/04/17 20:55:47 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p120 b/xc/unsupported/doc/PHIGS/man3/p120 index 84d1593a9..6b870d15b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p120 +++ b/xc/unsupported/doc/PHIGS/man3/p120 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p120,v 5.1 91/02/16 09:38:57 rws Exp $ +.\" $XConsortium: p120,v 5.2 94/04/17 20:55:48 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p121 b/xc/unsupported/doc/PHIGS/man3/p121 index 6d639496f..63f146b17 100644 --- a/xc/unsupported/doc/PHIGS/man3/p121 +++ b/xc/unsupported/doc/PHIGS/man3/p121 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p121,v 5.1 91/02/16 09:38:58 rws Exp $ +.\" $XConsortium: p121,v 5.2 94/04/17 20:55:49 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p122 b/xc/unsupported/doc/PHIGS/man3/p122 index e24ec2c91..a342101fa 100644 --- a/xc/unsupported/doc/PHIGS/man3/p122 +++ b/xc/unsupported/doc/PHIGS/man3/p122 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p122,v 5.1 91/02/16 09:38:59 rws Exp $ +.\" $XConsortium: p122,v 5.2 94/04/17 20:55:49 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p123 b/xc/unsupported/doc/PHIGS/man3/p123 index 89a2ca814..20e11aece 100644 --- a/xc/unsupported/doc/PHIGS/man3/p123 +++ b/xc/unsupported/doc/PHIGS/man3/p123 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p123,v 5.1 91/02/16 09:39:00 rws Exp $ +.\" $XConsortium: p123,v 5.2 94/04/17 20:55:50 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p124 b/xc/unsupported/doc/PHIGS/man3/p124 index 7122d1a1a..6051dd7c3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p124 +++ b/xc/unsupported/doc/PHIGS/man3/p124 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p124,v 5.1 91/02/16 09:39:02 rws Exp $ +.\" $XConsortium: p124,v 5.2 94/04/17 20:55:51 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p125 b/xc/unsupported/doc/PHIGS/man3/p125 index a36879c61..a6cff9924 100644 --- a/xc/unsupported/doc/PHIGS/man3/p125 +++ b/xc/unsupported/doc/PHIGS/man3/p125 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p125,v 5.1 91/02/16 09:39:03 rws Exp $ +.\" $XConsortium: p125,v 5.2 94/04/17 20:55:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p126 b/xc/unsupported/doc/PHIGS/man3/p126 index 00fa5b3f3..caf8cf3be 100644 --- a/xc/unsupported/doc/PHIGS/man3/p126 +++ b/xc/unsupported/doc/PHIGS/man3/p126 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p126,v 5.1 91/02/16 09:39:04 rws Exp $ +.\" $XConsortium: p126,v 5.2 94/04/17 20:55:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p127 b/xc/unsupported/doc/PHIGS/man3/p127 index f4426b04b..ca0fae306 100644 --- a/xc/unsupported/doc/PHIGS/man3/p127 +++ b/xc/unsupported/doc/PHIGS/man3/p127 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p127,v 5.1 91/02/16 09:39:05 rws Exp $ +.\" $XConsortium: p127,v 5.2 94/04/17 20:55:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p128 b/xc/unsupported/doc/PHIGS/man3/p128 index e63889b13..e27d92c3d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p128 +++ b/xc/unsupported/doc/PHIGS/man3/p128 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p128,v 5.1 91/02/16 09:39:06 rws Exp $ +.\" $XConsortium: p128,v 5.2 94/04/17 20:55:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p129 b/xc/unsupported/doc/PHIGS/man3/p129 index dcf162db4..2ede258b3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p129 +++ b/xc/unsupported/doc/PHIGS/man3/p129 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p129,v 5.1 91/02/16 09:39:07 rws Exp $ +.\" $XConsortium: p129,v 5.2 94/04/17 20:55:55 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p130 b/xc/unsupported/doc/PHIGS/man3/p130 index a3ae2a3f1..f27f49f97 100644 --- a/xc/unsupported/doc/PHIGS/man3/p130 +++ b/xc/unsupported/doc/PHIGS/man3/p130 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p130,v 5.1 91/02/16 09:39:08 rws Exp $ +.\" $XConsortium: p130,v 5.2 94/04/17 20:55:55 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p131 b/xc/unsupported/doc/PHIGS/man3/p131 index 1e0ef1476..8e2a3f856 100644 --- a/xc/unsupported/doc/PHIGS/man3/p131 +++ b/xc/unsupported/doc/PHIGS/man3/p131 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p131,v 5.1 91/02/16 09:39:10 rws Exp $ +.\" $XConsortium: p131,v 5.2 94/04/17 20:55:56 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p132 b/xc/unsupported/doc/PHIGS/man3/p132 index d9682356d..04980c71b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p132 +++ b/xc/unsupported/doc/PHIGS/man3/p132 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p132,v 5.2 91/08/16 15:19:35 hersh Exp $ +.\" $XConsortium: p132,v 5.3 94/04/17 20:55:57 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p133 b/xc/unsupported/doc/PHIGS/man3/p133 index e65bf55e3..4f5ae43cd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p133 +++ b/xc/unsupported/doc/PHIGS/man3/p133 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p133,v 5.1 91/02/16 09:39:13 rws Exp $ +.\" $XConsortium: p133,v 5.2 94/04/17 20:55:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p134 b/xc/unsupported/doc/PHIGS/man3/p134 index 8b94ab5d0..3e43e9cfc 100644 --- a/xc/unsupported/doc/PHIGS/man3/p134 +++ b/xc/unsupported/doc/PHIGS/man3/p134 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p134,v 5.2 91/08/16 14:56:19 hersh Exp $ +.\" $XConsortium: p134,v 5.3 94/04/17 20:56:00 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p135 b/xc/unsupported/doc/PHIGS/man3/p135 index e4c3e5395..57179ef9f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p135 +++ b/xc/unsupported/doc/PHIGS/man3/p135 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p135,v 5.1 91/02/16 09:39:15 rws Exp $ +.\" $XConsortium: p135,v 5.2 94/04/17 20:56:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p136 b/xc/unsupported/doc/PHIGS/man3/p136 index 3bca42858..4e80a57d5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p136 +++ b/xc/unsupported/doc/PHIGS/man3/p136 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p136,v 5.1 91/02/16 09:39:16 rws Exp $ +.\" $XConsortium: p136,v 5.2 94/04/17 20:56:01 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p137 b/xc/unsupported/doc/PHIGS/man3/p137 index 5d0b33691..365c02feb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p137 +++ b/xc/unsupported/doc/PHIGS/man3/p137 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p137,v 5.1 91/02/16 09:39:17 rws Exp $ +.\" $XConsortium: p137,v 5.2 94/04/17 20:56:01 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p138 b/xc/unsupported/doc/PHIGS/man3/p138 index 7faaa5492..d365a25bd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p138 +++ b/xc/unsupported/doc/PHIGS/man3/p138 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p138,v 5.1 91/02/16 09:39:18 rws Exp $ +.\" $XConsortium: p138,v 5.2 94/04/17 20:56:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p139 b/xc/unsupported/doc/PHIGS/man3/p139 index 42f0760f4..9afe31f52 100644 --- a/xc/unsupported/doc/PHIGS/man3/p139 +++ b/xc/unsupported/doc/PHIGS/man3/p139 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p139,v 5.1 91/02/16 09:39:19 rws Exp $ +.\" $XConsortium: p139,v 5.2 94/04/17 20:56:03 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p140 b/xc/unsupported/doc/PHIGS/man3/p140 index 3f10329b3..1a45cd550 100644 --- a/xc/unsupported/doc/PHIGS/man3/p140 +++ b/xc/unsupported/doc/PHIGS/man3/p140 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p140,v 5.1 91/02/16 09:39:21 rws Exp $ +.\" $XConsortium: p140,v 5.2 94/04/17 20:56:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p141 b/xc/unsupported/doc/PHIGS/man3/p141 index 1c66f8768..851e18357 100644 --- a/xc/unsupported/doc/PHIGS/man3/p141 +++ b/xc/unsupported/doc/PHIGS/man3/p141 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p141,v 5.2 91/08/16 15:00:15 hersh Exp $ +.\" $XConsortium: p141,v 5.3 94/04/17 20:56:04 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p142 b/xc/unsupported/doc/PHIGS/man3/p142 index 903ed5bee..1bf770832 100644 --- a/xc/unsupported/doc/PHIGS/man3/p142 +++ b/xc/unsupported/doc/PHIGS/man3/p142 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p142,v 5.1 91/02/16 09:39:23 rws Exp $ +.\" $XConsortium: p142,v 5.2 94/04/17 20:56:04 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p143 b/xc/unsupported/doc/PHIGS/man3/p143 index 93c835524..f43df7d19 100644 --- a/xc/unsupported/doc/PHIGS/man3/p143 +++ b/xc/unsupported/doc/PHIGS/man3/p143 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p143,v 5.1 91/02/16 09:39:24 rws Exp $ +.\" $XConsortium: p143,v 5.2 94/04/17 20:56:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p144 b/xc/unsupported/doc/PHIGS/man3/p144 index 7a2fd8c53..d827d8128 100644 --- a/xc/unsupported/doc/PHIGS/man3/p144 +++ b/xc/unsupported/doc/PHIGS/man3/p144 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p144,v 5.1 91/02/16 09:39:25 rws Exp $ +.\" $XConsortium: p144,v 5.2 94/04/17 20:56:06 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p145 b/xc/unsupported/doc/PHIGS/man3/p145 index aa63c1748..9b891c53a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p145 +++ b/xc/unsupported/doc/PHIGS/man3/p145 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p145,v 5.1 91/02/16 09:39:26 rws Exp $ +.\" $XConsortium: p145,v 5.2 94/04/17 20:56:06 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p146 b/xc/unsupported/doc/PHIGS/man3/p146 index ca990e85b..019df7043 100644 --- a/xc/unsupported/doc/PHIGS/man3/p146 +++ b/xc/unsupported/doc/PHIGS/man3/p146 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p146,v 5.1 91/02/16 09:39:27 rws Exp $ +.\" $XConsortium: p146,v 5.2 94/04/17 20:56:07 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p147 b/xc/unsupported/doc/PHIGS/man3/p147 index c465e8933..dfad57767 100644 --- a/xc/unsupported/doc/PHIGS/man3/p147 +++ b/xc/unsupported/doc/PHIGS/man3/p147 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p147,v 5.1 91/02/16 09:39:29 rws Exp $ +.\" $XConsortium: p147,v 5.2 94/04/17 20:56:08 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p148 b/xc/unsupported/doc/PHIGS/man3/p148 index a89f7eae4..601e0bb5d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p148 +++ b/xc/unsupported/doc/PHIGS/man3/p148 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p148,v 5.1 91/02/16 09:39:30 rws Exp $ +.\" $XConsortium: p148,v 5.2 94/04/17 20:56:09 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p149 b/xc/unsupported/doc/PHIGS/man3/p149 index 805870261..ba1a5cd22 100644 --- a/xc/unsupported/doc/PHIGS/man3/p149 +++ b/xc/unsupported/doc/PHIGS/man3/p149 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p149,v 5.2 91/08/16 16:24:56 hersh Exp $ +.\" $XConsortium: p149,v 5.3 94/04/17 20:56:09 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p150 b/xc/unsupported/doc/PHIGS/man3/p150 index 76de5ff84..9074e22b4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p150 +++ b/xc/unsupported/doc/PHIGS/man3/p150 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p150,v 5.1 91/02/16 09:39:32 rws Exp $ +.\" $XConsortium: p150,v 5.2 94/04/17 20:56:10 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p151 b/xc/unsupported/doc/PHIGS/man3/p151 index de46d705a..4d4dcebf1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p151 +++ b/xc/unsupported/doc/PHIGS/man3/p151 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p151,v 5.1 91/02/16 09:39:33 rws Exp $ +.\" $XConsortium: p151,v 5.2 94/04/17 20:56:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p152 b/xc/unsupported/doc/PHIGS/man3/p152 index cde8da2be..884d8166f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p152 +++ b/xc/unsupported/doc/PHIGS/man3/p152 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p152,v 5.1 91/02/16 09:39:35 rws Exp $ +.\" $XConsortium: p152,v 5.2 94/04/17 20:56:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p153 b/xc/unsupported/doc/PHIGS/man3/p153 index 83d6e0b32..6ac2ca736 100644 --- a/xc/unsupported/doc/PHIGS/man3/p153 +++ b/xc/unsupported/doc/PHIGS/man3/p153 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p153,v 5.1 91/02/16 09:39:36 rws Exp $ +.\" $XConsortium: p153,v 5.2 94/04/17 20:56:12 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p154 b/xc/unsupported/doc/PHIGS/man3/p154 index 4fe7c0b07..64a29e524 100644 --- a/xc/unsupported/doc/PHIGS/man3/p154 +++ b/xc/unsupported/doc/PHIGS/man3/p154 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p154,v 5.1 91/02/16 09:39:37 rws Exp $ +.\" $XConsortium: p154,v 5.2 94/04/17 20:56:14 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p155 b/xc/unsupported/doc/PHIGS/man3/p155 index f8ad054fe..985fe2f76 100644 --- a/xc/unsupported/doc/PHIGS/man3/p155 +++ b/xc/unsupported/doc/PHIGS/man3/p155 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p155,v 5.1 91/02/16 09:39:38 rws Exp $ +.\" $XConsortium: p155,v 5.2 94/04/17 20:56:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p156 b/xc/unsupported/doc/PHIGS/man3/p156 index 922e46a12..132eac231 100644 --- a/xc/unsupported/doc/PHIGS/man3/p156 +++ b/xc/unsupported/doc/PHIGS/man3/p156 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p156,v 5.1 91/02/16 09:39:39 rws Exp $ +.\" $XConsortium: p156,v 5.2 94/04/17 20:56:16 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p157 b/xc/unsupported/doc/PHIGS/man3/p157 index f09119801..71c44900e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p157 +++ b/xc/unsupported/doc/PHIGS/man3/p157 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p157,v 5.1 91/02/16 09:39:40 rws Exp $ +.\" $XConsortium: p157,v 5.2 94/04/17 20:56:16 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p158 b/xc/unsupported/doc/PHIGS/man3/p158 index 17ffef294..ddf6a16ff 100644 --- a/xc/unsupported/doc/PHIGS/man3/p158 +++ b/xc/unsupported/doc/PHIGS/man3/p158 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p158,v 5.1 91/02/16 09:39:42 rws Exp $ +.\" $XConsortium: p158,v 5.2 94/04/17 20:56:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p159 b/xc/unsupported/doc/PHIGS/man3/p159 index 2ef8a293a..78a4e4176 100644 --- a/xc/unsupported/doc/PHIGS/man3/p159 +++ b/xc/unsupported/doc/PHIGS/man3/p159 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p159,v 5.1 91/02/16 09:39:43 rws Exp $ +.\" $XConsortium: p159,v 5.2 94/04/17 20:56:18 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p160 b/xc/unsupported/doc/PHIGS/man3/p160 index 33915100a..ab0726ac4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p160 +++ b/xc/unsupported/doc/PHIGS/man3/p160 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p160,v 5.1 91/02/16 09:39:44 rws Exp $ +.\" $XConsortium: p160,v 5.2 94/04/17 20:56:18 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p161 b/xc/unsupported/doc/PHIGS/man3/p161 index 17a1ac243..47cd449a5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p161 +++ b/xc/unsupported/doc/PHIGS/man3/p161 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p161,v 5.1 91/02/16 09:39:45 rws Exp $ +.\" $XConsortium: p161,v 5.2 94/04/17 20:56:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p162 b/xc/unsupported/doc/PHIGS/man3/p162 index 540cf0444..c8a6f8dd7 100644 --- a/xc/unsupported/doc/PHIGS/man3/p162 +++ b/xc/unsupported/doc/PHIGS/man3/p162 @@ -1,6 +1,6 @@ \"## -.\" $XConsortium: p162,v 5.1 91/02/16 09:39:46 rws Exp $ +.\" $XConsortium: p162,v 5.2 94/04/17 20:56:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p163 b/xc/unsupported/doc/PHIGS/man3/p163 index c9561ef93..429320a9f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p163 +++ b/xc/unsupported/doc/PHIGS/man3/p163 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p163,v 5.1 91/02/16 09:39:47 rws Exp $ +.\" $XConsortium: p163,v 5.2 94/04/17 20:56:20 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p164 b/xc/unsupported/doc/PHIGS/man3/p164 index 022cb9e2e..4bfaf0fd5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p164 +++ b/xc/unsupported/doc/PHIGS/man3/p164 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p164,v 5.1 91/02/16 09:39:48 rws Exp $ +.\" $XConsortium: p164,v 5.2 94/04/17 20:56:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p165 b/xc/unsupported/doc/PHIGS/man3/p165 index 168376233..a466fecb4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p165 +++ b/xc/unsupported/doc/PHIGS/man3/p165 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p165,v 5.1 91/02/16 09:39:50 rws Exp $ +.\" $XConsortium: p165,v 5.2 94/04/17 20:56:21 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p166 b/xc/unsupported/doc/PHIGS/man3/p166 index 528674b66..34bceacdc 100644 --- a/xc/unsupported/doc/PHIGS/man3/p166 +++ b/xc/unsupported/doc/PHIGS/man3/p166 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p166,v 5.1 91/02/16 09:39:51 rws Exp $ +.\" $XConsortium: p166,v 5.2 94/04/17 20:56:22 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p167 b/xc/unsupported/doc/PHIGS/man3/p167 index 590ddf157..e026b6d82 100644 --- a/xc/unsupported/doc/PHIGS/man3/p167 +++ b/xc/unsupported/doc/PHIGS/man3/p167 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p167,v 5.1 91/02/16 09:39:52 rws Exp $ +.\" $XConsortium: p167,v 5.2 94/04/17 20:56:22 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p168 b/xc/unsupported/doc/PHIGS/man3/p168 index 736bac9c1..32062e8e1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p168 +++ b/xc/unsupported/doc/PHIGS/man3/p168 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p168,v 5.1 91/02/16 09:39:53 rws Exp $ +.\" $XConsortium: p168,v 5.2 94/04/17 20:56:23 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p169 b/xc/unsupported/doc/PHIGS/man3/p169 index f5f533039..30df03514 100644 --- a/xc/unsupported/doc/PHIGS/man3/p169 +++ b/xc/unsupported/doc/PHIGS/man3/p169 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p169,v 5.1 91/02/16 09:39:54 rws Exp $ +.\" $XConsortium: p169,v 5.2 94/04/17 20:56:24 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p170 b/xc/unsupported/doc/PHIGS/man3/p170 index 826edb768..7142cef33 100644 --- a/xc/unsupported/doc/PHIGS/man3/p170 +++ b/xc/unsupported/doc/PHIGS/man3/p170 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p170,v 5.1 91/02/16 09:39:55 rws Exp $ +.\" $XConsortium: p170,v 5.2 94/04/17 20:56:24 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p171 b/xc/unsupported/doc/PHIGS/man3/p171 index 83e1722ac..621195946 100644 --- a/xc/unsupported/doc/PHIGS/man3/p171 +++ b/xc/unsupported/doc/PHIGS/man3/p171 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p171,v 5.1 91/02/16 09:39:57 rws Exp $ +.\" $XConsortium: p171,v 5.2 94/04/17 20:56:25 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p172 b/xc/unsupported/doc/PHIGS/man3/p172 index e19d822a1..9085a8ce0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p172 +++ b/xc/unsupported/doc/PHIGS/man3/p172 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p172,v 5.1 91/02/16 09:39:58 rws Exp $ +.\" $XConsortium: p172,v 5.2 94/04/17 20:56:26 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p173 b/xc/unsupported/doc/PHIGS/man3/p173 index 776a059ee..10e71f37c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p173 +++ b/xc/unsupported/doc/PHIGS/man3/p173 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p173,v 5.1 91/02/16 09:39:59 rws Exp $ +.\" $XConsortium: p173,v 5.2 94/04/17 20:56:26 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p174 b/xc/unsupported/doc/PHIGS/man3/p174 index 046e3199f..951153a7d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p174 +++ b/xc/unsupported/doc/PHIGS/man3/p174 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p174,v 5.1 91/02/16 09:40:00 rws Exp $ +.\" $XConsortium: p174,v 5.2 94/04/17 20:56:27 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p175 b/xc/unsupported/doc/PHIGS/man3/p175 index 7ad2a1e85..99056678b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p175 +++ b/xc/unsupported/doc/PHIGS/man3/p175 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p175,v 5.1 91/02/16 09:40:01 rws Exp $ +.\" $XConsortium: p175,v 5.2 94/04/17 20:56:27 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p176 b/xc/unsupported/doc/PHIGS/man3/p176 index d20fdd2c9..ed527537d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p176 +++ b/xc/unsupported/doc/PHIGS/man3/p176 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p176,v 5.1 91/02/16 09:40:02 rws Exp $ +.\" $XConsortium: p176,v 5.2 94/04/17 20:56:28 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p177 b/xc/unsupported/doc/PHIGS/man3/p177 index eb1121e63..7a05a7b6e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p177 +++ b/xc/unsupported/doc/PHIGS/man3/p177 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p177,v 5.4 91/08/20 20:29:31 hersh Exp $ +.\" $XConsortium: p177,v 5.5 94/04/17 20:56:29 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p178 b/xc/unsupported/doc/PHIGS/man3/p178 index dbaaebae8..fb13d310a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p178 +++ b/xc/unsupported/doc/PHIGS/man3/p178 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p178,v 5.3 91/08/16 16:25:01 hersh Exp $ +.\" $XConsortium: p178,v 5.4 94/04/17 20:56:29 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p179 b/xc/unsupported/doc/PHIGS/man3/p179 index 1fb429712..11a1a2fec 100644 --- a/xc/unsupported/doc/PHIGS/man3/p179 +++ b/xc/unsupported/doc/PHIGS/man3/p179 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p179,v 5.3 91/08/16 16:25:04 hersh Exp $ +.\" $XConsortium: p179,v 5.4 94/04/17 20:56:30 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p180 b/xc/unsupported/doc/PHIGS/man3/p180 index 891a4db7c..667813011 100644 --- a/xc/unsupported/doc/PHIGS/man3/p180 +++ b/xc/unsupported/doc/PHIGS/man3/p180 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p180,v 5.1 91/02/16 09:40:07 rws Exp $ +.\" $XConsortium: p180,v 5.2 94/04/17 20:56:31 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p181 b/xc/unsupported/doc/PHIGS/man3/p181 index 586497766..0515d46b3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p181 +++ b/xc/unsupported/doc/PHIGS/man3/p181 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p181,v 5.1 91/02/16 09:40:09 rws Exp $ +.\" $XConsortium: p181,v 5.2 94/04/17 20:56:31 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p182 b/xc/unsupported/doc/PHIGS/man3/p182 index 62e537d5c..25f1c9aa4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p182 +++ b/xc/unsupported/doc/PHIGS/man3/p182 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p182,v 5.1 91/02/16 09:40:10 rws Exp $ +.\" $XConsortium: p182,v 5.2 94/04/17 20:56:32 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p183 b/xc/unsupported/doc/PHIGS/man3/p183 index 4054ae486..cd3e1a625 100644 --- a/xc/unsupported/doc/PHIGS/man3/p183 +++ b/xc/unsupported/doc/PHIGS/man3/p183 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p183,v 5.1 91/02/16 09:40:11 rws Exp $ +.\" $XConsortium: p183,v 5.2 94/04/17 20:56:33 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p184 b/xc/unsupported/doc/PHIGS/man3/p184 index 581ad5f3b..8df69ce71 100644 --- a/xc/unsupported/doc/PHIGS/man3/p184 +++ b/xc/unsupported/doc/PHIGS/man3/p184 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p184,v 5.1 91/02/16 09:40:12 rws Exp $ +.\" $XConsortium: p184,v 5.2 94/04/17 20:56:33 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p185 b/xc/unsupported/doc/PHIGS/man3/p185 index 7a640c914..1cb1bfbf0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p185 +++ b/xc/unsupported/doc/PHIGS/man3/p185 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p185,v 5.1 91/02/16 09:40:13 rws Exp $ +.\" $XConsortium: p185,v 5.2 94/04/17 20:56:34 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p186 b/xc/unsupported/doc/PHIGS/man3/p186 index d086ecb68..f239bcd87 100644 --- a/xc/unsupported/doc/PHIGS/man3/p186 +++ b/xc/unsupported/doc/PHIGS/man3/p186 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p186,v 5.1 91/02/16 09:40:15 rws Exp $ +.\" $XConsortium: p186,v 5.2 94/04/17 20:56:35 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p187 b/xc/unsupported/doc/PHIGS/man3/p187 index 28cbf3405..764fd1e37 100644 --- a/xc/unsupported/doc/PHIGS/man3/p187 +++ b/xc/unsupported/doc/PHIGS/man3/p187 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p187,v 5.1 91/02/16 09:40:16 rws Exp $ +.\" $XConsortium: p187,v 5.2 94/04/17 20:56:35 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p188 b/xc/unsupported/doc/PHIGS/man3/p188 index 1675cf63b..2910b5ac5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p188 +++ b/xc/unsupported/doc/PHIGS/man3/p188 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p188,v 5.1 91/02/16 09:40:17 rws Exp $ +.\" $XConsortium: p188,v 5.2 94/04/17 20:56:36 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p189 b/xc/unsupported/doc/PHIGS/man3/p189 index 7443a50d5..6f21800b5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p189 +++ b/xc/unsupported/doc/PHIGS/man3/p189 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p189,v 5.1 91/02/16 09:40:19 rws Exp $ +.\" $XConsortium: p189,v 5.2 94/04/17 20:56:36 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p190 b/xc/unsupported/doc/PHIGS/man3/p190 index 867240e50..a2d633e14 100644 --- a/xc/unsupported/doc/PHIGS/man3/p190 +++ b/xc/unsupported/doc/PHIGS/man3/p190 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p190,v 5.1 91/02/16 09:40:20 rws Exp $ +.\" $XConsortium: p190,v 5.2 94/04/17 20:56:37 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p191 b/xc/unsupported/doc/PHIGS/man3/p191 index 63d32551e..eea5514dc 100644 --- a/xc/unsupported/doc/PHIGS/man3/p191 +++ b/xc/unsupported/doc/PHIGS/man3/p191 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p191,v 5.1 91/02/16 09:40:21 rws Exp $ +.\" $XConsortium: p191,v 5.2 94/04/17 20:56:38 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p192 b/xc/unsupported/doc/PHIGS/man3/p192 index 5a9060f1c..d139f28d4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p192 +++ b/xc/unsupported/doc/PHIGS/man3/p192 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p192,v 5.1 91/02/16 09:40:22 rws Exp $ +.\" $XConsortium: p192,v 5.2 94/04/17 20:56:38 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p193 b/xc/unsupported/doc/PHIGS/man3/p193 index a66f93b16..dee2df4b9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p193 +++ b/xc/unsupported/doc/PHIGS/man3/p193 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p193,v 5.1 91/02/16 09:40:24 rws Exp $ +.\" $XConsortium: p193,v 5.2 94/04/17 20:56:39 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p194 b/xc/unsupported/doc/PHIGS/man3/p194 index 9809d4f2a..66509af1b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p194 +++ b/xc/unsupported/doc/PHIGS/man3/p194 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p194,v 5.1 91/02/16 09:40:25 rws Exp $ +.\" $XConsortium: p194,v 5.2 94/04/17 20:56:40 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p195 b/xc/unsupported/doc/PHIGS/man3/p195 index b4a9a72c2..1e614376d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p195 +++ b/xc/unsupported/doc/PHIGS/man3/p195 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p195,v 5.1 91/02/16 09:40:26 rws Exp $ +.\" $XConsortium: p195,v 5.2 94/04/17 20:56:40 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p196 b/xc/unsupported/doc/PHIGS/man3/p196 index 6b6ca083b..6efe036c0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p196 +++ b/xc/unsupported/doc/PHIGS/man3/p196 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p196,v 5.1 91/02/16 09:40:27 rws Exp $ +.\" $XConsortium: p196,v 5.2 94/04/17 20:56:41 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p197 b/xc/unsupported/doc/PHIGS/man3/p197 index b83898a84..82d9daf06 100644 --- a/xc/unsupported/doc/PHIGS/man3/p197 +++ b/xc/unsupported/doc/PHIGS/man3/p197 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p197,v 5.1 91/02/16 09:40:29 rws Exp $ +.\" $XConsortium: p197,v 5.2 94/04/17 20:56:42 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p198 b/xc/unsupported/doc/PHIGS/man3/p198 index 7c65d6a37..32d92531c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p198 +++ b/xc/unsupported/doc/PHIGS/man3/p198 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p198,v 5.1 91/02/16 09:40:30 rws Exp $ +.\" $XConsortium: p198,v 5.2 94/04/17 20:56:42 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p199 b/xc/unsupported/doc/PHIGS/man3/p199 index a0f35d2c7..4eb00c31c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p199 +++ b/xc/unsupported/doc/PHIGS/man3/p199 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p199,v 5.1 91/02/16 09:40:31 rws Exp $ +.\" $XConsortium: p199,v 5.2 94/04/17 20:56:43 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p200 b/xc/unsupported/doc/PHIGS/man3/p200 index 5930029b2..bfa86770b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p200 +++ b/xc/unsupported/doc/PHIGS/man3/p200 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p200,v 5.1 91/02/16 09:40:32 rws Exp $ +.\" $XConsortium: p200,v 5.2 94/04/17 20:56:44 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p201 b/xc/unsupported/doc/PHIGS/man3/p201 index ca98583f5..f42f69d35 100644 --- a/xc/unsupported/doc/PHIGS/man3/p201 +++ b/xc/unsupported/doc/PHIGS/man3/p201 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p201,v 5.1 91/02/16 09:40:34 rws Exp $ +.\" $XConsortium: p201,v 5.2 94/04/17 20:56:46 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p202 b/xc/unsupported/doc/PHIGS/man3/p202 index f67952596..e1f753050 100644 --- a/xc/unsupported/doc/PHIGS/man3/p202 +++ b/xc/unsupported/doc/PHIGS/man3/p202 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p202,v 5.1 91/02/16 09:40:35 rws Exp $ +.\" $XConsortium: p202,v 5.2 94/04/17 20:56:47 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p203 b/xc/unsupported/doc/PHIGS/man3/p203 index 26acd469c..46a37d9e1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p203 +++ b/xc/unsupported/doc/PHIGS/man3/p203 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p203,v 5.1 91/02/16 09:40:36 rws Exp $ +.\" $XConsortium: p203,v 5.2 94/04/17 20:56:47 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p204 b/xc/unsupported/doc/PHIGS/man3/p204 index 9809e3e90..04a20a551 100644 --- a/xc/unsupported/doc/PHIGS/man3/p204 +++ b/xc/unsupported/doc/PHIGS/man3/p204 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p204,v 5.1 91/02/16 09:40:37 rws Exp $ +.\" $XConsortium: p204,v 5.2 94/04/17 20:56:48 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p205 b/xc/unsupported/doc/PHIGS/man3/p205 index 5426341d6..7da7484ef 100644 --- a/xc/unsupported/doc/PHIGS/man3/p205 +++ b/xc/unsupported/doc/PHIGS/man3/p205 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p205,v 5.1 91/02/16 09:40:39 rws Exp $ +.\" $XConsortium: p205,v 5.2 94/04/17 20:56:49 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p206 b/xc/unsupported/doc/PHIGS/man3/p206 index 9525ebec4..8cd0e3c38 100644 --- a/xc/unsupported/doc/PHIGS/man3/p206 +++ b/xc/unsupported/doc/PHIGS/man3/p206 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p206,v 5.2 91/08/16 16:25:07 hersh Exp $ +.\" $XConsortium: p206,v 5.3 94/04/17 20:56:49 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p207 b/xc/unsupported/doc/PHIGS/man3/p207 index 00f416e87..6f3b33f45 100644 --- a/xc/unsupported/doc/PHIGS/man3/p207 +++ b/xc/unsupported/doc/PHIGS/man3/p207 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p207,v 5.1 91/02/16 09:40:41 rws Exp $ +.\" $XConsortium: p207,v 5.2 94/04/17 20:56:50 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p208 b/xc/unsupported/doc/PHIGS/man3/p208 index 22a605e5a..01e82e2ce 100644 --- a/xc/unsupported/doc/PHIGS/man3/p208 +++ b/xc/unsupported/doc/PHIGS/man3/p208 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p208,v 5.1 91/02/16 09:40:42 rws Exp $ +.\" $XConsortium: p208,v 5.2 94/04/17 20:56:51 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p209 b/xc/unsupported/doc/PHIGS/man3/p209 index 68576f94e..4b3d8a3de 100644 --- a/xc/unsupported/doc/PHIGS/man3/p209 +++ b/xc/unsupported/doc/PHIGS/man3/p209 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p209,v 5.1 91/02/16 09:40:44 rws Exp $ +.\" $XConsortium: p209,v 5.2 94/04/17 20:56:51 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p210 b/xc/unsupported/doc/PHIGS/man3/p210 index 60118c7cd..e83b83c45 100644 --- a/xc/unsupported/doc/PHIGS/man3/p210 +++ b/xc/unsupported/doc/PHIGS/man3/p210 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p210,v 5.2 91/08/16 16:25:09 hersh Exp $ +.\" $XConsortium: p210,v 5.3 94/04/17 20:56:52 hersh Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p211 b/xc/unsupported/doc/PHIGS/man3/p211 index e473113d3..6d6caa614 100644 --- a/xc/unsupported/doc/PHIGS/man3/p211 +++ b/xc/unsupported/doc/PHIGS/man3/p211 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p211,v 5.2 91/08/16 16:25:12 hersh Exp $ +.\" $XConsortium: p211,v 5.3 94/04/17 20:56:52 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p212 b/xc/unsupported/doc/PHIGS/man3/p212 index 51af23ae2..fcb4886b4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p212 +++ b/xc/unsupported/doc/PHIGS/man3/p212 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p212,v 5.1 91/02/16 09:40:48 rws Exp $ +.\" $XConsortium: p212,v 5.2 94/04/17 20:56:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p213 b/xc/unsupported/doc/PHIGS/man3/p213 index 757bca779..159b03636 100644 --- a/xc/unsupported/doc/PHIGS/man3/p213 +++ b/xc/unsupported/doc/PHIGS/man3/p213 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p213,v 5.1 91/02/16 09:40:49 rws Exp $ +.\" $XConsortium: p213,v 5.2 94/04/17 20:56:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p214 b/xc/unsupported/doc/PHIGS/man3/p214 index 5c4dd560b..1c7421f77 100644 --- a/xc/unsupported/doc/PHIGS/man3/p214 +++ b/xc/unsupported/doc/PHIGS/man3/p214 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p214,v 5.2 91/08/16 14:57:43 hersh Exp $ +.\" $XConsortium: p214,v 5.3 94/04/17 20:56:55 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p215 b/xc/unsupported/doc/PHIGS/man3/p215 index 6bc741e61..2fb7544cd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p215 +++ b/xc/unsupported/doc/PHIGS/man3/p215 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p215,v 5.1 91/02/16 09:40:51 rws Exp $ +.\" $XConsortium: p215,v 5.2 94/04/17 20:56:55 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p216 b/xc/unsupported/doc/PHIGS/man3/p216 index a054333d8..0fb5ba449 100644 --- a/xc/unsupported/doc/PHIGS/man3/p216 +++ b/xc/unsupported/doc/PHIGS/man3/p216 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p216,v 5.2 91/08/16 15:16:43 hersh Exp $ +.\" $XConsortium: p216,v 5.3 94/04/17 20:56:56 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p217 b/xc/unsupported/doc/PHIGS/man3/p217 index 523f793fb..07bea225c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p217 +++ b/xc/unsupported/doc/PHIGS/man3/p217 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p217,v 5.1 91/02/16 09:40:54 rws Exp $ +.\" $XConsortium: p217,v 5.2 94/04/17 20:56:57 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p218 b/xc/unsupported/doc/PHIGS/man3/p218 index 293de5713..3bd7fa4b3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p218 +++ b/xc/unsupported/doc/PHIGS/man3/p218 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p218,v 5.1 91/02/16 09:40:55 rws Exp $ +.\" $XConsortium: p218,v 5.2 94/04/17 20:56:58 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p219 b/xc/unsupported/doc/PHIGS/man3/p219 index 8cad82ab8..f00b3398e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p219 +++ b/xc/unsupported/doc/PHIGS/man3/p219 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p219,v 5.1 91/02/16 09:40:56 rws Exp $ +.\" $XConsortium: p219,v 5.2 94/04/17 20:56:58 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p220 b/xc/unsupported/doc/PHIGS/man3/p220 index b64e5d874..602fecb8a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p220 +++ b/xc/unsupported/doc/PHIGS/man3/p220 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p220,v 5.1 91/02/16 09:40:57 rws Exp $ +.\" $XConsortium: p220,v 5.2 94/04/17 20:56:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p221 b/xc/unsupported/doc/PHIGS/man3/p221 index e5c833718..ac588aec2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p221 +++ b/xc/unsupported/doc/PHIGS/man3/p221 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p221,v 5.1 91/02/16 09:40:59 rws Exp $ +.\" $XConsortium: p221,v 5.2 94/04/17 20:57:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p222 b/xc/unsupported/doc/PHIGS/man3/p222 index 4a9e2f283..b5e7e2aac 100644 --- a/xc/unsupported/doc/PHIGS/man3/p222 +++ b/xc/unsupported/doc/PHIGS/man3/p222 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p222,v 5.1 91/02/16 09:41:00 rws Exp $ +.\" $XConsortium: p222,v 5.2 94/04/17 20:57:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p223 b/xc/unsupported/doc/PHIGS/man3/p223 index bc2fe3d19..0e9e243e6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p223 +++ b/xc/unsupported/doc/PHIGS/man3/p223 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p223,v 5.2 91/08/16 15:03:27 hersh Exp $ +.\" $XConsortium: p223,v 5.3 94/04/17 20:57:01 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p224 b/xc/unsupported/doc/PHIGS/man3/p224 index 6f1c811d6..865de500c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p224 +++ b/xc/unsupported/doc/PHIGS/man3/p224 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p224,v 5.1 91/02/16 09:41:02 rws Exp $ +.\" $XConsortium: p224,v 5.2 94/04/17 20:57:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p225 b/xc/unsupported/doc/PHIGS/man3/p225 index 1734eadb7..e772da3d6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p225 +++ b/xc/unsupported/doc/PHIGS/man3/p225 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p225,v 5.1 91/02/16 09:41:04 rws Exp $ +.\" $XConsortium: p225,v 5.2 94/04/17 20:57:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p226 b/xc/unsupported/doc/PHIGS/man3/p226 index f7de17367..62a5cb8bd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p226 +++ b/xc/unsupported/doc/PHIGS/man3/p226 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p226,v 5.2 91/08/16 16:25:14 hersh Exp $ +.\" $XConsortium: p226,v 5.3 94/04/17 20:57:03 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p227 b/xc/unsupported/doc/PHIGS/man3/p227 index 7fee74cad..cae70a26b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p227 +++ b/xc/unsupported/doc/PHIGS/man3/p227 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p227,v 5.1 91/02/16 09:41:06 rws Exp $ +.\" $XConsortium: p227,v 5.2 94/04/17 20:57:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p228 b/xc/unsupported/doc/PHIGS/man3/p228 index c2b7c53d0..5987ea9c2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p228 +++ b/xc/unsupported/doc/PHIGS/man3/p228 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p228,v 5.1 91/02/16 09:41:07 rws Exp $ +.\" $XConsortium: p228,v 5.2 94/04/17 20:57:04 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p229 b/xc/unsupported/doc/PHIGS/man3/p229 index 7e65fc034..5a0f33492 100644 --- a/xc/unsupported/doc/PHIGS/man3/p229 +++ b/xc/unsupported/doc/PHIGS/man3/p229 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p229,v 5.1 91/02/16 09:41:09 rws Exp $ +.\" $XConsortium: p229,v 5.2 94/04/17 20:57:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p230 b/xc/unsupported/doc/PHIGS/man3/p230 index cbd2c5b03..d33b9975a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p230 +++ b/xc/unsupported/doc/PHIGS/man3/p230 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p230,v 5.2 91/08/16 15:03:37 hersh Exp $ +.\" $XConsortium: p230,v 5.3 94/04/17 20:57:06 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p231 b/xc/unsupported/doc/PHIGS/man3/p231 index 9af17e86e..349be83f5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p231 +++ b/xc/unsupported/doc/PHIGS/man3/p231 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p231,v 5.2 91/08/16 15:03:41 hersh Exp $ +.\" $XConsortium: p231,v 5.3 94/04/17 20:57:06 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p232 b/xc/unsupported/doc/PHIGS/man3/p232 index 84f954b8c..da8590ceb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p232 +++ b/xc/unsupported/doc/PHIGS/man3/p232 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p232,v 5.3 91/08/20 20:09:03 keith Exp $ +.\" $XConsortium: p232,v 5.4 94/04/17 20:57:07 keith Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p233 b/xc/unsupported/doc/PHIGS/man3/p233 index e2ccbb4ee..08f671a5c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p233 +++ b/xc/unsupported/doc/PHIGS/man3/p233 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p233,v 5.1 91/02/16 09:41:14 rws Exp $ +.\" $XConsortium: p233,v 5.2 94/04/17 20:57:08 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p234 b/xc/unsupported/doc/PHIGS/man3/p234 index a289795ef..05c34dc21 100644 --- a/xc/unsupported/doc/PHIGS/man3/p234 +++ b/xc/unsupported/doc/PHIGS/man3/p234 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p234,v 5.1 91/02/16 09:41:15 rws Exp $ +.\" $XConsortium: p234,v 5.2 94/04/17 20:57:09 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p235 b/xc/unsupported/doc/PHIGS/man3/p235 index 0da0911ba..1562f15a6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p235 +++ b/xc/unsupported/doc/PHIGS/man3/p235 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p235,v 5.1 91/02/16 09:41:16 rws Exp $ +.\" $XConsortium: p235,v 5.2 94/04/17 20:57:09 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p236 b/xc/unsupported/doc/PHIGS/man3/p236 index e25e190da..a6fd458a9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p236 +++ b/xc/unsupported/doc/PHIGS/man3/p236 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p236,v 5.1 91/02/16 09:41:18 rws Exp $ +.\" $XConsortium: p236,v 5.2 94/04/17 20:57:10 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p237 b/xc/unsupported/doc/PHIGS/man3/p237 index 55ae60e80..a1f3ffbe5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p237 +++ b/xc/unsupported/doc/PHIGS/man3/p237 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p237,v 5.1 91/02/16 09:41:19 rws Exp $ +.\" $XConsortium: p237,v 5.2 94/04/17 20:57:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p238 b/xc/unsupported/doc/PHIGS/man3/p238 index 4f7ff6efb..8c6a26883 100644 --- a/xc/unsupported/doc/PHIGS/man3/p238 +++ b/xc/unsupported/doc/PHIGS/man3/p238 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p238,v 5.1 91/02/16 09:41:20 rws Exp $ +.\" $XConsortium: p238,v 5.2 94/04/17 20:57:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p239 b/xc/unsupported/doc/PHIGS/man3/p239 index d1ef4f5ba..2400ed76b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p239 +++ b/xc/unsupported/doc/PHIGS/man3/p239 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p239,v 5.1 91/02/16 09:41:22 rws Exp $ +.\" $XConsortium: p239,v 5.2 94/04/17 20:57:12 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p240 b/xc/unsupported/doc/PHIGS/man3/p240 index 5111b9fe7..ed5d30496 100644 --- a/xc/unsupported/doc/PHIGS/man3/p240 +++ b/xc/unsupported/doc/PHIGS/man3/p240 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p240,v 5.1 91/02/16 09:41:23 rws Exp $ +.\" $XConsortium: p240,v 5.2 94/04/17 20:57:13 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p241 b/xc/unsupported/doc/PHIGS/man3/p241 index a5c23c0f8..0ecc04407 100644 --- a/xc/unsupported/doc/PHIGS/man3/p241 +++ b/xc/unsupported/doc/PHIGS/man3/p241 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p241,v 5.2 91/08/16 16:25:20 hersh Exp $ +.\" $XConsortium: p241,v 5.3 94/04/17 20:57:13 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p242 b/xc/unsupported/doc/PHIGS/man3/p242 index fb4e72dcc..964b4efd3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p242 +++ b/xc/unsupported/doc/PHIGS/man3/p242 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p242,v 5.1 91/02/16 09:41:26 rws Exp $ +.\" $XConsortium: p242,v 5.2 94/04/17 20:57:14 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p243 b/xc/unsupported/doc/PHIGS/man3/p243 index 077234f5c..3951c42a6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p243 +++ b/xc/unsupported/doc/PHIGS/man3/p243 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p243,v 5.1 91/02/16 09:41:27 rws Exp $ +.\" $XConsortium: p243,v 5.2 94/04/17 20:57:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p244 b/xc/unsupported/doc/PHIGS/man3/p244 index 6e0dfc2be..9c82582f0 100644 --- a/xc/unsupported/doc/PHIGS/man3/p244 +++ b/xc/unsupported/doc/PHIGS/man3/p244 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p244,v 5.1 91/02/16 09:41:28 rws Exp $ +.\" $XConsortium: p244,v 5.2 94/04/17 20:57:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p245 b/xc/unsupported/doc/PHIGS/man3/p245 index 5b993c7cc..4cd53a0b2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p245 +++ b/xc/unsupported/doc/PHIGS/man3/p245 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p245,v 5.1 91/02/16 09:41:30 rws Exp $ +.\" $XConsortium: p245,v 5.2 94/04/17 20:57:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p246 b/xc/unsupported/doc/PHIGS/man3/p246 index e2a6af5a4..0ae445bfe 100644 --- a/xc/unsupported/doc/PHIGS/man3/p246 +++ b/xc/unsupported/doc/PHIGS/man3/p246 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p246,v 5.1 91/02/16 09:41:31 rws Exp $ +.\" $XConsortium: p246,v 5.2 94/04/17 20:57:18 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p247 b/xc/unsupported/doc/PHIGS/man3/p247 index d9b5d624f..b777d7e59 100644 --- a/xc/unsupported/doc/PHIGS/man3/p247 +++ b/xc/unsupported/doc/PHIGS/man3/p247 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p247,v 5.1 91/02/16 09:41:32 rws Exp $ +.\" $XConsortium: p247,v 5.2 94/04/17 20:57:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p248 b/xc/unsupported/doc/PHIGS/man3/p248 index ae74fa251..484126307 100644 --- a/xc/unsupported/doc/PHIGS/man3/p248 +++ b/xc/unsupported/doc/PHIGS/man3/p248 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p248,v 5.1 91/02/16 09:41:34 rws Exp $ +.\" $XConsortium: p248,v 5.2 94/04/17 20:57:19 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p249 b/xc/unsupported/doc/PHIGS/man3/p249 index 0be9ea10f..8f4c62061 100644 --- a/xc/unsupported/doc/PHIGS/man3/p249 +++ b/xc/unsupported/doc/PHIGS/man3/p249 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p249,v 5.1 91/02/16 09:41:35 rws Exp $ +.\" $XConsortium: p249,v 5.2 94/04/17 20:57:20 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p250 b/xc/unsupported/doc/PHIGS/man3/p250 index d6464b741..2d0da7c17 100644 --- a/xc/unsupported/doc/PHIGS/man3/p250 +++ b/xc/unsupported/doc/PHIGS/man3/p250 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p250,v 5.1 91/02/16 09:41:36 rws Exp $ +.\" $XConsortium: p250,v 5.2 94/04/17 20:57:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p251 b/xc/unsupported/doc/PHIGS/man3/p251 index 6b4da0480..f328b4574 100644 --- a/xc/unsupported/doc/PHIGS/man3/p251 +++ b/xc/unsupported/doc/PHIGS/man3/p251 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p251,v 5.1 91/02/16 09:41:38 rws Exp $ +.\" $XConsortium: p251,v 5.2 94/04/17 20:57:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p252 b/xc/unsupported/doc/PHIGS/man3/p252 index 32bf2c275..84a5d3470 100644 --- a/xc/unsupported/doc/PHIGS/man3/p252 +++ b/xc/unsupported/doc/PHIGS/man3/p252 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p252,v 5.2 91/08/16 14:47:57 hersh Exp $ +.\" $XConsortium: p252,v 5.3 94/04/17 20:57:22 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p253 b/xc/unsupported/doc/PHIGS/man3/p253 index b9f27e3a5..366ad871f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p253 +++ b/xc/unsupported/doc/PHIGS/man3/p253 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p253,v 5.2 91/08/16 14:47:55 hersh Exp $ +.\" $XConsortium: p253,v 5.3 94/04/17 20:57:23 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p254 b/xc/unsupported/doc/PHIGS/man3/p254 index 758a7347d..1b003495d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p254 +++ b/xc/unsupported/doc/PHIGS/man3/p254 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p254,v 5.2 91/08/16 14:47:53 hersh Exp $ +.\" $XConsortium: p254,v 5.3 94/04/17 20:57:23 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p255 b/xc/unsupported/doc/PHIGS/man3/p255 index 0e982fd74..a0f7e1019 100644 --- a/xc/unsupported/doc/PHIGS/man3/p255 +++ b/xc/unsupported/doc/PHIGS/man3/p255 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p255,v 5.2 91/08/16 14:47:50 hersh Exp $ +.\" $XConsortium: p255,v 5.3 94/04/17 20:57:24 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p256 b/xc/unsupported/doc/PHIGS/man3/p256 index 7441d4d2e..2499e366d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p256 +++ b/xc/unsupported/doc/PHIGS/man3/p256 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p256,v 5.2 91/08/16 14:47:48 hersh Exp $ +.\" $XConsortium: p256,v 5.3 94/04/17 20:57:24 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p257 b/xc/unsupported/doc/PHIGS/man3/p257 index ad5cbabfe..51e0b3a48 100644 --- a/xc/unsupported/doc/PHIGS/man3/p257 +++ b/xc/unsupported/doc/PHIGS/man3/p257 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p257,v 5.2 91/08/16 14:47:45 hersh Exp $ +.\" $XConsortium: p257,v 5.3 94/04/17 20:57:25 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p258 b/xc/unsupported/doc/PHIGS/man3/p258 index 1b6b8e8f3..35a0e9844 100644 --- a/xc/unsupported/doc/PHIGS/man3/p258 +++ b/xc/unsupported/doc/PHIGS/man3/p258 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p258,v 5.2 91/08/16 14:47:43 hersh Exp $ +.\" $XConsortium: p258,v 5.3 94/04/17 20:57:26 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p259 b/xc/unsupported/doc/PHIGS/man3/p259 index 498ffa9d2..46ef3fc1d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p259 +++ b/xc/unsupported/doc/PHIGS/man3/p259 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p259,v 5.2 91/08/16 14:47:40 hersh Exp $ +.\" $XConsortium: p259,v 5.3 94/04/17 20:57:26 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p260 b/xc/unsupported/doc/PHIGS/man3/p260 index 58062e98f..fee8a4dc1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p260 +++ b/xc/unsupported/doc/PHIGS/man3/p260 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p260,v 5.1 91/02/16 09:41:49 rws Exp $ +.\" $XConsortium: p260,v 5.2 94/04/17 20:57:27 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p261 b/xc/unsupported/doc/PHIGS/man3/p261 index 0c6c734cc..068791999 100644 --- a/xc/unsupported/doc/PHIGS/man3/p261 +++ b/xc/unsupported/doc/PHIGS/man3/p261 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p261,v 5.1 91/02/16 09:41:50 rws Exp $ +.\" $XConsortium: p261,v 5.2 94/04/17 20:57:28 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p262 b/xc/unsupported/doc/PHIGS/man3/p262 index 4135ac4ab..73ea86aa3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p262 +++ b/xc/unsupported/doc/PHIGS/man3/p262 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p262,v 5.1 91/02/16 09:41:52 rws Exp $ +.\" $XConsortium: p262,v 5.2 94/04/17 20:57:28 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p263 b/xc/unsupported/doc/PHIGS/man3/p263 index 71102547f..deb5439bb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p263 +++ b/xc/unsupported/doc/PHIGS/man3/p263 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p263,v 5.1 91/02/16 09:41:53 rws Exp $ +.\" $XConsortium: p263,v 5.2 94/04/17 20:57:29 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p264 b/xc/unsupported/doc/PHIGS/man3/p264 index 96f69f2a0..38bfa3b35 100644 --- a/xc/unsupported/doc/PHIGS/man3/p264 +++ b/xc/unsupported/doc/PHIGS/man3/p264 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p264,v 5.1 91/02/16 09:41:54 rws Exp $ +.\" $XConsortium: p264,v 5.2 94/04/17 20:57:30 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p265 b/xc/unsupported/doc/PHIGS/man3/p265 index b84b553bd..6d6291171 100644 --- a/xc/unsupported/doc/PHIGS/man3/p265 +++ b/xc/unsupported/doc/PHIGS/man3/p265 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p265,v 5.1 91/02/16 09:41:56 rws Exp $ +.\" $XConsortium: p265,v 5.2 94/04/17 20:57:31 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p266 b/xc/unsupported/doc/PHIGS/man3/p266 index 064ef53aa..76bb18431 100644 --- a/xc/unsupported/doc/PHIGS/man3/p266 +++ b/xc/unsupported/doc/PHIGS/man3/p266 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p266,v 5.1 91/02/16 09:41:57 rws Exp $ +.\" $XConsortium: p266,v 5.2 94/04/17 20:57:31 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p267 b/xc/unsupported/doc/PHIGS/man3/p267 index 5c7fcc9ed..3487ca103 100644 --- a/xc/unsupported/doc/PHIGS/man3/p267 +++ b/xc/unsupported/doc/PHIGS/man3/p267 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p267,v 5.1 91/02/16 09:41:58 rws Exp $ +.\" $XConsortium: p267,v 5.2 94/04/17 20:57:32 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p268 b/xc/unsupported/doc/PHIGS/man3/p268 index 4dbff58b2..16904086c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p268 +++ b/xc/unsupported/doc/PHIGS/man3/p268 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p268,v 5.1 91/02/16 09:42:00 rws Exp $ +.\" $XConsortium: p268,v 5.2 94/04/17 20:57:32 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p269 b/xc/unsupported/doc/PHIGS/man3/p269 index fdac164c9..29b7d3cba 100644 --- a/xc/unsupported/doc/PHIGS/man3/p269 +++ b/xc/unsupported/doc/PHIGS/man3/p269 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p269,v 5.1 91/02/16 09:42:01 rws Exp $ +.\" $XConsortium: p269,v 5.2 94/04/17 20:57:33 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p270 b/xc/unsupported/doc/PHIGS/man3/p270 index 366a8ed78..f86014063 100644 --- a/xc/unsupported/doc/PHIGS/man3/p270 +++ b/xc/unsupported/doc/PHIGS/man3/p270 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p270,v 5.1 91/02/16 09:42:02 rws Exp $ +.\" $XConsortium: p270,v 5.2 94/04/17 20:57:34 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p271 b/xc/unsupported/doc/PHIGS/man3/p271 index e134a2963..d3739b7ef 100644 --- a/xc/unsupported/doc/PHIGS/man3/p271 +++ b/xc/unsupported/doc/PHIGS/man3/p271 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p271,v 5.2 91/08/16 14:47:36 hersh Exp $ +.\" $XConsortium: p271,v 5.3 94/04/17 20:57:34 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p272 b/xc/unsupported/doc/PHIGS/man3/p272 index 73959b433..8c814083e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p272 +++ b/xc/unsupported/doc/PHIGS/man3/p272 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p272,v 5.1 91/02/16 09:42:06 rws Exp $ +.\" $XConsortium: p272,v 5.2 94/04/17 20:57:35 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p273 b/xc/unsupported/doc/PHIGS/man3/p273 index ff441dbcd..a46215a62 100644 --- a/xc/unsupported/doc/PHIGS/man3/p273 +++ b/xc/unsupported/doc/PHIGS/man3/p273 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p273,v 5.1 91/02/16 09:42:07 rws Exp $ +.\" $XConsortium: p273,v 5.2 94/04/17 20:57:35 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p274 b/xc/unsupported/doc/PHIGS/man3/p274 index 5c37bfc8f..7c586a39e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p274 +++ b/xc/unsupported/doc/PHIGS/man3/p274 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p274,v 5.2 91/08/16 14:47:17 hersh Exp $ +.\" $XConsortium: p274,v 5.3 94/04/17 20:57:36 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p275 b/xc/unsupported/doc/PHIGS/man3/p275 index 874c9b1d0..a336ac28a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p275 +++ b/xc/unsupported/doc/PHIGS/man3/p275 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p275,v 5.1 91/02/16 09:42:10 rws Exp $ +.\" $XConsortium: p275,v 5.2 94/04/17 20:57:37 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p276 b/xc/unsupported/doc/PHIGS/man3/p276 index 192d323af..e4bd04c46 100644 --- a/xc/unsupported/doc/PHIGS/man3/p276 +++ b/xc/unsupported/doc/PHIGS/man3/p276 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p276,v 5.1 91/02/16 09:42:11 rws Exp $ +.\" $XConsortium: p276,v 5.2 94/04/17 20:57:37 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p277 b/xc/unsupported/doc/PHIGS/man3/p277 index b46d259f6..e03b7d061 100644 --- a/xc/unsupported/doc/PHIGS/man3/p277 +++ b/xc/unsupported/doc/PHIGS/man3/p277 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p277,v 5.1 91/02/16 09:42:13 rws Exp $ +.\" $XConsortium: p277,v 5.2 94/04/17 20:57:38 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p278 b/xc/unsupported/doc/PHIGS/man3/p278 index 157b2c69b..9c07e5ec2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p278 +++ b/xc/unsupported/doc/PHIGS/man3/p278 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p278,v 5.1 91/02/16 09:42:14 rws Exp $ +.\" $XConsortium: p278,v 5.2 94/04/17 20:57:39 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p279 b/xc/unsupported/doc/PHIGS/man3/p279 index 875df2f3b..06eadff37 100644 --- a/xc/unsupported/doc/PHIGS/man3/p279 +++ b/xc/unsupported/doc/PHIGS/man3/p279 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p279,v 5.1 91/02/16 09:42:15 rws Exp $ +.\" $XConsortium: p279,v 5.2 94/04/17 20:57:39 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p280 b/xc/unsupported/doc/PHIGS/man3/p280 index 7cb27b07b..e3b488d68 100644 --- a/xc/unsupported/doc/PHIGS/man3/p280 +++ b/xc/unsupported/doc/PHIGS/man3/p280 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p280,v 5.1 91/02/16 09:42:17 rws Exp $ +.\" $XConsortium: p280,v 5.2 94/04/17 20:57:40 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p281 b/xc/unsupported/doc/PHIGS/man3/p281 index d03b43e98..eb671fc4a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p281 +++ b/xc/unsupported/doc/PHIGS/man3/p281 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p281,v 5.1 91/02/16 09:42:18 rws Exp $ +.\" $XConsortium: p281,v 5.2 94/04/17 20:57:41 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p282 b/xc/unsupported/doc/PHIGS/man3/p282 index c0ad0ddfb..b82b5802e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p282 +++ b/xc/unsupported/doc/PHIGS/man3/p282 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p282,v 5.2 91/08/16 15:17:54 hersh Exp $ +.\" $XConsortium: p282,v 5.3 94/04/17 20:57:41 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p283 b/xc/unsupported/doc/PHIGS/man3/p283 index dee742347..89d1abe2b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p283 +++ b/xc/unsupported/doc/PHIGS/man3/p283 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p283,v 5.1 91/02/16 09:42:21 rws Exp $ +.\" $XConsortium: p283,v 5.2 94/04/17 20:57:42 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p284 b/xc/unsupported/doc/PHIGS/man3/p284 index 19b52d272..08118e064 100644 --- a/xc/unsupported/doc/PHIGS/man3/p284 +++ b/xc/unsupported/doc/PHIGS/man3/p284 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p284,v 5.1 91/02/16 09:42:22 rws Exp $ +.\" $XConsortium: p284,v 5.2 94/04/17 20:57:43 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p285 b/xc/unsupported/doc/PHIGS/man3/p285 index a0ddd24b6..9bb25522e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p285 +++ b/xc/unsupported/doc/PHIGS/man3/p285 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p285,v 5.1 91/02/16 09:42:23 rws Exp $ +.\" $XConsortium: p285,v 5.2 94/04/17 20:57:44 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p286 b/xc/unsupported/doc/PHIGS/man3/p286 index 3dd2b6779..0d0778cb5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p286 +++ b/xc/unsupported/doc/PHIGS/man3/p286 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p286,v 5.1 91/02/16 09:42:25 rws Exp $ +.\" $XConsortium: p286,v 5.2 94/04/17 20:57:44 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p287 b/xc/unsupported/doc/PHIGS/man3/p287 index edf858f97..70059d6d5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p287 +++ b/xc/unsupported/doc/PHIGS/man3/p287 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p287,v 5.1 91/02/16 09:42:26 rws Exp $ +.\" $XConsortium: p287,v 5.2 94/04/17 20:57:45 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p288 b/xc/unsupported/doc/PHIGS/man3/p288 index 1e4466eeb..2ff21cc18 100644 --- a/xc/unsupported/doc/PHIGS/man3/p288 +++ b/xc/unsupported/doc/PHIGS/man3/p288 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p288,v 5.1 91/02/16 09:42:27 rws Exp $ +.\" $XConsortium: p288,v 5.2 94/04/17 20:57:45 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p289 b/xc/unsupported/doc/PHIGS/man3/p289 index da1b1632b..3dea018a2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p289 +++ b/xc/unsupported/doc/PHIGS/man3/p289 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p289,v 5.1 91/02/16 09:42:29 rws Exp $ +.\" $XConsortium: p289,v 5.2 94/04/17 20:57:48 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p290 b/xc/unsupported/doc/PHIGS/man3/p290 index 19e8729a3..43e1c8584 100644 --- a/xc/unsupported/doc/PHIGS/man3/p290 +++ b/xc/unsupported/doc/PHIGS/man3/p290 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p290,v 5.1 91/02/16 09:42:30 rws Exp $ +.\" $XConsortium: p290,v 5.2 94/04/17 20:57:49 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p291 b/xc/unsupported/doc/PHIGS/man3/p291 index 7d799eae2..ba3158ec9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p291 +++ b/xc/unsupported/doc/PHIGS/man3/p291 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p291,v 5.1 91/02/16 09:42:32 rws Exp $ +.\" $XConsortium: p291,v 5.2 94/04/17 20:57:49 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p292 b/xc/unsupported/doc/PHIGS/man3/p292 index 70c347bdb..3d0585968 100644 --- a/xc/unsupported/doc/PHIGS/man3/p292 +++ b/xc/unsupported/doc/PHIGS/man3/p292 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p292,v 5.1 91/02/16 09:42:33 rws Exp $ +.\" $XConsortium: p292,v 5.2 94/04/17 20:57:50 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p293 b/xc/unsupported/doc/PHIGS/man3/p293 index 52cb8388b..14b9482a1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p293 +++ b/xc/unsupported/doc/PHIGS/man3/p293 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p293,v 5.1 91/02/16 09:42:34 rws Exp $ +.\" $XConsortium: p293,v 5.2 94/04/17 20:57:51 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p294 b/xc/unsupported/doc/PHIGS/man3/p294 index 38ccef632..c8645bf9a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p294 +++ b/xc/unsupported/doc/PHIGS/man3/p294 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p294,v 5.1 91/02/16 09:42:36 rws Exp $ +.\" $XConsortium: p294,v 5.2 94/04/17 20:57:51 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p295 b/xc/unsupported/doc/PHIGS/man3/p295 index 8f0c1a7c1..e5a381813 100644 --- a/xc/unsupported/doc/PHIGS/man3/p295 +++ b/xc/unsupported/doc/PHIGS/man3/p295 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p295,v 5.1 91/02/16 09:42:37 rws Exp $ +.\" $XConsortium: p295,v 5.2 94/04/17 20:57:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p296 b/xc/unsupported/doc/PHIGS/man3/p296 index 3399ecc95..44a9b1c31 100644 --- a/xc/unsupported/doc/PHIGS/man3/p296 +++ b/xc/unsupported/doc/PHIGS/man3/p296 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p296,v 5.1 91/02/16 09:42:38 rws Exp $ +.\" $XConsortium: p296,v 5.2 94/04/17 20:57:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p297 b/xc/unsupported/doc/PHIGS/man3/p297 index c24b62333..a085abf9f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p297 +++ b/xc/unsupported/doc/PHIGS/man3/p297 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p297,v 5.1 91/02/16 09:42:41 rws Exp $ +.\" $XConsortium: p297,v 5.2 94/04/17 20:57:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p298 b/xc/unsupported/doc/PHIGS/man3/p298 index f2b5b9413..4413e973f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p298 +++ b/xc/unsupported/doc/PHIGS/man3/p298 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p298,v 5.1 91/02/16 09:42:42 rws Exp $ +.\" $XConsortium: p298,v 5.2 94/04/17 20:57:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p299 b/xc/unsupported/doc/PHIGS/man3/p299 index 3e9f899b6..04fc4a1fa 100644 --- a/xc/unsupported/doc/PHIGS/man3/p299 +++ b/xc/unsupported/doc/PHIGS/man3/p299 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p299,v 5.1 91/02/16 09:42:43 rws Exp $ +.\" $XConsortium: p299,v 5.2 94/04/17 20:57:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p300 b/xc/unsupported/doc/PHIGS/man3/p300 index 796a672da..be09b2199 100644 --- a/xc/unsupported/doc/PHIGS/man3/p300 +++ b/xc/unsupported/doc/PHIGS/man3/p300 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p300,v 5.1 91/02/16 09:42:45 rws Exp $ +.\" $XConsortium: p300,v 5.2 94/04/17 20:57:55 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p301 b/xc/unsupported/doc/PHIGS/man3/p301 index 6429c1a88..2603568d7 100644 --- a/xc/unsupported/doc/PHIGS/man3/p301 +++ b/xc/unsupported/doc/PHIGS/man3/p301 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p301,v 5.1 91/02/16 09:42:46 rws Exp $ +.\" $XConsortium: p301,v 5.2 94/04/17 20:57:56 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p302 b/xc/unsupported/doc/PHIGS/man3/p302 index 392a6c180..39758fb1d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p302 +++ b/xc/unsupported/doc/PHIGS/man3/p302 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p302,v 5.1 91/02/16 09:42:47 rws Exp $ +.\" $XConsortium: p302,v 5.2 94/04/17 20:57:57 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p303 b/xc/unsupported/doc/PHIGS/man3/p303 index 2e73e8455..e7b050983 100644 --- a/xc/unsupported/doc/PHIGS/man3/p303 +++ b/xc/unsupported/doc/PHIGS/man3/p303 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p303,v 5.1 91/02/16 09:42:49 rws Exp $ +.\" $XConsortium: p303,v 5.2 94/04/17 20:57:57 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p304 b/xc/unsupported/doc/PHIGS/man3/p304 index 921b4d508..b66e152f4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p304 +++ b/xc/unsupported/doc/PHIGS/man3/p304 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p304,v 5.1 91/02/16 09:42:50 rws Exp $ +.\" $XConsortium: p304,v 5.2 94/04/17 20:57:58 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p306 b/xc/unsupported/doc/PHIGS/man3/p306 index ec56f37b6..7b6342d50 100644 --- a/xc/unsupported/doc/PHIGS/man3/p306 +++ b/xc/unsupported/doc/PHIGS/man3/p306 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p306,v 5.1 91/02/16 09:42:53 rws Exp $ +.\" $XConsortium: p306,v 5.2 94/04/17 20:57:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p307 b/xc/unsupported/doc/PHIGS/man3/p307 index 7855c7b7c..98af30f64 100644 --- a/xc/unsupported/doc/PHIGS/man3/p307 +++ b/xc/unsupported/doc/PHIGS/man3/p307 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p307,v 5.1 91/02/16 09:42:54 rws Exp $ +.\" $XConsortium: p307,v 5.2 94/04/17 20:58:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p308 b/xc/unsupported/doc/PHIGS/man3/p308 index 7a63be9a3..0954008da 100644 --- a/xc/unsupported/doc/PHIGS/man3/p308 +++ b/xc/unsupported/doc/PHIGS/man3/p308 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p308,v 5.1 91/02/16 09:42:56 rws Exp $ +.\" $XConsortium: p308,v 5.2 94/04/17 20:58:01 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p309 b/xc/unsupported/doc/PHIGS/man3/p309 index 5fa92fdce..99bf31983 100644 --- a/xc/unsupported/doc/PHIGS/man3/p309 +++ b/xc/unsupported/doc/PHIGS/man3/p309 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p309,v 5.1 91/02/16 09:42:57 rws Exp $ +.\" $XConsortium: p309,v 5.2 94/04/17 20:58:01 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p310 b/xc/unsupported/doc/PHIGS/man3/p310 index 64f863d53..c51deade2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p310 +++ b/xc/unsupported/doc/PHIGS/man3/p310 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p310,v 5.1 91/02/16 09:42:58 rws Exp $ +.\" $XConsortium: p310,v 5.2 94/04/17 20:58:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p311 b/xc/unsupported/doc/PHIGS/man3/p311 index ba6a67f53..2eecd848c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p311 +++ b/xc/unsupported/doc/PHIGS/man3/p311 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p311,v 5.1 91/02/16 09:43:00 rws Exp $ +.\" $XConsortium: p311,v 5.2 94/04/17 20:58:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p312 b/xc/unsupported/doc/PHIGS/man3/p312 index 9b46924ee..ad83aeda5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p312 +++ b/xc/unsupported/doc/PHIGS/man3/p312 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p312,v 5.1 91/02/16 09:43:01 rws Exp $ +.\" $XConsortium: p312,v 5.2 94/04/17 20:58:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p313 b/xc/unsupported/doc/PHIGS/man3/p313 index eac719d46..6b518da81 100644 --- a/xc/unsupported/doc/PHIGS/man3/p313 +++ b/xc/unsupported/doc/PHIGS/man3/p313 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p313,v 5.1 91/02/16 09:43:02 rws Exp $ +.\" $XConsortium: p313,v 5.2 94/04/17 20:58:04 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p314 b/xc/unsupported/doc/PHIGS/man3/p314 index 76795cd76..2d6d741ce 100644 --- a/xc/unsupported/doc/PHIGS/man3/p314 +++ b/xc/unsupported/doc/PHIGS/man3/p314 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p314,v 5.1 91/02/16 09:43:04 rws Exp $ +.\" $XConsortium: p314,v 5.2 94/04/17 20:58:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p315 b/xc/unsupported/doc/PHIGS/man3/p315 index e670e3f91..450cb48c9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p315 +++ b/xc/unsupported/doc/PHIGS/man3/p315 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p315,v 5.1 91/02/16 09:43:05 rws Exp $ +.\" $XConsortium: p315,v 5.2 94/04/17 20:58:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p316 b/xc/unsupported/doc/PHIGS/man3/p316 index 33068fd8d..1b09f891b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p316 +++ b/xc/unsupported/doc/PHIGS/man3/p316 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p316,v 5.1 91/02/16 09:43:06 rws Exp $ +.\" $XConsortium: p316,v 5.2 94/04/17 20:58:06 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p317 b/xc/unsupported/doc/PHIGS/man3/p317 index 4133d9040..e97547a3a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p317 +++ b/xc/unsupported/doc/PHIGS/man3/p317 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p317,v 1.1 91/02/16 09:43:07 rws Exp $ +.\" $XConsortium: p317,v 1.2 94/04/17 20:58:07 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p318 b/xc/unsupported/doc/PHIGS/man3/p318 index 9fc7de555..ebc37202c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p318 +++ b/xc/unsupported/doc/PHIGS/man3/p318 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p318,v 5.1 91/02/16 09:43:09 rws Exp $ +.\" $XConsortium: p318,v 5.2 94/04/17 20:58:08 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p319 b/xc/unsupported/doc/PHIGS/man3/p319 index 9494c4fa1..83df5ab41 100644 --- a/xc/unsupported/doc/PHIGS/man3/p319 +++ b/xc/unsupported/doc/PHIGS/man3/p319 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p319,v 5.1 91/02/16 09:43:10 rws Exp $ +.\" $XConsortium: p319,v 5.2 94/04/17 20:58:08 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p320 b/xc/unsupported/doc/PHIGS/man3/p320 index af97f112f..656497c69 100644 --- a/xc/unsupported/doc/PHIGS/man3/p320 +++ b/xc/unsupported/doc/PHIGS/man3/p320 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p320,v 5.1 91/02/16 09:43:11 rws Exp $ +.\" $XConsortium: p320,v 5.2 94/04/17 20:58:09 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p321 b/xc/unsupported/doc/PHIGS/man3/p321 index d2a36d8c4..b3c46231f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p321 +++ b/xc/unsupported/doc/PHIGS/man3/p321 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p321,v 5.1 91/02/16 09:43:13 rws Exp $ +.\" $XConsortium: p321,v 5.2 94/04/17 20:58:10 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p322 b/xc/unsupported/doc/PHIGS/man3/p322 index a4a523c41..8cec40ac6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p322 +++ b/xc/unsupported/doc/PHIGS/man3/p322 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p322,v 5.1 91/02/16 09:43:14 rws Exp $ +.\" $XConsortium: p322,v 5.2 94/04/17 20:58:10 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p323 b/xc/unsupported/doc/PHIGS/man3/p323 index 2e027e534..8b22199d2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p323 +++ b/xc/unsupported/doc/PHIGS/man3/p323 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p323,v 5.1 91/02/16 09:43:15 rws Exp $ +.\" $XConsortium: p323,v 5.2 94/04/17 20:58:11 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p324 b/xc/unsupported/doc/PHIGS/man3/p324 index b5380a337..dea211f7b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p324 +++ b/xc/unsupported/doc/PHIGS/man3/p324 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p324,v 5.1 91/02/16 09:43:17 rws Exp $ +.\" $XConsortium: p324,v 5.2 94/04/17 20:58:12 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p325 b/xc/unsupported/doc/PHIGS/man3/p325 index f18999b78..60efd5e4b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p325 +++ b/xc/unsupported/doc/PHIGS/man3/p325 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p325,v 5.1 91/02/16 09:43:18 rws Exp $ +.\" $XConsortium: p325,v 5.2 94/04/17 20:58:12 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p326 b/xc/unsupported/doc/PHIGS/man3/p326 index d3479728d..245635882 100644 --- a/xc/unsupported/doc/PHIGS/man3/p326 +++ b/xc/unsupported/doc/PHIGS/man3/p326 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p326,v 5.2 91/08/16 16:25:23 hersh Exp $ +.\" $XConsortium: p326,v 5.3 94/04/17 20:58:13 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p327 b/xc/unsupported/doc/PHIGS/man3/p327 index c4ed90534..746366155 100644 --- a/xc/unsupported/doc/PHIGS/man3/p327 +++ b/xc/unsupported/doc/PHIGS/man3/p327 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p327,v 5.1 91/02/16 09:43:21 rws Exp $ +.\" $XConsortium: p327,v 5.2 94/04/17 20:58:13 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p328 b/xc/unsupported/doc/PHIGS/man3/p328 index 0bc0726ec..b8f4fc323 100644 --- a/xc/unsupported/doc/PHIGS/man3/p328 +++ b/xc/unsupported/doc/PHIGS/man3/p328 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p328,v 5.1 91/02/16 09:43:22 rws Exp $ +.\" $XConsortium: p328,v 5.2 94/04/17 20:58:14 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p329 b/xc/unsupported/doc/PHIGS/man3/p329 index e2eeec8aa..fcd40281f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p329 +++ b/xc/unsupported/doc/PHIGS/man3/p329 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p329,v 5.1 91/02/16 09:43:23 rws Exp $ +.\" $XConsortium: p329,v 5.2 94/04/17 20:58:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p330 b/xc/unsupported/doc/PHIGS/man3/p330 index d5ef0bc95..e1354a821 100644 --- a/xc/unsupported/doc/PHIGS/man3/p330 +++ b/xc/unsupported/doc/PHIGS/man3/p330 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p330,v 5.1 91/02/16 09:43:25 rws Exp $ +.\" $XConsortium: p330,v 5.2 94/04/17 20:58:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p331 b/xc/unsupported/doc/PHIGS/man3/p331 index a458ecb37..817980855 100644 --- a/xc/unsupported/doc/PHIGS/man3/p331 +++ b/xc/unsupported/doc/PHIGS/man3/p331 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p331,v 5.1 91/02/16 09:43:26 rws Exp $ +.\" $XConsortium: p331,v 5.2 94/04/17 20:58:16 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p332 b/xc/unsupported/doc/PHIGS/man3/p332 index cb8de74d0..6fcfff3b4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p332 +++ b/xc/unsupported/doc/PHIGS/man3/p332 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p332,v 5.1 91/02/16 09:43:27 rws Exp $ +.\" $XConsortium: p332,v 5.2 94/04/17 20:58:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p333 b/xc/unsupported/doc/PHIGS/man3/p333 index 67ca6168f..31e0e12ad 100644 --- a/xc/unsupported/doc/PHIGS/man3/p333 +++ b/xc/unsupported/doc/PHIGS/man3/p333 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p333,v 5.1 91/02/16 09:43:29 rws Exp $ +.\" $XConsortium: p333,v 5.2 94/04/17 20:58:17 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p334 b/xc/unsupported/doc/PHIGS/man3/p334 index 48378d17b..bfd271011 100644 --- a/xc/unsupported/doc/PHIGS/man3/p334 +++ b/xc/unsupported/doc/PHIGS/man3/p334 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p334,v 5.1 91/02/16 09:43:30 rws Exp $ +.\" $XConsortium: p334,v 5.2 94/04/17 20:58:18 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p335 b/xc/unsupported/doc/PHIGS/man3/p335 index f1b4b7fc2..bb5369a21 100644 --- a/xc/unsupported/doc/PHIGS/man3/p335 +++ b/xc/unsupported/doc/PHIGS/man3/p335 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p335,v 5.1 91/02/16 09:43:32 rws Exp $ +.\" $XConsortium: p335,v 5.2 94/04/17 20:58:20 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p336 b/xc/unsupported/doc/PHIGS/man3/p336 index 1a9dc4405..264788338 100644 --- a/xc/unsupported/doc/PHIGS/man3/p336 +++ b/xc/unsupported/doc/PHIGS/man3/p336 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p336,v 5.1 91/02/16 09:43:33 rws Exp $ +.\" $XConsortium: p336,v 5.2 94/04/17 20:58:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p337 b/xc/unsupported/doc/PHIGS/man3/p337 index 94b637456..9621a45bd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p337 +++ b/xc/unsupported/doc/PHIGS/man3/p337 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p337,v 5.1 91/02/16 09:43:34 rws Exp $ +.\" $XConsortium: p337,v 5.2 94/04/17 20:58:21 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p338 b/xc/unsupported/doc/PHIGS/man3/p338 index 0488d5714..8b13633c7 100644 --- a/xc/unsupported/doc/PHIGS/man3/p338 +++ b/xc/unsupported/doc/PHIGS/man3/p338 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p338,v 5.1 91/02/16 09:43:35 rws Exp $ +.\" $XConsortium: p338,v 5.2 94/04/17 20:58:22 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p339 b/xc/unsupported/doc/PHIGS/man3/p339 index d4e619447..d847867f1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p339 +++ b/xc/unsupported/doc/PHIGS/man3/p339 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p339,v 5.1 91/02/16 09:43:37 rws Exp $ +.\" $XConsortium: p339,v 5.2 94/04/17 20:58:23 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p340 b/xc/unsupported/doc/PHIGS/man3/p340 index bae1b2ba3..fecaf5e37 100644 --- a/xc/unsupported/doc/PHIGS/man3/p340 +++ b/xc/unsupported/doc/PHIGS/man3/p340 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p340,v 5.1 91/02/16 09:43:38 rws Exp $ +.\" $XConsortium: p340,v 5.2 94/04/17 20:58:23 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p341 b/xc/unsupported/doc/PHIGS/man3/p341 index a7a910cc3..0a6aa4c45 100644 --- a/xc/unsupported/doc/PHIGS/man3/p341 +++ b/xc/unsupported/doc/PHIGS/man3/p341 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p341,v 5.1 91/02/16 09:43:39 rws Exp $ +.\" $XConsortium: p341,v 5.2 94/04/17 20:58:24 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p342 b/xc/unsupported/doc/PHIGS/man3/p342 index 3520880f2..62b812437 100644 --- a/xc/unsupported/doc/PHIGS/man3/p342 +++ b/xc/unsupported/doc/PHIGS/man3/p342 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p342,v 5.1 91/02/16 09:43:41 rws Exp $ +.\" $XConsortium: p342,v 5.2 94/04/17 20:58:25 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p343 b/xc/unsupported/doc/PHIGS/man3/p343 index e9c7caeaa..893238bbf 100644 --- a/xc/unsupported/doc/PHIGS/man3/p343 +++ b/xc/unsupported/doc/PHIGS/man3/p343 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p343,v 5.1 91/02/16 09:43:42 rws Exp $ +.\" $XConsortium: p343,v 5.2 94/04/17 20:58:25 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p344 b/xc/unsupported/doc/PHIGS/man3/p344 index 91b8608e5..85e9ab9b6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p344 +++ b/xc/unsupported/doc/PHIGS/man3/p344 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p344,v 5.1 91/02/16 09:43:43 rws Exp $ +.\" $XConsortium: p344,v 5.2 94/04/17 20:58:26 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p345 b/xc/unsupported/doc/PHIGS/man3/p345 index c9c6f2fc1..a42c7375f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p345 +++ b/xc/unsupported/doc/PHIGS/man3/p345 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p345,v 5.1 91/02/16 09:43:44 rws Exp $ +.\" $XConsortium: p345,v 5.2 94/04/17 20:58:27 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p346 b/xc/unsupported/doc/PHIGS/man3/p346 index 39d1f4992..6ad74e4ef 100644 --- a/xc/unsupported/doc/PHIGS/man3/p346 +++ b/xc/unsupported/doc/PHIGS/man3/p346 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p346,v 5.1 91/02/16 09:43:46 rws Exp $ +.\" $XConsortium: p346,v 5.2 94/04/17 20:58:28 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p347 b/xc/unsupported/doc/PHIGS/man3/p347 index d610f0acb..b68279bdc 100644 --- a/xc/unsupported/doc/PHIGS/man3/p347 +++ b/xc/unsupported/doc/PHIGS/man3/p347 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p347,v 5.1 91/02/16 09:43:47 rws Exp $ +.\" $XConsortium: p347,v 5.2 94/04/17 20:58:28 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p348 b/xc/unsupported/doc/PHIGS/man3/p348 index beca5a21a..c9f71717b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p348 +++ b/xc/unsupported/doc/PHIGS/man3/p348 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p348,v 5.1 91/02/16 09:43:48 rws Exp $ +.\" $XConsortium: p348,v 5.2 94/04/17 20:58:29 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p349 b/xc/unsupported/doc/PHIGS/man3/p349 index 258815469..f50a6d8af 100644 --- a/xc/unsupported/doc/PHIGS/man3/p349 +++ b/xc/unsupported/doc/PHIGS/man3/p349 @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: p349,v 5.1 91/02/16 09:43:50 rws Exp $ +.\" $XConsortium: p349,v 5.2 94/04/17 20:58:30 rws Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p350 b/xc/unsupported/doc/PHIGS/man3/p350 index d43578f55..643140018 100644 --- a/xc/unsupported/doc/PHIGS/man3/p350 +++ b/xc/unsupported/doc/PHIGS/man3/p350 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p350,v 5.1 91/02/16 09:43:51 rws Exp $ +.\" $XConsortium: p350,v 5.2 94/04/17 20:58:30 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p351 b/xc/unsupported/doc/PHIGS/man3/p351 index 8ba526fb6..765759a0c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p351 +++ b/xc/unsupported/doc/PHIGS/man3/p351 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p351,v 5.1 91/02/16 09:43:52 rws Exp $ +.\" $XConsortium: p351,v 5.2 94/04/17 20:58:31 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p352 b/xc/unsupported/doc/PHIGS/man3/p352 index c2c6d9795..b367b5b21 100644 --- a/xc/unsupported/doc/PHIGS/man3/p352 +++ b/xc/unsupported/doc/PHIGS/man3/p352 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p352,v 5.1 91/02/16 09:43:54 rws Exp $ +.\" $XConsortium: p352,v 5.2 94/04/17 20:58:33 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p353 b/xc/unsupported/doc/PHIGS/man3/p353 index 92f949d3a..54ec54118 100644 --- a/xc/unsupported/doc/PHIGS/man3/p353 +++ b/xc/unsupported/doc/PHIGS/man3/p353 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p353,v 5.1 91/02/16 09:43:55 rws Exp $ +.\" $XConsortium: p353,v 5.2 94/04/17 20:58:34 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p354 b/xc/unsupported/doc/PHIGS/man3/p354 index 4af09848e..8413ed294 100644 --- a/xc/unsupported/doc/PHIGS/man3/p354 +++ b/xc/unsupported/doc/PHIGS/man3/p354 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p354,v 5.1 91/02/16 09:43:56 rws Exp $ +.\" $XConsortium: p354,v 5.2 94/04/17 20:58:34 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p355 b/xc/unsupported/doc/PHIGS/man3/p355 index 4d6fe875f..5cd4a8ed2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p355 +++ b/xc/unsupported/doc/PHIGS/man3/p355 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p355,v 5.1 91/02/16 09:43:58 rws Exp $ +.\" $XConsortium: p355,v 5.2 94/04/17 20:58:35 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p356 b/xc/unsupported/doc/PHIGS/man3/p356 index 8958e1297..7388128a6 100644 --- a/xc/unsupported/doc/PHIGS/man3/p356 +++ b/xc/unsupported/doc/PHIGS/man3/p356 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p356,v 5.1 91/02/16 09:43:59 rws Exp $ +.\" $XConsortium: p356,v 5.2 94/04/17 20:58:36 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p357 b/xc/unsupported/doc/PHIGS/man3/p357 index c329a52b5..2ad88654b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p357 +++ b/xc/unsupported/doc/PHIGS/man3/p357 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p357,v 5.1 91/02/16 09:44:00 rws Exp $ +.\" $XConsortium: p357,v 5.2 94/04/17 20:58:36 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p358 b/xc/unsupported/doc/PHIGS/man3/p358 index 6ba2eebac..689e3df07 100644 --- a/xc/unsupported/doc/PHIGS/man3/p358 +++ b/xc/unsupported/doc/PHIGS/man3/p358 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p358,v 5.1 91/02/16 09:44:01 rws Exp $ +.\" $XConsortium: p358,v 5.2 94/04/17 20:58:37 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p359 b/xc/unsupported/doc/PHIGS/man3/p359 index 84f00c392..e0e486509 100644 --- a/xc/unsupported/doc/PHIGS/man3/p359 +++ b/xc/unsupported/doc/PHIGS/man3/p359 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p359,v 5.1 91/02/16 09:44:03 rws Exp $ +.\" $XConsortium: p359,v 5.2 94/04/17 20:58:38 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p360 b/xc/unsupported/doc/PHIGS/man3/p360 index 72a77ef2f..219823ffc 100644 --- a/xc/unsupported/doc/PHIGS/man3/p360 +++ b/xc/unsupported/doc/PHIGS/man3/p360 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p360,v 5.1 91/02/16 09:44:05 rws Exp $ +.\" $XConsortium: p360,v 5.2 94/04/17 20:58:38 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p361 b/xc/unsupported/doc/PHIGS/man3/p361 index be262971a..8e26c40a3 100644 --- a/xc/unsupported/doc/PHIGS/man3/p361 +++ b/xc/unsupported/doc/PHIGS/man3/p361 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p361,v 5.1 91/02/16 09:44:06 rws Exp $ +.\" $XConsortium: p361,v 5.2 94/04/17 20:58:39 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p362 b/xc/unsupported/doc/PHIGS/man3/p362 index 22a380f73..722498f1d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p362 +++ b/xc/unsupported/doc/PHIGS/man3/p362 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p362,v 5.1 91/02/16 09:44:07 rws Exp $ +.\" $XConsortium: p362,v 5.2 94/04/17 20:58:40 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p363 b/xc/unsupported/doc/PHIGS/man3/p363 index 7b4a980b9..cae539ceb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p363 +++ b/xc/unsupported/doc/PHIGS/man3/p363 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p363,v 5.1 91/02/16 09:44:09 rws Exp $ +.\" $XConsortium: p363,v 5.2 94/04/17 20:58:40 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p364 b/xc/unsupported/doc/PHIGS/man3/p364 index 47ab34de7..b77c4f097 100644 --- a/xc/unsupported/doc/PHIGS/man3/p364 +++ b/xc/unsupported/doc/PHIGS/man3/p364 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p364,v 5.1 91/02/16 09:44:10 rws Exp $ +.\" $XConsortium: p364,v 5.2 94/04/17 20:58:41 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p365 b/xc/unsupported/doc/PHIGS/man3/p365 index e93b01645..2ec57d752 100644 --- a/xc/unsupported/doc/PHIGS/man3/p365 +++ b/xc/unsupported/doc/PHIGS/man3/p365 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p365,v 5.1 91/02/16 09:44:11 rws Exp $ +.\" $XConsortium: p365,v 5.2 94/04/17 20:58:41 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p366 b/xc/unsupported/doc/PHIGS/man3/p366 index 5a9b0a3d9..b87910ae5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p366 +++ b/xc/unsupported/doc/PHIGS/man3/p366 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p366,v 5.1 91/02/16 09:44:12 rws Exp $ +.\" $XConsortium: p366,v 5.2 94/04/17 20:58:42 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p367 b/xc/unsupported/doc/PHIGS/man3/p367 index c5b3cbac3..a3e591cd9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p367 +++ b/xc/unsupported/doc/PHIGS/man3/p367 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p367,v 5.1 91/02/16 09:44:14 rws Exp $ +.\" $XConsortium: p367,v 5.2 94/04/17 20:58:43 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p368 b/xc/unsupported/doc/PHIGS/man3/p368 index 9c166b173..508dbd5ec 100644 --- a/xc/unsupported/doc/PHIGS/man3/p368 +++ b/xc/unsupported/doc/PHIGS/man3/p368 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p368,v 5.1 91/02/16 09:44:15 rws Exp $ +.\" $XConsortium: p368,v 5.2 94/04/17 20:58:44 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p369 b/xc/unsupported/doc/PHIGS/man3/p369 index b6de6642f..f7a9dee35 100644 --- a/xc/unsupported/doc/PHIGS/man3/p369 +++ b/xc/unsupported/doc/PHIGS/man3/p369 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p369,v 5.1 91/02/16 09:44:16 rws Exp $ +.\" $XConsortium: p369,v 5.2 94/04/17 20:58:45 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p370 b/xc/unsupported/doc/PHIGS/man3/p370 index 0ada525f4..e8769716e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p370 +++ b/xc/unsupported/doc/PHIGS/man3/p370 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p370,v 5.1 91/02/16 09:44:18 rws Exp $ +.\" $XConsortium: p370,v 5.2 94/04/17 20:58:45 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p371 b/xc/unsupported/doc/PHIGS/man3/p371 index 48da19717..89a8175b9 100644 --- a/xc/unsupported/doc/PHIGS/man3/p371 +++ b/xc/unsupported/doc/PHIGS/man3/p371 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p371,v 5.1 91/02/16 09:44:19 rws Exp $ +.\" $XConsortium: p371,v 5.2 94/04/17 20:58:46 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p372 b/xc/unsupported/doc/PHIGS/man3/p372 index ec61d3141..41a2d0f61 100644 --- a/xc/unsupported/doc/PHIGS/man3/p372 +++ b/xc/unsupported/doc/PHIGS/man3/p372 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p372,v 5.1 91/02/16 09:44:20 rws Exp $ +.\" $XConsortium: p372,v 5.2 94/04/17 20:58:47 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p373 b/xc/unsupported/doc/PHIGS/man3/p373 index e736ce4a5..5da59f815 100644 --- a/xc/unsupported/doc/PHIGS/man3/p373 +++ b/xc/unsupported/doc/PHIGS/man3/p373 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p373,v 5.1 91/02/16 09:44:21 rws Exp $ +.\" $XConsortium: p373,v 5.2 94/04/17 20:58:47 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p374 b/xc/unsupported/doc/PHIGS/man3/p374 index f5c60fa63..be13c6f69 100644 --- a/xc/unsupported/doc/PHIGS/man3/p374 +++ b/xc/unsupported/doc/PHIGS/man3/p374 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p374,v 5.1 91/02/16 09:44:23 rws Exp $ +.\" $XConsortium: p374,v 5.2 94/04/17 20:58:48 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p375 b/xc/unsupported/doc/PHIGS/man3/p375 index b31fa4fe3..db6fc3d5a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p375 +++ b/xc/unsupported/doc/PHIGS/man3/p375 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p375,v 5.2 91/08/16 15:17:11 hersh Exp $ +.\" $XConsortium: p375,v 5.3 94/04/17 20:58:49 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p376 b/xc/unsupported/doc/PHIGS/man3/p376 index bbef71895..55d002b7e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p376 +++ b/xc/unsupported/doc/PHIGS/man3/p376 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p376,v 5.1 91/02/16 09:44:25 rws Exp $ +.\" $XConsortium: p376,v 5.2 94/04/17 20:58:49 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p377 b/xc/unsupported/doc/PHIGS/man3/p377 index ffb703695..0ea8d4c60 100644 --- a/xc/unsupported/doc/PHIGS/man3/p377 +++ b/xc/unsupported/doc/PHIGS/man3/p377 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p377,v 5.1 91/02/16 09:44:27 rws Exp $ +.\" $XConsortium: p377,v 5.2 94/04/17 20:58:50 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p378 b/xc/unsupported/doc/PHIGS/man3/p378 index 62f87fe49..46b79a91b 100644 --- a/xc/unsupported/doc/PHIGS/man3/p378 +++ b/xc/unsupported/doc/PHIGS/man3/p378 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p378,v 5.1 91/02/16 09:44:28 rws Exp $ +.\" $XConsortium: p378,v 5.2 94/04/17 20:58:52 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p379 b/xc/unsupported/doc/PHIGS/man3/p379 index 450661be5..3dad6c80a 100644 --- a/xc/unsupported/doc/PHIGS/man3/p379 +++ b/xc/unsupported/doc/PHIGS/man3/p379 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p379,v 5.1 91/02/16 09:44:29 rws Exp $ +.\" $XConsortium: p379,v 5.2 94/04/17 20:58:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p380 b/xc/unsupported/doc/PHIGS/man3/p380 index 4641ceb78..dd0e7a109 100644 --- a/xc/unsupported/doc/PHIGS/man3/p380 +++ b/xc/unsupported/doc/PHIGS/man3/p380 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p380,v 5.1 91/02/16 09:44:30 rws Exp $ +.\" $XConsortium: p380,v 5.2 94/04/17 20:58:53 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p381 b/xc/unsupported/doc/PHIGS/man3/p381 index cde1b3979..31daf06ff 100644 --- a/xc/unsupported/doc/PHIGS/man3/p381 +++ b/xc/unsupported/doc/PHIGS/man3/p381 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p381,v 5.1 91/02/16 09:44:32 rws Exp $ +.\" $XConsortium: p381,v 5.2 94/04/17 20:58:54 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p382 b/xc/unsupported/doc/PHIGS/man3/p382 index 760490aa2..494b7a8f2 100644 --- a/xc/unsupported/doc/PHIGS/man3/p382 +++ b/xc/unsupported/doc/PHIGS/man3/p382 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p382,v 5.1 91/02/16 09:44:33 rws Exp $ +.\" $XConsortium: p382,v 5.2 94/04/17 20:58:55 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p383 b/xc/unsupported/doc/PHIGS/man3/p383 index bf47739ab..f1d1f3a82 100644 --- a/xc/unsupported/doc/PHIGS/man3/p383 +++ b/xc/unsupported/doc/PHIGS/man3/p383 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p383,v 5.1 91/02/16 09:44:34 rws Exp $ +.\" $XConsortium: p383,v 5.2 94/04/17 20:58:55 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p384 b/xc/unsupported/doc/PHIGS/man3/p384 index ddfa32b4a..69f7d9a2c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p384 +++ b/xc/unsupported/doc/PHIGS/man3/p384 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p384,v 5.1 91/02/16 09:44:36 rws Exp $ +.\" $XConsortium: p384,v 5.2 94/04/17 20:58:56 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p385 b/xc/unsupported/doc/PHIGS/man3/p385 index f8cb9f1ba..9c9f8c4a1 100644 --- a/xc/unsupported/doc/PHIGS/man3/p385 +++ b/xc/unsupported/doc/PHIGS/man3/p385 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p385,v 5.1 91/02/16 09:44:37 rws Exp $ +.\" $XConsortium: p385,v 5.2 94/04/17 20:58:57 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p386 b/xc/unsupported/doc/PHIGS/man3/p386 index 7840044b2..1df585e14 100644 --- a/xc/unsupported/doc/PHIGS/man3/p386 +++ b/xc/unsupported/doc/PHIGS/man3/p386 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p386,v 5.1 91/02/16 09:44:38 rws Exp $ +.\" $XConsortium: p386,v 5.2 94/04/17 20:58:57 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p387 b/xc/unsupported/doc/PHIGS/man3/p387 index a6ae35f42..527170aad 100644 --- a/xc/unsupported/doc/PHIGS/man3/p387 +++ b/xc/unsupported/doc/PHIGS/man3/p387 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p387,v 5.1 91/02/16 09:44:40 rws Exp $ +.\" $XConsortium: p387,v 5.2 94/04/17 20:58:58 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p388 b/xc/unsupported/doc/PHIGS/man3/p388 index 94983a3e8..6050f8a48 100644 --- a/xc/unsupported/doc/PHIGS/man3/p388 +++ b/xc/unsupported/doc/PHIGS/man3/p388 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p388,v 5.1 91/02/16 09:44:41 rws Exp $ +.\" $XConsortium: p388,v 5.2 94/04/17 20:58:59 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p389 b/xc/unsupported/doc/PHIGS/man3/p389 index 11e539321..2e93e4025 100644 --- a/xc/unsupported/doc/PHIGS/man3/p389 +++ b/xc/unsupported/doc/PHIGS/man3/p389 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p389,v 5.1 91/02/16 09:44:43 rws Exp $ +.\" $XConsortium: p389,v 5.2 94/04/17 20:59:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p390 b/xc/unsupported/doc/PHIGS/man3/p390 index f4a6d4364..402bbbb9d 100644 --- a/xc/unsupported/doc/PHIGS/man3/p390 +++ b/xc/unsupported/doc/PHIGS/man3/p390 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p390,v 5.1 91/02/16 09:44:44 rws Exp $ +.\" $XConsortium: p390,v 5.2 94/04/17 20:59:00 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p391 b/xc/unsupported/doc/PHIGS/man3/p391 index ac4305e36..129116d47 100644 --- a/xc/unsupported/doc/PHIGS/man3/p391 +++ b/xc/unsupported/doc/PHIGS/man3/p391 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p391,v 5.1 91/02/16 09:44:45 rws Exp $ +.\" $XConsortium: p391,v 5.2 94/04/17 20:59:01 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p392 b/xc/unsupported/doc/PHIGS/man3/p392 index 96faacf71..72a367615 100644 --- a/xc/unsupported/doc/PHIGS/man3/p392 +++ b/xc/unsupported/doc/PHIGS/man3/p392 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p392,v 5.1 91/02/16 09:44:47 rws Exp $ +.\" $XConsortium: p392,v 5.2 94/04/17 20:59:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p393 b/xc/unsupported/doc/PHIGS/man3/p393 index 5c7d60fb6..1f50d50ce 100644 --- a/xc/unsupported/doc/PHIGS/man3/p393 +++ b/xc/unsupported/doc/PHIGS/man3/p393 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p393,v 5.1 91/02/16 09:44:48 rws Exp $ +.\" $XConsortium: p393,v 5.2 94/04/17 20:59:02 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p394 b/xc/unsupported/doc/PHIGS/man3/p394 index b9d7bc8d2..850a4715c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p394 +++ b/xc/unsupported/doc/PHIGS/man3/p394 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p394,v 5.1 91/02/16 09:44:49 rws Exp $ +.\" $XConsortium: p394,v 5.2 94/04/17 20:59:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p395 b/xc/unsupported/doc/PHIGS/man3/p395 index d30132a7a..47e1c4268 100644 --- a/xc/unsupported/doc/PHIGS/man3/p395 +++ b/xc/unsupported/doc/PHIGS/man3/p395 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p395,v 5.1 91/02/16 09:44:51 rws Exp $ +.\" $XConsortium: p395,v 5.2 94/04/17 20:59:03 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p396 b/xc/unsupported/doc/PHIGS/man3/p396 index 3e4f27ca2..49222fcfd 100644 --- a/xc/unsupported/doc/PHIGS/man3/p396 +++ b/xc/unsupported/doc/PHIGS/man3/p396 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p396,v 5.1 91/02/16 09:44:52 rws Exp $ +.\" $XConsortium: p396,v 5.2 94/04/17 20:59:04 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p397 b/xc/unsupported/doc/PHIGS/man3/p397 index 6abf025d4..e511d457c 100644 --- a/xc/unsupported/doc/PHIGS/man3/p397 +++ b/xc/unsupported/doc/PHIGS/man3/p397 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p397,v 5.1 91/02/16 09:44:53 rws Exp $ +.\" $XConsortium: p397,v 5.2 94/04/17 20:59:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p398 b/xc/unsupported/doc/PHIGS/man3/p398 index f5c976cf5..0004f1e68 100644 --- a/xc/unsupported/doc/PHIGS/man3/p398 +++ b/xc/unsupported/doc/PHIGS/man3/p398 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p398,v 5.1 91/02/16 09:44:54 rws Exp $ +.\" $XConsortium: p398,v 5.2 94/04/17 20:59:05 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p399 b/xc/unsupported/doc/PHIGS/man3/p399 index 568180d25..387200aff 100644 --- a/xc/unsupported/doc/PHIGS/man3/p399 +++ b/xc/unsupported/doc/PHIGS/man3/p399 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p399,v 5.1 91/02/16 09:44:56 rws Exp $ +.\" $XConsortium: p399,v 5.2 94/04/17 20:59:06 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p400 b/xc/unsupported/doc/PHIGS/man3/p400 index 04e05652a..cfd0e6efb 100644 --- a/xc/unsupported/doc/PHIGS/man3/p400 +++ b/xc/unsupported/doc/PHIGS/man3/p400 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p400,v 5.1 91/02/16 09:44:57 rws Exp $ +.\" $XConsortium: p400,v 5.2 94/04/17 20:59:07 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p401 b/xc/unsupported/doc/PHIGS/man3/p401 index 792351dbc..c0c3c0a7e 100644 --- a/xc/unsupported/doc/PHIGS/man3/p401 +++ b/xc/unsupported/doc/PHIGS/man3/p401 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p401,v 5.1 91/02/16 09:44:58 rws Exp $ +.\" $XConsortium: p401,v 5.2 94/04/17 20:59:07 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p402 b/xc/unsupported/doc/PHIGS/man3/p402 index d7ff41ae3..a60a41550 100644 --- a/xc/unsupported/doc/PHIGS/man3/p402 +++ b/xc/unsupported/doc/PHIGS/man3/p402 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p402,v 5.2 91/08/16 15:03:43 hersh Exp $ +.\" $XConsortium: p402,v 5.3 94/04/17 20:59:08 hersh Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p403 b/xc/unsupported/doc/PHIGS/man3/p403 index 1e75f7a9b..6f80573f4 100644 --- a/xc/unsupported/doc/PHIGS/man3/p403 +++ b/xc/unsupported/doc/PHIGS/man3/p403 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p403,v 5.1 91/02/16 09:45:01 rws Exp $ +.\" $XConsortium: p403,v 5.2 94/04/17 20:59:09 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p404 b/xc/unsupported/doc/PHIGS/man3/p404 index dc09e35b7..e7c678e53 100644 --- a/xc/unsupported/doc/PHIGS/man3/p404 +++ b/xc/unsupported/doc/PHIGS/man3/p404 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p404,v 5.1 91/02/16 09:45:02 rws Exp $ +.\" $XConsortium: p404,v 5.2 94/04/17 20:59:09 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p405 b/xc/unsupported/doc/PHIGS/man3/p405 index a12cb8e93..9170a84d5 100644 --- a/xc/unsupported/doc/PHIGS/man3/p405 +++ b/xc/unsupported/doc/PHIGS/man3/p405 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p405,v 5.1 91/02/16 09:45:04 rws Exp $ +.\" $XConsortium: p405,v 5.2 94/04/17 20:59:10 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man3/p406 b/xc/unsupported/doc/PHIGS/man3/p406 index 5d9fe63f4..1a4a2590f 100644 --- a/xc/unsupported/doc/PHIGS/man3/p406 +++ b/xc/unsupported/doc/PHIGS/man3/p406 @@ -1,5 +1,5 @@ .\" ## -.\" $XConsortium: p406,v 5.1 91/02/16 09:45:05 rws Exp $ +.\" $XConsortium: p406,v 5.2 94/04/17 20:59:11 rws Exp $ .\" ## .\" ## .\" ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man7/link_man7.sh b/xc/unsupported/doc/PHIGS/man7/link_man7.sh index 21d6a9284..23a98374c 100755 --- a/xc/unsupported/doc/PHIGS/man7/link_man7.sh +++ b/xc/unsupported/doc/PHIGS/man7/link_man7.sh @@ -1,7 +1,7 @@ #!/bin/sh ## -# $XConsortium: link_man7.sh,v 5.2 91/07/26 15:53:09 hersh Exp $ +# $XConsortium: link_man7.sh,v 5.3 94/04/17 20:59:12 hersh Exp $ ## ## ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man7/p407 b/xc/unsupported/doc/PHIGS/man7/p407 index 340420266..d444891bc 100644 --- a/xc/unsupported/doc/PHIGS/man7/p407 +++ b/xc/unsupported/doc/PHIGS/man7/p407 @@ -1,5 +1,5 @@ .\" ## -.\" $XConsortium: p407,v 5.1 91/02/16 09:45:06 rws Exp $ +.\" $XConsortium: p407,v 5.2 94/04/17 20:59:13 rws Exp $ .\" ## .\" ## .\" ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man7/p408 b/xc/unsupported/doc/PHIGS/man7/p408 index 586a92273..8466e715f 100644 --- a/xc/unsupported/doc/PHIGS/man7/p408 +++ b/xc/unsupported/doc/PHIGS/man7/p408 @@ -1,5 +1,5 @@ .\" ## -.\" $XConsortium: p408,v 5.1 91/02/16 09:45:08 rws Exp $ +.\" $XConsortium: p408,v 5.2 94/04/17 20:59:13 rws Exp $ .\" ## .\" ## .\" ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/man7/p409 b/xc/unsupported/doc/PHIGS/man7/p409 index 8edda082b..259940a3b 100644 --- a/xc/unsupported/doc/PHIGS/man7/p409 +++ b/xc/unsupported/doc/PHIGS/man7/p409 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p409,v 5.1 91/02/16 09:45:08 rws Exp $ +.\" $XConsortium: p409,v 5.2 94/04/17 20:59:14 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/man7/p410 b/xc/unsupported/doc/PHIGS/man7/p410 index c9ce2d50e..0c95865ae 100644 --- a/xc/unsupported/doc/PHIGS/man7/p410 +++ b/xc/unsupported/doc/PHIGS/man7/p410 @@ -1,5 +1,5 @@ .\"## -.\" $XConsortium: p410,v 5.1 91/02/16 09:45:10 rws Exp $ +.\" $XConsortium: p410,v 5.2 94/04/17 20:59:15 rws Exp $ .\"## .\"## $XMCOPY diff --git a/xc/unsupported/doc/PHIGS/names.make b/xc/unsupported/doc/PHIGS/names.make index b27730b30..646977e32 100644 --- a/xc/unsupported/doc/PHIGS/names.make +++ b/xc/unsupported/doc/PHIGS/names.make @@ -1,5 +1,5 @@ ## -# $XConsortium: names.make,v 5.4 91/04/02 17:33:51 hersh Exp $ +# $XConsortium: names.make,v 5.5 94/04/17 20:54:06 hersh Exp $ ## ## ## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/doc/PHIGS/phigs.macros b/xc/unsupported/doc/PHIGS/phigs.macros index 2fe4c03d9..20f106510 100644 --- a/xc/unsupported/doc/PHIGS/phigs.macros +++ b/xc/unsupported/doc/PHIGS/phigs.macros @@ -1,5 +1,5 @@ .\" -.\" $XConsortium: phigs.macros,v 5.3 91/08/20 20:09:24 keith Exp $ +.\" $XConsortium: phigs.macros,v 5.4 94/04/17 20:54:07 keith Exp $ .\" .\" $XMCOPY diff --git a/xc/unsupported/doc/papers/tutorials/HelloWorld/Imakefile b/xc/unsupported/doc/papers/tutorials/HelloWorld/Imakefile index 7e29e356c..3db466aaf 100644 --- a/xc/unsupported/doc/papers/tutorials/HelloWorld/Imakefile +++ b/xc/unsupported/doc/papers/tutorials/HelloWorld/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.7 91/07/17 16:03:28 gildea Exp $ SRCS1 = xhw0.c SRCS2 = xhw1.c SRCS3 = xhw3.c diff --git a/xc/unsupported/doc/papers/tutorials/Imakefile b/xc/unsupported/doc/papers/tutorials/Imakefile index 0237ee68e..3c1f8195e 100644 --- a/xc/unsupported/doc/papers/tutorials/Imakefile +++ b/xc/unsupported/doc/papers/tutorials/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.2 91/07/17 16:03:16 gildea Exp $ all: color.PS color.PS: diff --git a/xc/unsupported/doc/papers/tutorials/visuals/Imakefile b/xc/unsupported/doc/papers/tutorials/visuals/Imakefile index c84149853..81610b9e0 100644 --- a/xc/unsupported/doc/papers/tutorials/visuals/Imakefile +++ b/xc/unsupported/doc/papers/tutorials/visuals/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.2 91/07/17 16:03:22 gildea Exp $ SRCS = vis.nr REFS = vis.refs REFER = refer diff --git a/xc/unsupported/examples/Fresco/Imakefile b/xc/unsupported/examples/Fresco/Imakefile index 856da822a..97f16d5b9 100644 --- a/xc/unsupported/examples/Fresco/Imakefile +++ b/xc/unsupported/examples/Fresco/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.6 94/03/25 19:58:22 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.7 94/04/01 16:57:37 matt Exp $ #define IHaveSubdirs #define PassCDebugFlags /**/ diff --git a/xc/unsupported/examples/Fresco/box.cxx b/xc/unsupported/examples/Fresco/box.cxx deleted file mode 100644 index 41710a7db..000000000 --- a/xc/unsupported/examples/Fresco/box.cxx +++ /dev/null @@ -1,55 +0,0 @@ -#include <X11/Fresco/drawing.h> -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <X11/Fresco/layouts.h> -#include <X11/Fresco/Impls/glyphs.h> - -static Option options[] = { - { "-s1", "*string1", Option::value, "on" }, - { "-s2", "*string2", Option::value, "on" }, - { "-string1", "*string1", Option::value, "on" }, - { "-string2", "*string2", Option::value, "on" }, - { "-v", "*verbose", Option::implicit, "on" }, - { "-verbose", "*verbose", Option::implicit, "on" }, - { nil } -}; - -static Boolean verbose; - -static GlyphRef debug(GlyphRef g, const char* name) { - return ( - verbose ? - new DebugGlyph(g, name, DebugGlyph::trace_request_traverse) : g - ); -} - -int main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv, options); - StyleObj s = f->style(); - CharString hello = Fresco::string_ref("hello"); - StyleValue a = s->resolve(Fresco::string_ref("string1")); - if (is_not_nil(a)) { - a->read_string(hello); - } - CharString goodbye = Fresco::string_ref("goodbye"); - a = s->resolve(Fresco::string_ref("string2")); - if (is_not_nil(a)) { - a->read_string(goodbye); - } - verbose = s->is_on(Fresco::string_ref("verbose")); - FigureKit figures = f->figure_kit(); - LayoutKit layouts = f->layout_kit(); - FigureStyle fs = figures->default_style(); - Glyph g = layouts->hbox(); - g->append(debug(figures->label(fs, hello), "label 1")); - g->append(layouts->hfil()); - g->append(debug(figures->label(fs, goodbye), "label 2")); - Glyph b = layouts->vbox(); - b->append(debug(g, "hbox instance 1")); - b->append(layouts->vfil()); - b->append(debug(g, "hbox instance 2")); - g = debug(b, "vbox"); - f->main(nil, g); - Fresco::unref(f); - return 0; -} diff --git a/xc/unsupported/examples/Fresco/buttons.cxx b/xc/unsupported/examples/Fresco/buttons.cxx deleted file mode 100644 index 00ca8ddeb..000000000 --- a/xc/unsupported/examples/Fresco/buttons.cxx +++ /dev/null @@ -1,44 +0,0 @@ -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <X11/Fresco/layouts.h> -#include <X11/Fresco/widgets.h> -#include <X11/Fresco/Impls/action.h> -#include <stdio.h> - -class App { -public: - App() { } - ~App() { } - - int main(int argc, char** argv); -private: - void push_me(); -}; - -declareActionCallback(App) -implementActionCallback(App) - -int main(int argc, char** argv) { - App a; - return a.main(argc, argv); -} - -int App::main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - FigureKit figures = f->figure_kit(); - WidgetKit widgets = f->widget_kit(); - LayoutKit layouts = f->layout_kit(); - Button b = widgets->push_button( - figures->label( - figures->default_style(), Fresco::string_ref("Push me") - ), - new ActionCallback(App)(this, &App::push_me) - ); - f->main(b, layouts->margin(b, 10.0)); - Fresco::unref(f); - return 0; -} - -void App::push_me() { - printf("pushed\n"); -} diff --git a/xc/unsupported/examples/Fresco/check.cxx b/xc/unsupported/examples/Fresco/check.cxx deleted file mode 100644 index 6ec92b867..000000000 --- a/xc/unsupported/examples/Fresco/check.cxx +++ /dev/null @@ -1,42 +0,0 @@ -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <X11/Fresco/layouts.h> -#include <X11/Fresco/widgets.h> -#include <X11/Fresco/Impls/action.h> -#include <stdio.h> - -class App { -public: - App() { } - ~App() { } - - int main(int argc, char** argv); -private: - void push_me(); -}; - -declareActionCallback(App) -implementActionCallback(App) - -int main(int argc, char** argv) { - App a; - return a.main(argc, argv); -} - -int App::main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - FigureKit figures = f->figure_kit(); - Button b = f->widget_kit()->check_box( - figures->label( - figures->default_style(), Fresco::string_ref("Push me") - ), - Action(new ActionCallback(App)(this, &App::push_me)) - ); - f->main(b, f->layout_kit()->margin(b, 10.0)); - Fresco::unref(f); - return 0; -} - -void App::push_me() { - printf("pushed\n"); -} diff --git a/xc/unsupported/examples/Fresco/circle.cxx b/xc/unsupported/examples/Fresco/circle.cxx deleted file mode 100644 index c45231406..000000000 --- a/xc/unsupported/examples/Fresco/circle.cxx +++ /dev/null @@ -1,17 +0,0 @@ -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> - -int main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - FigureKit figures = f->figure_kit(); - f->main( - nil, - figures->figure_root( - figures->circle( - FigureKit::fill, figures->default_style(), 0.0, 0.0, 100.0 - ) - ) - ); - Fresco::unref(f); - return 0; -} diff --git a/xc/unsupported/examples/Fresco/figviewer.cxx b/xc/unsupported/examples/Fresco/figviewer.cxx deleted file mode 100644 index c437de349..000000000 --- a/xc/unsupported/examples/Fresco/figviewer.cxx +++ /dev/null @@ -1,179 +0,0 @@ -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <X11/Fresco/layouts.h> -#include <X11/Fresco/widgets.h> -#include <X11/Fresco/Impls/viewers.h> -#include <X11/Fresco/Impls/transform.h> -#include <X11/Fresco/Impls/region.h> -#include <stdio.h> -#include <stdlib.h> - -class PageFigure : public GlyphImpl { -public: - PageFigure(Coord width, Coord height); - virtual ~PageFigure(); - - void request(Glyph::Requisition& r); - void extension(const Glyph::AllocationInfo& a, RegionRef r); - void draw(GlyphTraversalRef t); -private: - Coord w_, h_; -}; - -PageFigure::PageFigure(Coord w, Coord h) { - w_ = w; - h_ = h; -} - -PageFigure::~PageFigure () {} - -void PageFigure::draw(GlyphTraversalRef) {} - -void PageFigure::request(Glyph::Requisition& r) { - r.x.natural = r.x.maximum = r.x.minimum = w_; - r.y.natural = r.y.maximum = r.y.minimum = h_; - r.x.align = r.y.align = 0.5; - r.z.natural = 0; -} - -void PageFigure::extension(const Glyph::AllocationInfo& a, RegionRef r) { - RegionImpl region; - region.lower_.x = 0; - region.lower_.y = 0; - region.lower_.z = 0; - region.upper_.x = w_; - region.upper_.y = h_; - region.upper_.z = 0; - region.xalign_ = region.yalign_ = 0.5; - region.zalign_ = 0; - if (is_not_nil(a.transform)) { - region.transform(a.transform); - } - r->copy(®ion); -} - -class FigureViewer : public ViewerImpl { -public: - FigureViewer(Fresco* f); - ~FigureViewer(); - - void need_resize(); - Boolean press(GlyphTraversalRef, EventRef); - Boolean drag(GlyphTraversalRef, EventRef); - Boolean release(GlyphTraversalRef, EventRef); - void add(Coord x, Coord y); -protected: - FigureKit figures_; - FigureStyle def_style_; - Glyph root_, figroot_; - Coord width_, height_; - enum { move_tool, create_tool } curtool_; - GlyphRef target_; - Coord start_x_, start_y_; -}; - -FigureViewer::FigureViewer(Fresco* f) : ViewerImpl(f) { - width_ = 300; height_ = 300; - figures_ = f->figure_kit(); - def_style_ = figures_->default_style(); - LayoutKit layouts = f->layout_kit(); - - figroot_ = figures_->group(); - Glyph g = new TransformAllocator(0.5, 0.5, 0, 0.5, 0.5, 0); - g->body(figroot_); - root_ = layouts->fixed(g, width_, height_); - body(root_); - figroot_->append(new PageFigure(width_ * 10, height_ * 10)); -} - -FigureViewer::~FigureViewer() { } - -void FigureViewer::need_resize() { } - -void FigureViewer::add(Coord x, Coord y) { - static int toggle = 0; - Glyph fig; - if (++toggle%2) { - const float r = 36; - fig = figures_->circle(FigureKit::fill, def_style_, x, y, r); - } else { - const Coord hh=25, hw=25; // half-height,width - fig = figures_->rectangle( - FigureKit::stroke, def_style_, x-hw,y-hh, x+hw, y+hh - ); - } - Glyph::AllocationInfoList al; - figroot_->allocations(al); - if (al._length < 1) { - fprintf(stderr, "%d allocations!\n", al._length); - exit(1); - } - Glyph::AllocationInfo& ai = al._buffer[0]; - TransformObj figtr = fig->transform(); - figtr->postmultiply(ai.transform); - figtr->invert(); - figroot_->append(fig); - fig->need_redraw(); - fig->need_resize(); - Fresco::unref(ai.allocation); -} - -Boolean FigureViewer::press(GlyphTraversalRef t, EventRef e) { - const Coord slop = 4; - start_x_ = e->pointer_x(); - start_y_ = e->pointer_y(); - GlyphTraversal::Operation orig_op; - orig_op = t->swap_op(GlyphTraversal::pick_top); - t->begin_trail(this); - PainterObj p = t->painter(); - p->push_clipping(); - p->clip_rect(start_x_-slop, start_y_-slop, start_x_+slop, start_y_+slop); - root_->traverse(t); - - GlyphTraversal picked = t->picked(); - if (is_not_nil(picked)) { - target_ = picked->_c_current_glyph(); - curtool_ = move_tool; - } else { - curtool_ = create_tool; - } - p->pop_clipping(); - t->end_trail(); - return true; -} - -Boolean FigureViewer::drag(GlyphTraversalRef, EventRef e) { - if (curtool_ == move_tool) { - TransformObj tx = target_->transform(); - if (is_not_nil(tx)) { - Vertex v; - v.x = e->pointer_x() - start_x_; - v.y = e->pointer_y() - start_y_; - start_x_ = e->pointer_x(); - start_y_ = e->pointer_y(); - target_->need_redraw(); - tx->translate(v); - target_->need_redraw(); - target_->need_resize(); - } - } - return true; -} - -Boolean FigureViewer::release(GlyphTraversalRef, EventRef) { - if (curtool_ == create_tool) { - add(start_x_, start_y_); - } else { - Fresco::unref(target_); - } - return true; -} - -int main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - LayoutKit layouts = f->layout_kit(); - Viewer fv = new FigureViewer(f); - f->main(fv, layouts->margin(fv, 10.0)); - Fresco::unref(f); - return 0; -} diff --git a/xc/unsupported/examples/Fresco/narrow.cxx b/xc/unsupported/examples/Fresco/narrow.cxx deleted file mode 100644 index 14ee2381c..000000000 --- a/xc/unsupported/examples/Fresco/narrow.cxx +++ /dev/null @@ -1,20 +0,0 @@ -#include <X11/Fresco/display.h> -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <stdio.h> - -int main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - FigureKit figures = f->figure_kit(); - StyleObj s = figures->default_style(); - FigureStyle fs = FigureStyle::_narrow(s); - if (is_not_nil(fs)) { - printf("s narrowed to FigureStyle\n"); - } - DisplayStyle ds = DisplayStyle::_narrow(s); - if (is_nil(ds)) { - printf("failed to narrow to DisplayStyle\n"); - } - Fresco::unref(f); - return 0; -} diff --git a/xc/unsupported/examples/Fresco/stubs/Imakefile b/xc/unsupported/examples/Fresco/stubs/Imakefile index 36a1ba3b6..3723db0ae 100644 --- a/xc/unsupported/examples/Fresco/stubs/Imakefile +++ b/xc/unsupported/examples/Fresco/stubs/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.2 94/03/23 15:53:18 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.3 94/04/01 16:58:11 matt Exp $ XCOMM XCOMM Sample client-server XCOMM diff --git a/xc/unsupported/examples/Fresco/stubs/client.cxx b/xc/unsupported/examples/Fresco/stubs/client.cxx index 762db07cf..b0553791a 100644 --- a/xc/unsupported/examples/Fresco/stubs/client.cxx +++ b/xc/unsupported/examples/Fresco/stubs/client.cxx @@ -1,5 +1,5 @@ /* - * $XConsortium$ + * $XConsortium: client.cxx,v 1.2 94/03/23 15:52:55 matt Exp $ */ #include "naming.h" diff --git a/xc/unsupported/examples/Fresco/subpaths.cxx b/xc/unsupported/examples/Fresco/subpaths.cxx deleted file mode 100644 index cbc63a77c..000000000 --- a/xc/unsupported/examples/Fresco/subpaths.cxx +++ /dev/null @@ -1,112 +0,0 @@ -/* - * Example program using Painter subpaths. - */ - -#include <X11/Fresco/drawing.h> -#include <X11/Fresco/figures.h> -#include <X11/Fresco/fresco.h> -#include <X11/Fresco/layouts.h> -#include <X11/Fresco/Impls/fresco-impl.h> -#include <X11/Fresco/Impls/glyphs.h> -#include <X11/Fresco/Impls/styles.h> -#include <X11/Fresco/OS/math.h> - -class Rects : public GlyphImpl { -public: - Rects(Coord width, Coord height, FigureKit::Mode, FigureStyleRef style); - virtual ~Rects(); - - void request(Glyph::Requisition& r); //+ Glyph::request - void draw(GlyphTraversalRef t); //+ Glyph::draw -private: - Coord width_, height_; - FigureKit::Mode mode_; - FigureStyle style_; -}; - -Rects::Rects( - Coord width, Coord height, FigureKit::Mode mode, FigureStyleRef style -) { - width_ = width; - height_ = height; - style_ = FigureStyle::_duplicate(style); - mode_ = mode; -} - -Rects::~Rects() { } - -void Rects::request(Glyph::Requisition& r) { - GlyphImpl::require_lead_trail( - r.x, 0, 0, 0, width_, width_, width_ - ); - GlyphImpl::require_lead_trail( - r.y, 0, 0, 0, height_, height_, height_ - ); -} - -void Rects::draw(GlyphTraversalRef t) { - Vertex o; - - t->origin(o); - - PainterObj p = t->painter(); - - // Draws two rectangles one inside the other. - p->begin_path(); - p->move_to(o.x, o.y); - p->line_to(o.x + width_, o.y); - p->line_to(o.x + width_, o.y + height_); - p->line_to(o.x, o.y + height_); - p->close_path(); - - Coord nw = width_ / 2; - Coord nh = height_ / 2; - o.x += nw / 2; - o.y += nh / 2; - // turn in the other direction - p->move_to(o.x, o.y); - p->line_to(o.x, o.y + nh); - p->line_to(o.x + nw, o.y + nh); - p->line_to(o.x + nw, o.y); - p->close_path(); - - if (mode_ == FigureKit::stroke || mode_ == FigureKit::fill_stroke) { - p->brush_attr(style_->brush_attr()); - } - if (mode_ == FigureKit::fill || mode_ == FigureKit::stroke) { - p->color_attr(style_->foreground()); - } - switch (mode_) { - case FigureKit::fill: - p->fill(); - break; - case FigureKit::stroke: - p->stroke(); - break; - case FigureKit::fill_stroke: - p->color_attr(style_->background()); - p->fill(); - p->color_attr(style_->foreground()); - p->stroke(); - break; - } -} - -int main(int argc, char** argv) { - Fresco* f = Fresco_open("Test", argc, argv); - FigureKit figures = f->figure_kit(); - - FigureStyle style = figures->new_style(figures->default_style()); - style->background(f->drawing_kit()->find_color(f->string_ref("blue"))); - - Glyph group = f->layout_kit()->overlay(); - group->append( - figures->circle( - FigureKit::fill, figures->default_style(), 100, 100, 50 - ) - ); - group->append(Glyph(new Rects(100, 100, FigureKit::fill_stroke, style))); - f->main(nil, group); - Fresco::unref(f); - return 0; -} diff --git a/xc/unsupported/examples/Imakefile b/xc/unsupported/examples/Imakefile index 9f0026aa6..956ae1537 100644 --- a/xc/unsupported/examples/Imakefile +++ b/xc/unsupported/examples/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.2 94/02/10 20:42:10 matt Exp matt $ +XCOMM $XConsortium: Imakefile,v 1.3 95/05/23 21:43:57 matt Exp $ all:: depend:: diff --git a/xc/unsupported/extensions/screensaver/include/extensions/saver.h b/xc/unsupported/extensions/screensaver/include/extensions/saver.h index 20d261b5e..ea35454b7 100644 --- a/xc/unsupported/extensions/screensaver/include/extensions/saver.h +++ b/xc/unsupported/extensions/screensaver/include/extensions/saver.h @@ -1,5 +1,5 @@ /* - * $XConsortium: saver.h,v 1.4 93/09/18 14:19:02 rws Exp $ + * $XConsortium: saver.h,v 1.5 94/04/17 20:59:33 rws Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/include/extensions/saverproto.h b/xc/unsupported/extensions/screensaver/include/extensions/saverproto.h index 19ff4a9d4..3760de3e2 100644 --- a/xc/unsupported/extensions/screensaver/include/extensions/saverproto.h +++ b/xc/unsupported/extensions/screensaver/include/extensions/saverproto.h @@ -1,5 +1,5 @@ /* - * $XConsortium: saverproto.h,v 1.4 92/03/05 19:33:08 keith Exp $ + * $XConsortium: saverproto.h,v 1.5 94/04/17 20:59:33 keith Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/include/extensions/scrnsaver.h b/xc/unsupported/extensions/screensaver/include/extensions/scrnsaver.h index 9703edc25..b20a64851 100644 --- a/xc/unsupported/extensions/screensaver/include/extensions/scrnsaver.h +++ b/xc/unsupported/extensions/screensaver/include/extensions/scrnsaver.h @@ -1,5 +1,5 @@ /* - * $XConsortium: scrnsaver.h,v 1.5 92/03/05 19:33:09 keith Exp $ + * $XConsortium: scrnsaver.h,v 1.6 94/04/17 20:59:34 keith Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/lib/Xext/XScrnSaver.c b/xc/unsupported/extensions/screensaver/lib/Xext/XScrnSaver.c index 302fe34a0..67ef5073d 100644 --- a/xc/unsupported/extensions/screensaver/lib/Xext/XScrnSaver.c +++ b/xc/unsupported/extensions/screensaver/lib/Xext/XScrnSaver.c @@ -1,5 +1,5 @@ /* - * $XConsortium: XScrnSaver.c,v 1.4 94/02/06 16:28:50 rws Exp $ + * $XConsortium: XScrnSaver.c,v 1.5 94/04/17 20:59:35 rws Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/programs/Xserver/Xext/saver.c b/xc/unsupported/extensions/screensaver/programs/Xserver/Xext/saver.c index f0078c7d4..42bd2efca 100644 --- a/xc/unsupported/extensions/screensaver/programs/Xserver/Xext/saver.c +++ b/xc/unsupported/extensions/screensaver/programs/Xserver/Xext/saver.c @@ -1,5 +1,5 @@ /* - * $XConsortium: saver.c,v 1.11 94/01/21 22:10:01 dpw Exp $ + * $XConsortium: saver.c,v 1.12 94/04/17 20:59:36 dpw Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/programs/beforelight/Imakefile b/xc/unsupported/extensions/screensaver/programs/beforelight/Imakefile index fa85d1225..4d3b780d3 100644 --- a/xc/unsupported/extensions/screensaver/programs/beforelight/Imakefile +++ b/xc/unsupported/extensions/screensaver/programs/beforelight/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.1 93/09/18 14:17:41 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.2 93/09/18 16:23:30 rws Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs SRCS = b4light.c diff --git a/xc/unsupported/extensions/screensaver/programs/beforelight/b4light.c b/xc/unsupported/extensions/screensaver/programs/beforelight/b4light.c index cd2c017bd..f953ce393 100644 --- a/xc/unsupported/extensions/screensaver/programs/beforelight/b4light.c +++ b/xc/unsupported/extensions/screensaver/programs/beforelight/b4light.c @@ -1,5 +1,5 @@ /* - * $XConsortium: b4light.c,v 1.2 93/09/18 16:21:15 rws Exp $ + * $XConsortium: b4light.c,v 1.3 94/04/17 20:59:38 rws Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/extensions/screensaver/test/Xext/savertest.c b/xc/unsupported/extensions/screensaver/test/Xext/savertest.c index b1c104964..ff73715c7 100644 --- a/xc/unsupported/extensions/screensaver/test/Xext/savertest.c +++ b/xc/unsupported/extensions/screensaver/test/Xext/savertest.c @@ -1,5 +1,5 @@ /* - * $XConsortium: savertest.c,v 1.4 92/03/20 23:40:01 eswu Exp $ + * $XConsortium: savertest.c,v 1.5 94/04/17 20:59:39 eswu Exp $ * Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/lib/CLX/socket.c b/xc/unsupported/lib/CLX/socket.c index a2ee26c22..76e9b5723 100644 --- a/xc/unsupported/lib/CLX/socket.c +++ b/xc/unsupported/lib/CLX/socket.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: socket.c,v 1.7 94/04/17 20:40:30 eswu Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/lib/Imakefile b/xc/unsupported/lib/Imakefile index e876acdac..c18f6d787 100644 --- a/xc/unsupported/lib/Imakefile +++ b/xc/unsupported/lib/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.4 94/08/05 16:19:35 gildea Exp matt $ +XCOMM $XConsortium: Imakefile,v 1.5 94/08/24 19:37:04 matt Exp $ #if BuildPhigs diff --git a/xc/unsupported/lib/PHIGS/Imakefile b/xc/unsupported/lib/PHIGS/Imakefile index 06892a1c3..94fd51567 100644 --- a/xc/unsupported/lib/PHIGS/Imakefile +++ b/xc/unsupported/lib/PHIGS/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.24 93/09/29 22:48:04 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.25 94/04/17 20:40:34 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/archive/Imakefile b/xc/unsupported/lib/PHIGS/archive/Imakefile index 4bb1d17d1..b92536f79 100644 --- a/xc/unsupported/lib/PHIGS/archive/Imakefile +++ b/xc/unsupported/lib/PHIGS/archive/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:48:15 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:40:35 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/archive/ar_conv.c b/xc/unsupported/lib/PHIGS/archive/ar_conv.c index 65d89d56f..6ae583281 100644 --- a/xc/unsupported/lib/PHIGS/archive/ar_conv.c +++ b/xc/unsupported/lib/PHIGS/archive/ar_conv.c @@ -1,4 +1,4 @@ -/* $XConsortium: ar_conv.c,v 5.4 91/12/30 18:20:16 hersh Exp $ */ +/* $XConsortium: ar_conv.c,v 5.5 94/04/17 20:40:36 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/archive/ar_hier.c b/xc/unsupported/lib/PHIGS/archive/ar_hier.c index 3feefdf0d..2362564ad 100644 --- a/xc/unsupported/lib/PHIGS/archive/ar_hier.c +++ b/xc/unsupported/lib/PHIGS/archive/ar_hier.c @@ -1,4 +1,4 @@ -/* $XConsortium: ar_hier.c,v 5.3 91/04/04 15:18:56 hersh Exp $ */ +/* $XConsortium: ar_hier.c,v 5.4 94/04/17 20:40:38 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/archive/ar_ops.c b/xc/unsupported/lib/PHIGS/archive/ar_ops.c index f42fb040e..44b353686 100644 --- a/xc/unsupported/lib/PHIGS/archive/ar_ops.c +++ b/xc/unsupported/lib/PHIGS/archive/ar_ops.c @@ -1,4 +1,4 @@ -/* $XConsortium: ar_ops.c,v 5.6 91/12/11 16:04:27 hersh Exp $ */ +/* $XConsortium: ar_ops.c,v 5.7 94/04/17 20:40:39 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/Imakefile b/xc/unsupported/lib/PHIGS/c_binding/Imakefile index 16164eaf8..63b206255 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/Imakefile +++ b/xc/unsupported/lib/PHIGS/c_binding/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.13 93/09/29 22:48:38 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.14 94/04/17 20:40:40 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_ar.c b/xc/unsupported/lib/PHIGS/c_binding/cb_ar.c index b7cb8db48..31f24804d 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_ar.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_ar.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_ar.c,v 5.3 92/12/23 10:31:13 mor Exp $ */ +/* $XConsortium: cb_ar.c,v 5.4 94/04/17 20:40:41 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_cell.c b/xc/unsupported/lib/PHIGS/c_binding/cb_cell.c index edc860e97..0c67352f7 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_cell.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_cell.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_cell.c,v 5.1 91/02/16 09:47:36 rws Exp $ */ +/* $XConsortium: cb_cell.c,v 5.2 94/04/17 20:40:41 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_colr.c b/xc/unsupported/lib/PHIGS/c_binding/cb_colr.c index 18be8e93f..1845b3501 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_colr.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_colr.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_colr.c,v 5.1 91/02/16 09:47:37 rws Exp $ */ +/* $XConsortium: cb_colr.c,v 5.2 94/04/17 20:40:42 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_ctrl.c b/xc/unsupported/lib/PHIGS/c_binding/cb_ctrl.c index 1ebba0bb8..d3d152b89 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_ctrl.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_ctrl.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_ctrl.c,v 5.7 93/01/04 16:48:54 mor Exp $ */ +/* $XConsortium: cb_ctrl.c,v 5.8 94/04/17 20:40:42 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_dcue.c b/xc/unsupported/lib/PHIGS/c_binding/cb_dcue.c index afa5ba1fa..40cac7fce 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_dcue.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_dcue.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_dcue.c,v 5.1 91/02/16 09:47:39 rws Exp $ */ +/* $XConsortium: cb_dcue.c,v 5.2 94/04/17 20:40:43 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_erfn.c b/xc/unsupported/lib/PHIGS/c_binding/cb_erfn.c index 0df75f6e8..b11d5d504 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_erfn.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_erfn.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_erfn.c,v 5.1 91/02/16 09:47:40 rws Exp $ */ +/* $XConsortium: cb_erfn.c,v 5.2 94/04/17 20:40:44 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_erhd.c b/xc/unsupported/lib/PHIGS/c_binding/cb_erhd.c index 8a1e6e7d9..fcd25bd7e 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_erhd.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_erhd.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_erhd.c,v 5.1 91/02/16 09:47:41 rws Exp $ */ +/* $XConsortium: cb_erhd.c,v 5.2 94/04/17 20:40:44 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_err.c b/xc/unsupported/lib/PHIGS/c_binding/cb_err.c index eea33272f..cd6c74d64 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_err.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_err.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_err.c,v 5.3 91/10/21 14:31:30 eswu Exp $ */ +/* $XConsortium: cb_err.c,v 5.4 94/04/17 20:40:45 eswu Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_esc.c b/xc/unsupported/lib/PHIGS/c_binding/cb_esc.c index ba6a85a94..2a92bcb11 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_esc.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_esc.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_esc.c,v 5.3 91/07/12 18:38:08 hersh Exp $ */ +/* $XConsortium: cb_esc.c,v 5.4 94/04/17 20:40:46 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_fill.c b/xc/unsupported/lib/PHIGS/c_binding/cb_fill.c index d43d65bef..e0f785ffd 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_fill.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_fill.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_fill.c,v 5.2 91/07/12 18:39:03 hersh Exp $ */ +/* $XConsortium: cb_fill.c,v 5.3 94/04/17 20:40:47 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_inp.c b/xc/unsupported/lib/PHIGS/c_binding/cb_inp.c index 4ca0007e2..92de3a143 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_inp.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_inp.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_inp.c,v 5.7 93/01/05 14:29:13 mor Exp $ */ +/* $XConsortium: cb_inp.c,v 5.8 94/04/17 20:40:48 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_lite.c b/xc/unsupported/lib/PHIGS/c_binding/cb_lite.c index 7a15753c6..dc97027f8 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_lite.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_lite.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_lite.c,v 5.3 92/12/23 10:33:23 mor Exp $ */ +/* $XConsortium: cb_lite.c,v 5.4 94/04/17 20:40:50 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_mf.c b/xc/unsupported/lib/PHIGS/c_binding/cb_mf.c index d7dae9f1a..72a236adb 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_mf.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_mf.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_mf.c,v 5.1 91/02/16 09:47:53 rws Exp $ */ +/* $XConsortium: cb_mf.c,v 5.2 94/04/17 20:40:50 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_nset.c b/xc/unsupported/lib/PHIGS/c_binding/cb_nset.c index f197c6556..25981b40c 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_nset.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_nset.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_nset.c,v 5.1 91/02/16 09:47:54 rws Exp $ */ +/* $XConsortium: cb_nset.c,v 5.2 94/04/17 20:40:51 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_nurb.c b/xc/unsupported/lib/PHIGS/c_binding/cb_nurb.c index df3144f47..1f5159b6b 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_nurb.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_nurb.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_nurb.c,v 5.2 91/03/31 16:58:10 rws Exp $ */ +/* $XConsortium: cb_nurb.c,v 5.3 94/04/17 20:40:52 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_plin.c b/xc/unsupported/lib/PHIGS/c_binding/cb_plin.c index e91fbd197..759a51dc2 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_plin.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_plin.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_plin.c,v 5.1 91/02/16 09:47:57 rws Exp $ */ +/* $XConsortium: cb_plin.c,v 5.2 94/04/17 20:40:52 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_pmrk.c b/xc/unsupported/lib/PHIGS/c_binding/cb_pmrk.c index a38e26cf6..df2b79032 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_pmrk.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_pmrk.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_pmrk.c,v 5.1 91/02/16 09:47:58 rws Exp $ */ +/* $XConsortium: cb_pmrk.c,v 5.2 94/04/17 20:40:53 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_priv.h b/xc/unsupported/lib/PHIGS/c_binding/cb_priv.h index b1abe4f83..6c81974ac 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_priv.h +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_priv.h @@ -1,4 +1,4 @@ -/* $XConsortium: cb_priv.h,v 5.2 91/07/12 20:20:26 hersh Exp $ */ +/* $XConsortium: cb_priv.h,v 5.3 94/04/17 20:40:54 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_sedt.c b/xc/unsupported/lib/PHIGS/c_binding/cb_sedt.c index 18215ce7b..e3f6d37d2 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_sedt.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_sedt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_sedt.c,v 5.1 91/02/16 09:47:59 rws Exp $ */ +/* $XConsortium: cb_sedt.c,v 5.2 94/04/17 20:40:55 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_stru.c b/xc/unsupported/lib/PHIGS/c_binding/cb_stru.c index 1e54bf824..b05140649 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_stru.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_stru.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_stru.c,v 5.4 93/01/05 14:33:59 mor Exp $ */ +/* $XConsortium: cb_stru.c,v 5.5 94/04/17 20:40:55 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_text.c b/xc/unsupported/lib/PHIGS/c_binding/cb_text.c index ffbeb93de..758cb5ea7 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_text.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_text.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_text.c,v 5.1 91/02/16 09:48:00 rws Exp $ */ +/* $XConsortium: cb_text.c,v 5.2 94/04/17 20:40:56 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_util.c b/xc/unsupported/lib/PHIGS/c_binding/cb_util.c index a5f06ca6a..0b0e17064 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_util.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_util.c,v 5.2 91/07/12 19:53:29 hersh Exp $ */ +/* $XConsortium: cb_util.c,v 5.3 94/04/17 20:40:57 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_ws.c b/xc/unsupported/lib/PHIGS/c_binding/cb_ws.c index 9273f187e..7202317c4 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_ws.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_ws.c,v 5.6 93/01/06 10:21:11 mor Exp $ */ +/* $XConsortium: cb_ws.c,v 5.7 94/04/17 20:40:58 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_wst.c b/xc/unsupported/lib/PHIGS/c_binding/cb_wst.c index 363bc3422..551d54e96 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_wst.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_wst.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_wst.c,v 5.9 93/01/04 15:52:13 mor Exp $ */ +/* $XConsortium: cb_wst.c,v 5.10 94/04/17 20:41:00 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_xfut.c b/xc/unsupported/lib/PHIGS/c_binding/cb_xfut.c index 9123e43d6..9b70a8d8c 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_xfut.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_xfut.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_xfut.c,v 5.6 92/02/24 17:18:28 mor Exp $ */ +/* $XConsortium: cb_xfut.c,v 5.7 94/04/17 20:41:02 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/cb_xtra.c b/xc/unsupported/lib/PHIGS/c_binding/cb_xtra.c index cf40014fa..ec9c62a4b 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/cb_xtra.c +++ b/xc/unsupported/lib/PHIGS/c_binding/cb_xtra.c @@ -1,4 +1,4 @@ -/* $XConsortium: cb_xtra.c,v 5.1 91/02/16 09:48:11 rws Exp $ */ +/* $XConsortium: cb_xtra.c,v 5.2 94/04/17 20:41:03 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/dis_deviations b/xc/unsupported/lib/PHIGS/c_binding/dis_deviations index b684872ad..3686824d6 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/dis_deviations +++ b/xc/unsupported/lib/PHIGS/c_binding/dis_deviations @@ -1,5 +1,5 @@ ## -# $XConsortium: dis_deviations,v 5.1 91/02/16 09:48:16 rws Exp $ +# $XConsortium: dis_deviations,v 5.2 94/04/17 20:41:03 rws Exp $ ## ## ## Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/lib/PHIGS/c_binding/phigs.c_bind b/xc/unsupported/lib/PHIGS/c_binding/phigs.c_bind index 59f9897d0..8d88f19a4 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/phigs.c_bind +++ b/xc/unsupported/lib/PHIGS/c_binding/phigs.c_bind @@ -1,4 +1,4 @@ -/* $XConsortium: phigs.c_bind,v 5.4 91/08/23 17:14:46 hersh Exp $ */ +/* $XConsortium: phigs.c_bind,v 5.5 94/04/17 20:41:04 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/c_binding/phigs_cb.c b/xc/unsupported/lib/PHIGS/c_binding/phigs_cb.c index f3193ed2b..9262f9e24 100644 --- a/xc/unsupported/lib/PHIGS/c_binding/phigs_cb.c +++ b/xc/unsupported/lib/PHIGS/c_binding/phigs_cb.c @@ -1,4 +1,4 @@ -/* $XConsortium: phigs_cb.c,v 5.1 91/02/16 09:48:12 rws Exp $ */ +/* $XConsortium: phigs_cb.c,v 5.2 94/04/17 20:41:06 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/Imakefile b/xc/unsupported/lib/PHIGS/cp/Imakefile index 4d3b0d9ed..c04afea6d 100644 --- a/xc/unsupported/lib/PHIGS/cp/Imakefile +++ b/xc/unsupported/lib/PHIGS/cp/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.18 93/09/29 23:12:14 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.19 94/04/17 20:41:07 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/cp/cp_ccom.c b/xc/unsupported/lib/PHIGS/cp/cp_ccom.c index 36d5d2d9d..18aa7caf4 100644 --- a/xc/unsupported/lib/PHIGS/cp/cp_ccom.c +++ b/xc/unsupported/lib/PHIGS/cp/cp_ccom.c @@ -1,4 +1,4 @@ -/* $XConsortium: cp_ccom.c,v 5.19 92/08/10 20:46:50 eswu Exp $ */ +/* $XConsortium: cp_ccom.c,v 5.20 94/04/17 20:41:10 eswu Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cp_inp.c b/xc/unsupported/lib/PHIGS/cp/cp_inp.c index e0b717d63..260d6e96e 100644 --- a/xc/unsupported/lib/PHIGS/cp/cp_inp.c +++ b/xc/unsupported/lib/PHIGS/cp/cp_inp.c @@ -1,4 +1,4 @@ -/* $XConsortium: cp_inp.c,v 5.1 91/02/16 09:48:39 rws Exp $ */ +/* $XConsortium: cp_inp.c,v 5.2 94/04/17 20:41:11 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cp_priv.h b/xc/unsupported/lib/PHIGS/cp/cp_priv.h index fc63345a0..118cd5ae7 100644 --- a/xc/unsupported/lib/PHIGS/cp/cp_priv.h +++ b/xc/unsupported/lib/PHIGS/cp/cp_priv.h @@ -1,4 +1,4 @@ -/* $XConsortium: cp_priv.h,v 5.8 92/05/05 08:46:00 rws Exp $ */ +/* $XConsortium: cp_priv.h,v 5.9 94/04/17 20:41:11 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cp_rcom.c b/xc/unsupported/lib/PHIGS/cp/cp_rcom.c index 9f99dd307..9c0aabd2e 100644 --- a/xc/unsupported/lib/PHIGS/cp/cp_rcom.c +++ b/xc/unsupported/lib/PHIGS/cp/cp_rcom.c @@ -1,4 +1,4 @@ -/* $XConsortium: cp_rcom.c,v 5.7 91/07/26 20:12:28 rws Exp $ */ +/* $XConsortium: cp_rcom.c,v 5.8 94/04/17 20:41:12 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cp_util.c b/xc/unsupported/lib/PHIGS/cp/cp_util.c index d84fa8bf9..fa440b74e 100644 --- a/xc/unsupported/lib/PHIGS/cp/cp_util.c +++ b/xc/unsupported/lib/PHIGS/cp/cp_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: cp_util.c,v 5.1 91/02/16 09:48:26 rws Exp $ */ +/* $XConsortium: cp_util.c,v 5.2 94/04/17 20:41:13 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c index 1b2954f11..9ae109d42 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c +++ b/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpa_clnt.c,v 5.4 92/01/28 11:42:39 mor Exp $ */ +/* $XConsortium: cpa_clnt.c,v 5.5 94/04/17 20:41:14 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_css.c b/xc/unsupported/lib/PHIGS/cp/cpa_css.c index 1f230f8ce..05ce74487 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpa_css.c +++ b/xc/unsupported/lib/PHIGS/cp/cpa_css.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpa_css.c,v 5.7 92/12/29 21:21:41 mor Exp $ */ +/* $XConsortium: cpa_css.c,v 5.8 94/04/17 20:41:15 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_pm.c b/xc/unsupported/lib/PHIGS/cp/cpa_pm.c index 8c35d9259..5967813e5 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpa_pm.c +++ b/xc/unsupported/lib/PHIGS/cp/cpa_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpa_pm.c,v 5.1 91/02/16 09:48:38 rws Exp $ */ +/* $XConsortium: cpa_pm.c,v 5.2 94/04/17 20:41:16 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_util.c b/xc/unsupported/lib/PHIGS/cp/cpa_util.c index 147e49c67..431b6dc5c 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpa_util.c +++ b/xc/unsupported/lib/PHIGS/cp/cpa_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpa_util.c,v 5.2 91/07/15 20:48:27 hersh Exp $ */ +/* $XConsortium: cpa_util.c,v 5.3 94/04/17 20:41:16 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_ws.c b/xc/unsupported/lib/PHIGS/cp/cpa_ws.c index 42c211dce..1146b0114 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpa_ws.c +++ b/xc/unsupported/lib/PHIGS/cp/cpa_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpa_ws.c,v 5.6 91/10/01 03:00:18 hersh Exp $ */ +/* $XConsortium: cpa_ws.c,v 5.7 94/04/17 20:41:17 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c index 15e690ef6..6a0f5ce4c 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c +++ b/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpb_clnt.c,v 5.3 91/05/05 15:40:24 rws Exp $ */ +/* $XConsortium: cpb_clnt.c,v 5.4 94/04/17 20:41:18 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_css.c b/xc/unsupported/lib/PHIGS/cp/cpb_css.c index 81e5e29eb..1c6748780 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpb_css.c +++ b/xc/unsupported/lib/PHIGS/cp/cpb_css.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpb_css.c,v 5.1 91/02/16 09:48:45 rws Exp $ */ +/* $XConsortium: cpb_css.c,v 5.2 94/04/17 20:41:19 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_pm.c b/xc/unsupported/lib/PHIGS/cp/cpb_pm.c index b46352f43..8d9b62bad 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpb_pm.c +++ b/xc/unsupported/lib/PHIGS/cp/cpb_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpb_pm.c,v 5.2 91/05/05 15:40:37 rws Exp $ */ +/* $XConsortium: cpb_pm.c,v 5.3 94/04/17 20:41:19 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_util.c b/xc/unsupported/lib/PHIGS/cp/cpb_util.c index cc669671c..f7be2e6b8 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpb_util.c +++ b/xc/unsupported/lib/PHIGS/cp/cpb_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpb_util.c,v 5.1 91/02/16 09:48:47 rws Exp $ */ +/* $XConsortium: cpb_util.c,v 5.2 94/04/17 20:41:20 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_ws.c b/xc/unsupported/lib/PHIGS/cp/cpb_ws.c index a5d3d1c17..72d5b142f 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpb_ws.c +++ b/xc/unsupported/lib/PHIGS/cp/cpb_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpb_ws.c,v 5.2 91/07/12 20:28:55 hersh Exp $ */ +/* $XConsortium: cpb_ws.c,v 5.3 94/04/17 20:41:21 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c b/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c index bae67b54a..e364e03ff 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c +++ b/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpm_tlkt.c,v 5.3 91/09/30 16:49:20 hersh Exp $ */ +/* $XConsortium: cpm_tlkt.c,v 5.4 94/04/17 20:41:21 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c b/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c index 474e753e6..a38f29795 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c +++ b/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpm_xevnt.c,v 4.1 91/02/16 09:48:30 rws Exp $ */ +/* $XConsortium: cpm_xevnt.c,v 4.2 94/04/17 20:41:22 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_ar.c b/xc/unsupported/lib/PHIGS/cp/cpx_ar.c index 442c72e8e..cfe3afaad 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_ar.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_ar.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_ar.c,v 5.8 91/07/19 14:17:29 hersh Exp $ */ +/* $XConsortium: cpx_ar.c,v 5.9 94/04/17 20:41:23 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c index 360f3b079..73a607136 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_clnt.c,v 5.9 92/01/28 11:38:46 mor Exp $ */ +/* $XConsortium: cpx_clnt.c,v 5.10 94/04/17 20:41:25 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_css.c b/xc/unsupported/lib/PHIGS/cp/cpx_css.c index 58ac54781..f151542da 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_css.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_css.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_css.c,v 5.1 91/02/16 09:48:31 rws Exp $ */ +/* $XConsortium: cpx_css.c,v 5.2 94/04/17 20:41:26 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_misc.c b/xc/unsupported/lib/PHIGS/cp/cpx_misc.c index f0a44d521..69b36e65b 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_misc.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_misc.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_misc.c,v 5.1 91/02/16 09:48:32 rws Exp $ */ +/* $XConsortium: cpx_misc.c,v 5.2 94/04/17 20:41:27 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_pm.c b/xc/unsupported/lib/PHIGS/cp/cpx_pm.c index d54e74bb3..eac7ded3d 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_pm.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_pm.c,v 5.2 93/01/05 14:33:11 mor Exp $ */ +/* $XConsortium: cpx_pm.c,v 5.3 94/04/17 20:41:27 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_util.c b/xc/unsupported/lib/PHIGS/cp/cpx_util.c index f7f8bd936..10db1be88 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_util.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_util.c,v 5.4 93/01/05 14:28:01 mor Exp $ */ +/* $XConsortium: cpx_util.c,v 5.5 94/04/17 20:41:28 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_ws.c b/xc/unsupported/lib/PHIGS/cp/cpx_ws.c index 75dd280dc..e1b0d91d5 100644 --- a/xc/unsupported/lib/PHIGS/cp/cpx_ws.c +++ b/xc/unsupported/lib/PHIGS/cp/cpx_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: cpx_ws.c,v 5.2 91/04/04 21:05:47 hersh Exp $ */ +/* $XConsortium: cpx_ws.c,v 5.3 94/04/17 20:41:29 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/phigsmon.c b/xc/unsupported/lib/PHIGS/cp/phigsmon.c index 4c8b108e8..f38d6402a 100644 --- a/xc/unsupported/lib/PHIGS/cp/phigsmon.c +++ b/xc/unsupported/lib/PHIGS/cp/phigsmon.c @@ -1,4 +1,4 @@ -/* $XConsortium: phigsmon.c,v 5.9 92/08/10 20:46:54 eswu Exp $ */ +/* $XConsortium: phigsmon.c,v 5.10 94/04/17 20:41:29 eswu Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/cp/psl.c b/xc/unsupported/lib/PHIGS/cp/psl.c index 2f50c381e..8930c7cfd 100644 --- a/xc/unsupported/lib/PHIGS/cp/psl.c +++ b/xc/unsupported/lib/PHIGS/cp/psl.c @@ -1,4 +1,4 @@ -/* $XConsortium: psl.c,v 5.1 91/02/16 09:48:36 rws Exp $ */ +/* $XConsortium: psl.c,v 5.2 94/04/17 20:41:30 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/Imakefile b/xc/unsupported/lib/PHIGS/css/Imakefile index cd9600e3f..0c25379d4 100644 --- a/xc/unsupported/lib/PHIGS/css/Imakefile +++ b/xc/unsupported/lib/PHIGS/css/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:49:02 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:42:39 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/css/css_el.c b/xc/unsupported/lib/PHIGS/css/css_el.c index e8c1afe8f..2da36a871 100644 --- a/xc/unsupported/lib/PHIGS/css/css_el.c +++ b/xc/unsupported/lib/PHIGS/css/css_el.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_el.c,v 5.3 91/05/05 15:33:10 rws Exp $ */ +/* $XConsortium: css_el.c,v 5.4 94/04/17 20:42:39 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_ini.c b/xc/unsupported/lib/PHIGS/css/css_ini.c index 757368311..4df4f9f25 100644 --- a/xc/unsupported/lib/PHIGS/css/css_ini.c +++ b/xc/unsupported/lib/PHIGS/css/css_ini.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_ini.c,v 5.1 91/02/16 09:50:49 rws Exp $ */ +/* $XConsortium: css_ini.c,v 5.2 94/04/17 20:42:40 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_inq.c b/xc/unsupported/lib/PHIGS/css/css_inq.c index 430bc2c90..be65f6469 100644 --- a/xc/unsupported/lib/PHIGS/css/css_inq.c +++ b/xc/unsupported/lib/PHIGS/css/css_inq.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_inq.c,v 5.5 92/08/10 19:02:22 eswu Exp $ */ +/* $XConsortium: css_inq.c,v 5.6 94/04/17 20:42:41 eswu Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_pr.c b/xc/unsupported/lib/PHIGS/css/css_pr.c index c0229245a..d5b374d6b 100644 --- a/xc/unsupported/lib/PHIGS/css/css_pr.c +++ b/xc/unsupported/lib/PHIGS/css/css_pr.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_pr.c,v 5.2 91/05/05 15:33:27 rws Exp $ */ +/* $XConsortium: css_pr.c,v 5.3 94/04/17 20:42:41 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_priv.h b/xc/unsupported/lib/PHIGS/css/css_priv.h index dcc92de87..8bc92cf45 100644 --- a/xc/unsupported/lib/PHIGS/css/css_priv.h +++ b/xc/unsupported/lib/PHIGS/css/css_priv.h @@ -1,4 +1,4 @@ -/* $XConsortium: css_priv.h,v 5.1 91/02/16 09:50:47 rws Exp $ */ +/* $XConsortium: css_priv.h,v 5.2 94/04/17 20:42:42 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_set.c b/xc/unsupported/lib/PHIGS/css/css_set.c index a5971f219..6e841a3bb 100644 --- a/xc/unsupported/lib/PHIGS/css/css_set.c +++ b/xc/unsupported/lib/PHIGS/css/css_set.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_set.c,v 5.1 91/02/16 09:50:53 rws Exp $ */ +/* $XConsortium: css_set.c,v 5.2 94/04/17 20:42:42 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_stb.c b/xc/unsupported/lib/PHIGS/css/css_stb.c index 91acb66d7..f1a5cd7cc 100644 --- a/xc/unsupported/lib/PHIGS/css/css_stb.c +++ b/xc/unsupported/lib/PHIGS/css/css_stb.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_stb.c,v 5.1 91/02/16 09:50:54 rws Exp $ */ +/* $XConsortium: css_stb.c,v 5.2 94/04/17 20:42:43 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_str.c b/xc/unsupported/lib/PHIGS/css/css_str.c index e0ff107c0..528dc6812 100644 --- a/xc/unsupported/lib/PHIGS/css/css_str.c +++ b/xc/unsupported/lib/PHIGS/css/css_str.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_str.c,v 5.3 91/05/05 15:33:30 rws Exp $ */ +/* $XConsortium: css_str.c,v 5.4 94/04/17 20:42:46 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/css/css_ws.c b/xc/unsupported/lib/PHIGS/css/css_ws.c index fc4e39d61..43a61f2e5 100644 --- a/xc/unsupported/lib/PHIGS/css/css_ws.c +++ b/xc/unsupported/lib/PHIGS/css/css_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: css_ws.c,v 5.1 91/02/16 09:50:56 rws Exp $ */ +/* $XConsortium: css_ws.c,v 5.2 94/04/17 20:42:46 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/error/Imakefile b/xc/unsupported/lib/PHIGS/error/Imakefile index d08227f3b..080021acb 100644 --- a/xc/unsupported/lib/PHIGS/error/Imakefile +++ b/xc/unsupported/lib/PHIGS/error/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:49:13 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:41:31 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/error/err_loc.c b/xc/unsupported/lib/PHIGS/error/err_loc.c index 5d804a445..668563fb6 100644 --- a/xc/unsupported/lib/PHIGS/error/err_loc.c +++ b/xc/unsupported/lib/PHIGS/error/err_loc.c @@ -1,4 +1,4 @@ -/* $XConsortium: err_loc.c,v 5.2 91/07/10 09:26:14 rws Exp $ */ +/* $XConsortium: err_loc.c,v 5.3 94/04/17 20:41:32 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/error/err_rmt.c b/xc/unsupported/lib/PHIGS/error/err_rmt.c index d4a51fc40..e54fa02f4 100644 --- a/xc/unsupported/lib/PHIGS/error/err_rmt.c +++ b/xc/unsupported/lib/PHIGS/error/err_rmt.c @@ -1,4 +1,4 @@ -/* $XConsortium: err_rmt.c,v 5.2 91/02/18 11:13:16 rws Exp $ */ +/* $XConsortium: err_rmt.c,v 5.3 94/04/17 20:41:33 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/error/error.c b/xc/unsupported/lib/PHIGS/error/error.c index 836475d44..8c8368b0f 100644 --- a/xc/unsupported/lib/PHIGS/error/error.c +++ b/xc/unsupported/lib/PHIGS/error/error.c @@ -1,4 +1,4 @@ -/* $XConsortium: error.c,v 5.2 92/01/30 09:01:39 rws Exp $ */ +/* $XConsortium: error.c,v 5.3 94/04/17 20:41:33 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/Imakefile b/xc/unsupported/lib/PHIGS/include/Imakefile index 31bdf0035..913e64588 100644 --- a/xc/unsupported/lib/PHIGS/include/Imakefile +++ b/xc/unsupported/lib/PHIGS/include/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.17 94/04/04 21:52:17 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 5.18 94/04/17 20:41:34 gildea Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/include/PEXtempl.h b/xc/unsupported/lib/PHIGS/include/PEXtempl.h index 17094c0ac..9f7d2a8b1 100644 --- a/xc/unsupported/lib/PHIGS/include/PEXtempl.h +++ b/xc/unsupported/lib/PHIGS/include/PEXtempl.h @@ -1,4 +1,4 @@ -/* $XConsortium: PEXtempl.h,v 5.1 91/02/16 09:48:55 rws Exp $ */ +/* $XConsortium: PEXtempl.h,v 5.2 94/04/17 20:41:35 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/PHIGSerr.txt b/xc/unsupported/lib/PHIGS/include/PHIGSerr.txt index 6473da0e1..b09dcc81e 100644 --- a/xc/unsupported/lib/PHIGS/include/PHIGSerr.txt +++ b/xc/unsupported/lib/PHIGS/include/PHIGSerr.txt @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: PHIGSerr.txt,v 1.1 91/07/19 19:45:55 rws Exp $ # # Copyright (c) 1988-1991 by Sun Microsystems, Inc. # Automatically generated file, do not edit. diff --git a/xc/unsupported/lib/PHIGS/include/PHIGSfnc.txt b/xc/unsupported/lib/PHIGS/include/PHIGSfnc.txt index 5caa8f546..c8334542c 100644 --- a/xc/unsupported/lib/PHIGS/include/PHIGSfnc.txt +++ b/xc/unsupported/lib/PHIGS/include/PHIGSfnc.txt @@ -1,5 +1,5 @@ # -# $XConsortium: PHIGSfnc.txt,v 5.1 91/02/16 09:49:33 rws Exp $ +# $XConsortium: PHIGSfnc.txt,v 5.2 94/04/17 20:41:36 rws Exp $ # # Copyright (c) 1988-1990, 1991 by Sun Microsystems, Inc. and the X Consortium. # diff --git a/xc/unsupported/lib/PHIGS/include/alloc.h b/xc/unsupported/lib/PHIGS/include/alloc.h index d60623ff1..92f702c8f 100644 --- a/xc/unsupported/lib/PHIGS/include/alloc.h +++ b/xc/unsupported/lib/PHIGS/include/alloc.h @@ -1,4 +1,4 @@ -/* $XConsortium: alloc.h,v 5.1 91/02/16 09:48:56 rws Exp $ */ +/* $XConsortium: alloc.h,v 5.2 94/04/17 20:41:36 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/ar.h b/xc/unsupported/lib/PHIGS/include/ar.h index db29beca1..f24f26f4d 100644 --- a/xc/unsupported/lib/PHIGS/include/ar.h +++ b/xc/unsupported/lib/PHIGS/include/ar.h @@ -1,4 +1,4 @@ -/* $XConsortium: ar.h,v 5.6 91/12/11 16:05:26 hersh Exp $ */ +/* $XConsortium: ar.h,v 5.7 94/04/17 20:41:37 hersh Exp $ */ /* Copyright (c) 1988-1991 X Consortium diff --git a/xc/unsupported/lib/PHIGS/include/assure.h b/xc/unsupported/lib/PHIGS/include/assure.h index b0c92255c..c91222cb2 100644 --- a/xc/unsupported/lib/PHIGS/include/assure.h +++ b/xc/unsupported/lib/PHIGS/include/assure.h @@ -1,4 +1,4 @@ -/* $XConsortium: assure.h,v 5.2 91/02/18 11:15:44 rws Exp $ */ +/* $XConsortium: assure.h,v 5.3 94/04/17 20:41:38 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/attr.h b/xc/unsupported/lib/PHIGS/include/attr.h index 95dd8af74..d1f26a35c 100644 --- a/xc/unsupported/lib/PHIGS/include/attr.h +++ b/xc/unsupported/lib/PHIGS/include/attr.h @@ -1,4 +1,4 @@ -/* $XConsortium: attr.h,v 5.5 91/07/18 12:57:51 hersh Exp $ */ +/* $XConsortium: attr.h,v 5.6 94/04/17 20:41:38 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cp.h b/xc/unsupported/lib/PHIGS/include/cp.h index ab0ba1fd5..eea2ee91a 100644 --- a/xc/unsupported/lib/PHIGS/include/cp.h +++ b/xc/unsupported/lib/PHIGS/include/cp.h @@ -1,4 +1,4 @@ -/* $XConsortium: cp.h,v 5.6 91/06/29 19:21:06 rws Exp $ */ +/* $XConsortium: cp.h,v 5.7 94/04/17 20:41:39 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cp_ops.h b/xc/unsupported/lib/PHIGS/include/cp_ops.h index f11045d2d..5122b6247 100644 --- a/xc/unsupported/lib/PHIGS/include/cp_ops.h +++ b/xc/unsupported/lib/PHIGS/include/cp_ops.h @@ -1,4 +1,4 @@ -/* $XConsortium: cp_ops.h,v 5.1 91/02/16 09:48:59 rws Exp $ */ +/* $XConsortium: cp_ops.h,v 5.2 94/04/17 20:41:39 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cpa.h b/xc/unsupported/lib/PHIGS/include/cpa.h index 058fd9165..2bda76bb9 100644 --- a/xc/unsupported/lib/PHIGS/include/cpa.h +++ b/xc/unsupported/lib/PHIGS/include/cpa.h @@ -1,4 +1,4 @@ -/* $XConsortium: cpa.h,v 5.2 91/02/18 11:16:05 rws Exp $ */ +/* $XConsortium: cpa.h,v 5.3 94/04/17 20:41:40 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cpb.h b/xc/unsupported/lib/PHIGS/include/cpb.h index 556388b49..086a1d96f 100644 --- a/xc/unsupported/lib/PHIGS/include/cpb.h +++ b/xc/unsupported/lib/PHIGS/include/cpb.h @@ -1,4 +1,4 @@ -/* $XConsortium: cpb.h,v 5.1 91/02/16 09:49:01 rws Exp $ */ +/* $XConsortium: cpb.h,v 5.2 94/04/17 20:41:43 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cpc.h b/xc/unsupported/lib/PHIGS/include/cpc.h index a7b7ad5a0..ce324064d 100644 --- a/xc/unsupported/lib/PHIGS/include/cpc.h +++ b/xc/unsupported/lib/PHIGS/include/cpc.h @@ -1,4 +1,4 @@ -/* $XConsortium: cpc.h,v 5.1 91/02/16 09:49:03 rws Exp $ */ +/* $XConsortium: cpc.h,v 5.2 94/04/17 20:41:44 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/cpx.h b/xc/unsupported/lib/PHIGS/include/cpx.h index 78415c546..5b10a4f61 100644 --- a/xc/unsupported/lib/PHIGS/include/cpx.h +++ b/xc/unsupported/lib/PHIGS/include/cpx.h @@ -1,4 +1,4 @@ -/* $XConsortium: cpx.h,v 5.1 91/02/16 09:49:00 rws Exp $ */ +/* $XConsortium: cpx.h,v 5.2 94/04/17 20:41:44 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/css.h b/xc/unsupported/lib/PHIGS/include/css.h index 898de55f2..c51b3006a 100644 --- a/xc/unsupported/lib/PHIGS/include/css.h +++ b/xc/unsupported/lib/PHIGS/include/css.h @@ -1,4 +1,4 @@ -/* $XConsortium: css.h,v 5.2 91/03/29 14:02:42 rws Exp $ */ +/* $XConsortium: css.h,v 5.3 94/04/17 20:41:45 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/err.h b/xc/unsupported/lib/PHIGS/include/err.h index 4f3750080..2e62be813 100644 --- a/xc/unsupported/lib/PHIGS/include/err.h +++ b/xc/unsupported/lib/PHIGS/include/err.h @@ -1,4 +1,4 @@ -/* $XConsortium: err.h,v 5.1 91/02/16 09:49:04 rws Exp $ */ +/* $XConsortium: err.h,v 5.2 94/04/17 20:41:45 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/errnum.h b/xc/unsupported/lib/PHIGS/include/errnum.h index ac15744bd..d5a58c486 100644 --- a/xc/unsupported/lib/PHIGS/include/errnum.h +++ b/xc/unsupported/lib/PHIGS/include/errnum.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errnum.h,v 1.1 91/07/19 19:43:21 rws Exp $ */ /* * Copyright (c) 1988-1991 by Sun Microsystems, Inc. * Automatically generated file, do not edit. diff --git a/xc/unsupported/lib/PHIGS/include/lintfiltstrs b/xc/unsupported/lib/PHIGS/include/lintfiltstrs index d5f5f4b80..24dcaa9b4 100644 --- a/xc/unsupported/lib/PHIGS/include/lintfiltstrs +++ b/xc/unsupported/lib/PHIGS/include/lintfiltstrs @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: lintfiltstrs,v 5.1 91/02/16 09:49:36 rws Exp $ possible pointer alignment problem free value declared inconsistently select, arg. 2 used inconsistently diff --git a/xc/unsupported/lib/PHIGS/include/mat_utils.h b/xc/unsupported/lib/PHIGS/include/mat_utils.h index dafb92f91..f5e6ddb82 100644 --- a/xc/unsupported/lib/PHIGS/include/mat_utils.h +++ b/xc/unsupported/lib/PHIGS/include/mat_utils.h @@ -1,4 +1,4 @@ -/* $XConsortium: mat_utils.h,v 5.1 91/02/16 09:49:05 rws Exp $ */ +/* $XConsortium: mat_utils.h,v 5.2 94/04/17 20:41:46 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phg.h b/xc/unsupported/lib/PHIGS/include/phg.h index d362665e1..85f628498 100644 --- a/xc/unsupported/lib/PHIGS/include/phg.h +++ b/xc/unsupported/lib/PHIGS/include/phg.h @@ -1,4 +1,4 @@ -/* $XConsortium: phg.h,v 5.7 91/08/14 16:16:15 rws Exp $ */ +/* $XConsortium: phg.h,v 5.8 94/04/17 20:41:46 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phg_dt.h b/xc/unsupported/lib/PHIGS/include/phg_dt.h index a7655ccda..534d84c16 100644 --- a/xc/unsupported/lib/PHIGS/include/phg_dt.h +++ b/xc/unsupported/lib/PHIGS/include/phg_dt.h @@ -1,4 +1,4 @@ -/* $XConsortium: phg_dt.h,v 5.1 91/02/16 09:49:07 rws Exp $ */ +/* $XConsortium: phg_dt.h,v 5.2 94/04/17 20:41:47 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phgargs.h b/xc/unsupported/lib/PHIGS/include/phgargs.h index eee42ecfe..8be0884db 100644 --- a/xc/unsupported/lib/PHIGS/include/phgargs.h +++ b/xc/unsupported/lib/PHIGS/include/phgargs.h @@ -1,4 +1,4 @@ -/* $XConsortium: phgargs.h,v 5.3 91/07/12 20:21:55 hersh Exp $ */ +/* $XConsortium: phgargs.h,v 5.4 94/04/17 20:41:47 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phgretdata.h b/xc/unsupported/lib/PHIGS/include/phgretdata.h index 0af662a03..d56b8d41e 100644 --- a/xc/unsupported/lib/PHIGS/include/phgretdata.h +++ b/xc/unsupported/lib/PHIGS/include/phgretdata.h @@ -1,4 +1,4 @@ -/* $XConsortium: phgretdata.h,v 5.1 91/02/16 09:49:09 rws Exp $ */ +/* $XConsortium: phgretdata.h,v 5.2 94/04/17 20:41:48 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phgtype.h b/xc/unsupported/lib/PHIGS/include/phgtype.h index fe8481f4a..f2ed33563 100644 --- a/xc/unsupported/lib/PHIGS/include/phgtype.h +++ b/xc/unsupported/lib/PHIGS/include/phgtype.h @@ -1,4 +1,4 @@ -/* $XConsortium: phgtype.h,v 5.2 91/05/09 13:50:04 rws Exp $ */ +/* $XConsortium: phgtype.h,v 5.3 94/04/17 20:41:49 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phigs.h b/xc/unsupported/lib/PHIGS/include/phigs.h index a4e909b2d..192ff0215 100644 --- a/xc/unsupported/lib/PHIGS/include/phigs.h +++ b/xc/unsupported/lib/PHIGS/include/phigs.h @@ -1,4 +1,4 @@ -/* $XConsortium: phigs.h,v 5.10 91/08/23 17:16:47 hersh Exp $ */ +/* $XConsortium: phigs.h,v 5.11 94/04/17 20:41:50 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phigscfunc.h b/xc/unsupported/lib/PHIGS/include/phigscfunc.h index 444be87a7..f45996e02 100644 --- a/xc/unsupported/lib/PHIGS/include/phigscfunc.h +++ b/xc/unsupported/lib/PHIGS/include/phigscfunc.h @@ -1,4 +1,4 @@ -/* $XConsortium: phigscfunc.h,v 5.1 91/02/16 09:49:14 rws Exp $ */ +/* $XConsortium: phigscfunc.h,v 5.2 94/04/17 20:41:51 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phigserr.h b/xc/unsupported/lib/PHIGS/include/phigserr.h index 442aae553..6505ce1cf 100644 --- a/xc/unsupported/lib/PHIGS/include/phigserr.h +++ b/xc/unsupported/lib/PHIGS/include/phigserr.h @@ -1,4 +1,4 @@ -/* $XConsortium: phigserr.h,v 5.2 91/07/12 20:22:21 hersh Exp $ */ +/* $XConsortium: phigserr.h,v 5.3 94/04/17 20:41:52 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phigsextrn.h b/xc/unsupported/lib/PHIGS/include/phigsextrn.h index 7b42cb93e..d23c5a8d8 100644 --- a/xc/unsupported/lib/PHIGS/include/phigsextrn.h +++ b/xc/unsupported/lib/PHIGS/include/phigsextrn.h @@ -1,4 +1,4 @@ -/* $XConsortium: phigsextrn.h,v 5.3 91/07/12 20:23:40 hersh Exp $ */ +/* $XConsortium: phigsextrn.h,v 5.4 94/04/17 20:41:53 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/phigspex.h b/xc/unsupported/lib/PHIGS/include/phigspex.h index 8672f3436..b42172199 100644 --- a/xc/unsupported/lib/PHIGS/include/phigspex.h +++ b/xc/unsupported/lib/PHIGS/include/phigspex.h @@ -1,4 +1,4 @@ -/* $XConsortium: phigspex.h,v 5.5 91/08/25 12:08:13 rws Exp $ */ +/* $XConsortium: phigspex.h,v 5.6 94/04/17 20:41:54 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/psl.h b/xc/unsupported/lib/PHIGS/include/psl.h index e678b20cc..9400d20b7 100644 --- a/xc/unsupported/lib/PHIGS/include/psl.h +++ b/xc/unsupported/lib/PHIGS/include/psl.h @@ -1,4 +1,4 @@ -/* $XConsortium: psl.h,v 5.1 91/02/16 09:49:18 rws Exp $ */ +/* $XConsortium: psl.h,v 5.2 94/04/17 20:41:55 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/sin.h b/xc/unsupported/lib/PHIGS/include/sin.h index e5cd93073..95d9f411c 100644 --- a/xc/unsupported/lib/PHIGS/include/sin.h +++ b/xc/unsupported/lib/PHIGS/include/sin.h @@ -1,4 +1,4 @@ -/* $XConsortium: sin.h,v 5.1 91/02/16 09:49:29 rws Exp $ */ +/* $XConsortium: sin.h,v 5.2 94/04/17 20:41:55 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/sin_q.h b/xc/unsupported/lib/PHIGS/include/sin_q.h index 6750dedae..66fbc6b9d 100644 --- a/xc/unsupported/lib/PHIGS/include/sin_q.h +++ b/xc/unsupported/lib/PHIGS/include/sin_q.h @@ -1,4 +1,4 @@ -/* $XConsortium: sin_q.h,v 5.1 91/02/16 09:49:30 rws Exp $ */ +/* $XConsortium: sin_q.h,v 5.2 94/04/17 20:41:56 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/util.h b/xc/unsupported/lib/PHIGS/include/util.h index cf64cf0ac..a7e85aaa5 100644 --- a/xc/unsupported/lib/PHIGS/include/util.h +++ b/xc/unsupported/lib/PHIGS/include/util.h @@ -1,4 +1,4 @@ -/* $XConsortium: util.h,v 5.1 91/02/16 09:49:19 rws Exp $ */ +/* $XConsortium: util.h,v 5.2 94/04/17 20:41:56 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/util/errgen.awk b/xc/unsupported/lib/PHIGS/include/util/errgen.awk index b2395d958..e34da1b8d 100644 --- a/xc/unsupported/lib/PHIGS/include/util/errgen.awk +++ b/xc/unsupported/lib/PHIGS/include/util/errgen.awk @@ -1,5 +1,5 @@ ## -# $XConsortium: errgen.awk,v 5.3 91/03/26 14:45:46 rws Exp $ +# $XConsortium: errgen.awk,v 5.4 94/04/17 20:42:00 rws Exp $ ## ## ## Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/lib/PHIGS/include/util/errmsgen.awk b/xc/unsupported/lib/PHIGS/include/util/errmsgen.awk index 8d25e08dc..2380a5717 100644 --- a/xc/unsupported/lib/PHIGS/include/util/errmsgen.awk +++ b/xc/unsupported/lib/PHIGS/include/util/errmsgen.awk @@ -1,5 +1,5 @@ ## -# $XConsortium: errmsgen.awk,v 5.3 91/03/26 14:46:05 rws Exp $ +# $XConsortium: errmsgen.awk,v 5.4 94/04/17 20:42:00 rws Exp $ ## ## ## Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/lib/PHIGS/include/version.h b/xc/unsupported/lib/PHIGS/include/version.h index 3e41c3d86..fee846b02 100644 --- a/xc/unsupported/lib/PHIGS/include/version.h +++ b/xc/unsupported/lib/PHIGS/include/version.h @@ -1,4 +1,4 @@ -/* $XConsortium: version.h,v 5.1 91/02/16 09:49:20 rws Exp $ */ +/* $XConsortium: version.h,v 5.2 94/04/17 20:41:57 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/ws.h b/xc/unsupported/lib/PHIGS/include/ws.h index c4914a23f..faf6b4f3b 100644 --- a/xc/unsupported/lib/PHIGS/include/ws.h +++ b/xc/unsupported/lib/PHIGS/include/ws.h @@ -1,4 +1,4 @@ -/* $XConsortium: ws.h,v 5.3 92/10/15 16:23:08 hersh Exp $ */ +/* $XConsortium: ws.h,v 5.4 94/04/17 20:41:57 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/ws_inp.h b/xc/unsupported/lib/PHIGS/include/ws_inp.h index b3f0db1c0..29659a2e5 100644 --- a/xc/unsupported/lib/PHIGS/include/ws_inp.h +++ b/xc/unsupported/lib/PHIGS/include/ws_inp.h @@ -1,4 +1,4 @@ -/* $XConsortium: ws_inp.h,v 5.1 91/02/16 09:49:31 rws Exp $ */ +/* $XConsortium: ws_inp.h,v 5.2 94/04/17 20:41:58 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/include/ws_type.h b/xc/unsupported/lib/PHIGS/include/ws_type.h index 59ad774f8..3398178da 100644 --- a/xc/unsupported/lib/PHIGS/include/ws_type.h +++ b/xc/unsupported/lib/PHIGS/include/ws_type.h @@ -1,4 +1,4 @@ -/* $XConsortium: ws_type.h,v 5.6 92/01/27 21:19:48 hersh Exp $ */ +/* $XConsortium: ws_type.h,v 5.7 94/04/17 20:41:59 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/Imakefile b/xc/unsupported/lib/PHIGS/input/Imakefile index 22a77ad35..f8e84fc69 100644 --- a/xc/unsupported/lib/PHIGS/input/Imakefile +++ b/xc/unsupported/lib/PHIGS/input/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:49:34 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:42:01 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/input/sin.c b/xc/unsupported/lib/PHIGS/input/sin.c index c0512de4b..5a9b3b602 100644 --- a/xc/unsupported/lib/PHIGS/input/sin.c +++ b/xc/unsupported/lib/PHIGS/input/sin.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin.c,v 5.1 91/02/16 09:49:38 rws Exp $ */ +/* $XConsortium: sin.c,v 5.2 94/04/17 20:42:02 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_cho.c b/xc/unsupported/lib/PHIGS/input/sin_cho.c index 96f1de5b0..78071c19c 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_cho.c +++ b/xc/unsupported/lib/PHIGS/input/sin_cho.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_cho.c,v 5.4 91/05/12 20:07:32 rws Exp $ */ +/* $XConsortium: sin_cho.c,v 5.5 94/04/17 20:42:03 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_cvs.c b/xc/unsupported/lib/PHIGS/input/sin_cvs.c index 0bfb8325e..5012a757d 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_cvs.c +++ b/xc/unsupported/lib/PHIGS/input/sin_cvs.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_cvs.c,v 5.1 91/02/16 09:49:40 rws Exp $ */ +/* $XConsortium: sin_cvs.c,v 5.2 94/04/17 20:42:04 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_cvs.h b/xc/unsupported/lib/PHIGS/input/sin_cvs.h index 20cecceab..61d7d7707 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_cvs.h +++ b/xc/unsupported/lib/PHIGS/input/sin_cvs.h @@ -1,4 +1,4 @@ -/* $XConsortium: sin_cvs.h,v 5.1 91/02/16 09:49:41 rws Exp $ */ +/* $XConsortium: sin_cvs.h,v 5.2 94/04/17 20:42:04 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_dev.c b/xc/unsupported/lib/PHIGS/input/sin_dev.c index 8ec2ab2b6..6be0721be 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_dev.c +++ b/xc/unsupported/lib/PHIGS/input/sin_dev.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_dev.c,v 5.1 91/02/16 09:49:42 rws Exp $ */ +/* $XConsortium: sin_dev.c,v 5.2 94/04/17 20:42:05 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_priv.h b/xc/unsupported/lib/PHIGS/input/sin_priv.h index 3d05edc9d..95c519c3c 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_priv.h +++ b/xc/unsupported/lib/PHIGS/input/sin_priv.h @@ -1,4 +1,4 @@ -/* $XConsortium: sin_priv.h,v 5.1 91/02/16 09:49:50 rws Exp $ */ +/* $XConsortium: sin_priv.h,v 5.2 94/04/17 20:42:05 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_q.c b/xc/unsupported/lib/PHIGS/input/sin_q.c index 1c485911e..b5e2c4a0d 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_q.c +++ b/xc/unsupported/lib/PHIGS/input/sin_q.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_q.c,v 5.1 91/02/16 09:49:43 rws Exp $ */ +/* $XConsortium: sin_q.c,v 5.2 94/04/17 20:42:06 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_strg.c b/xc/unsupported/lib/PHIGS/input/sin_strg.c index 8bba0cd55..97cc6a5f6 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_strg.c +++ b/xc/unsupported/lib/PHIGS/input/sin_strg.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_strg.c,v 5.2 91/04/05 15:02:32 hersh Exp $ */ +/* $XConsortium: sin_strg.c,v 5.3 94/04/17 20:42:06 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_val.c b/xc/unsupported/lib/PHIGS/input/sin_val.c index e7992abb4..c0392b204 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_val.c +++ b/xc/unsupported/lib/PHIGS/input/sin_val.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_val.c,v 5.4 91/05/12 20:06:35 rws Exp $ */ +/* $XConsortium: sin_val.c,v 5.5 94/04/17 20:42:07 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/input/sin_ws.c b/xc/unsupported/lib/PHIGS/input/sin_ws.c index 490969589..c5b293df1 100644 --- a/xc/unsupported/lib/PHIGS/input/sin_ws.c +++ b/xc/unsupported/lib/PHIGS/input/sin_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: sin_ws.c,v 5.2 92/12/28 15:24:08 mor Exp $ */ +/* $XConsortium: sin_ws.c,v 5.3 94/04/17 20:42:08 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/lib/Imakefile b/xc/unsupported/lib/PHIGS/lib/Imakefile index 1cc4d1ff9..518ae96c8 100644 --- a/xc/unsupported/lib/PHIGS/lib/Imakefile +++ b/xc/unsupported/lib/PHIGS/lib/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.4 91/07/16 23:09:18 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.5 91/07/19 19:52:45 rws Exp $ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all: PHIGSerr.txt PHIGSfnc.txt phigsmon diff --git a/xc/unsupported/lib/PHIGS/pex/Imakefile b/xc/unsupported/lib/PHIGS/pex/Imakefile index d6a4d831f..f76856802 100644 --- a/xc/unsupported/lib/PHIGS/pex/Imakefile +++ b/xc/unsupported/lib/PHIGS/pex/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:49:56 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:42:09 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/pex/pex_font.c b/xc/unsupported/lib/PHIGS/pex/pex_font.c index 899fc0b71..6fa5b841c 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_font.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_font.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_font.c,v 5.2 91/07/01 16:22:16 hersh Exp $ */ +/* $XConsortium: pex_font.c,v 5.3 94/04/17 20:42:09 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_info.c b/xc/unsupported/lib/PHIGS/pex/pex_info.c index c98d23e89..c3b58b4d1 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_info.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_info.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_info.c,v 5.1 91/02/16 09:49:52 rws Exp $ */ +/* $XConsortium: pex_info.c,v 5.2 94/04/17 20:42:10 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_lut.c b/xc/unsupported/lib/PHIGS/pex/pex_lut.c index 5d4eadbd9..3e69a96c2 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_lut.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_lut.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_lut.c,v 5.1 91/02/16 09:49:53 rws Exp $ */ +/* $XConsortium: pex_lut.c,v 5.2 94/04/17 20:42:10 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_md.h b/xc/unsupported/lib/PHIGS/pex/pex_md.h index 24347d569..ce9ee60f3 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_md.h +++ b/xc/unsupported/lib/PHIGS/pex/pex_md.h @@ -1,4 +1,4 @@ -/* $XConsortium: pex_md.h,v 5.1 91/02/16 09:49:54 rws Exp $ */ +/* $XConsortium: pex_md.h,v 5.2 94/04/17 20:42:11 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_ns.c b/xc/unsupported/lib/PHIGS/pex/pex_ns.c index 036ba15bb..b4dc53466 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_ns.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_ns.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_ns.c,v 5.1 91/02/16 09:49:55 rws Exp $ */ +/* $XConsortium: pex_ns.c,v 5.2 94/04/17 20:42:11 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_pick.c b/xc/unsupported/lib/PHIGS/pex/pex_pick.c index fd9ecd112..b007cadb5 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_pick.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_pick.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_pick.c,v 5.2 93/01/27 16:06:53 mor Exp $ */ +/* $XConsortium: pex_pick.c,v 5.3 94/04/17 20:42:12 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_pipe.c b/xc/unsupported/lib/PHIGS/pex/pex_pipe.c index c962d1035..9e7048b7b 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_pipe.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_pipe.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_pipe.c,v 5.1 91/02/16 09:49:57 rws Exp $ */ +/* $XConsortium: pex_pipe.c,v 5.2 94/04/17 20:42:12 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_priv.h b/xc/unsupported/lib/PHIGS/pex/pex_priv.h index 0fffcc666..e89762931 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_priv.h +++ b/xc/unsupported/lib/PHIGS/pex/pex_priv.h @@ -1,4 +1,4 @@ -/* $XConsortium: pex_priv.h,v 5.5 93/02/08 10:48:32 rws Exp $ */ +/* $XConsortium: pex_priv.h,v 5.6 94/04/17 20:42:16 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_rend.c b/xc/unsupported/lib/PHIGS/pex/pex_rend.c index 0ab7a3061..012ba8cf1 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_rend.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_rend.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_rend.c,v 5.1 91/02/16 09:49:58 rws Exp $ */ +/* $XConsortium: pex_rend.c,v 5.2 94/04/17 20:42:16 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_srch.c b/xc/unsupported/lib/PHIGS/pex/pex_srch.c index 08b8dfe94..5de86163a 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_srch.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_srch.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_srch.c,v 5.1 91/02/16 09:49:59 rws Exp $ */ +/* $XConsortium: pex_srch.c,v 5.2 94/04/17 20:42:17 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_stru.c b/xc/unsupported/lib/PHIGS/pex/pex_stru.c index fef6efdba..b61a06530 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_stru.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_stru.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_stru.c,v 5.1 91/02/16 09:50:00 rws Exp $ */ +/* $XConsortium: pex_stru.c,v 5.2 94/04/17 20:42:17 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_util.c b/xc/unsupported/lib/PHIGS/pex/pex_util.c index 6a4b67d00..b0443cfba 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_util.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_util.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_util.c,v 5.3 91/05/07 11:51:34 rws Exp $ */ +/* $XConsortium: pex_util.c,v 5.4 94/04/17 20:42:18 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/pex/pex_ws.c b/xc/unsupported/lib/PHIGS/pex/pex_ws.c index 60cc1b398..65469652b 100644 --- a/xc/unsupported/lib/PHIGS/pex/pex_ws.c +++ b/xc/unsupported/lib/PHIGS/pex/pex_ws.c @@ -1,4 +1,4 @@ -/* $XConsortium: pex_ws.c,v 5.2 91/07/01 16:22:01 hersh Exp $ */ +/* $XConsortium: pex_ws.c,v 5.3 94/04/17 20:42:19 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/Imakefile b/xc/unsupported/lib/PHIGS/util/Imakefile index 2bac9e661..076ffc01d 100644 --- a/xc/unsupported/lib/PHIGS/util/Imakefile +++ b/xc/unsupported/lib/PHIGS/util/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.16 93/09/29 22:50:05 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.17 94/04/17 20:42:20 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/util/ut_htab.c b/xc/unsupported/lib/PHIGS/util/ut_htab.c index 17c85002c..f071765c8 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_htab.c +++ b/xc/unsupported/lib/PHIGS/util/ut_htab.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_htab.c,v 5.1 91/02/16 09:50:21 rws Exp $ */ +/* $XConsortium: ut_htab.c,v 5.2 94/04/17 20:42:20 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/ut_mat.c b/xc/unsupported/lib/PHIGS/util/ut_mat.c index 630f45161..e87e40d95 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_mat.c +++ b/xc/unsupported/lib/PHIGS/util/ut_mat.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_mat.c,v 5.2 91/02/18 11:18:20 rws Exp $ */ +/* $XConsortium: ut_mat.c,v 5.3 94/04/17 20:42:21 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/ut_misc.c b/xc/unsupported/lib/PHIGS/util/ut_misc.c index 97b156a06..113c1b5a6 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_misc.c +++ b/xc/unsupported/lib/PHIGS/util/ut_misc.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_misc.c,v 5.1 91/02/16 09:50:10 rws Exp $ */ +/* $XConsortium: ut_misc.c,v 5.2 94/04/17 20:42:21 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/ut_ntfy.c b/xc/unsupported/lib/PHIGS/util/ut_ntfy.c index 285438215..1f50c516f 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_ntfy.c +++ b/xc/unsupported/lib/PHIGS/util/ut_ntfy.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_ntfy.c,v 5.7 91/12/03 17:02:47 hersh Exp $ */ +/* $XConsortium: ut_ntfy.c,v 5.8 94/04/17 20:42:22 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/ut_path.c b/xc/unsupported/lib/PHIGS/util/ut_path.c index 8cdba80df..435d663ca 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_path.c +++ b/xc/unsupported/lib/PHIGS/util/ut_path.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_path.c,v 5.6 91/07/10 09:21:07 rws Exp $ */ +/* $XConsortium: ut_path.c,v 5.7 94/04/17 20:42:22 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/ut_vers.c b/xc/unsupported/lib/PHIGS/util/ut_vers.c index 789eec265..e7decf6a9 100644 --- a/xc/unsupported/lib/PHIGS/util/ut_vers.c +++ b/xc/unsupported/lib/PHIGS/util/ut_vers.c @@ -1,4 +1,4 @@ -/* $XConsortium: ut_vers.c,v 5.1 91/02/16 09:50:13 rws Exp $ */ +/* $XConsortium: ut_vers.c,v 5.2 94/04/17 20:42:23 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/utx.c b/xc/unsupported/lib/PHIGS/util/utx.c index 2ecf482c2..e70b413cf 100644 --- a/xc/unsupported/lib/PHIGS/util/utx.c +++ b/xc/unsupported/lib/PHIGS/util/utx.c @@ -1,4 +1,4 @@ -/* $XConsortium: utx.c,v 5.2 91/05/07 11:50:47 rws Exp $ */ +/* $XConsortium: utx.c,v 5.3 94/04/17 20:42:24 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/util/utx_conv.c b/xc/unsupported/lib/PHIGS/util/utx_conv.c index 34690ca0d..756e6d5c0 100644 --- a/xc/unsupported/lib/PHIGS/util/utx_conv.c +++ b/xc/unsupported/lib/PHIGS/util/utx_conv.c @@ -1,4 +1,4 @@ -/* $XConsortium: utx_conv.c,v 5.12 93/02/08 10:51:16 rws Exp $ */ +/* $XConsortium: utx_conv.c,v 5.13 94/04/17 20:42:25 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/Imakefile b/xc/unsupported/lib/PHIGS/ws/Imakefile index 621eb57cd..3366f76e4 100644 --- a/xc/unsupported/lib/PHIGS/ws/Imakefile +++ b/xc/unsupported/lib/PHIGS/ws/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.12 93/09/29 22:50:22 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.13 94/04/17 20:42:27 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/ws/ws_inp.c b/xc/unsupported/lib/PHIGS/ws/ws_inp.c index a2d841a23..06facabc3 100644 --- a/xc/unsupported/lib/PHIGS/ws/ws_inp.c +++ b/xc/unsupported/lib/PHIGS/ws/ws_inp.c @@ -1,4 +1,4 @@ -/* $XConsortium: ws_inp.c,v 5.3 91/07/12 20:27:05 hersh Exp $ */ +/* $XConsortium: ws_inp.c,v 5.4 94/04/17 20:42:28 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/ws_pm.c b/xc/unsupported/lib/PHIGS/ws/ws_pm.c index c642d7a28..0d9941978 100644 --- a/xc/unsupported/lib/PHIGS/ws/ws_pm.c +++ b/xc/unsupported/lib/PHIGS/ws/ws_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: ws_pm.c,v 5.3 91/05/12 20:08:03 rws Exp $ */ +/* $XConsortium: ws_pm.c,v 5.4 94/04/17 20:42:29 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsa.c b/xc/unsupported/lib/PHIGS/ws/wsa.c index 4798f6bed..00483e6b6 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsa.c +++ b/xc/unsupported/lib/PHIGS/ws/wsa.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsa.c,v 5.3 91/10/01 02:55:24 hersh Exp $ */ +/* $XConsortium: wsa.c,v 5.4 94/04/17 20:42:29 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsa_inp.c b/xc/unsupported/lib/PHIGS/ws/wsa_inp.c index 3c6712146..24d4f7bbf 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsa_inp.c +++ b/xc/unsupported/lib/PHIGS/ws/wsa_inp.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsa_inp.c,v 5.3 91/10/01 02:55:55 hersh Exp $ */ +/* $XConsortium: wsa_inp.c,v 5.4 94/04/17 20:42:30 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsa_pm.c b/xc/unsupported/lib/PHIGS/ws/wsa_pm.c index 4696880e2..d9df1c7f8 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsa_pm.c +++ b/xc/unsupported/lib/PHIGS/ws/wsa_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsa_pm.c,v 5.3 92/12/21 10:22:54 mor Exp $ */ +/* $XConsortium: wsa_pm.c,v 5.4 94/04/17 20:42:30 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsb.c b/xc/unsupported/lib/PHIGS/ws/wsb.c index 5aae5c913..cb64b345c 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsb.c +++ b/xc/unsupported/lib/PHIGS/ws/wsb.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsb.c,v 5.8 93/01/27 16:07:36 mor Exp $ */ +/* $XConsortium: wsb.c,v 5.9 94/04/17 20:42:31 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsb_pm.c b/xc/unsupported/lib/PHIGS/ws/wsb_pm.c index fc8d9c0a7..771aa427a 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsb_pm.c +++ b/xc/unsupported/lib/PHIGS/ws/wsb_pm.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsb_pm.c,v 5.2 91/04/05 17:30:04 hersh Exp $ */ +/* $XConsortium: wsb_pm.c,v 5.3 94/04/17 20:42:32 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsx.c b/xc/unsupported/lib/PHIGS/ws/wsx.c index 418fabaad..f66afc630 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsx.c +++ b/xc/unsupported/lib/PHIGS/ws/wsx.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsx.c,v 5.4 91/11/27 14:37:07 hersh Exp $ */ +/* $XConsortium: wsx.c,v 5.5 94/04/17 20:42:33 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsx_lut.c b/xc/unsupported/lib/PHIGS/ws/wsx_lut.c index 48c615310..40b6139b1 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsx_lut.c +++ b/xc/unsupported/lib/PHIGS/ws/wsx_lut.c @@ -1,4 +1,4 @@ -/* $XConsortium: wsx_lut.c,v 5.3 93/01/05 14:32:27 mor Exp $ */ +/* $XConsortium: wsx_lut.c,v 5.4 94/04/17 20:42:33 mor Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws/wsx_util.c b/xc/unsupported/lib/PHIGS/ws/wsx_util.c index 6fb8722fe..d12d80687 100644 --- a/xc/unsupported/lib/PHIGS/ws/wsx_util.c +++ b/xc/unsupported/lib/PHIGS/ws/wsx_util.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: wsx_util.c,v 5.7 94/04/17 20:42:34 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/lib/PHIGS/ws_type/Imakefile b/xc/unsupported/lib/PHIGS/ws_type/Imakefile index 3431fa26c..933ffc959 100644 --- a/xc/unsupported/lib/PHIGS/ws_type/Imakefile +++ b/xc/unsupported/lib/PHIGS/ws_type/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.13 93/09/29 22:50:32 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.14 94/04/17 20:42:35 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium diff --git a/xc/unsupported/lib/PHIGS/ws_type/wstx_alst.c b/xc/unsupported/lib/PHIGS/ws_type/wstx_alst.c index 4d1c73ccc..5ffe14700 100644 --- a/xc/unsupported/lib/PHIGS/ws_type/wstx_alst.c +++ b/xc/unsupported/lib/PHIGS/ws_type/wstx_alst.c @@ -1,4 +1,4 @@ -/* $XConsortium: wstx_alst.c,v 5.4 92/10/17 13:38:55 rws Exp $ */ +/* $XConsortium: wstx_alst.c,v 5.5 94/04/17 20:42:36 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws_type/wstx_atr.c b/xc/unsupported/lib/PHIGS/ws_type/wstx_atr.c index c35ec775b..c4d0c2e69 100644 --- a/xc/unsupported/lib/PHIGS/ws_type/wstx_atr.c +++ b/xc/unsupported/lib/PHIGS/ws_type/wstx_atr.c @@ -1,4 +1,4 @@ -/* $XConsortium: wstx_atr.c,v 5.5 92/01/27 21:17:53 hersh Exp $ */ +/* $XConsortium: wstx_atr.c,v 5.6 94/04/17 20:42:37 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/lib/PHIGS/ws_type/wstx_ini.c b/xc/unsupported/lib/PHIGS/ws_type/wstx_ini.c index 4aeb6fbbb..fa3d65e68 100644 --- a/xc/unsupported/lib/PHIGS/ws_type/wstx_ini.c +++ b/xc/unsupported/lib/PHIGS/ws_type/wstx_ini.c @@ -1,4 +1,4 @@ -/* $XConsortium: wstx_ini.c,v 5.9 93/02/08 10:52:45 rws Exp $ */ +/* $XConsortium: wstx_ini.c,v 5.10 94/04/17 20:42:38 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/Imakefile b/xc/unsupported/programs/Imakefile index 518a5e34e..504db82e5 100644 --- a/xc/unsupported/programs/Imakefile +++ b/xc/unsupported/programs/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.14 95/05/23 21:43:17 matt Exp dpw $ +XCOMM $XConsortium: Imakefile,v 1.15 95/07/07 20:03:23 dpw Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" diff --git a/xc/unsupported/programs/MacFS/Imakefile b/xc/unsupported/programs/MacFS/Imakefile index df2ad500f..14dc2b675 100644 --- a/xc/unsupported/programs/MacFS/Imakefile +++ b/xc/unsupported/programs/MacFS/Imakefile @@ -1,4 +1,4 @@ -/* $XConsortium: Imakefile,v 1.2 93/09/19 14:50:23 rws Exp $ */ +/* $XConsortium: Imakefile,v 1.3 93/09/25 21:24:20 rws Exp $ */ #include <Server.tmpl> REZ = /mac/bin/rez -i /:mac:lib:rincludes -d AUX diff --git a/xc/unsupported/programs/MacFS/MacFontFuncs.c b/xc/unsupported/programs/MacFS/MacFontFuncs.c index 198147e44..bfe3c1b91 100644 --- a/xc/unsupported/programs/MacFS/MacFontFuncs.c +++ b/xc/unsupported/programs/MacFS/MacFontFuncs.c @@ -1,4 +1,4 @@ -/* $XConsortium: MacFontFuncs,v 1.0 94/01/01 00:00:00 rws Exp $ */ +/* $XConsortium: MacFontFuncs.c,v 1.3 94/04/17 20:45:33 rws Exp $ */ /*********************************************************************** Copyright 1991 by Apple Computer, Inc, Cupertino, California All Rights Reserved diff --git a/xc/unsupported/programs/MacFS/MacFontInfo.c b/xc/unsupported/programs/MacFS/MacFontInfo.c index 16af21462..28ef226c9 100644 --- a/xc/unsupported/programs/MacFS/MacFontInfo.c +++ b/xc/unsupported/programs/MacFS/MacFontInfo.c @@ -1,4 +1,4 @@ -/* $XConsortium: MacFontInfo.c,v 1.0 94/01/01 00:00:00 rws Exp $ */ +/* $XConsortium: MacFontInfo.c,v 1.3 94/04/17 20:45:34 hersh Exp $ */ /*********************************************************************** Copyright 1991 by Apple Computer, Inc, Cupertino, California All Rights Reserved diff --git a/xc/unsupported/programs/MacFS/MacFontUIError.c b/xc/unsupported/programs/MacFS/MacFontUIError.c index 5f061af70..19b984450 100644 --- a/xc/unsupported/programs/MacFS/MacFontUIError.c +++ b/xc/unsupported/programs/MacFS/MacFontUIError.c @@ -1,4 +1,4 @@ -/* $XConsortium: MacFontUIError.c,v 1.0 94/01/01 00:00:00 rws Exp $ */ +/* $XConsortium: MacFontUIError.c,v 1.2 94/04/17 21:51:41 rws Exp $ */ /*********************************************************************** Copyright 1991 by Apple Computer, Inc, Cupertino, California All Rights Reserved diff --git a/xc/unsupported/programs/a2x/Imakefile b/xc/unsupported/programs/a2x/Imakefile index 26d8b2f4e..9f90622b2 100644 --- a/xc/unsupported/programs/a2x/Imakefile +++ b/xc/unsupported/programs/a2x/Imakefile @@ -1,5 +1,5 @@ #if ProjectX > 4 -XCOMM $XConsortium: Imakefile,v 1.11 92/10/14 17:08:51 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.12 93/12/29 20:01:47 rws Exp $ #endif /* turn on one or more of the following */ diff --git a/xc/unsupported/programs/a2x/a2x.c b/xc/unsupported/programs/a2x/a2x.c index 5f1ea431e..5cfc63321 100644 --- a/xc/unsupported/programs/a2x/a2x.c +++ b/xc/unsupported/programs/a2x/a2x.c @@ -1,4 +1,4 @@ -/* $XConsortium: a2x.c,v 1.131 94/09/03 15:44:04 rws Exp rws $ */ +/* $XConsortium: a2x.c,v 1.132 94/10/30 21:50:44 rws Exp $ */ /* Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/programs/a2x/a2x.ms b/xc/unsupported/programs/a2x/a2x.ms index bb067afe8..3970f98c6 100644 --- a/xc/unsupported/programs/a2x/a2x.ms +++ b/xc/unsupported/programs/a2x/a2x.ms @@ -1,5 +1,5 @@ .\" Use -ms -.\" $XConsortium: a2x.ms,v 1.49 94/10/01 22:13:03 rws Exp rws $ +.\" $XConsortium: a2x.ms,v 1.50 94/10/30 21:54:56 rws Exp $ .de Ds .RS .nf diff --git a/xc/unsupported/programs/a2x/pckeys.h b/xc/unsupported/programs/a2x/pckeys.h index e6c5d8b13..35e11377d 100644 --- a/xc/unsupported/programs/a2x/pckeys.h +++ b/xc/unsupported/programs/a2x/pckeys.h @@ -1,4 +1,4 @@ - /* $XConsortium: pckeys.h,v 1.2 93/04/12 20:05:18 rws Exp $ */ + /* $XConsortium: pckeys.h,v 1.3 93/04/12 21:13:02 rws Exp $ */ { {None, None}, /* 100 */ diff --git a/xc/unsupported/programs/auto_box/Imakefile b/xc/unsupported/programs/auto_box/Imakefile index 62b806f19..90bf16b06 100644 --- a/xc/unsupported/programs/auto_box/Imakefile +++ b/xc/unsupported/programs/auto_box/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.11 91/07/27 13:29:01 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.12 94/04/17 20:44:09 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989,1990, 1991 by Sun Microsystems, Inc. diff --git a/xc/unsupported/programs/auto_box/auto_box.c b/xc/unsupported/programs/auto_box/auto_box.c index ad5feb679..1edd8633b 100644 --- a/xc/unsupported/programs/auto_box/auto_box.c +++ b/xc/unsupported/programs/auto_box/auto_box.c @@ -1,4 +1,4 @@ -/* $XConsortium: auto_box.c,v 5.4 91/07/12 18:04:33 hersh Exp $ */ +/* $XConsortium: auto_box.c,v 5.5 94/04/17 20:44:09 hersh Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/auto_box/auto_box.man b/xc/unsupported/programs/auto_box/auto_box.man index 04c78fbe2..cb7fd97f5 100644 --- a/xc/unsupported/programs/auto_box/auto_box.man +++ b/xc/unsupported/programs/auto_box/auto_box.man @@ -1,4 +1,4 @@ -.\" $XConsortium: auto_box.man,v 1.3 94/04/11 14:29:59 gildea Exp $ +.\" $XConsortium: auto_box.man,v 1.4 94/04/17 20:44:10 gildea Exp $ .de EX \"Begin example .ne 5 .if n .sp 1 diff --git a/xc/unsupported/programs/auto_box/init_win.c b/xc/unsupported/programs/auto_box/init_win.c index 8c66d8c61..98f73f254 100644 --- a/xc/unsupported/programs/auto_box/init_win.c +++ b/xc/unsupported/programs/auto_box/init_win.c @@ -1,4 +1,4 @@ -/* $XConsortium: init_win.c,v 5.2 91/04/14 11:14:21 rws Exp $ */ +/* $XConsortium: init_win.c,v 5.3 94/04/17 20:44:10 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/beach_ball/Imakefile b/xc/unsupported/programs/beach_ball/Imakefile index 74697ebb4..81933dd36 100644 --- a/xc/unsupported/programs/beach_ball/Imakefile +++ b/xc/unsupported/programs/beach_ball/Imakefile @@ -1,5 +1,5 @@ XCOMM -XCOMM $XConsortium: Imakefile,v 5.11 91/07/27 13:29:25 rws Exp $ +XCOMM $XConsortium: Imakefile,v 5.12 94/04/17 20:44:11 rws Exp $ XCOMM XCOMM XCOMM Copyright 1989,1990, 1991 by Sun Microsystems, Inc. diff --git a/xc/unsupported/programs/beach_ball/beach_ball.c b/xc/unsupported/programs/beach_ball/beach_ball.c index f693b33f1..ba309e28e 100644 --- a/xc/unsupported/programs/beach_ball/beach_ball.c +++ b/xc/unsupported/programs/beach_ball/beach_ball.c @@ -1,4 +1,4 @@ -/* $XConsortium: beach_ball.c,v 5.7 91/11/19 11:14:11 hersh Exp $ */ +/* $XConsortium: beach_ball.c,v 5.8 94/04/17 20:44:12 hersh Exp $ */ /*********************************************************** Copyright (c) 1989,1990, 1991 X Consortium diff --git a/xc/unsupported/programs/beach_ball/beach_ball.man b/xc/unsupported/programs/beach_ball/beach_ball.man index ae6cedcc5..be4dd6db1 100644 --- a/xc/unsupported/programs/beach_ball/beach_ball.man +++ b/xc/unsupported/programs/beach_ball/beach_ball.man @@ -1,4 +1,4 @@ -.\" $XConsortium: beach_ball.man,v 1.3 94/04/11 14:30:00 gildea Exp $ +.\" $XConsortium: beach_ball.man,v 1.4 94/04/17 20:44:12 gildea Exp $ .de EX \"Begin example .ne 5 .if n .sp 1 diff --git a/xc/unsupported/programs/beach_ball/clock.c b/xc/unsupported/programs/beach_ball/clock.c index 179da762a..5f701a17c 100644 --- a/xc/unsupported/programs/beach_ball/clock.c +++ b/xc/unsupported/programs/beach_ball/clock.c @@ -1,4 +1,4 @@ -/* $XConsortium: clock.c,v 5.1 91/02/16 09:32:49 rws Exp $ */ +/* $XConsortium: clock.c,v 5.2 94/04/17 20:44:13 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/beach_ball/init_win.c b/xc/unsupported/programs/beach_ball/init_win.c index 7d0c93e90..73aca6229 100644 --- a/xc/unsupported/programs/beach_ball/init_win.c +++ b/xc/unsupported/programs/beach_ball/init_win.c @@ -1,4 +1,4 @@ -/* $XConsortium: init_win.c,v 5.2 91/04/14 11:13:45 rws Exp $ */ +/* $XConsortium: init_win.c,v 5.3 94/04/17 20:44:13 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/beach_ball/spheres.c b/xc/unsupported/programs/beach_ball/spheres.c index 385307559..ac9349b11 100644 --- a/xc/unsupported/programs/beach_ball/spheres.c +++ b/xc/unsupported/programs/beach_ball/spheres.c @@ -1,4 +1,4 @@ -/* $XConsortium: spheres.c,v 5.2 91/05/09 16:14:54 rws Exp $ */ +/* $XConsortium: spheres.c,v 5.3 94/04/17 20:44:14 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/programs/dbedizzy/Imakefile b/xc/unsupported/programs/dbedizzy/Imakefile index 72cbfb4df..d52cfd8a7 100644 --- a/xc/unsupported/programs/dbedizzy/Imakefile +++ b/xc/unsupported/programs/dbedizzy/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.14 94/03/30 12:10:30 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.1 95/05/31 14:59:30 dpw Exp $ DEFINES = ExtensionDefines DEPLIBS = $(DEPXLIB) diff --git a/xc/unsupported/programs/dish/Imakefile b/xc/unsupported/programs/dish/Imakefile index 2f79ed1a0..aad50c8ed 100644 --- a/xc/unsupported/programs/dish/Imakefile +++ b/xc/unsupported/programs/dish/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.6 94/03/22 17:59:51 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.7 94/03/25 20:02:38 matt Exp $ #include <Fresco.tmpl> diff --git a/xc/unsupported/programs/dish/main.cxx b/xc/unsupported/programs/dish/main.cxx index bff69743d..a258f4039 100644 --- a/xc/unsupported/programs/dish/main.cxx +++ b/xc/unsupported/programs/dish/main.cxx @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.cxx,v 1.10 94/09/02 18:12:30 matt Exp $ */ /* Copyright (c) 1992-1993 Silicon Graphics, Inc. * Copyright (c) 1993 Fujitsu, Ltd. * diff --git a/xc/unsupported/programs/dish/scripts/box b/xc/unsupported/programs/dish/scripts/box index 0cdf0301a..70a984725 100644 --- a/xc/unsupported/programs/dish/scripts/box +++ b/xc/unsupported/programs/dish/scripts/box @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: box,v 1.2 94/04/01 16:33:14 matt Exp $ # This dish script draws a resizeable glyph set style [figure_kit default_style] diff --git a/xc/unsupported/programs/dish/scripts/buttons b/xc/unsupported/programs/dish/scripts/buttons index 5ecb520c8..9a45883ae 100644 --- a/xc/unsupported/programs/dish/scripts/buttons +++ b/xc/unsupported/programs/dish/scripts/buttons @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: buttons,v 1.3 94/04/01 16:33:15 matt Exp $ # This dish script draws a simple push button proc push_me {message} { diff --git a/xc/unsupported/programs/dish/scripts/circle b/xc/unsupported/programs/dish/scripts/circle index 3e9d6fd23..49079d69a 100644 --- a/xc/unsupported/programs/dish/scripts/circle +++ b/xc/unsupported/programs/dish/scripts/circle @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: circle,v 1.2 94/04/01 16:33:15 matt Exp $ # This dish script draws a single circle set style [figure_kit default_style] diff --git a/xc/unsupported/programs/dish/scripts/colors b/xc/unsupported/programs/dish/scripts/colors index 06d4ecb27..fdd54cfd8 100644 --- a/xc/unsupported/programs/dish/scripts/colors +++ b/xc/unsupported/programs/dish/scripts/colors @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: colors,v 1.2 94/04/01 16:33:16 matt Exp $ # This dish script uses out params to get the color intensities of the # default foreground and background of FigureStyle diff --git a/xc/unsupported/programs/dish/scripts/fdemo b/xc/unsupported/programs/dish/scripts/fdemo index 28cc07482..4c4430485 100644 --- a/xc/unsupported/programs/dish/scripts/fdemo +++ b/xc/unsupported/programs/dish/scripts/fdemo @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: fdemo,v 1.2 94/04/01 16:33:17 matt Exp $ # This dish script demonstrates some Fresco widgets # diff --git a/xc/unsupported/programs/dish/scripts/hello b/xc/unsupported/programs/dish/scripts/hello index 99d2ad6ae..2f43d59cf 100644 --- a/xc/unsupported/programs/dish/scripts/hello +++ b/xc/unsupported/programs/dish/scripts/hello @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: hello,v 1.2 94/04/01 16:33:17 matt Exp $ # This dish script draws a window containing 'hello world' main 0 [figure_kit label [figure_kit default_style] "hello world"] diff --git a/xc/unsupported/programs/dish/scripts/mtcircles b/xc/unsupported/programs/dish/scripts/mtcircles index 684702ac5..8555d9f4c 100644 --- a/xc/unsupported/programs/dish/scripts/mtcircles +++ b/xc/unsupported/programs/dish/scripts/mtcircles @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: mtcircles,v 1.2 94/04/01 16:33:18 matt Exp $ # This dish script draws two circles that change their sizes # # Bugs: 1) Can't make tcl share one procedure (zoomer). diff --git a/xc/unsupported/programs/dish/scripts/transform b/xc/unsupported/programs/dish/scripts/transform index 3aad038b8..a5249462f 100644 --- a/xc/unsupported/programs/dish/scripts/transform +++ b/xc/unsupported/programs/dish/scripts/transform @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: transform,v 1.2 94/04/01 16:33:18 matt Exp $ # This dish script uses inout params to transform a vector with a matrix set circle [figure_kit circle 0 [figure_kit default_style] 0 0 100] diff --git a/xc/unsupported/programs/dish/scripts/zoomer b/xc/unsupported/programs/dish/scripts/zoomer index 07c2f504f..e75fd837b 100644 --- a/xc/unsupported/programs/dish/scripts/zoomer +++ b/xc/unsupported/programs/dish/scripts/zoomer @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: zoomer,v 1.2 94/04/01 16:33:19 matt Exp $ # This dish script draws a circle that changes its size # # Bugs: 1) Doesn't redraw when the mouse is not moving in the window diff --git a/xc/unsupported/programs/fdraw/Imakefile b/xc/unsupported/programs/fdraw/Imakefile index 0371b3221..8ea290b95 100644 --- a/xc/unsupported/programs/fdraw/Imakefile +++ b/xc/unsupported/programs/fdraw/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.1 94/03/23 10:51:11 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.2 94/03/25 19:59:48 matt Exp $ /* * Fdraw -- Fresco drawing editor demonstration program diff --git a/xc/unsupported/programs/gpc/Imakefile b/xc/unsupported/programs/gpc/Imakefile index 1ad1c34a1..815381dd1 100644 --- a/xc/unsupported/programs/gpc/Imakefile +++ b/xc/unsupported/programs/gpc/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.15 91/08/22 14:26:28 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.16 94/04/17 20:44:15 rws Exp $ XCOMM XCOMM Copyright 1989,1990, 1991 by Sun Microsystems, Inc. XCOMM diff --git a/xc/unsupported/programs/gpc/basestat.c b/xc/unsupported/programs/gpc/basestat.c index 1b67e9a32..c3f5d6831 100644 --- a/xc/unsupported/programs/gpc/basestat.c +++ b/xc/unsupported/programs/gpc/basestat.c @@ -1,4 +1,4 @@ -/* $XConsortium: basestat.c,v 5.2 91/07/19 14:13:23 hersh Exp $ */ +/* $XConsortium: basestat.c,v 5.3 94/04/17 20:44:16 hersh Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bif_lex.c b/xc/unsupported/programs/gpc/bif_lex.c index e49c29a87..0f9d8c1b5 100644 --- a/xc/unsupported/programs/gpc/bif_lex.c +++ b/xc/unsupported/programs/gpc/bif_lex.c @@ -1,4 +1,4 @@ -/* $XConsortium: bif_lex.c,v 5.4 91/10/21 14:32:54 eswu Exp $ */ +/* $XConsortium: bif_lex.c,v 5.5 94/04/17 20:44:17 eswu Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bifbuild.c b/xc/unsupported/programs/gpc/bifbuild.c index 459b31341..88a1ba59b 100644 --- a/xc/unsupported/programs/gpc/bifbuild.c +++ b/xc/unsupported/programs/gpc/bifbuild.c @@ -1,4 +1,4 @@ -/* $XConsortium: bifbuild.c,v 5.4 91/08/23 16:45:28 rws Exp $ */ +/* $XConsortium: bifbuild.c,v 5.5 94/04/17 20:44:20 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bifbuild.h b/xc/unsupported/programs/gpc/bifbuild.h index e7d6cc325..b320c0f49 100644 --- a/xc/unsupported/programs/gpc/bifbuild.h +++ b/xc/unsupported/programs/gpc/bifbuild.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: bifbuild.h,v 5.1 91/02/16 10:06:55 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/bifconfig.c b/xc/unsupported/programs/gpc/bifconfig.c index 203fae0e9..bc432c9cc 100644 --- a/xc/unsupported/programs/gpc/bifconfig.c +++ b/xc/unsupported/programs/gpc/bifconfig.c @@ -1,4 +1,4 @@ -/* $XConsortium: bifconfig.c,v 5.1 91/02/16 10:06:56 rws Exp $ */ +/* $XConsortium: bifconfig.c,v 5.2 94/04/17 20:44:22 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bifmacro.h b/xc/unsupported/programs/gpc/bifmacro.h index 69ebbeea9..209d76fbf 100644 --- a/xc/unsupported/programs/gpc/bifmacro.h +++ b/xc/unsupported/programs/gpc/bifmacro.h @@ -1,4 +1,4 @@ -/* $XConsortium: bifmacro.h,v 5.1 91/02/16 10:06:57 rws Exp $ */ +/* $XConsortium: bifmacro.h,v 5.2 91/07/10 08:27:25 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/bifparse.h b/xc/unsupported/programs/gpc/bifparse.h index 8ef046ee9..a478f1a55 100644 --- a/xc/unsupported/programs/gpc/bifparse.h +++ b/xc/unsupported/programs/gpc/bifparse.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: bifparse.h,v 5.1 91/02/16 10:07:01 rws Exp $ */ typedef union { diff --git a/xc/unsupported/programs/gpc/biftypes.h b/xc/unsupported/programs/gpc/biftypes.h index 692dbbf0b..5e9c6fc48 100644 --- a/xc/unsupported/programs/gpc/biftypes.h +++ b/xc/unsupported/programs/gpc/biftypes.h @@ -1,4 +1,4 @@ -/* $XConsortium: biftypes.h,v 5.3 91/02/17 12:08:00 rws Exp $ */ +/* $XConsortium: biftypes.h,v 5.4 94/04/17 20:44:23 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bld_prim.c b/xc/unsupported/programs/gpc/bld_prim.c index 4beed27ea..bdfca8537 100644 --- a/xc/unsupported/programs/gpc/bld_prim.c +++ b/xc/unsupported/programs/gpc/bld_prim.c @@ -1,4 +1,4 @@ -/* $XConsortium: bld_prim.c,v 5.3 91/07/12 18:05:26 hersh Exp $ */ +/* $XConsortium: bld_prim.c,v 5.4 94/04/17 20:44:24 hersh Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bld_str.c b/xc/unsupported/programs/gpc/bld_str.c index 8aff44c30..5c77194c0 100644 --- a/xc/unsupported/programs/gpc/bld_str.c +++ b/xc/unsupported/programs/gpc/bld_str.c @@ -1,4 +1,4 @@ -/* $XConsortium: bld_str.c,v 5.1 91/02/16 10:07:06 rws Exp $ */ +/* $XConsortium: bld_str.c,v 5.2 94/04/17 20:44:25 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bld_view.c b/xc/unsupported/programs/gpc/bld_view.c index 75b08ebb5..78678f067 100644 --- a/xc/unsupported/programs/gpc/bld_view.c +++ b/xc/unsupported/programs/gpc/bld_view.c @@ -1,4 +1,4 @@ -/* $XConsortium: bld_view.c,v 5.2 91/07/12 18:05:36 hersh Exp $ */ +/* $XConsortium: bld_view.c,v 5.3 94/04/17 20:44:25 hersh Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/bldgeneric.c b/xc/unsupported/programs/gpc/bldgeneric.c index a3e171a58..d19e3984a 100644 --- a/xc/unsupported/programs/gpc/bldgeneric.c +++ b/xc/unsupported/programs/gpc/bldgeneric.c @@ -1,4 +1,4 @@ -/* $XConsortium: bldgeneric.c,v 5.1 91/02/16 10:07:09 rws Exp $ */ +/* $XConsortium: bldgeneric.c,v 5.2 94/04/17 20:44:26 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_ents.c b/xc/unsupported/programs/gpc/brf_ents.c index bb9431449..cb5e2bdd1 100644 --- a/xc/unsupported/programs/gpc/brf_ents.c +++ b/xc/unsupported/programs/gpc/brf_ents.c @@ -1,4 +1,4 @@ -/* $XConsortium: brf_ents.c,v 5.2 91/07/18 17:30:08 rws Exp $ */ +/* $XConsortium: brf_ents.c,v 5.3 94/04/17 20:44:27 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_ents.h b/xc/unsupported/programs/gpc/brf_ents.h index 99289a386..ef5d63c80 100644 --- a/xc/unsupported/programs/gpc/brf_ents.h +++ b/xc/unsupported/programs/gpc/brf_ents.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: brf_ents.h,v 5.1 91/02/16 10:07:13 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/brf_except.c b/xc/unsupported/programs/gpc/brf_except.c index eaa1ee032..19e93f4d8 100644 --- a/xc/unsupported/programs/gpc/brf_except.c +++ b/xc/unsupported/programs/gpc/brf_except.c @@ -1,4 +1,4 @@ -/* $XConsortium: brf_except.c,v 5.1 91/02/16 10:07:14 rws Exp $ */ +/* $XConsortium: brf_except.c,v 5.2 94/04/17 20:44:28 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_phead.c b/xc/unsupported/programs/gpc/brf_phead.c index be856b6d3..610a1ae19 100644 --- a/xc/unsupported/programs/gpc/brf_phead.c +++ b/xc/unsupported/programs/gpc/brf_phead.c @@ -1,4 +1,4 @@ -/* $XConsortium: brf_phead.c,v 5.4 91/10/21 14:33:01 eswu Exp $ */ +/* $XConsortium: brf_phead.c,v 5.5 94/04/17 20:44:29 eswu Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_prt.h b/xc/unsupported/programs/gpc/brf_prt.h index 1da6e13d1..e382d77f7 100644 --- a/xc/unsupported/programs/gpc/brf_prt.h +++ b/xc/unsupported/programs/gpc/brf_prt.h @@ -1,4 +1,4 @@ -/* $XConsortium: brf_prt.h,v 5.4 91/06/17 19:52:08 rws Exp $ */ +/* $XConsortium: brf_prt.h,v 5.5 94/04/17 20:44:29 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_set.h b/xc/unsupported/programs/gpc/brf_set.h index 2cd1e49a2..2aad43a4e 100644 --- a/xc/unsupported/programs/gpc/brf_set.h +++ b/xc/unsupported/programs/gpc/brf_set.h @@ -1,4 +1,4 @@ -/* $XConsortium: brf_set.h,v 5.1 91/02/16 10:07:18 rws Exp $ */ +/* $XConsortium: brf_set.h,v 5.2 91/10/21 14:33:04 eswu Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/brf_test.c b/xc/unsupported/programs/gpc/brf_test.c index 514b0c497..e46cee2bd 100644 --- a/xc/unsupported/programs/gpc/brf_test.c +++ b/xc/unsupported/programs/gpc/brf_test.c @@ -1,4 +1,4 @@ -/* $XConsortium: brf_test.c,v 5.1 91/02/16 10:07:19 rws Exp $ */ +/* $XConsortium: brf_test.c,v 5.2 94/04/17 20:44:31 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brf_trv.c b/xc/unsupported/programs/gpc/brf_trv.c index a6c1042ff..d1fccc9df 100644 --- a/xc/unsupported/programs/gpc/brf_trv.c +++ b/xc/unsupported/programs/gpc/brf_trv.c @@ -1,4 +1,4 @@ -/* $XConsortium: brf_trv.c,v 5.1 91/02/16 10:07:20 rws Exp $ */ +/* $XConsortium: brf_trv.c,v 5.2 94/04/17 20:44:31 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/brfexmacro.h b/xc/unsupported/programs/gpc/brfexmacro.h index 95e570a22..5ca541538 100644 --- a/xc/unsupported/programs/gpc/brfexmacro.h +++ b/xc/unsupported/programs/gpc/brfexmacro.h @@ -1,4 +1,4 @@ -/* $XConsortium: brfexmacro.h,v 5.2 91/04/04 13:32:56 gildea Exp $ */ +/* $XConsortium: brfexmacro.h,v 5.3 91/10/21 14:33:06 eswu Exp $ */ /*--------------------------------------------------------------------*\ | diff --git a/xc/unsupported/programs/gpc/brfexption.h b/xc/unsupported/programs/gpc/brfexption.h index 9105e2ec4..7673230c5 100644 --- a/xc/unsupported/programs/gpc/brfexption.h +++ b/xc/unsupported/programs/gpc/brfexption.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: brfexption.h,v 5.1 91/02/16 10:07:22 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/brftypes.h b/xc/unsupported/programs/gpc/brftypes.h index c7ed5cfd6..28dcbd248 100644 --- a/xc/unsupported/programs/gpc/brftypes.h +++ b/xc/unsupported/programs/gpc/brftypes.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: brftypes.h,v 5.1 91/02/16 10:07:24 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/db_tools.c b/xc/unsupported/programs/gpc/db_tools.c index cdda71c76..cb10df9dc 100644 --- a/xc/unsupported/programs/gpc/db_tools.c +++ b/xc/unsupported/programs/gpc/db_tools.c @@ -1,4 +1,4 @@ -/* $XConsortium: db_tools.c,v 5.2 91/04/03 09:40:13 rws Exp $ */ +/* $XConsortium: db_tools.c,v 5.3 94/04/17 20:44:33 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/db_tools.h b/xc/unsupported/programs/gpc/db_tools.h index dade0683c..97734a9f3 100644 --- a/xc/unsupported/programs/gpc/db_tools.h +++ b/xc/unsupported/programs/gpc/db_tools.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: db_tools.h,v 5.1 91/02/16 10:07:26 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/doentity.c b/xc/unsupported/programs/gpc/doentity.c index 14b2a3d32..ba62d89e0 100644 --- a/xc/unsupported/programs/gpc/doentity.c +++ b/xc/unsupported/programs/gpc/doentity.c @@ -1,4 +1,4 @@ -/* $XConsortium: doentity.c,v 5.2 91/08/23 16:45:39 rws Exp $ */ +/* $XConsortium: doentity.c,v 5.3 94/04/17 20:44:34 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/doentity.h b/xc/unsupported/programs/gpc/doentity.h index 0e4dbe0aa..de4048db2 100644 --- a/xc/unsupported/programs/gpc/doentity.h +++ b/xc/unsupported/programs/gpc/doentity.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: doentity.h,v 5.1 91/02/16 10:07:30 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/dummies.c b/xc/unsupported/programs/gpc/dummies.c index 4c2c3d8f6..bc09d0ab0 100644 --- a/xc/unsupported/programs/gpc/dummies.c +++ b/xc/unsupported/programs/gpc/dummies.c @@ -1,4 +1,4 @@ -/* $XConsortium: dummies.c,v 5.1 91/02/16 10:07:31 rws Exp $ */ +/* $XConsortium: dummies.c,v 5.2 94/04/17 20:44:34 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/fakefigs.c b/xc/unsupported/programs/gpc/fakefigs.c index 31a40e950..77ac4fa53 100644 --- a/xc/unsupported/programs/gpc/fakefigs.c +++ b/xc/unsupported/programs/gpc/fakefigs.c @@ -1,4 +1,4 @@ -/* $XConsortium: fakefigs.c,v 5.2 91/04/03 09:40:19 rws Exp $ */ +/* $XConsortium: fakefigs.c,v 5.3 94/04/17 20:44:35 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/fig_enums.h b/xc/unsupported/programs/gpc/fig_enums.h index f0318ce85..c2bf6316c 100644 --- a/xc/unsupported/programs/gpc/fig_enums.h +++ b/xc/unsupported/programs/gpc/fig_enums.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fig_enums.h,v 5.1 91/02/16 10:07:33 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/fillcont.c b/xc/unsupported/programs/gpc/fillcont.c index 10a6670f9..0983231b1 100644 --- a/xc/unsupported/programs/gpc/fillcont.c +++ b/xc/unsupported/programs/gpc/fillcont.c @@ -1,4 +1,4 @@ -/* $XConsortium: fillcont.c,v 5.2 91/04/03 09:40:25 rws Exp $ */ +/* $XConsortium: fillcont.c,v 5.3 94/04/17 20:44:36 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/gen_ents.c b/xc/unsupported/programs/gpc/gen_ents.c index 49d5d3a03..0cfa106bf 100644 --- a/xc/unsupported/programs/gpc/gen_ents.c +++ b/xc/unsupported/programs/gpc/gen_ents.c @@ -1,4 +1,4 @@ -/* $XConsortium: gen_ents.c,v 5.3 91/04/03 09:40:29 rws Exp $ */ +/* $XConsortium: gen_ents.c,v 5.4 94/04/17 20:44:36 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/globals.h b/xc/unsupported/programs/gpc/globals.h index 983d12da0..dd9c0e313 100644 --- a/xc/unsupported/programs/gpc/globals.h +++ b/xc/unsupported/programs/gpc/globals.h @@ -1,4 +1,4 @@ -/* $XConsortium: globals.h,v 5.2 91/04/03 10:29:19 rws Exp $ */ +/* $XConsortium: globals.h,v 5.3 93/01/04 18:24:06 hersh Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/init_bench.c b/xc/unsupported/programs/gpc/init_bench.c index 028c71adb..303aebd84 100644 --- a/xc/unsupported/programs/gpc/init_bench.c +++ b/xc/unsupported/programs/gpc/init_bench.c @@ -1,4 +1,4 @@ -/* $XConsortium: init_bench.c,v 5.6 93/01/04 18:23:15 hersh Exp $ */ +/* $XConsortium: init_bench.c,v 5.7 94/04/17 20:44:37 hersh Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/listbufs.c b/xc/unsupported/programs/gpc/listbufs.c index 8f69499b9..32cfff1c1 100644 --- a/xc/unsupported/programs/gpc/listbufs.c +++ b/xc/unsupported/programs/gpc/listbufs.c @@ -1,4 +1,4 @@ -/* $XConsortium: listbufs.c,v 5.2 91/07/10 08:40:16 rws Exp $ */ +/* $XConsortium: listbufs.c,v 5.3 94/04/17 20:44:38 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/macfunct.h b/xc/unsupported/programs/gpc/macfunct.h index aec61de3c..ec283e324 100644 --- a/xc/unsupported/programs/gpc/macfunct.h +++ b/xc/unsupported/programs/gpc/macfunct.h @@ -1,4 +1,4 @@ -/* $XConsortium: macfunct.h,v 5.2 91/02/16 10:07:41 rws Exp $ */ +/* $XConsortium: macfunct.h,v 5.3 94/04/17 20:44:39 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/maptools.c b/xc/unsupported/programs/gpc/maptools.c index 5cb326f28..02378852e 100644 --- a/xc/unsupported/programs/gpc/maptools.c +++ b/xc/unsupported/programs/gpc/maptools.c @@ -1,4 +1,4 @@ -/* $XConsortium: maptools.c,v 5.2 91/07/12 18:05:40 hersh Exp $ */ +/* $XConsortium: maptools.c,v 5.3 94/04/17 20:44:39 hersh Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/matrix.c b/xc/unsupported/programs/gpc/matrix.c index ec9f8451f..0d0dc330d 100644 --- a/xc/unsupported/programs/gpc/matrix.c +++ b/xc/unsupported/programs/gpc/matrix.c @@ -1,4 +1,4 @@ -/* $XConsortium: matrix.c,v 5.1 91/02/16 10:07:44 rws Exp $ */ +/* $XConsortium: matrix.c,v 5.2 94/04/17 20:44:40 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/new_ents.c b/xc/unsupported/programs/gpc/new_ents.c index b763dac5e..16aa21da1 100644 --- a/xc/unsupported/programs/gpc/new_ents.c +++ b/xc/unsupported/programs/gpc/new_ents.c @@ -1,4 +1,4 @@ -/* $XConsortium: new_ents.c,v 5.3 91/08/23 16:45:45 rws Exp $ */ +/* $XConsortium: new_ents.c,v 5.4 94/04/17 20:44:41 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/new_ents.h b/xc/unsupported/programs/gpc/new_ents.h index 78d9b7597..4cbde4a67 100644 --- a/xc/unsupported/programs/gpc/new_ents.h +++ b/xc/unsupported/programs/gpc/new_ents.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: new_ents.h,v 5.1 91/02/16 10:07:48 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/ph_map.h b/xc/unsupported/programs/gpc/ph_map.h index fd0a1d398..7ec4d9c59 100644 --- a/xc/unsupported/programs/gpc/ph_map.h +++ b/xc/unsupported/programs/gpc/ph_map.h @@ -1,4 +1,4 @@ -/* $XConsortium: ph_map.h,v 5.2 91/02/16 10:07:49 rws Exp $ */ +/* $XConsortium: ph_map.h,v 5.3 94/04/17 20:44:42 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/pixbuf.c b/xc/unsupported/programs/gpc/pixbuf.c index 18eb3360a..225989f2c 100644 --- a/xc/unsupported/programs/gpc/pixbuf.c +++ b/xc/unsupported/programs/gpc/pixbuf.c @@ -1,4 +1,4 @@ -/* $XConsortium: pixbuf.c,v 5.1 91/02/16 10:07:50 rws Exp $ */ +/* $XConsortium: pixbuf.c,v 5.2 94/04/17 20:44:43 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/plbpex.man b/xc/unsupported/programs/gpc/plbpex.man index 921a83f1e..d1fa96c2b 100644 --- a/xc/unsupported/programs/gpc/plbpex.man +++ b/xc/unsupported/programs/gpc/plbpex.man @@ -1,4 +1,4 @@ -.\" $XConsortium: plbpex.man,v 1.4 94/04/11 14:30:03 gildea Exp $ +.\" $XConsortium: plbpex.man,v 1.5 94/04/17 20:44:44 gildea Exp $ .de EX \"Begin example .ne 5 .if n .sp 1 diff --git a/xc/unsupported/programs/gpc/stopwatch.c b/xc/unsupported/programs/gpc/stopwatch.c index 6698cb5b5..de8436246 100644 --- a/xc/unsupported/programs/gpc/stopwatch.c +++ b/xc/unsupported/programs/gpc/stopwatch.c @@ -1,4 +1,4 @@ -/* $XConsortium: stopwatch.c,v 5.3 91/10/21 14:33:08 eswu Exp $ */ +/* $XConsortium: stopwatch.c,v 5.4 94/04/17 20:44:44 eswu Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/gpc/stopwatch.h b/xc/unsupported/programs/gpc/stopwatch.h index b7eb9ebf7..7252c5aa4 100644 --- a/xc/unsupported/programs/gpc/stopwatch.h +++ b/xc/unsupported/programs/gpc/stopwatch.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: stopwatch.h,v 5.1 91/02/16 10:07:53 rws Exp $ */ /* */ diff --git a/xc/unsupported/programs/gpc/traverser.c b/xc/unsupported/programs/gpc/traverser.c index 25500ee9c..bd8099644 100644 --- a/xc/unsupported/programs/gpc/traverser.c +++ b/xc/unsupported/programs/gpc/traverser.c @@ -1,4 +1,4 @@ -/* $XConsortium: traverser.c,v 5.1 91/02/16 10:07:54 rws Exp $ */ +/* $XConsortium: traverser.c,v 5.2 94/04/17 20:44:45 rws Exp $ */ /* Copyright (c) 1989, 1990, 1991 X Consortium diff --git a/xc/unsupported/programs/i2mif/Imakefile b/xc/unsupported/programs/i2mif/Imakefile index f8eb93e4b..238580794 100644 --- a/xc/unsupported/programs/i2mif/Imakefile +++ b/xc/unsupported/programs/i2mif/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.5 94/03/22 14:41:24 matt Exp $ +XCOMM $XConsortium: Imakefile,v 1.6 94/03/25 20:00:27 matt Exp $ XCOMM XCOMM IDL-to-MIF documentation generator XCOMM diff --git a/xc/unsupported/programs/ico/Imakefile b/xc/unsupported/programs/ico/Imakefile index 93cabb192..0a25c75f4 100644 --- a/xc/unsupported/programs/ico/Imakefile +++ b/xc/unsupported/programs/ico/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.13 93/09/24 12:43:05 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.14 94/03/30 12:10:30 gildea Exp $ #define LocalThreadsDefines -DMULTITHREAD #include <Threads.tmpl> diff --git a/xc/unsupported/programs/ico/ico.c b/xc/unsupported/programs/ico/ico.c index 42a731574..a9070a513 100644 --- a/xc/unsupported/programs/ico/ico.c +++ b/xc/unsupported/programs/ico/ico.c @@ -1,4 +1,4 @@ -/* $XConsortium: ico.c,v 1.46 94/03/30 11:47:23 gildea Exp $ */ +/* $XConsortium: ico.c,v 1.47 94/04/17 20:45:15 gildea Exp $ */ /*********************************************************** Copyright (c) 1987 X Consortium diff --git a/xc/unsupported/programs/ico/ico.man b/xc/unsupported/programs/ico/ico.man index 362c0c95d..f4a979c29 100644 --- a/xc/unsupported/programs/ico/ico.man +++ b/xc/unsupported/programs/ico/ico.man @@ -1,4 +1,4 @@ -.\" $XConsortium: ico.man,v 1.13 94/04/11 14:30:06 gildea Exp $ +.\" $XConsortium: ico.man,v 1.14 94/04/17 20:45:16 gildea Exp $ .TH ICO 1 "Release 6" "X Version 11" .SH NAME ico \- animate an icosahedron or other polyhedron diff --git a/xc/unsupported/programs/ixx/Imakefile b/xc/unsupported/programs/ixx/Imakefile index c07fef3d8..0609e89a5 100644 --- a/xc/unsupported/programs/ixx/Imakefile +++ b/xc/unsupported/programs/ixx/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.4 94/03/30 12:11:24 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.5 94/04/01 16:31:55 matt Exp $ XCOMM XCOMM Interface translator XCOMM diff --git a/xc/unsupported/programs/ixx/expr-impl.h b/xc/unsupported/programs/ixx/expr-impl.h index bd98da665..d122b2c4c 100644 --- a/xc/unsupported/programs/ixx/expr-impl.h +++ b/xc/unsupported/programs/ixx/expr-impl.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: expr-impl.h,v 1.5 94/06/03 21:41:04 matt Exp $ */ /* * Copyright (c) 1992-1993 Silicon Graphics, Inc. diff --git a/xc/unsupported/programs/ixx/gen-hdr.cxx b/xc/unsupported/programs/ixx/gen-hdr.cxx index 33b275624..f94af17ad 100644 --- a/xc/unsupported/programs/ixx/gen-hdr.cxx +++ b/xc/unsupported/programs/ixx/gen-hdr.cxx @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: gen-hdr.cxx,v 1.5 94/11/08 20:57:08 matt Exp $ */ /* * Copyright (c) 1992-1993 Silicon Graphics, Inc. * Copyright (c) 1993 Fujitsu, Ltd. diff --git a/xc/unsupported/programs/ixx/generator.cxx b/xc/unsupported/programs/ixx/generator.cxx index b5b3b4ad7..fb0045b34 100644 --- a/xc/unsupported/programs/ixx/generator.cxx +++ b/xc/unsupported/programs/ixx/generator.cxx @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: generator.cxx,v 1.5 94/11/08 20:57:08 matt Exp $ */ /* * Copyright (c) 1992-1993 Silicon Graphics, Inc. * Copyright (c) 1993 Fujitsu, Ltd. diff --git a/xc/unsupported/programs/ixx/generator.h b/xc/unsupported/programs/ixx/generator.h index 7855ffc41..9ebe8b11f 100644 --- a/xc/unsupported/programs/ixx/generator.h +++ b/xc/unsupported/programs/ixx/generator.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: generator.h,v 1.4 94/11/08 20:57:08 matt Exp $ */ /* * Copyright (c) 1992-1993 Silicon Graphics, Inc. * Copyright (c) 1993 Fujitsu, Ltd. diff --git a/xc/unsupported/programs/ixx/list.h b/xc/unsupported/programs/ixx/list.h index a5708f8d1..3e8db77ba 100644 --- a/xc/unsupported/programs/ixx/list.h +++ b/xc/unsupported/programs/ixx/list.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: list.h,v 1.3 94/06/03 21:41:04 matt Exp $ */ /* * Copyright (c) 1987, 1988, 1989, 1990, 1991 Stanford University diff --git a/xc/unsupported/programs/ixx/main.cxx b/xc/unsupported/programs/ixx/main.cxx index c68e66f82..e1c9d5737 100644 --- a/xc/unsupported/programs/ixx/main.cxx +++ b/xc/unsupported/programs/ixx/main.cxx @@ -1,4 +1,4 @@ -/* $XConsortium: main.cxx,v 1.6 94/06/03 21:41:05 matt Exp matt $ */ +/* $XConsortium: main.cxx,v 1.7 94/09/23 13:38:28 matt Exp $ */ /* * Copyright (c) 1992-1993 Silicon Graphics, Inc. diff --git a/xc/unsupported/programs/ixx/table.h b/xc/unsupported/programs/ixx/table.h index bad447d5e..be136d75c 100644 --- a/xc/unsupported/programs/ixx/table.h +++ b/xc/unsupported/programs/ixx/table.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: table.h,v 1.3 94/06/03 21:41:06 matt Exp $ */ /* * Copyright (c) 1987, 1988, 1989, 1990, 1991 Stanford University diff --git a/xc/unsupported/programs/ixx/table2.h b/xc/unsupported/programs/ixx/table2.h index 9e22dea4b..728fff6e3 100644 --- a/xc/unsupported/programs/ixx/table2.h +++ b/xc/unsupported/programs/ixx/table2.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: table2.h,v 1.3 94/06/03 21:41:06 matt Exp $ */ /* * Copyright (c) 1987, 1988, 1989, 1990, 1991 Stanford University diff --git a/xc/unsupported/programs/ixx/tokendefs.h b/xc/unsupported/programs/ixx/tokendefs.h index b19ef877e..78a5beb65 100644 --- a/xc/unsupported/programs/ixx/tokendefs.h +++ b/xc/unsupported/programs/ixx/tokendefs.h @@ -1,5 +1,5 @@ /* - * $XConsortium$ + * $XConsortium: tokendefs.h,v 1.1 94/04/01 15:36:36 matt Exp $ */ /* * Copyright (c) 1992-1994 Silicon Graphics, Inc. diff --git a/xc/unsupported/programs/listres/Imakefile b/xc/unsupported/programs/listres/Imakefile index 508b390f1..159773a30 100644 --- a/xc/unsupported/programs/listres/Imakefile +++ b/xc/unsupported/programs/listres/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.13 91/07/17 00:48:25 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.14 93/08/17 21:15:52 rws Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs SYS_LIBRARIES = MathLibrary diff --git a/xc/unsupported/programs/listres/listres.c b/xc/unsupported/programs/listres/listres.c index e40ff0707..65d7cfa4d 100644 --- a/xc/unsupported/programs/listres/listres.c +++ b/xc/unsupported/programs/listres/listres.c @@ -1,5 +1,5 @@ /* - * $XConsortium: listres.c,v 1.31 91/02/16 18:30:40 dave Exp $ + * $XConsortium: listres.c,v 1.32 94/04/17 20:43:22 dave Exp $ * * Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/listres/listres.man b/xc/unsupported/programs/listres/listres.man index 12cd10d34..66b4ae3a2 100644 --- a/xc/unsupported/programs/listres/listres.man +++ b/xc/unsupported/programs/listres/listres.man @@ -1,4 +1,4 @@ -.\" $XConsortium: listres.man,v 1.7 94/04/11 14:29:19 gildea Exp $ +.\" $XConsortium: listres.man,v 1.8 94/04/17 20:43:22 gildea Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/maze/Imakefile b/xc/unsupported/programs/maze/Imakefile index 02c7a7cc8..4cc546692 100644 --- a/xc/unsupported/programs/maze/Imakefile +++ b/xc/unsupported/programs/maze/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.5 91/07/18 17:39:13 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.6 92/05/05 08:38:19 rws Exp $ DEPLIBS = $(DEPXLIB) LOCAL_LIBRARIES = $(XLIB) #if defined(ConvexArchitecture) || defined(HPArchitecture) diff --git a/xc/unsupported/programs/maze/maze.c b/xc/unsupported/programs/maze/maze.c index 3c8ff0d05..5182d87a2 100644 --- a/xc/unsupported/programs/maze/maze.c +++ b/xc/unsupported/programs/maze/maze.c @@ -1,4 +1,4 @@ -/* $XConsortium: maze.c,v 1.11 91/04/24 08:30:59 gildea Exp $ */ +/* $XConsortium: maze.c,v 1.12 94/04/17 20:45:17 gildea Exp $ */ /****************************************************************************** * [ maze ] ... diff --git a/xc/unsupported/programs/maze/maze.man b/xc/unsupported/programs/maze/maze.man index a0ed38839..11c24231b 100644 --- a/xc/unsupported/programs/maze/maze.man +++ b/xc/unsupported/programs/maze/maze.man @@ -1,4 +1,4 @@ -.\" $XConsortium: maze.man,v 1.8 94/04/11 14:30:11 gildea Exp $ +.\" $XConsortium: maze.man,v 1.9 94/04/17 20:45:18 gildea Exp $ .TH MAZE 1 "Release 6" "X Version 11" .SH NAME maze \- an automated X11 demo repeatedly creating and solving a random maze diff --git a/xc/unsupported/programs/puzzle/Imakefile b/xc/unsupported/programs/puzzle/Imakefile index c31afe2fa..179c6f7e5 100644 --- a/xc/unsupported/programs/puzzle/Imakefile +++ b/xc/unsupported/programs/puzzle/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.5 91/07/16 23:08:01 gildea Exp $ DEPLIBS = $(DEPXLIB) LOCAL_LIBRARIES = $(XLIB) SRCS = puzzle.c main.c picture.c diff --git a/xc/unsupported/programs/puzzle/main.c b/xc/unsupported/programs/puzzle/main.c index d959c08d6..3ae17052e 100644 --- a/xc/unsupported/programs/puzzle/main.c +++ b/xc/unsupported/programs/puzzle/main.c @@ -1,4 +1,4 @@ -/* $XConsortium: main.c,v 1.18 94/03/28 15:31:56 gildea Exp $ */ +/* $XConsortium: main.c,v 1.19 94/03/28 18:34:05 gildea Exp $ */ /* Puzzle - (C) Copyright 1987, 1988 Don Bennett. * diff --git a/xc/unsupported/programs/puzzle/picture.c b/xc/unsupported/programs/puzzle/picture.c index 288e39197..ecbd192a0 100644 --- a/xc/unsupported/programs/puzzle/picture.c +++ b/xc/unsupported/programs/puzzle/picture.c @@ -1,4 +1,4 @@ -/* $XConsortium: picture.c,v 1.6 91/07/18 16:29:01 rws Exp $ */ +/* $XConsortium: picture.c,v 1.7 91/08/21 11:48:53 rws Exp $ */ /* Puzzle - (C) Copyright 1987, 1988 Don Bennett. * * Permission to use, copy, modify, and distribute this software and its diff --git a/xc/unsupported/programs/puzzle/puzzle.c b/xc/unsupported/programs/puzzle/puzzle.c index a8972ecdb..baa05b980 100644 --- a/xc/unsupported/programs/puzzle/puzzle.c +++ b/xc/unsupported/programs/puzzle/puzzle.c @@ -1,5 +1,5 @@ /* - * $XConsortium: puzzle.c,v 1.13 94/03/28 15:28:56 gildea Exp $ + * $XConsortium: puzzle.c,v 1.14 94/03/28 18:34:10 gildea Exp $ */ /* Puzzle - (C) Copyright 1987, 1988 Don Bennett. diff --git a/xc/unsupported/programs/puzzle/puzzle.man b/xc/unsupported/programs/puzzle/puzzle.man index f3c86eca9..f07493a10 100644 --- a/xc/unsupported/programs/puzzle/puzzle.man +++ b/xc/unsupported/programs/puzzle/puzzle.man @@ -1,4 +1,4 @@ -.\" $XConsortium: puzzle.man,v 1.11 93/08/02 11:14:18 gildea Exp $ +.\" $XConsortium: puzzle.man,v 1.12 94/04/11 14:30:14 gildea Exp $ .TH PUZZLE 1 "Release 6" "X Version 11" .SH NAME puzzle \- 15-puzzle game for X diff --git a/xc/unsupported/programs/showfont/Imakefile b/xc/unsupported/programs/showfont/Imakefile index 0ddba78ee..f31e42ccd 100644 --- a/xc/unsupported/programs/showfont/Imakefile +++ b/xc/unsupported/programs/showfont/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.7 93/09/12 21:20:32 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.8 94/06/09 17:23:09 gildea Exp $ LOCAL_LIBRARIES = $(FSLIB) DEPLIBS = $(DEPFSLIB) SRCS = showfont.c diff --git a/xc/unsupported/programs/showfont/showfont.c b/xc/unsupported/programs/showfont/showfont.c index ace167643..e7d604e40 100644 --- a/xc/unsupported/programs/showfont/showfont.c +++ b/xc/unsupported/programs/showfont/showfont.c @@ -1,4 +1,4 @@ -/* $XConsortium: showfont.c,v 1.12 93/07/16 10:49:46 gildea Exp $ */ +/* $XConsortium: showfont.c,v 1.13 94/04/17 20:44:07 gildea Exp $ */ /* * Copyright 1990 Network Computing Devices; * Portions Copyright 1987 by Digital Equipment Corporation and the diff --git a/xc/unsupported/programs/showfont/showfont.man b/xc/unsupported/programs/showfont/showfont.man index 5e032fbad..3adb1f9da 100644 --- a/xc/unsupported/programs/showfont/showfont.man +++ b/xc/unsupported/programs/showfont/showfont.man @@ -1,4 +1,4 @@ -.\" $XConsortium: showfont.man,v 1.2 92/05/20 16:29:39 gildea Exp $ +.\" $XConsortium: showfont.man,v 1.3 94/04/11 14:29:57 gildea Exp $ .TH SHOWFONT 1 "Release 6" "X Version 11" .SH NAME showfont \- font dumper for X font server diff --git a/xc/unsupported/programs/viewres/Imakefile b/xc/unsupported/programs/viewres/Imakefile index 59a491653..2a491d0b1 100644 --- a/xc/unsupported/programs/viewres/Imakefile +++ b/xc/unsupported/programs/viewres/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.3 91/07/17 16:08:32 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.4 93/08/17 21:16:42 rws Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs SYS_LIBRARIES = MathLibrary diff --git a/xc/unsupported/programs/viewres/viewres.c b/xc/unsupported/programs/viewres/viewres.c index 00837aedb..7cd1ec550 100644 --- a/xc/unsupported/programs/viewres/viewres.c +++ b/xc/unsupported/programs/viewres/viewres.c @@ -1,5 +1,5 @@ /* - * $XConsortium: viewres.c,v 1.73 93/02/24 10:15:14 converse Exp $ + * $XConsortium: viewres.c,v 1.74 94/04/17 20:43:24 converse Exp $ * * Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/viewres/viewres.man b/xc/unsupported/programs/viewres/viewres.man index 359ad3377..d56f18126 100644 --- a/xc/unsupported/programs/viewres/viewres.man +++ b/xc/unsupported/programs/viewres/viewres.man @@ -1,4 +1,4 @@ -.\" $XConsortium: viewres.man,v 1.7 94/04/11 14:29:22 gildea Exp $ +.\" $XConsortium: viewres.man,v 1.8 94/04/17 20:43:25 gildea Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/xbiff/Imakefile b/xc/unsupported/programs/xbiff/Imakefile index 0ec513e84..84d87d990 100644 --- a/xc/unsupported/programs/xbiff/Imakefile +++ b/xc/unsupported/programs/xbiff/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.11 93/09/18 20:08:05 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.12 93/09/20 10:18:26 kaleb Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs SYS_LIBRARIES = MathLibrary diff --git a/xc/unsupported/programs/xbiff/Mailbox.c b/xc/unsupported/programs/xbiff/Mailbox.c index d6cd3b276..b56a5b34c 100644 --- a/xc/unsupported/programs/xbiff/Mailbox.c +++ b/xc/unsupported/programs/xbiff/Mailbox.c @@ -1,4 +1,4 @@ -/* $XConsortium: Mailbox.c,v 1.63 93/09/18 20:09:10 rws Exp $ */ +/* $XConsortium: Mailbox.c,v 1.64 94/04/17 20:43:26 rws Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/programs/xbiff/Mailbox.h b/xc/unsupported/programs/xbiff/Mailbox.h index 6b04daa42..dc7f1eba4 100644 --- a/xc/unsupported/programs/xbiff/Mailbox.h +++ b/xc/unsupported/programs/xbiff/Mailbox.h @@ -1,4 +1,4 @@ -/* $XConsortium: Mailbox.h,v 1.20 91/05/04 18:58:42 rws Exp $ */ +/* $XConsortium: Mailbox.h,v 1.21 94/04/17 20:43:27 rws Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/programs/xbiff/MailboxP.h b/xc/unsupported/programs/xbiff/MailboxP.h index ecba87b50..e8565e192 100644 --- a/xc/unsupported/programs/xbiff/MailboxP.h +++ b/xc/unsupported/programs/xbiff/MailboxP.h @@ -1,4 +1,4 @@ -/* $XConsortium: MailboxP.h,v 1.21 93/09/18 20:09:13 rws Exp $ */ +/* $XConsortium: MailboxP.h,v 1.22 94/04/17 20:43:27 rws Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/programs/xbiff/xbiff.c b/xc/unsupported/programs/xbiff/xbiff.c index acf2ff070..4da842a54 100644 --- a/xc/unsupported/programs/xbiff/xbiff.c +++ b/xc/unsupported/programs/xbiff/xbiff.c @@ -1,4 +1,4 @@ -/* $XConsortium: xbiff.c,v 1.18 93/09/18 20:09:03 rws Exp $ */ +/* $XConsortium: xbiff.c,v 1.19 94/04/17 20:43:28 rws Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/programs/xbiff/xbiff.man b/xc/unsupported/programs/xbiff/xbiff.man index a84228512..a9f367a14 100644 --- a/xc/unsupported/programs/xbiff/xbiff.man +++ b/xc/unsupported/programs/xbiff/xbiff.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xbiff.man,v 1.21 94/04/12 18:10:14 gildea Exp $ +.\" $XConsortium: xbiff.man,v 1.22 94/04/17 20:43:28 gildea Exp $ .\" Copyright (c) 1988 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/xcalc/Imakefile b/xc/unsupported/programs/xcalc/Imakefile index 64723123b..ca34ff082 100644 --- a/xc/unsupported/programs/xcalc/Imakefile +++ b/xc/unsupported/programs/xcalc/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.8 91/08/15 12:19:56 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.9 93/08/17 21:17:38 rws Exp $ #if defined(MacIIArchitecture) || defined(MotoR4Architecture) IEEE_DEFS = -DIEEE #endif diff --git a/xc/unsupported/programs/xcalc/XCalc.ad b/xc/unsupported/programs/xcalc/XCalc.ad index a00c0ad35..bc75feb8d 100644 --- a/xc/unsupported/programs/xcalc/XCalc.ad +++ b/xc/unsupported/programs/xcalc/XCalc.ad @@ -1,4 +1,4 @@ -! $XConsortium$ +! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $ ! XCalc application class resource file *Title: Calculator diff --git a/xc/unsupported/programs/xcalc/actions.c b/xc/unsupported/programs/xcalc/actions.c index 7d818356f..37c57361e 100644 --- a/xc/unsupported/programs/xcalc/actions.c +++ b/xc/unsupported/programs/xcalc/actions.c @@ -1,4 +1,4 @@ -/* $XConsortium: actions.c,v 1.8 91/03/22 18:27:15 converse Exp $ */ +/* $XConsortium: actions.c,v 1.9 94/04/17 20:43:30 converse Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xcalc/actions.h b/xc/unsupported/programs/xcalc/actions.h index 2b39759fd..69f1983a5 100644 --- a/xc/unsupported/programs/xcalc/actions.h +++ b/xc/unsupported/programs/xcalc/actions.h @@ -1,4 +1,4 @@ -/* $XConsortium: actions.h,v 1.5 91/01/10 11:51:05 rws Exp $ */ +/* $XConsortium: actions.h,v 1.6 94/04/17 20:43:31 rws Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xcalc/math.c b/xc/unsupported/programs/xcalc/math.c index 836af1cca..14110de8c 100644 --- a/xc/unsupported/programs/xcalc/math.c +++ b/xc/unsupported/programs/xcalc/math.c @@ -1,4 +1,4 @@ -/* $XConsortium: math.c,v 1.16 91/07/11 14:31:40 converse Exp $ +/* $XConsortium: math.c,v 1.17 91/07/25 17:51:34 rws Exp $ * * math.c - mathematics functions for a hand calculator under X * diff --git a/xc/unsupported/programs/xcalc/xcalc.c b/xc/unsupported/programs/xcalc/xcalc.c index 957a0683a..494731ee0 100644 --- a/xc/unsupported/programs/xcalc/xcalc.c +++ b/xc/unsupported/programs/xcalc/xcalc.c @@ -1,4 +1,4 @@ -/* $XConsortium: xcalc.c,v 1.15 91/02/16 19:39:37 converse Exp $ */ +/* $XConsortium: xcalc.c,v 1.16 94/04/17 20:43:31 converse Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xcalc/xcalc.h b/xc/unsupported/programs/xcalc/xcalc.h index 8a664e808..2a8a54ae8 100644 --- a/xc/unsupported/programs/xcalc/xcalc.h +++ b/xc/unsupported/programs/xcalc/xcalc.h @@ -1,4 +1,4 @@ -/* $XConsortium: xcalc.h,v 1.3 89/12/15 18:48:59 converse Exp $ */ +/* $XConsortium: xcalc.h,v 1.4 94/04/17 20:43:32 converse Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xcalc/xcalc.man b/xc/unsupported/programs/xcalc/xcalc.man index d296d08df..f027b204e 100644 --- a/xc/unsupported/programs/xcalc/xcalc.man +++ b/xc/unsupported/programs/xcalc/xcalc.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xcalc.man,v 1.9 94/04/11 16:03:31 matt Exp $ +.\" $XConsortium: xcalc.man,v 1.10 94/04/17 20:43:32 matt Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/xditview/Dvi.c b/xc/unsupported/programs/xditview/Dvi.c index a2a788a06..9f33dfd75 100644 --- a/xc/unsupported/programs/xditview/Dvi.c +++ b/xc/unsupported/programs/xditview/Dvi.c @@ -1,4 +1,4 @@ -/* $XConsortium: Dvi.c,v 1.20 92/02/11 01:27:12 keith Exp $ */ +/* $XConsortium: Dvi.c,v 1.21 94/04/17 20:43:34 keith Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xditview/Dvi.h b/xc/unsupported/programs/xditview/Dvi.h index b195ff580..6bdc50e15 100644 --- a/xc/unsupported/programs/xditview/Dvi.h +++ b/xc/unsupported/programs/xditview/Dvi.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Dvi.h,v 1.4 89/07/21 14:22:06 jim Exp $ +* $XConsortium: Dvi.h,v 1.5 91/07/25 21:33:53 keith Exp $ */ #ifndef _XtDvi_h diff --git a/xc/unsupported/programs/xditview/DviChar.c b/xc/unsupported/programs/xditview/DviChar.c index 40dce5027..6ae868599 100644 --- a/xc/unsupported/programs/xditview/DviChar.c +++ b/xc/unsupported/programs/xditview/DviChar.c @@ -1,4 +1,4 @@ -/* $XConsortium: DviChar.c,v 1.6 91/07/26 00:40:10 keith Exp $ */ +/* $XConsortium: DviChar.c,v 1.7 91/07/31 00:39:31 keith Exp $ */ /* * DviChar.c diff --git a/xc/unsupported/programs/xditview/DviP.h b/xc/unsupported/programs/xditview/DviP.h index 762edfc9f..0e8decc7d 100644 --- a/xc/unsupported/programs/xditview/DviP.h +++ b/xc/unsupported/programs/xditview/DviP.h @@ -1,5 +1,5 @@ /* - * $XConsortium: DviP.h,v 1.9 91/07/26 15:21:49 keith Exp $ + * $XConsortium: DviP.h,v 1.10 92/02/11 01:27:15 keith Exp $ */ /* diff --git a/xc/unsupported/programs/xditview/Imakefile b/xc/unsupported/programs/xditview/Imakefile index 8f23f9f62..231d9a1e2 100644 --- a/xc/unsupported/programs/xditview/Imakefile +++ b/xc/unsupported/programs/xditview/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.14 93/08/17 21:18:05 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.15 94/04/04 21:49:55 gildea Exp $ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs diff --git a/xc/unsupported/programs/xditview/Menu.h b/xc/unsupported/programs/xditview/Menu.h index 54e225437..c306b2740 100644 --- a/xc/unsupported/programs/xditview/Menu.h +++ b/xc/unsupported/programs/xditview/Menu.h @@ -1,5 +1,5 @@ /* - * $XConsortium: Menu.h,v 1.1 89/04/13 13:34:36 keith Exp $ + * $XConsortium: Menu.h,v 1.2 89/07/21 14:22:10 jim Exp $ */ #ifndef _XtMenu_h diff --git a/xc/unsupported/programs/xditview/draw.c b/xc/unsupported/programs/xditview/draw.c index 6b5ad71fb..844c1330d 100644 --- a/xc/unsupported/programs/xditview/draw.c +++ b/xc/unsupported/programs/xditview/draw.c @@ -1,5 +1,5 @@ /* - * $XConsortium: draw.c,v 1.7 91/08/26 11:02:36 gildea Exp $ + * $XConsortium: draw.c,v 1.8 94/04/17 20:43:35 gildea Exp $ * Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xditview/page.c b/xc/unsupported/programs/xditview/page.c index 26b2536d4..3b7e99cad 100644 --- a/xc/unsupported/programs/xditview/page.c +++ b/xc/unsupported/programs/xditview/page.c @@ -1,4 +1,4 @@ -/* $XConsortium: page.c,v 1.4 91/04/01 21:23:58 gildea Exp $ */ +/* $XConsortium: page.c,v 1.5 91/07/26 00:40:20 keith Exp $ */ /* * page.c diff --git a/xc/unsupported/programs/xditview/parse.c b/xc/unsupported/programs/xditview/parse.c index 8bd4a0df8..33c9d305b 100644 --- a/xc/unsupported/programs/xditview/parse.c +++ b/xc/unsupported/programs/xditview/parse.c @@ -1,4 +1,4 @@ -/* $XConsortium: parse.c,v 1.12 91/07/30 14:10:46 keith Exp $ */ +/* $XConsortium: parse.c,v 1.13 94/04/17 20:43:36 keith Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xditview/xditview.c b/xc/unsupported/programs/xditview/xditview.c index 23799d890..7a992c779 100644 --- a/xc/unsupported/programs/xditview/xditview.c +++ b/xc/unsupported/programs/xditview/xditview.c @@ -1,4 +1,4 @@ -/* $XConsortium: xditview.c,v 1.31 91/10/21 14:32:11 eswu Exp $ */ +/* $XConsortium: xditview.c,v 1.32 94/04/17 20:43:36 eswu Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xditview/xditview.man b/xc/unsupported/programs/xditview/xditview.man index fdf62c273..2c89a6c1b 100644 --- a/xc/unsupported/programs/xditview/xditview.man +++ b/xc/unsupported/programs/xditview/xditview.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xditview.man,v 1.9 94/04/11 14:29:40 gildea Exp $ +.\" $XConsortium: xditview.man,v 1.10 94/04/17 20:43:37 gildea Exp $ .TH XDITVIEW 1 "Release 6" "X Version 11" .SH NAME xditview \- display ditroff output diff --git a/xc/unsupported/programs/xedit/Imakefile b/xc/unsupported/programs/xedit/Imakefile index d10d99268..33013fb43 100644 --- a/xc/unsupported/programs/xedit/Imakefile +++ b/xc/unsupported/programs/xedit/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.17 93/08/17 20:49:32 rws Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs SYS_LIBRARIES = MathLibrary diff --git a/xc/unsupported/programs/xedit/commands.c b/xc/unsupported/programs/xedit/commands.c index 98df1da60..361bfb429 100644 --- a/xc/unsupported/programs/xedit/commands.c +++ b/xc/unsupported/programs/xedit/commands.c @@ -1,4 +1,4 @@ -/* $XConsortium: commands.c,v 1.32 91/07/09 15:50:59 rws Exp $ */ +/* $XConsortium: commands.c,v 1.33 91/10/21 14:32:18 eswu Exp $ */ /* * COPYRIGHT 1987 diff --git a/xc/unsupported/programs/xedit/util.c b/xc/unsupported/programs/xedit/util.c index 0a31a1318..ebecddcdb 100644 --- a/xc/unsupported/programs/xedit/util.c +++ b/xc/unsupported/programs/xedit/util.c @@ -1,4 +1,4 @@ -/* $XConsortium: util.c,v 1.15 92/08/12 15:45:54 converse Exp $ */ +/* $XConsortium: util.c,v 1.16 92/08/12 16:46:22 converse Exp $ */ /* * COPYRIGHT 1987 diff --git a/xc/unsupported/programs/xedit/xedit.c b/xc/unsupported/programs/xedit/xedit.c index a0d71697d..4f5962a08 100644 --- a/xc/unsupported/programs/xedit/xedit.c +++ b/xc/unsupported/programs/xedit/xedit.c @@ -1,4 +1,4 @@ -/* $XConsortium: xedit.c,v 1.27 91/02/17 15:48:25 dave Exp $ */ +/* $XConsortium: xedit.c,v 1.28 94/03/26 17:06:28 rws Exp $ */ /* * COPYRIGHT 1987 diff --git a/xc/unsupported/programs/xedit/xedit.h b/xc/unsupported/programs/xedit/xedit.h index 18740bd8e..e8696cfc0 100644 --- a/xc/unsupported/programs/xedit/xedit.h +++ b/xc/unsupported/programs/xedit/xedit.h @@ -1,5 +1,5 @@ /* - * rcs_id[] = "$XConsortium: xedit.h,v 1.18 89/07/21 19:52:58 kit Exp $"; + * rcs_id[] = "$XConsortium: xedit.h,v 1.19 89/10/07 14:59:46 kit Exp $"; */ /* diff --git a/xc/unsupported/programs/xedit/xedit.man b/xc/unsupported/programs/xedit/xedit.man index 247d27978..d8291ed6e 100644 --- a/xc/unsupported/programs/xedit/xedit.man +++ b/xc/unsupported/programs/xedit/xedit.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xedit.man,v 1.22 94/04/11 16:03:32 matt Exp $ +.\" $XConsortium: xedit.man,v 1.23 94/04/17 20:43:39 matt Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/xev/Imakefile b/xc/unsupported/programs/xev/Imakefile index 357f41d29..1476102c7 100644 --- a/xc/unsupported/programs/xev/Imakefile +++ b/xc/unsupported/programs/xev/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.3 91/07/16 23:08:15 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.4 93/08/16 16:07:59 rws Exp $ DEPLIBS = $(DEPXONLYLIB) LOCAL_LIBRARIES = $(XONLYLIB) diff --git a/xc/unsupported/programs/xev/xev.c b/xc/unsupported/programs/xev/xev.c index 23955de64..ac9ad2a7d 100644 --- a/xc/unsupported/programs/xev/xev.c +++ b/xc/unsupported/programs/xev/xev.c @@ -1,4 +1,4 @@ -/* $XConsortium: xev.c,v 1.14 91/05/04 23:15:11 keith Exp $ */ +/* $XConsortium: xev.c,v 1.15 94/04/17 20:45:20 keith Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/programs/xev/xev.man b/xc/unsupported/programs/xev/xev.man index 5ec59a8ab..1e3188446 100644 --- a/xc/unsupported/programs/xev/xev.man +++ b/xc/unsupported/programs/xev/xev.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xev.man,v 1.9 94/04/11 14:30:17 gildea Exp $ +.\" $XConsortium: xev.man,v 1.10 94/04/17 20:45:20 gildea Exp $ .TH XEV 1 "Release 6" "X Version 11" .SH NAME xev - print contents of X events diff --git a/xc/unsupported/programs/xeyes/Eyes.c b/xc/unsupported/programs/xeyes/Eyes.c index 6262b1361..9ba8f66a4 100644 --- a/xc/unsupported/programs/xeyes/Eyes.c +++ b/xc/unsupported/programs/xeyes/Eyes.c @@ -1,4 +1,4 @@ -/* $XConsortium: Eyes.c,v 1.27 91/10/21 14:32:48 eswu Exp $ */ +/* $XConsortium: Eyes.c,v 1.28 94/04/17 20:45:22 eswu Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xeyes/Eyes.h b/xc/unsupported/programs/xeyes/Eyes.h index 417837623..239a12797 100644 --- a/xc/unsupported/programs/xeyes/Eyes.h +++ b/xc/unsupported/programs/xeyes/Eyes.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Eyes.h,v 1.6 89/07/21 13:48:59 jim Exp $ +* $XConsortium: Eyes.h,v 1.7 90/12/01 13:04:51 rws Exp $ */ #ifndef _XtEyes_h diff --git a/xc/unsupported/programs/xeyes/EyesP.h b/xc/unsupported/programs/xeyes/EyesP.h index 7a69592f1..7dea77a31 100644 --- a/xc/unsupported/programs/xeyes/EyesP.h +++ b/xc/unsupported/programs/xeyes/EyesP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: EyesP.h,v 1.8 89/07/21 13:49:00 jim Exp $ +* $XConsortium: EyesP.h,v 1.9 90/12/01 13:04:43 rws Exp $ */ #ifndef _EyesP_h diff --git a/xc/unsupported/programs/xeyes/Imakefile b/xc/unsupported/programs/xeyes/Imakefile index 3c69fb887..88fa7833c 100644 --- a/xc/unsupported/programs/xeyes/Imakefile +++ b/xc/unsupported/programs/xeyes/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.16 92/11/20 13:25:55 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.17 93/08/17 21:20:11 rws Exp $ SYS_LIBRARIES = MathLibrary DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) diff --git a/xc/unsupported/programs/xeyes/xeyes.c b/xc/unsupported/programs/xeyes/xeyes.c index 67e29b35c..be5a7a15c 100644 --- a/xc/unsupported/programs/xeyes/xeyes.c +++ b/xc/unsupported/programs/xeyes/xeyes.c @@ -1,4 +1,4 @@ -/* $XConsortium: xeyes.c,v 1.15 91/07/18 16:46:26 rws Exp $ */ +/* $XConsortium: xeyes.c,v 1.16 94/04/17 20:45:23 rws Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xeyes/xeyes.man b/xc/unsupported/programs/xeyes/xeyes.man index 43aeae112..93a822424 100644 --- a/xc/unsupported/programs/xeyes/xeyes.man +++ b/xc/unsupported/programs/xeyes/xeyes.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xeyes.man,v 1.11 94/04/11 14:30:21 gildea Exp $ +.\" $XConsortium: xeyes.man,v 1.12 94/04/17 20:45:24 gildea Exp $ .TH XEYES 1 "Release 6" "X Version 11" .SH NAME xeyes \- a follow the mouse X demo diff --git a/xc/unsupported/programs/xfontsel/Imakefile b/xc/unsupported/programs/xfontsel/Imakefile index a300fdf41..8f6509873 100644 --- a/xc/unsupported/programs/xfontsel/Imakefile +++ b/xc/unsupported/programs/xfontsel/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.4 91/07/16 23:06:58 gildea Exp $ SRCS = xfontsel.c OBJS = xfontsel.o DEPLIBS = XawClientDepLibs diff --git a/xc/unsupported/programs/xfontsel/XFontSel.ad b/xc/unsupported/programs/xfontsel/XFontSel.ad index 0cdcf9445..7f9ab3c75 100644 --- a/xc/unsupported/programs/xfontsel/XFontSel.ad +++ b/xc/unsupported/programs/xfontsel/XFontSel.ad @@ -1,4 +1,4 @@ -! $XConsortium: XFontSel.ad,v 1.11 91/07/22 15:28:38 gildea Exp $ +! $XConsortium: XFontSel.ad,v 1.12 94/04/17 20:43:40 gildea Exp $ ! ! app-defaults for XFontSel ! diff --git a/xc/unsupported/programs/xfontsel/xfontsel.c b/xc/unsupported/programs/xfontsel/xfontsel.c index 9bb601c01..195b8aa9e 100644 --- a/xc/unsupported/programs/xfontsel/xfontsel.c +++ b/xc/unsupported/programs/xfontsel/xfontsel.c @@ -1,4 +1,4 @@ -/* $XConsortium: xfontsel.c,v 1.34 93/08/19 09:34:19 rws Exp $ */ +/* $XConsortium: xfontsel.c,v 1.35 94/04/17 20:43:41 rws Exp $ */ /* Copyright (c) 1985-1989 X Consortium diff --git a/xc/unsupported/programs/xfontsel/xfontsel.man b/xc/unsupported/programs/xfontsel/xfontsel.man index a8db60a8d..b666dceda 100644 --- a/xc/unsupported/programs/xfontsel/xfontsel.man +++ b/xc/unsupported/programs/xfontsel/xfontsel.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xfontsel.man,v 1.13 94/04/17 20:43:42 matt Exp $ +.\" $XConsortium: xfontsel.man,v 1.14 94/06/10 14:39:10 gildea Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining diff --git a/xc/unsupported/programs/xgas/Gas.c b/xc/unsupported/programs/xgas/Gas.c index fffa870a1..95c565aa5 100644 --- a/xc/unsupported/programs/xgas/Gas.c +++ b/xc/unsupported/programs/xgas/Gas.c @@ -1,4 +1,4 @@ -/* $XConsortium: Gas.c,v 1.2 93/09/13 12:17:32 rws Exp $ */ +/* $XConsortium: Gas.c,v 1.3 94/04/17 20:45:25 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xgas/Gas.h b/xc/unsupported/programs/xgas/Gas.h index 892d016a2..93686d374 100644 --- a/xc/unsupported/programs/xgas/Gas.h +++ b/xc/unsupported/programs/xgas/Gas.h @@ -1,4 +1,4 @@ -/* $XConsortium: Gas.h,v 1.1 91/04/18 09:48:57 dave Exp $ */ +/* $XConsortium: Gas.h,v 1.2 94/04/17 20:45:25 dave Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xgas/GasP.h b/xc/unsupported/programs/xgas/GasP.h index 9e60131d8..dc349941e 100644 --- a/xc/unsupported/programs/xgas/GasP.h +++ b/xc/unsupported/programs/xgas/GasP.h @@ -1,4 +1,4 @@ -/* $XConsortium: GasP.h,v 1.2 93/09/13 12:17:52 rws Exp $ */ +/* $XConsortium: GasP.h,v 1.3 94/04/17 20:45:26 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xgas/Imakefile b/xc/unsupported/programs/xgas/Imakefile index b6d36c1d1..c19664e20 100644 --- a/xc/unsupported/programs/xgas/Imakefile +++ b/xc/unsupported/programs/xgas/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.9 93/09/15 19:47:37 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.10 94/04/17 20:45:26 rws Exp $ DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES) DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) diff --git a/xc/unsupported/programs/xgas/man.c b/xc/unsupported/programs/xgas/man.c index 7d29dce61..00acd66e7 100644 --- a/xc/unsupported/programs/xgas/man.c +++ b/xc/unsupported/programs/xgas/man.c @@ -1,4 +1,4 @@ -/* $XConsortium: man.c,v 1.5 91/09/13 17:59:51 dave Exp $ */ +/* $XConsortium: man.c,v 1.6 94/04/17 20:45:28 dave Exp $ */ char *man[]={"\ \n\ \n\ diff --git a/xc/unsupported/programs/xgas/xgas.man b/xc/unsupported/programs/xgas/xgas.man index e43fa5891..f846a02e7 100644 --- a/xc/unsupported/programs/xgas/xgas.man +++ b/xc/unsupported/programs/xgas/xgas.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xgas.man,v 1.6 94/04/11 14:30:23 gildea Exp $ +.\" $XConsortium: xgas.man,v 1.7 94/04/17 20:45:29 gildea Exp $ .TH XGAS 1 "Release 6" "X Version 11" .SH NAME xgas - animated simulation of an ideal gas diff --git a/xc/unsupported/programs/xgc/Imakefile b/xc/unsupported/programs/xgc/Imakefile index 70ac7cc6f..225ffdab9 100644 --- a/xc/unsupported/programs/xgc/Imakefile +++ b/xc/unsupported/programs/xgc/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.11 93/08/17 21:20:53 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.12 93/08/25 10:13:31 rws Exp $ DEFINES = SRCS = dashlist.c planemask.c getfile.c tests.c text.c \ choice.c main.c interpret.c record.c testfrac.c diff --git a/xc/unsupported/programs/xgc/lex.l b/xc/unsupported/programs/xgc/lex.l index eb5975d7e..76e744276 100644 --- a/xc/unsupported/programs/xgc/lex.l +++ b/xc/unsupported/programs/xgc/lex.l @@ -1,4 +1,4 @@ -/* $XConsortium: lex.l,v 1.7 93/07/29 14:12:08 rws Exp $ */ +/* $XConsortium: lex.l,v 1.8 94/03/31 20:40:44 rws Exp $ */ /* ** lex file for xgc syntax */ diff --git a/xc/unsupported/programs/xgc/main.c b/xc/unsupported/programs/xgc/main.c index 56b1f7565..bf50e381a 100644 --- a/xc/unsupported/programs/xgc/main.c +++ b/xc/unsupported/programs/xgc/main.c @@ -1,4 +1,4 @@ -/* $XConsortium: main.c,v 1.21 91/06/09 12:36:51 rws Exp $ */ +/* $XConsortium: main.c,v 1.22 94/04/17 20:45:30 rws Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xgc/tests.c b/xc/unsupported/programs/xgc/tests.c index 33ca5e580..4b4c9dfa6 100644 --- a/xc/unsupported/programs/xgc/tests.c +++ b/xc/unsupported/programs/xgc/tests.c @@ -1,5 +1,5 @@ /* -** $XConsortium: tests.c,v 1.19 91/06/08 18:33:51 rws Exp $ +** $XConsortium: tests.c,v 1.20 91/06/08 18:57:07 rws Exp $ ** */ diff --git a/xc/unsupported/programs/xgc/xgc.man b/xc/unsupported/programs/xgc/xgc.man index 3c8164cc6..38e7011a5 100644 --- a/xc/unsupported/programs/xgc/xgc.man +++ b/xc/unsupported/programs/xgc/xgc.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xgc.man,v 1.5 94/04/11 14:30:27 gildea Exp $ +.\" $XConsortium: xgc.man,v 1.6 94/04/17 20:45:31 gildea Exp $ .TH XGC 1 "Release 6" "X Version 11" .SH NAME xgc - X graphics demo diff --git a/xc/unsupported/programs/xload/Imakefile b/xc/unsupported/programs/xload/Imakefile index cfc34d902..15df9d3b8 100644 --- a/xc/unsupported/programs/xload/Imakefile +++ b/xc/unsupported/programs/xload/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.27 92/03/11 21:52:58 gildea Exp $ +XCOMM $XConsortium: Imakefile,v 1.28 93/07/29 14:01:59 rws Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs #if defined(SunArchitecture) && defined(i386Architecture) diff --git a/xc/unsupported/programs/xload/get_load.c b/xc/unsupported/programs/xload/get_load.c index 46fc167c3..6dd9b35f8 100644 --- a/xc/unsupported/programs/xload/get_load.c +++ b/xc/unsupported/programs/xload/get_load.c @@ -1,4 +1,4 @@ -/* $XConsortium: get_load.c,v 1.34 93/09/13 19:24:24 rws Exp $ */ +/* $XConsortium: get_load.c,v 1.35 94/04/17 20:43:43 rws Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xload/xload.c b/xc/unsupported/programs/xload/xload.c index e46a7a86d..cb8c2b482 100644 --- a/xc/unsupported/programs/xload/xload.c +++ b/xc/unsupported/programs/xload/xload.c @@ -1,4 +1,4 @@ -/* $XConsortium: xload.c,v 1.36 91/05/24 16:57:46 converse Exp $ */ +/* $XConsortium: xload.c,v 1.37 94/04/17 20:43:44 converse Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/programs/xload/xload.man b/xc/unsupported/programs/xload/xload.man index f764f81e1..88859761f 100644 --- a/xc/unsupported/programs/xload/xload.man +++ b/xc/unsupported/programs/xload/xload.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xload.man,v 1.28 94/04/11 16:03:35 matt Exp $ +.\" $XConsortium: xload.man,v 1.29 94/04/17 20:43:44 matt Exp $ .TH XLOAD 1 "Release 6" "X Version 11" .SH NAME xload \- system load average display for X diff --git a/xc/unsupported/programs/xman/Imakefile b/xc/unsupported/programs/xman/Imakefile index aa045496b..b6ff65d49 100644 --- a/xc/unsupported/programs/xman/Imakefile +++ b/xc/unsupported/programs/xman/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.21 91/07/21 21:23:52 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.22 91/09/09 16:02:18 rws Exp $ #ifdef XmanSearchPath XMANSYSPATH = XmanSearchPath diff --git a/xc/unsupported/programs/xman/ScrollByL.c b/xc/unsupported/programs/xman/ScrollByL.c index cbbad6581..f992ab8ee 100644 --- a/xc/unsupported/programs/xman/ScrollByL.c +++ b/xc/unsupported/programs/xman/ScrollByL.c @@ -1,4 +1,4 @@ -/* $XConsortium: ScrollByL.c,v 1.29 93/09/09 11:52:20 rws Exp $ */ +/* $XConsortium: ScrollByL.c,v 1.30 94/04/17 20:43:46 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/ScrollByL.h b/xc/unsupported/programs/xman/ScrollByL.h index 73d6d6bfe..cdf8e2e16 100644 --- a/xc/unsupported/programs/xman/ScrollByL.h +++ b/xc/unsupported/programs/xman/ScrollByL.h @@ -1,4 +1,4 @@ -/* $XConsortium: ScrollByL.h,v 1.6 91/07/12 15:49:38 dave Exp $ */ +/* $XConsortium: ScrollByL.h,v 1.7 94/04/17 20:43:48 dave Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/ScrollByLP.h b/xc/unsupported/programs/xman/ScrollByLP.h index 9e410daa3..094770737 100644 --- a/xc/unsupported/programs/xman/ScrollByLP.h +++ b/xc/unsupported/programs/xman/ScrollByLP.h @@ -1,4 +1,4 @@ -/* $XConsortium: ScrollByLP.h,v 1.8 91/07/31 22:41:59 keith Exp $ */ +/* $XConsortium: ScrollByLP.h,v 1.9 94/04/17 20:43:49 keith Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/buttons.c b/xc/unsupported/programs/xman/buttons.c index f37b6733c..211ff1bcd 100644 --- a/xc/unsupported/programs/xman/buttons.c +++ b/xc/unsupported/programs/xman/buttons.c @@ -1,4 +1,4 @@ -/* $XConsortium: buttons.c,v 1.32 91/09/03 17:41:59 dave Exp $ */ +/* $XConsortium: buttons.c,v 1.33 94/04/17 20:43:50 dave Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/defs.h b/xc/unsupported/programs/xman/defs.h index 9c2b9432a..a2654b25e 100644 --- a/xc/unsupported/programs/xman/defs.h +++ b/xc/unsupported/programs/xman/defs.h @@ -1,4 +1,4 @@ -/* $XConsortium: defs.h,v 1.24 91/02/13 16:08:07 converse Exp $ */ +/* $XConsortium: defs.h,v 1.25 94/04/17 20:43:50 converse Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/globals.c b/xc/unsupported/programs/xman/globals.c index d6dbafe9e..e88095390 100644 --- a/xc/unsupported/programs/xman/globals.c +++ b/xc/unsupported/programs/xman/globals.c @@ -1,4 +1,4 @@ -/* $XConsortium: globals.c,v 1.8 91/06/08 18:15:23 rws Exp $ */ +/* $XConsortium: globals.c,v 1.9 94/04/17 20:43:51 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/globals.h b/xc/unsupported/programs/xman/globals.h index 5f55044b7..c3ad802cf 100644 --- a/xc/unsupported/programs/xman/globals.h +++ b/xc/unsupported/programs/xman/globals.h @@ -1,4 +1,4 @@ -/* $XConsortium: globals.h,v 1.8 91/09/03 17:42:51 dave Exp $ */ +/* $XConsortium: globals.h,v 1.9 94/04/17 20:43:51 dave Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/handler.c b/xc/unsupported/programs/xman/handler.c index 66aa01242..cb3445de4 100644 --- a/xc/unsupported/programs/xman/handler.c +++ b/xc/unsupported/programs/xman/handler.c @@ -1,4 +1,4 @@ -/* $XConsortium: handler.c,v 1.21 94/04/17 20:43:52 dave Exp gildea $ */ +/* $XConsortium: handler.c,v 1.22 94/12/16 21:36:53 gildea Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/help.c b/xc/unsupported/programs/xman/help.c index ba8005126..8920f8066 100644 --- a/xc/unsupported/programs/xman/help.c +++ b/xc/unsupported/programs/xman/help.c @@ -1,4 +1,4 @@ -/* $XConsortium: help.c,v 1.9 91/07/01 14:05:09 dave Exp $ */ +/* $XConsortium: help.c,v 1.10 94/04/17 20:43:53 dave Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/icon_help.h b/xc/unsupported/programs/xman/icon_help.h index 4f6d374ec..228c3c79a 100644 --- a/xc/unsupported/programs/xman/icon_help.h +++ b/xc/unsupported/programs/xman/icon_help.h @@ -1,4 +1,4 @@ -/* $XConsortium: icon_help.h,v 1.4 91/06/08 18:15:28 rws Exp $ */ +/* $XConsortium: icon_help.h,v 1.5 94/04/17 20:43:54 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/icon_open.h b/xc/unsupported/programs/xman/icon_open.h index 68d1d20eb..b47b1d11e 100644 --- a/xc/unsupported/programs/xman/icon_open.h +++ b/xc/unsupported/programs/xman/icon_open.h @@ -1,4 +1,4 @@ -/* $XConsortium: icon_open.h,v 1.4 91/06/08 18:15:30 rws Exp $ */ +/* $XConsortium: icon_open.h,v 1.5 94/04/17 20:43:54 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/iconclosed.h b/xc/unsupported/programs/xman/iconclosed.h index 9eedd4930..106068c58 100644 --- a/xc/unsupported/programs/xman/iconclosed.h +++ b/xc/unsupported/programs/xman/iconclosed.h @@ -1,4 +1,4 @@ -/* $XConsortium: iconclosed.h,v 1.4 91/06/08 18:15:32 rws Exp $ */ +/* $XConsortium: iconclosed.h,v 1.5 94/04/17 20:43:55 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/main.c b/xc/unsupported/programs/xman/main.c index e50ef0dd9..a1181c250 100644 --- a/xc/unsupported/programs/xman/main.c +++ b/xc/unsupported/programs/xman/main.c @@ -1,4 +1,4 @@ -/* $XConsortium: main.c,v 1.22 92/01/30 09:20:28 rws Exp $ */ +/* $XConsortium: main.c,v 1.23 94/04/17 20:43:55 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/man.c b/xc/unsupported/programs/xman/man.c index 59788e8c8..3ede8b5da 100644 --- a/xc/unsupported/programs/xman/man.c +++ b/xc/unsupported/programs/xman/man.c @@ -1,4 +1,4 @@ -/* $XConsortium: man.c,v 1.29 91/07/30 22:03:20 rws Exp $ */ +/* $XConsortium: man.c,v 1.30 94/04/17 20:43:56 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/man.h b/xc/unsupported/programs/xman/man.h index ae5b98e0a..1ddd4db97 100644 --- a/xc/unsupported/programs/xman/man.h +++ b/xc/unsupported/programs/xman/man.h @@ -1,4 +1,4 @@ -/* $XConsortium: man.h,v 1.30 94/04/17 20:43:57 dave Exp gildea $ */ +/* $XConsortium: man.h,v 1.31 94/12/16 21:36:53 gildea Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/misc.c b/xc/unsupported/programs/xman/misc.c index bf83102d3..4e40ed879 100644 --- a/xc/unsupported/programs/xman/misc.c +++ b/xc/unsupported/programs/xman/misc.c @@ -1,4 +1,4 @@ -/* $XConsortium: misc.c,v 1.30 94/04/17 20:43:57 dave Exp gildea $ */ +/* $XConsortium: misc.c,v 1.31 94/12/16 21:36:53 gildea Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/search.c b/xc/unsupported/programs/xman/search.c index a157787d0..41983162c 100644 --- a/xc/unsupported/programs/xman/search.c +++ b/xc/unsupported/programs/xman/search.c @@ -1,4 +1,4 @@ -/* $XConsortium: search.c,v 1.20 91/07/21 21:28:09 rws Exp $ */ +/* $XConsortium: search.c,v 1.21 94/04/17 20:43:58 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/tkfuncs.c b/xc/unsupported/programs/xman/tkfuncs.c index 30d6f3b89..44bb1b4a6 100644 --- a/xc/unsupported/programs/xman/tkfuncs.c +++ b/xc/unsupported/programs/xman/tkfuncs.c @@ -1,4 +1,4 @@ -/* $XConsortium: tkfuncs.c,v 1.5 91/01/09 17:31:46 rws Exp $ */ +/* $XConsortium: tkfuncs.c,v 1.6 94/04/17 20:43:59 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/vendor.c b/xc/unsupported/programs/xman/vendor.c index 74b45560d..b251d5ee6 100644 --- a/xc/unsupported/programs/xman/vendor.c +++ b/xc/unsupported/programs/xman/vendor.c @@ -1,4 +1,4 @@ -/* $XConsortium: vendor.c,v 1.9 93/09/13 19:25:33 rws Exp $ */ +/* $XConsortium: vendor.c,v 1.10 94/04/17 20:43:59 rws Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/vendor.h b/xc/unsupported/programs/xman/vendor.h index 4b4f71b62..960ff92f6 100644 --- a/xc/unsupported/programs/xman/vendor.h +++ b/xc/unsupported/programs/xman/vendor.h @@ -1,4 +1,4 @@ -/* $XConsortium: vendor.h,v 1.11 93/09/13 19:25:17 rws Exp $ */ +/* $XConsortium: vendor.h,v 1.12 94/04/17 20:44:00 rws Exp $ */ /* Copyright (c) 1991 X Consortium diff --git a/xc/unsupported/programs/xman/version.h b/xc/unsupported/programs/xman/version.h index 0da47104a..ff3ade8fc 100644 --- a/xc/unsupported/programs/xman/version.h +++ b/xc/unsupported/programs/xman/version.h @@ -1,4 +1,4 @@ -/* $XConsortium: version.h,v 1.10 94/03/28 15:59:21 gildea Exp $ */ +/* $XConsortium: version.h,v 1.11 94/04/17 20:44:00 gildea Exp $ */ /* Copyright (c) 1987, 1988 X Consortium diff --git a/xc/unsupported/programs/xman/xman.man b/xc/unsupported/programs/xman/xman.man index 38daddf87..375708b9c 100644 --- a/xc/unsupported/programs/xman/xman.man +++ b/xc/unsupported/programs/xman/xman.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xman.man,v 1.22 94/04/11 16:03:38 matt Exp $ +.\" $XConsortium: xman.man,v 1.23 94/04/17 20:44:02 matt Exp $ .TH XMAN 1 "Release 6" "X Version 11" .SH NAME xman \- Manual page display program for the X Window System diff --git a/xc/unsupported/programs/xmessage/Imakefile b/xc/unsupported/programs/xmessage/Imakefile index dba2a2069..60bd0dc83 100644 --- a/xc/unsupported/programs/xmessage/Imakefile +++ b/xc/unsupported/programs/xmessage/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.2 94/04/11 14:39:17 gildea Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs diff --git a/xc/unsupported/programs/xmessage/Tests b/xc/unsupported/programs/xmessage/Tests index a3d608b3b..296a1c155 100755 --- a/xc/unsupported/programs/xmessage/Tests +++ b/xc/unsupported/programs/xmessage/Tests @@ -1,5 +1,5 @@ #! /bin/sh -v -# $XConsortium: Tests,v 1.2 94/04/11 14:44:00 gildea Exp $ +# $XConsortium: Tests,v 1.3 94/06/03 15:58:32 gildea Exp $ xmessage this is standard usage, message on the command line echo this is a message from standard input | xmessage -file - xmessage -file Imakefile -buttons print,me -print diff --git a/xc/unsupported/programs/xmessage/Xmessage.ad b/xc/unsupported/programs/xmessage/Xmessage.ad index e941ef7f0..637119174 100644 --- a/xc/unsupported/programs/xmessage/Xmessage.ad +++ b/xc/unsupported/programs/xmessage/Xmessage.ad @@ -1,4 +1,4 @@ -! $XConsortium: Xmessage.ad,v 1.2 94/04/11 14:44:01 gildea Exp $ +! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $ *baseTranslations: #override :<Key>Return: default-exit() *message.Scroll: whenNeeded *Command.shapeStyle: oval diff --git a/xc/unsupported/programs/xmessage/makeform.c b/xc/unsupported/programs/xmessage/makeform.c index d60bed8db..42a9657dc 100644 --- a/xc/unsupported/programs/xmessage/makeform.c +++ b/xc/unsupported/programs/xmessage/makeform.c @@ -1,4 +1,4 @@ -/* $XConsortium: makeform.c,v 1.5 94/07/26 20:39:38 gildea Exp gildea $ */ +/* $XConsortium: makeform.c,v 1.6 95/01/04 16:28:51 gildea Exp $ */ /* Copyright (c) 1988, 1991 X Consortium diff --git a/xc/unsupported/programs/xmessage/readfile.c b/xc/unsupported/programs/xmessage/readfile.c index 68406278e..32776a98a 100644 --- a/xc/unsupported/programs/xmessage/readfile.c +++ b/xc/unsupported/programs/xmessage/readfile.c @@ -1,4 +1,4 @@ -/* $XConsortium: readfile.c,v 1.4 94/06/03 15:58:34 gildea Exp gildea $ */ +/* $XConsortium: readfile.c,v 1.5 94/12/11 14:25:48 gildea Exp $ */ /* Copyright (c) 1988, 1991 X Consortium diff --git a/xc/unsupported/programs/xmessage/xmessage.c b/xc/unsupported/programs/xmessage/xmessage.c index 5897e431a..ea261ada8 100644 --- a/xc/unsupported/programs/xmessage/xmessage.c +++ b/xc/unsupported/programs/xmessage/xmessage.c @@ -1,4 +1,4 @@ -static char*id="$XConsortium: xmessage.c,v 1.5 94/08/30 00:11:27 gildea Exp gildea $"; +static char*id="$XConsortium: xmessage.c,v 1.6 95/01/04 16:29:54 gildea Exp $"; /* Copyright (c) 1988, 1991, 1994 X Consortium diff --git a/xc/unsupported/programs/xmessage/xmessage.man b/xc/unsupported/programs/xmessage/xmessage.man index 523324204..45389f725 100644 --- a/xc/unsupported/programs/xmessage/xmessage.man +++ b/xc/unsupported/programs/xmessage/xmessage.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xmessage.man,v 1.7 94/07/28 21:34:07 gildea Exp gildea $ +.\" $XConsortium: xmessage.man,v 1.8 95/03/08 22:28:48 gildea Exp $ .TH XMESSAGE 1 "26 July 1994" "X Version 11" .SH NAME xmessage \- display a message or query in a window (X-based /bin/echo) diff --git a/xc/unsupported/programs/xpr/Imakefile b/xc/unsupported/programs/xpr/Imakefile index 20fd77c30..f05195742 100644 --- a/xc/unsupported/programs/xpr/Imakefile +++ b/xc/unsupported/programs/xpr/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.9 91/07/17 00:46:26 gildea Exp $ DEPLIBS = $(DEPXMULIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XMULIB) $(XLIB) DEFINES = -DNOINLINE diff --git a/xc/unsupported/programs/xpr/lncmd.h b/xc/unsupported/programs/xpr/lncmd.h index 4520c3cae..ac8a344ec 100644 --- a/xc/unsupported/programs/xpr/lncmd.h +++ b/xc/unsupported/programs/xpr/lncmd.h @@ -1,4 +1,4 @@ -/* $XConsortium: lncmd.h,v 10.7 91/01/06 12:16:34 rws Exp $ */ +/* $XConsortium: lncmd.h,v 10.8 94/04/17 20:44:03 rws Exp $ */ /* Copyright (c) 1985 X Consortium diff --git a/xc/unsupported/programs/xpr/pmp.h b/xc/unsupported/programs/xpr/pmp.h index b7124c033..09b1a3274 100644 --- a/xc/unsupported/programs/xpr/pmp.h +++ b/xc/unsupported/programs/xpr/pmp.h @@ -1,5 +1,5 @@ /* - * $XConsortium: pmp.h,v 1.4 88/09/06 17:20:25 jim Exp $ + * $XConsortium: pmp.h,v 1.5 91/02/19 22:13:33 converse Exp $ */ /* Written by Jose' J. Capo' */ diff --git a/xc/unsupported/programs/xpr/x2jet.c b/xc/unsupported/programs/xpr/x2jet.c index b21df86fa..62a0305c1 100644 --- a/xc/unsupported/programs/xpr/x2jet.c +++ b/xc/unsupported/programs/xpr/x2jet.c @@ -1,4 +1,4 @@ -/* $XConsortium: x2jet.c,v 1.5 91/06/26 13:59:00 rws Exp $ */ +/* $XConsortium: x2jet.c,v 1.6 94/04/17 20:44:03 rws Exp $ */ /* -*-C-*- ******************************************************************************** diff --git a/xc/unsupported/programs/xpr/x2pmp.c b/xc/unsupported/programs/xpr/x2pmp.c index 39fe539e1..9ce465d15 100644 --- a/xc/unsupported/programs/xpr/x2pmp.c +++ b/xc/unsupported/programs/xpr/x2pmp.c @@ -1,5 +1,5 @@ /* - * $XConsortium: x2pmp.c,v 1.12 91/07/18 12:00:06 rws Exp $ + * $XConsortium: x2pmp.c,v 1.13 91/07/25 17:56:32 rws Exp $ */ /* x2pmp.c: Translate xwd window dump format into PMP format for the diff --git a/xc/unsupported/programs/xpr/xdpr.man b/xc/unsupported/programs/xpr/xdpr.man index b69feb01c..79a58444a 100644 --- a/xc/unsupported/programs/xpr/xdpr.man +++ b/xc/unsupported/programs/xpr/xdpr.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xdpr.man,v 1.14 94/04/11 14:29:55 gildea Exp $ +.\" $XConsortium: xdpr.man,v 1.15 94/04/17 20:44:04 gildea Exp $ .TH XDPR 1 "Release 6" "X Version 11" .SH NAME xdpr \- dump an X window directly to a printer diff --git a/xc/unsupported/programs/xpr/xdpr.script b/xc/unsupported/programs/xpr/xdpr.script index b2bcb6c4d..84ee18cfd 100755 --- a/xc/unsupported/programs/xpr/xdpr.script +++ b/xc/unsupported/programs/xpr/xdpr.script @@ -1,6 +1,6 @@ #! /bin/sh # Copyright 1985,1988 Massacusetts Institute of Technology. -# $XConsortium: xdpr.script,v 1.4 88/09/06 17:20:32 jim Exp $ +# $XConsortium: xdpr.script,v 1.9 91/06/30 19:20:16 rws Exp $ # origin: William Kucharski, Solbourne Computer, Inc. 3/24/90 # translated from csh script xdpr.script "paul 4/12/88" diff --git a/xc/unsupported/programs/xpr/xpr.c b/xc/unsupported/programs/xpr/xpr.c index 6791f7a8b..c40415dcf 100644 --- a/xc/unsupported/programs/xpr/xpr.c +++ b/xc/unsupported/programs/xpr/xpr.c @@ -1,4 +1,4 @@ -/* $XConsortium: xpr.c,v 1.58 94/04/17 20:44:05 rws Exp kaleb $ */ +/* $XConsortium: xpr.c,v 1.59 94/10/14 21:22:08 kaleb Exp $ */ /* Copyright (c) 1985 X Consortium diff --git a/xc/unsupported/programs/xpr/xpr.man b/xc/unsupported/programs/xpr/xpr.man index 0c76f6192..63693e4bc 100644 --- a/xc/unsupported/programs/xpr/xpr.man +++ b/xc/unsupported/programs/xpr/xpr.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xpr.man,v 1.21 94/04/11 14:29:53 gildea Exp $ +.\" $XConsortium: xpr.man,v 1.22 94/04/17 20:44:06 gildea Exp $ .TH XPR 1 "Release 6" "X Version 11" .SH NAME xpr \- print an X window dump diff --git a/xc/unsupported/test/Imakefile b/xc/unsupported/test/Imakefile index e789c5bfe..2b9f2073a 100644 --- a/xc/unsupported/test/Imakefile +++ b/xc/unsupported/test/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.30 94/04/09 19:40:41 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.31 94/04/17 09:12:40 rws Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" diff --git a/xc/unsupported/test/InsPEX/README b/xc/unsupported/test/InsPEX/README index df1454168..42516b039 100644 --- a/xc/unsupported/test/InsPEX/README +++ b/xc/unsupported/test/InsPEX/README @@ -1,4 +1,4 @@ -/* $XConsortium: README,v 5.3 91/02/22 12:18:00 hersh Exp $ */ +/* $XConsortium: README,v 5.4 94/04/17 20:46:06 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/include/make.include b/xc/unsupported/test/InsPEX/include/make.include index 381f1efe5..522273ed0 100644 --- a/xc/unsupported/test/InsPEX/include/make.include +++ b/xc/unsupported/test/InsPEX/include/make.include @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: make.include,v 5.1 91/02/16 10:04:32 rws Exp $ # Makefile for include files SRC = pdt.h wdt.h diff --git a/xc/unsupported/test/InsPEX/include/pdt.h b/xc/unsupported/test/InsPEX/include/pdt.h index 5a2671814..9e2b26ee4 100644 --- a/xc/unsupported/test/InsPEX/include/pdt.h +++ b/xc/unsupported/test/InsPEX/include/pdt.h @@ -1,5 +1,5 @@ -/* $XConsortium: pdt.h,v 5.1 91/02/16 10:04:33 rws Exp $ */ +/* $XConsortium: pdt.h,v 5.2 94/04/17 20:49:19 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/include/wdt.h b/xc/unsupported/test/InsPEX/include/wdt.h index 509144fe4..1a89ffc6a 100644 --- a/xc/unsupported/test/InsPEX/include/wdt.h +++ b/xc/unsupported/test/InsPEX/include/wdt.h @@ -1,5 +1,5 @@ -/* $XConsortium: wdt.h,v 5.7 94/04/17 20:49:20 hersh Exp gildea $ */ +/* $XConsortium: wdt.h,v 5.8 95/06/09 22:30:13 gildea Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/inspex.sh b/xc/unsupported/test/InsPEX/inspex.sh index f5b1e244c..a6239fb68 100644 --- a/xc/unsupported/test/InsPEX/inspex.sh +++ b/xc/unsupported/test/InsPEX/inspex.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $XConsortium: inspex.sh,v 5.6 91/07/08 18:12:04 hersh Exp $ +# $XConsortium: inspex.sh,v 5.7 94/04/17 20:46:07 hersh Exp $ ################################################################### # Copyright (c) 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. # diff --git a/xc/unsupported/test/InsPEX/newpgrp.c b/xc/unsupported/test/InsPEX/newpgrp.c index 6e5b621e6..57bdb852c 100644 --- a/xc/unsupported/test/InsPEX/newpgrp.c +++ b/xc/unsupported/test/InsPEX/newpgrp.c @@ -1,4 +1,4 @@ -/* $XConsortium: newpgrp.c,v 5.1 91/02/16 10:04:51 rws Exp $ */ +/* $XConsortium: newpgrp.c,v 5.2 94/04/17 20:46:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/run_InsPEX b/xc/unsupported/test/InsPEX/run_InsPEX index 6dbc17ea1..644e7a63c 100755 --- a/xc/unsupported/test/InsPEX/run_InsPEX +++ b/xc/unsupported/test/InsPEX/run_InsPEX @@ -1,6 +1,6 @@ #!/bin/csh -f # -# $XConsortium: run_InsPEX,v 5.5 91/05/12 09:42:34 keith Exp $ +# $XConsortium: run_InsPEX,v 5.6 94/04/17 20:46:08 keith Exp $ # # Copyright 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. # diff --git a/xc/unsupported/test/InsPEX/startpex b/xc/unsupported/test/InsPEX/startpex index 8d8be55d6..70cac5276 100755 --- a/xc/unsupported/test/InsPEX/startpex +++ b/xc/unsupported/test/InsPEX/startpex @@ -1,6 +1,6 @@ #!/bin/sh # -# $XConsortium: startpex,v 5.4 91/02/19 20:43:40 hersh Exp $ +# $XConsortium: startpex,v 5.5 94/04/17 20:46:09 hersh Exp $ # # # Copyright 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. diff --git a/xc/unsupported/test/InsPEX/testcases/archive/archall.pi b/xc/unsupported/test/InsPEX/testcases/archive/archall.pi index 4fbf858b0..689d199b2 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/archall.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/archall.pi @@ -1,5 +1,5 @@ -/* $XConsortium: archall.pi,v 5.2 91/11/26 14:56:51 hersh Exp $ */ +/* $XConsortium: archall.pi,v 5.3 94/04/17 20:47:33 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/archive.pi b/xc/unsupported/test/InsPEX/testcases/archive/archive.pi index ed878ce78..8cd284310 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/archive.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/archive.pi @@ -1,4 +1,4 @@ -/* $XConsortium: archive.pi,v 5.1 91/02/16 10:01:48 rws Exp $ */ +/* $XConsortium: archive.pi,v 5.2 94/04/17 20:47:34 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/archnet.pi b/xc/unsupported/test/InsPEX/testcases/archive/archnet.pi index 6c45db1ab..de1c6c461 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/archnet.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/archnet.pi @@ -1,4 +1,4 @@ -/* $XConsortium: archnet.pi,v 5.2 91/11/26 14:57:01 hersh Exp $ */ +/* $XConsortium: archnet.pi,v 5.3 94/04/17 20:47:34 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/archstr.pi b/xc/unsupported/test/InsPEX/testcases/archive/archstr.pi index 1b7793876..cd5ccc241 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/archstr.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/archstr.pi @@ -1,4 +1,4 @@ -/* $XConsortium: archstr.pi,v 5.2 91/11/26 14:57:03 hersh Exp $ */ +/* $XConsortium: archstr.pi,v 5.3 94/04/17 20:47:35 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/confres.pi b/xc/unsupported/test/InsPEX/testcases/archive/confres.pi index 3927bed8d..0243df037 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/confres.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/confres.pi @@ -1,4 +1,4 @@ -/* $XConsortium: confres.pi,v 5.1 91/02/16 10:01:51 rws Exp $ */ +/* $XConsortium: confres.pi,v 5.2 94/04/17 20:47:35 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/delallar.pi b/xc/unsupported/test/InsPEX/testcases/archive/delallar.pi index 443fb1bda..460217c84 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/delallar.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/delallar.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delallar.pi,v 5.1 91/02/16 10:01:52 rws Exp $ */ +/* $XConsortium: delallar.pi,v 5.2 94/04/17 20:47:36 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/deletear.pi b/xc/unsupported/test/InsPEX/testcases/archive/deletear.pi index cb1dcf29e..385cb86e8 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/deletear.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/deletear.pi @@ -1,4 +1,4 @@ -/* $XConsortium: deletear.pi,v 5.1 91/02/16 10:01:53 rws Exp $ */ +/* $XConsortium: deletear.pi,v 5.2 94/04/17 20:47:36 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/delnetar.pi b/xc/unsupported/test/InsPEX/testcases/archive/delnetar.pi index debd50d7d..127e3dfcc 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/delnetar.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/delnetar.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delnetar.pi,v 5.2 91/11/26 14:57:06 hersh Exp $ */ +/* $XConsortium: delnetar.pi,v 5.3 94/04/17 20:47:36 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/delstrar.pi b/xc/unsupported/test/InsPEX/testcases/archive/delstrar.pi index 30b14f160..1abcf97b5 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/delstrar.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/delstrar.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstrar.pi,v 5.2 91/11/26 14:57:08 hersh Exp $ */ +/* $XConsortium: delstrar.pi,v 5.3 94/04/17 20:47:37 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/inqallcf.pi b/xc/unsupported/test/InsPEX/testcases/archive/inqallcf.pi index a192724b8..4a9518a0b 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/inqallcf.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/inqallcf.pi @@ -1,4 +1,4 @@ -/* $XConsortium: inqallcf.pi,v 5.1 91/02/16 10:01:55 rws Exp $ */ +/* $XConsortium: inqallcf.pi,v 5.2 94/04/17 20:47:37 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/inqcfnet.pi b/xc/unsupported/test/InsPEX/testcases/archive/inqcfnet.pi index c0b92a09a..89b936a67 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/inqcfnet.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/inqcfnet.pi @@ -1,4 +1,4 @@ -/* $XConsortium: inqcfnet.pi,v 5.2 91/11/26 14:57:10 hersh Exp $ */ +/* $XConsortium: inqcfnet.pi,v 5.3 94/04/17 20:47:38 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrall.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrall.pi index eb650ccc3..3ad3e13d3 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrall.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrall.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrall.pi,v 5.2 91/11/26 14:57:12 hersh Exp $ */ +/* $XConsortium: retrall.pi,v 5.3 94/04/17 20:47:38 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrances.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrances.pi index bf69787a8..c44543f3c 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrances.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrances.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrances.pi,v 5.1 91/02/16 10:01:58 rws Exp $ */ +/* $XConsortium: retrances.pi,v 5.2 94/04/17 20:47:39 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrdesc.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrdesc.pi index 995f6c583..686fbb081 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrdesc.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrdesc.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrdesc.pi,v 5.1 91/02/16 10:01:59 rws Exp $ */ +/* $XConsortium: retrdesc.pi,v 5.2 94/04/17 20:47:39 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrieve.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrieve.pi index e4f975b69..cf5f69685 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrieve.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrieve.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrieve.pi,v 5.1 91/02/16 10:02:00 rws Exp $ */ +/* $XConsortium: retrieve.pi,v 5.2 94/04/17 20:47:40 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrnet.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrnet.pi index aab01b4fe..498ed447a 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrnet.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrnet.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrnet.pi,v 5.2 91/11/26 14:57:14 hersh Exp $ */ +/* $XConsortium: retrnet.pi,v 5.3 94/04/17 20:47:40 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/retrstr.pi b/xc/unsupported/test/InsPEX/testcases/archive/retrstr.pi index 53598ad45..4db445b86 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/retrstr.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/retrstr.pi @@ -1,4 +1,4 @@ -/* $XConsortium: retrstr.pi,v 5.2 91/11/26 14:57:16 hersh Exp $ */ +/* $XConsortium: retrstr.pi,v 5.3 94/04/17 20:47:41 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/specar1.pi b/xc/unsupported/test/InsPEX/testcases/archive/specar1.pi index f79ad50b6..f07fdb9e7 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/specar1.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/specar1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: specar1.pi,v 5.1 91/02/16 10:02:02 rws Exp $ */ +/* $XConsortium: specar1.pi,v 5.2 94/04/17 20:47:41 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/specar2.pi b/xc/unsupported/test/InsPEX/testcases/archive/specar2.pi index 09bcc9cf9..db42a80c1 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/specar2.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/specar2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: specar2.pi,v 5.2 91/11/26 14:57:18 hersh Exp $ */ +/* $XConsortium: specar2.pi,v 5.3 94/04/17 20:47:42 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/specar3.pi b/xc/unsupported/test/InsPEX/testcases/archive/specar3.pi index 11d7a9976..8bfc33c7d 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/specar3.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/specar3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: specar3.pi,v 5.2 91/11/26 14:57:21 hersh Exp $ */ +/* $XConsortium: specar3.pi,v 5.3 94/04/17 20:47:42 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/archive/specar4.pi b/xc/unsupported/test/InsPEX/testcases/archive/specar4.pi index eac951ae9..d09dd11e5 100644 --- a/xc/unsupported/test/InsPEX/testcases/archive/specar4.pi +++ b/xc/unsupported/test/InsPEX/testcases/archive/specar4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: specar4.pi,v 5.2 91/11/26 14:57:23 hersh Exp $ */ +/* $XConsortium: specar4.pi,v 5.3 94/04/17 20:47:43 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dcue/dcue1.pi b/xc/unsupported/test/InsPEX/testcases/dcue/dcue1.pi index 1b8990d5a..247b188ba 100644 --- a/xc/unsupported/test/InsPEX/testcases/dcue/dcue1.pi +++ b/xc/unsupported/test/InsPEX/testcases/dcue/dcue1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcue1.pi,v 5.1 91/02/16 10:03:43 rws Exp $ */ +/* $XConsortium: dcue1.pi,v 5.2 94/04/17 20:48:52 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dcue/dcue2.pi b/xc/unsupported/test/InsPEX/testcases/dcue/dcue2.pi index 4686df234..bb5de7b87 100644 --- a/xc/unsupported/test/InsPEX/testcases/dcue/dcue2.pi +++ b/xc/unsupported/test/InsPEX/testcases/dcue/dcue2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcue2.pi,v 5.1 91/02/16 10:03:44 rws Exp $ */ +/* $XConsortium: dcue2.pi,v 5.2 91/07/24 18:51:21 hersh Exp $ */ ## dcue2.pi - ## Test depth cuing with different primitives diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dccolrep.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dccolrep.pi index 92699c58d..92426b695 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dccolrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dccolrep.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dccolrep.pi,v 5.2 91/07/24 18:49:04 hersh Exp $ */ +/* $XConsortium: dccolrep.pi,v 5.3 94/04/17 20:47:47 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dcdelstr.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dcdelstr.pi index adbb19ec5..4c32e2cf3 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dcdelstr.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dcdelstr.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcdelstr.pi,v 5.2 91/07/24 18:49:17 hersh Exp $ */ +/* $XConsortium: dcdelstr.pi,v 5.3 94/04/17 20:47:47 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dcinvis.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dcinvis.pi index 6447dcc74..02740788a 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dcinvis.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dcinvis.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcinvis.pi,v 5.2 91/11/26 14:59:11 hersh Exp $ */ +/* $XConsortium: dcinvis.pi,v 5.3 94/04/17 20:47:48 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dclinerep.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dclinerep.pi index 6ba564239..5bc950817 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dclinerep.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dclinerep.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dclinerep.pi,v 5.2 91/07/24 18:49:31 hersh Exp $ */ +/* $XConsortium: dclinerep.pi,v 5.3 94/04/17 20:47:48 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dcrefmod.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dcrefmod.pi index 9fbcae8ad..76f4086b2 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dcrefmod.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dcrefmod.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcrefmod.pi,v 5.2 91/07/24 18:49:59 hersh Exp $ */ +/* $XConsortium: dcrefmod.pi,v 5.3 94/04/17 20:47:49 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dcviewrep.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dcviewrep.pi index 205834500..66ec035b0 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dcviewrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dcviewrep.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcviewrep.pi,v 5.2 91/11/26 14:58:53 hersh Exp $ */ +/* $XConsortium: dcviewrep.pi,v 5.3 94/04/17 20:47:49 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst1.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst1.pi index aae240b34..42665f9d0 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst1.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dispupst1.pi,v 5.2 91/11/26 14:59:05 hersh Exp $ */ +/* $XConsortium: dispupst1.pi,v 5.3 94/04/17 20:47:50 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst2.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst2.pi index 98d377a50..9e67c879b 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst2.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dispupst2.pi,v 5.2 91/11/26 14:59:07 hersh Exp $ */ +/* $XConsortium: dispupst2.pi,v 5.3 94/04/17 20:47:50 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst3.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst3.pi index e6657bfa9..3bb4a69ad 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst3.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/dispupst3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dispupst3.pi,v 5.2 91/11/26 14:59:09 hersh Exp $ */ +/* $XConsortium: dispupst3.pi,v 5.3 94/04/17 20:47:51 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/redrawstr.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/redrawstr.pi index a9e459eaa..5a73acd40 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/redrawstr.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/redrawstr.pi @@ -1,5 +1,5 @@ -/* $XConsortium: redrawstr.pi,v 5.1 91/02/16 10:02:16 rws Exp $ */ +/* $XConsortium: redrawstr.pi,v 5.2 94/04/17 20:47:51 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/dispctl/updatews.pi b/xc/unsupported/test/InsPEX/testcases/dispctl/updatews.pi index 81d2c1f92..dd0e07fdb 100644 --- a/xc/unsupported/test/InsPEX/testcases/dispctl/updatews.pi +++ b/xc/unsupported/test/InsPEX/testcases/dispctl/updatews.pi @@ -1,5 +1,5 @@ -/* $XConsortium: updatews.pi,v 5.2 91/07/24 18:49:42 hersh Exp $ */ +/* $XConsortium: updatews.pi,v 5.3 94/04/17 20:47:51 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/error/errhandle1.c b/xc/unsupported/test/InsPEX/testcases/error/errhandle1.c index ca4350365..25139c45b 100644 --- a/xc/unsupported/test/InsPEX/testcases/error/errhandle1.c +++ b/xc/unsupported/test/InsPEX/testcases/error/errhandle1.c @@ -1,5 +1,5 @@ -/* $XConsortium: errhandle1.c,v 5.2 91/07/12 18:27:56 hersh Exp $ */ +/* $XConsortium: errhandle1.c,v 5.3 94/04/17 20:48:47 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/error/errhandle2.c b/xc/unsupported/test/InsPEX/testcases/error/errhandle2.c index e3ade55a9..1820d0b5c 100644 --- a/xc/unsupported/test/InsPEX/testcases/error/errhandle2.c +++ b/xc/unsupported/test/InsPEX/testcases/error/errhandle2.c @@ -1,5 +1,5 @@ -/* $XConsortium: errhandle2.c,v 5.2 91/07/12 18:28:20 hersh Exp $ */ +/* $XConsortium: errhandle2.c,v 5.3 94/04/17 20:48:47 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/face/cull1.pi b/xc/unsupported/test/InsPEX/testcases/face/cull1.pi index 1725ed97e..4d2c3a2bb 100644 --- a/xc/unsupported/test/InsPEX/testcases/face/cull1.pi +++ b/xc/unsupported/test/InsPEX/testcases/face/cull1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: cull1.pi,v 5.1 91/02/16 10:03:55 rws Exp $ */ +/* $XConsortium: cull1.pi,v 5.2 94/04/17 20:48:58 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/face/cull2.pi b/xc/unsupported/test/InsPEX/testcases/face/cull2.pi index bd3eba06d..27ed4f3f3 100644 --- a/xc/unsupported/test/InsPEX/testcases/face/cull2.pi +++ b/xc/unsupported/test/InsPEX/testcases/face/cull2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: cull2.pi,v 5.2 91/07/24 18:51:40 hersh Exp $ */ +/* $XConsortium: cull2.pi,v 5.3 94/04/17 20:48:59 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fa1.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fa1.pi index 87c20ab5b..8f49dd686 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fa1.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fa1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fa1.pi,v 5.1 91/02/16 10:02:20 rws Exp $ */ +/* $XConsortium: fa1.pi,v 5.2 94/04/17 20:47:53 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fa2.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fa2.pi index 12d448702..84f5faf96 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fa2.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fa2.pi @@ -1,6 +1,6 @@ -/* $XConsortium: fa2.pi,v 5.1 91/02/16 10:02:21 rws Exp $ */ +/* $XConsortium: fa2.pi,v 5.2 94/04/17 20:47:53 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fa3.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fa3.pi index 242aec387..56c12f9b9 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fa3.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fa3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fa3.pi,v 5.1 91/02/16 10:02:22 rws Exp $ */ +/* $XConsortium: fa3.pi,v 5.2 94/04/17 20:47:54 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fa4.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fa4.pi index 8f41210e1..d7c82556b 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fa4.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fa4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fa4.pi,v 5.1 91/02/16 10:02:28 rws Exp $ */ +/* $XConsortium: fa4.pi,v 5.2 94/04/17 20:47:55 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas1.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas1.pi index 2fc36fce1..d35c48be5 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas1.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fas1.pi,v 5.2 91/07/12 18:36:22 hersh Exp $ */ +/* $XConsortium: fas1.pi,v 5.3 94/04/17 20:47:55 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas2.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas2.pi index 175b58e6a..68f3ae3fd 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas2.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fas2.pi,v 5.2 91/07/12 18:36:29 hersh Exp $ */ +/* $XConsortium: fas2.pi,v 5.3 94/04/17 20:47:56 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas3.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas3.pi index 49200743d..1d7ae9789 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas3.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas3.pi @@ -1,6 +1,6 @@ -/* $XConsortium: fas3.pi,v 5.2 91/07/12 18:36:31 hersh Exp $ */ +/* $XConsortium: fas3.pi,v 5.3 94/04/17 20:47:56 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas4.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas4.pi index 71a2b11e5..fa375b4ea 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas4.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas4.pi @@ -1,6 +1,6 @@ -/* $XConsortium: fas4.pi,v 5.2 91/07/12 18:36:34 hersh Exp $ */ +/* $XConsortium: fas4.pi,v 5.3 94/04/17 20:47:57 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas5.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas5.pi index 793aa1012..3238989b2 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas5.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas5.pi @@ -1,6 +1,6 @@ -/* $XConsortium: fas5.pi,v 5.2 91/07/12 18:36:36 hersh Exp $ */ +/* $XConsortium: fas5.pi,v 5.3 94/04/17 20:47:57 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas6.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas6.pi index 950c1d727..a2233df33 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas6.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fas6.pi,v 5.2 91/07/12 18:36:39 hersh Exp $ */ +/* $XConsortium: fas6.pi,v 5.3 94/04/17 20:48:00 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas7.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas7.pi index 37644c070..a7b9551c1 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas7.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas7.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fas7.pi,v 5.2 91/07/12 18:36:41 hersh Exp $ */ +/* $XConsortium: fas7.pi,v 5.3 94/04/17 20:48:01 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/fillarea/fas8.pi b/xc/unsupported/test/InsPEX/testcases/fillarea/fas8.pi index 53cac4ce0..efd43b5ff 100644 --- a/xc/unsupported/test/InsPEX/testcases/fillarea/fas8.pi +++ b/xc/unsupported/test/InsPEX/testcases/fillarea/fas8.pi @@ -1,5 +1,5 @@ -/* $XConsortium: fas8.pi,v 5.2 91/07/12 18:36:43 hersh Exp $ */ +/* $XConsortium: fas8.pi,v 5.3 94/04/17 20:48:02 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/filter/highl.pi b/xc/unsupported/test/InsPEX/testcases/filter/highl.pi index b35ada92d..b5bd9ac1e 100644 --- a/xc/unsupported/test/InsPEX/testcases/filter/highl.pi +++ b/xc/unsupported/test/InsPEX/testcases/filter/highl.pi @@ -1,5 +1,5 @@ -/* $XConsortium: highl.pi,v 5.1 91/02/16 10:03:40 rws Exp $ */ +/* $XConsortium: highl.pi,v 5.2 94/04/17 20:48:51 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/filter/invis.pi b/xc/unsupported/test/InsPEX/testcases/filter/invis.pi index 7c2447390..d0c0ecc67 100644 --- a/xc/unsupported/test/InsPEX/testcases/filter/invis.pi +++ b/xc/unsupported/test/InsPEX/testcases/filter/invis.pi @@ -1,5 +1,5 @@ -/* $XConsortium: invis.pi,v 5.1 91/02/16 10:03:41 rws Exp $ */ +/* $XConsortium: invis.pi,v 5.2 94/04/17 20:48:51 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/filter/pick.pi b/xc/unsupported/test/InsPEX/testcases/filter/pick.pi index b501a8dde..f99db302f 100644 --- a/xc/unsupported/test/InsPEX/testcases/filter/pick.pi +++ b/xc/unsupported/test/InsPEX/testcases/filter/pick.pi @@ -1,5 +1,5 @@ -/* $XConsortium: pick.pi,v 5.1 91/02/16 10:03:42 rws Exp $ */ +/* $XConsortium: pick.pi,v 5.2 94/04/17 20:48:52 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/choice1.pi b/xc/unsupported/test/InsPEX/testcases/input/choice1.pi index 6b5ef87f3..a1cdfb32d 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/choice1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/choice1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: choice1.pi,v 5.1 91/02/16 10:03:16 rws Exp $ */ +/* $XConsortium: choice1.pi,v 5.2 94/04/17 20:48:27 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/choice2.pi b/xc/unsupported/test/InsPEX/testcases/input/choice2.pi index 81e5488e1..3634915fa 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/choice2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/choice2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: choice2.pi,v 5.1 91/02/16 10:03:17 rws Exp $ */ +/* $XConsortium: choice2.pi,v 5.2 94/04/17 20:48:28 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event1.pi b/xc/unsupported/test/InsPEX/testcases/input/event1.pi index bbc2868f4..44b51da6e 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event1.pi,v 5.1 91/02/16 10:03:12 rws Exp $ */ +/* $XConsortium: event1.pi,v 5.2 94/04/17 20:48:28 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event2.pi b/xc/unsupported/test/InsPEX/testcases/input/event2.pi index 0410cd542..bd182b34b 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event2.pi,v 5.1 91/02/16 10:03:13 rws Exp $ */ +/* $XConsortium: event2.pi,v 5.2 94/04/17 20:48:29 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event3.pi b/xc/unsupported/test/InsPEX/testcases/input/event3.pi index 3a9a24728..ab390f6a5 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event3.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event3.pi,v 5.1 91/02/16 10:03:13 rws Exp $ */ +/* $XConsortium: event3.pi,v 5.2 94/04/17 20:48:29 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event4.pi b/xc/unsupported/test/InsPEX/testcases/input/event4.pi index ed36829aa..8a133ad5a 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event4.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event4.pi,v 5.1 91/02/16 10:03:14 rws Exp $ */ +/* $XConsortium: event4.pi,v 5.2 94/04/17 20:48:30 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event5.pi b/xc/unsupported/test/InsPEX/testcases/input/event5.pi index 6623810b7..f26e235a7 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event5.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event5.pi,v 5.1 91/02/16 10:03:15 rws Exp $ */ +/* $XConsortium: event5.pi,v 5.2 94/04/17 20:48:30 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/event6.pi b/xc/unsupported/test/InsPEX/testcases/input/event6.pi index a7e02b724..2dab764e2 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/event6.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/event6.pi @@ -1,4 +1,4 @@ -/* $XConsortium: event6.pi,v 5.1 91/02/16 10:03:16 rws Exp $ */ +/* $XConsortium: event6.pi,v 5.2 94/04/17 20:48:33 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/loc1.pi b/xc/unsupported/test/InsPEX/testcases/input/loc1.pi index f4996340b..d756f3d5b 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/loc1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/loc1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: loc1.pi,v 5.1 91/02/16 10:03:08 rws Exp $ */ +/* $XConsortium: loc1.pi,v 5.2 94/04/17 20:48:34 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/loc2.pi b/xc/unsupported/test/InsPEX/testcases/input/loc2.pi index c1efcf78a..90db25ff3 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/loc2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/loc2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: loc2.pi,v 5.1 91/02/16 10:03:09 rws Exp $ */ +/* $XConsortium: loc2.pi,v 5.2 94/04/17 20:48:35 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/loc3.pi b/xc/unsupported/test/InsPEX/testcases/input/loc3.pi index 8409cffae..26d67e271 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/loc3.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/loc3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: loc3.pi,v 5.1 91/02/16 10:03:10 rws Exp $ */ +/* $XConsortium: loc3.pi,v 5.2 94/04/17 20:48:35 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/loc4.pi b/xc/unsupported/test/InsPEX/testcases/input/loc4.pi index d0e802a04..3db5d3558 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/loc4.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/loc4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: loc4.pi,v 5.1 91/02/16 10:03:10 rws Exp $ */ +/* $XConsortium: loc4.pi,v 5.2 94/04/17 20:48:36 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/loc5.pi b/xc/unsupported/test/InsPEX/testcases/input/loc5.pi index e3568849f..4df3b5a55 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/loc5.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/loc5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: loc5.pi,v 5.1 91/02/16 10:03:11 rws Exp $ */ +/* $XConsortium: loc5.pi,v 5.2 94/04/17 20:48:36 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick1.pi b/xc/unsupported/test/InsPEX/testcases/input/pick1.pi index c7fd9ad53..b6c06835a 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick1.pi,v 5.2 92/02/24 16:02:29 mor Exp $ */ +/* $XConsortium: pick1.pi,v 5.3 94/04/17 20:48:37 mor Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick10.pi b/xc/unsupported/test/InsPEX/testcases/input/pick10.pi index acc3ddfe4..5c6086644 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick10.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick10.pi @@ -1,5 +1,5 @@ -/* $XConsortium: pick10.pi,v 5.2 91/07/12 18:35:22 hersh Exp $ */ +/* $XConsortium: pick10.pi,v 5.3 94/04/17 20:48:37 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick2.pi b/xc/unsupported/test/InsPEX/testcases/input/pick2.pi index 324dfeb96..f5aa97775 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: pick2.pi,v 5.1 91/02/16 10:03:24 rws Exp $ */ +/* $XConsortium: pick2.pi,v 5.2 94/04/17 20:48:38 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick3.pi b/xc/unsupported/test/InsPEX/testcases/input/pick3.pi index 73bc1b7a1..0388a19a3 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick3.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick3.pi,v 5.1 91/02/16 10:03:25 rws Exp $ */ +/* $XConsortium: pick3.pi,v 5.2 94/04/17 20:48:38 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick4.pi b/xc/unsupported/test/InsPEX/testcases/input/pick4.pi index e0ac64de2..d33aee5f0 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick4.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick4.pi,v 5.1 91/02/16 10:03:26 rws Exp $ */ +/* $XConsortium: pick4.pi,v 5.2 94/04/17 20:48:39 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick5.pi b/xc/unsupported/test/InsPEX/testcases/input/pick5.pi index c6ca603ba..6ba87810a 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick5.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick5.pi,v 5.1 91/02/16 10:03:26 rws Exp $ */ +/* $XConsortium: pick5.pi,v 5.2 94/04/17 20:48:39 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick6.pi b/xc/unsupported/test/InsPEX/testcases/input/pick6.pi index e85ebff5f..1d5966f8b 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick6.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick6.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick6.pi,v 5.1 91/02/16 10:03:27 rws Exp $ */ +/* $XConsortium: pick6.pi,v 5.2 94/04/17 20:48:40 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick7.pi b/xc/unsupported/test/InsPEX/testcases/input/pick7.pi index 2c96a72e4..62cbcc9db 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick7.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick7.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick7.pi,v 5.1 91/02/16 10:03:28 rws Exp $ */ +/* $XConsortium: pick7.pi,v 5.2 94/04/17 20:48:41 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick8.pi b/xc/unsupported/test/InsPEX/testcases/input/pick8.pi index 0729e9a64..7ee7f99e3 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick8.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick8.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick8.pi,v 5.1 91/02/16 10:03:29 rws Exp $ */ +/* $XConsortium: pick8.pi,v 5.2 94/04/17 20:48:41 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/pick9.pi b/xc/unsupported/test/InsPEX/testcases/input/pick9.pi index 612e1c8b9..3e411093a 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/pick9.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/pick9.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pick9.pi,v 5.1 91/02/16 10:03:30 rws Exp $ */ +/* $XConsortium: pick9.pi,v 5.2 94/04/17 20:48:42 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/string1.pi b/xc/unsupported/test/InsPEX/testcases/input/string1.pi index 71b53f912..639e40051 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/string1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/string1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: string1.pi,v 5.1 91/02/16 10:03:21 rws Exp $ */ +/* $XConsortium: string1.pi,v 5.2 94/04/17 20:48:42 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/string2.pi b/xc/unsupported/test/InsPEX/testcases/input/string2.pi index f2d09b8d5..271d4c411 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/string2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/string2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: string2.pi,v 5.1 91/02/16 10:03:22 rws Exp $ */ +/* $XConsortium: string2.pi,v 5.2 94/04/17 20:48:43 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/stroke1.pi b/xc/unsupported/test/InsPEX/testcases/input/stroke1.pi index a7e598755..ee3fe0f3d 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/stroke1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/stroke1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: stroke1.pi,v 5.2 91/07/18 15:06:29 hersh Exp $ */ +/* $XConsortium: stroke1.pi,v 5.3 94/04/17 20:48:43 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/stroke2.pi b/xc/unsupported/test/InsPEX/testcases/input/stroke2.pi index 8b85676f4..3de3e313a 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/stroke2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/stroke2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: stroke2.pi,v 5.1 91/02/16 10:03:32 rws Exp $ */ +/* $XConsortium: stroke2.pi,v 5.2 94/04/17 20:48:44 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/val1.pi b/xc/unsupported/test/InsPEX/testcases/input/val1.pi index 6755f1b8d..380b869f0 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/val1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/val1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: val1.pi,v 5.1 91/02/16 10:03:18 rws Exp $ */ +/* $XConsortium: val1.pi,v 5.2 94/04/17 20:48:44 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/val2.pi b/xc/unsupported/test/InsPEX/testcases/input/val2.pi index b3f62dd23..fc8db87aa 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/val2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/val2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: val2.pi,v 5.1 91/02/16 10:03:19 rws Exp $ */ +/* $XConsortium: val2.pi,v 5.2 94/04/17 20:48:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/viewpri1.pi b/xc/unsupported/test/InsPEX/testcases/input/viewpri1.pi index f2d5cf32a..8e8924851 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/viewpri1.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/viewpri1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewpri1.pi,v 5.1 91/02/16 10:03:20 rws Exp $ */ +/* $XConsortium: viewpri1.pi,v 5.2 94/04/17 20:48:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/input/viewpri2.pi b/xc/unsupported/test/InsPEX/testcases/input/viewpri2.pi index f2b35aeda..e32c3c85d 100644 --- a/xc/unsupported/test/InsPEX/testcases/input/viewpri2.pi +++ b/xc/unsupported/test/InsPEX/testcases/input/viewpri2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewpri2.pi,v 5.1 91/02/16 10:03:21 rws Exp $ */ +/* $XConsortium: viewpri2.pi,v 5.2 94/04/17 20:48:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss1.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss1.pi index ea5b9e1d7..ef1341ce4 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss1.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss1.pi,v 5.1 91/02/16 10:01:23 rws Exp $ */ +/* $XConsortium: iss1.pi,v 5.2 94/04/17 20:47:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss2.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss2.pi index 59251992b..10ab10698 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss2.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss2.pi,v 5.1 91/02/16 10:01:24 rws Exp $ */ +/* $XConsortium: iss2.pi,v 5.2 94/04/17 20:47:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss3.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss3.pi index 7650d4de3..20e4b925e 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss3.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss3.pi,v 5.1 91/02/16 10:01:25 rws Exp $ */ +/* $XConsortium: iss3.pi,v 5.2 94/04/17 20:47:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss4.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss4.pi index f07300fad..72d2ee558 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss4.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss4.pi,v 5.1 91/02/16 10:01:25 rws Exp $ */ +/* $XConsortium: iss4.pi,v 5.2 94/04/17 20:47:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss5.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss5.pi index f2f904040..b0c3133b8 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss5.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss5.pi,v 5.1 91/02/16 10:01:26 rws Exp $ */ +/* $XConsortium: iss5.pi,v 5.2 94/04/17 20:47:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/iss/iss6.pi b/xc/unsupported/test/InsPEX/testcases/iss/iss6.pi index 5484819d4..74e6187cc 100644 --- a/xc/unsupported/test/InsPEX/testcases/iss/iss6.pi +++ b/xc/unsupported/test/InsPEX/testcases/iss/iss6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: iss6.pi,v 5.2 91/07/24 18:47:04 hersh Exp $ */ +/* $XConsortium: iss6.pi,v 5.3 94/04/17 20:47:18 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/light/light1.pi b/xc/unsupported/test/InsPEX/testcases/light/light1.pi index 9460acb9c..b0252bcfc 100644 --- a/xc/unsupported/test/InsPEX/testcases/light/light1.pi +++ b/xc/unsupported/test/InsPEX/testcases/light/light1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: light1.pi,v 5.1 91/02/16 10:04:17 rws Exp $ */ +/* $XConsortium: light1.pi,v 5.2 94/04/17 20:49:11 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/light/light2.pi b/xc/unsupported/test/InsPEX/testcases/light/light2.pi index e294edb27..af1854875 100644 --- a/xc/unsupported/test/InsPEX/testcases/light/light2.pi +++ b/xc/unsupported/test/InsPEX/testcases/light/light2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: light2.pi,v 5.1 91/02/16 10:04:18 rws Exp $ */ +/* $XConsortium: light2.pi,v 5.2 94/04/17 20:49:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/light/light3.pi b/xc/unsupported/test/InsPEX/testcases/light/light3.pi index 5abbf1c60..dc8a29e00 100644 --- a/xc/unsupported/test/InsPEX/testcases/light/light3.pi +++ b/xc/unsupported/test/InsPEX/testcases/light/light3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: light3.pi,v 5.1 91/02/16 10:04:19 rws Exp $ */ +/* $XConsortium: light3.pi,v 5.2 94/04/17 20:49:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/light/light4.pi b/xc/unsupported/test/InsPEX/testcases/light/light4.pi index 614ee4bce..fe1381137 100644 --- a/xc/unsupported/test/InsPEX/testcases/light/light4.pi +++ b/xc/unsupported/test/InsPEX/testcases/light/light4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: light4.pi,v 5.1 91/02/16 10:04:20 rws Exp $ */ +/* $XConsortium: light4.pi,v 5.2 94/04/17 20:49:13 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/light/light5.pi b/xc/unsupported/test/InsPEX/testcases/light/light5.pi index 70cbfa93c..6778f719f 100644 --- a/xc/unsupported/test/InsPEX/testcases/light/light5.pi +++ b/xc/unsupported/test/InsPEX/testcases/light/light5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: light5.pi,v 5.2 91/02/16 10:04:21 rws Exp $ */ +/* $XConsortium: light5.pi,v 5.3 94/04/17 20:49:13 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc1.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc1.pi index 7d4a2c10f..726e6c8ca 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc1.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbsc1.pi,v 5.1 91/02/16 10:03:45 rws Exp $ */ +/* $XConsortium: nurbsc1.pi,v 5.2 94/04/17 20:48:53 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc2.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc2.pi index b4fddf6f0..ead3f8cff 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc2.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbsc2.pi,v 5.1 91/02/16 10:03:46 rws Exp $ */ +/* $XConsortium: nurbsc2.pi,v 5.2 94/04/17 20:48:54 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc3.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc3.pi index 0e86922c3..71c8ee8d2 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc3.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbsc3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbsc3.pi,v 5.1 91/02/16 10:03:48 rws Exp $ */ +/* $XConsortium: nurbsc3.pi,v 5.2 94/04/17 20:48:54 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss1.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss1.pi index 5901dd222..fe7a9a98d 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss1.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss1.pi,v 5.1 91/02/16 10:03:49 rws Exp $ */ +/* $XConsortium: nurbss1.pi,v 5.2 94/04/17 20:48:55 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss2.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss2.pi index 7c1ce0807..9f614e2aa 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss2.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss2.pi,v 5.1 91/02/16 10:03:50 rws Exp $ */ +/* $XConsortium: nurbss2.pi,v 5.2 94/04/17 20:48:55 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss3.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss3.pi index 12a968e41..1cc268247 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss3.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss3.pi,v 5.2 91/11/26 15:50:38 hersh Exp $ */ +/* $XConsortium: nurbss3.pi,v 5.3 94/04/17 20:48:56 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss4.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss4.pi index 6b7f15af4..0d8603f3a 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss4.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss4.pi,v 5.1 91/02/16 10:03:47 rws Exp $ */ +/* $XConsortium: nurbss4.pi,v 5.2 94/04/17 20:48:56 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss5.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss5.pi index 99255bcf0..5a13472ad 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss5.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss5.pi,v 5.1 91/02/16 10:03:52 rws Exp $ */ +/* $XConsortium: nurbss5.pi,v 5.2 94/04/17 20:48:57 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss6.pi b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss6.pi index ceb155fb9..352c525bc 100644 --- a/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss6.pi +++ b/xc/unsupported/test/InsPEX/testcases/nurbs/nurbss6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: nurbss6.pi,v 5.1 91/02/16 10:03:53 rws Exp $ */ +/* $XConsortium: nurbss6.pi,v 5.2 94/04/17 20:48:57 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/pdt.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/pdt.c index a222e37c4..1b8144316 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/pdt.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/pdt.c @@ -1,6 +1,6 @@ -/* $XConsortium: pdt.c,v 5.2 91/07/24 18:45:41 hersh Exp $ */ +/* $XConsortium: pdt.c,v 5.3 94/04/17 20:47:11 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt1.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt1.c index f68be3e29..f6106bf60 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt1.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt1.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt1.c,v 5.1 91/02/16 10:01:15 rws Exp $ */ +/* $XConsortium: wdt1.c,v 5.2 94/04/17 20:47:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt2.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt2.c index 432cdf4ac..35a4fdc09 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt2.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt2.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt2.c,v 5.1 91/02/16 10:01:17 rws Exp $ */ +/* $XConsortium: wdt2.c,v 5.2 94/04/17 20:47:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt3.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt3.c index ff3262776..8353da153 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt3.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt3.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt3.c,v 5.2 91/03/21 15:39:29 hersh Exp $ */ +/* $XConsortium: wdt3.c,v 5.3 94/04/17 20:47:13 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt4.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt4.c index 7ae5a769e..f889a4534 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt4.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt4.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt4.c,v 5.2 91/07/24 18:46:01 hersh Exp $ */ +/* $XConsortium: wdt4.c,v 5.3 94/04/17 20:47:14 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt5.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt5.c index e598512dc..a928a8980 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt5.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt5.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt5.c,v 5.3 93/01/04 18:19:56 hersh Exp $ */ +/* $XConsortium: wdt5.c,v 5.4 94/04/17 20:47:14 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt6.c b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt6.c index 272b83fa6..917033272 100644 --- a/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt6.c +++ b/xc/unsupported/test/InsPEX/testcases/pdtwdt/wdt6.c @@ -1,5 +1,5 @@ -/* $XConsortium: wdt6.c,v 5.1 91/02/16 10:01:20 rws Exp $ */ +/* $XConsortium: wdt6.c,v 5.2 94/04/17 20:47:15 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/plinedata/pld_inher.pi b/xc/unsupported/test/InsPEX/testcases/plinedata/pld_inher.pi index 631a6000b..202a73ff4 100644 --- a/xc/unsupported/test/InsPEX/testcases/plinedata/pld_inher.pi +++ b/xc/unsupported/test/InsPEX/testcases/plinedata/pld_inher.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pld_inher.pi,v 5.1 91/02/16 10:03:39 rws Exp $ */ +/* $XConsortium: pld_inher.pi,v 5.2 94/04/17 20:48:48 rws Exp $ */ /***************************************************************** Copyright (c) 1989, 1990, 1991,1990 X Consortium diff --git a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata1.pi b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata1.pi index 77cf13eaf..0e5391271 100644 --- a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata1.pi +++ b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pldata1.pi,v 5.1 91/02/16 10:03:35 rws Exp $ */ +/* $XConsortium: pldata1.pi,v 5.2 94/04/17 20:48:48 rws Exp $ */ /***************************************************************** Copyright (c) 1989, 1990, 1991,1990 X Consortium diff --git a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata2.pi b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata2.pi index c3875ded9..91a288bec 100644 --- a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata2.pi +++ b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pldata2.pi,v 5.2 91/11/26 15:27:19 hersh Exp $ */ +/* $XConsortium: pldata2.pi,v 5.3 94/04/17 20:48:49 hersh Exp $ */ /***************************************************************** Copyright (c) 1989, 1990, 1991,1990 X Consortium diff --git a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata3.pi b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata3.pi index 364318f75..47d20ffa2 100644 --- a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata3.pi +++ b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pldata3.pi,v 5.1 91/02/16 10:03:37 rws Exp $ */ +/* $XConsortium: pldata3.pi,v 5.2 94/04/17 20:48:49 rws Exp $ */ /***************************************************************** Copyright (c) 1989, 1990, 1991,1990 X Consortium diff --git a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata4.pi b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata4.pi index be44a7150..cdb60ac4f 100644 --- a/xc/unsupported/test/InsPEX/testcases/plinedata/pldata4.pi +++ b/xc/unsupported/test/InsPEX/testcases/plinedata/pldata4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: pldata4.pi,v 5.2 91/11/26 15:27:32 hersh Exp $ */ +/* $XConsortium: pldata4.pi,v 5.3 94/04/17 20:48:50 hersh Exp $ */ /***************************************************************** Copyright (c) 1989, 1990, 1991,1990 X Consortium diff --git a/xc/unsupported/test/InsPEX/testcases/poly/pl_inher.pi b/xc/unsupported/test/InsPEX/testcases/poly/pl_inher.pi index 6b7438e9f..57c8fdd99 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/pl_inher.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/pl_inher.pi @@ -1,6 +1,6 @@ -/* $XConsortium: pl_inher.pi,v 5.1 91/02/16 10:00:37 rws Exp $ */ +/* $XConsortium: pl_inher.pi,v 5.2 94/04/17 20:46:47 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/poly/pm_inher.pi b/xc/unsupported/test/InsPEX/testcases/poly/pm_inher.pi index 1412f57a2..98a4871df 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/pm_inher.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/pm_inher.pi @@ -1,5 +1,5 @@ -/* $XConsortium: pm_inher.pi,v 5.1 91/02/16 10:00:38 rws Exp $ */ +/* $XConsortium: pm_inher.pi,v 5.2 94/04/17 20:46:48 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polyline1.pi b/xc/unsupported/test/InsPEX/testcases/poly/polyline1.pi index fdf15001c..d8174c7f4 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polyline1.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polyline1.pi @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: polyline1.pi,v 5.1 91/02/16 10:00:34 rws Exp $ ## polyline1 - test /*WARNING: parameters changed */ ppolyline with all default attributes, and different ## numbers of points: 0, 1, 2, 3, and 10 diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polyline2.pi b/xc/unsupported/test/InsPEX/testcases/poly/polyline2.pi index 3491d1aaa..7b5bc3a6d 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polyline2.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polyline2.pi @@ -1,4 +1,4 @@ -# $XConsortium: polyline2.pi,v 5.1 91/02/16 10:00:34 rws Exp $ +# $XConsortium: polyline2.pi,v 5.2 91/11/26 14:49:41 hersh Exp $ ## polyline2 - test /*WARNING: parameters changed */ ppolyline with all various combinations of widths and ## line types. diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polyline3.pi b/xc/unsupported/test/InsPEX/testcases/poly/polyline3.pi index 955990b25..29e5f3f28 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polyline3.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polyline3.pi @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: polyline3.pi,v 5.1 91/02/16 10:00:35 rws Exp $ ## polyline3 - test ppolyline with colors 0-7 tbegintest("polyline3", "POLYLINE using colors 0-7"); diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polyline4.pi b/xc/unsupported/test/InsPEX/testcases/poly/polyline4.pi index 03f13a0d8..08af47e0f 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polyline4.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polyline4.pi @@ -1,4 +1,4 @@ -# $XConsortium: polyline4.pi,v 5.1 91/02/16 10:00:36 rws Exp $ +# $XConsortium: polyline4.pi,v 5.2 91/11/26 14:49:53 hersh Exp $ ## polyline4- test ppolyline with all combinations of widths and ## line types - based on polyline2, but ordering differently to ## work around bug. diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polymark1.pi b/xc/unsupported/test/InsPEX/testcases/poly/polymark1.pi index 2f7a89983..744e8f6c7 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polymark1.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polymark1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: polymark1.pi,v 5.1 91/02/16 10:00:36 rws Exp $ */ +/* $XConsortium: polymark1.pi,v 5.2 94/04/17 20:46:48 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polymark2.pi b/xc/unsupported/test/InsPEX/testcases/poly/polymark2.pi index c5270025c..30288168f 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polymark2.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polymark2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: polymark2.pi,v 5.1 91/02/16 10:00:39 rws Exp $ */ +/* $XConsortium: polymark2.pi,v 5.2 94/04/17 20:46:49 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polymark3.pi b/xc/unsupported/test/InsPEX/testcases/poly/polymark3.pi index b58c7d8a9..811d11896 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polymark3.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polymark3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: polymark3.pi,v 5.1 91/02/16 10:00:39 rws Exp $ */ +/* $XConsortium: polymark3.pi,v 5.2 94/04/17 20:46:49 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/poly/polymark4.pi b/xc/unsupported/test/InsPEX/testcases/poly/polymark4.pi index 963c01f09..277a16082 100644 --- a/xc/unsupported/test/InsPEX/testcases/poly/polymark4.pi +++ b/xc/unsupported/test/InsPEX/testcases/poly/polymark4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: polymark4.pi,v 5.1 91/02/16 10:00:40 rws Exp $ */ +/* $XConsortium: polymark4.pi,v 5.2 94/04/17 20:46:49 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/colrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/colrep.pi index 3088e83c1..41d98111e 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/colrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/colrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: colrep.pi,v 5.1 91/02/16 10:04:22 rws Exp $ */ +/* $XConsortium: colrep.pi,v 5.2 94/04/17 20:49:14 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/dcuerep.pi b/xc/unsupported/test/InsPEX/testcases/rep/dcuerep.pi index 0edff0e26..3c30b9869 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/dcuerep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/dcuerep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: dcuerep.pi,v 5.1 91/02/16 10:04:30 rws Exp $ */ +/* $XConsortium: dcuerep.pi,v 5.2 94/04/17 20:49:15 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/edgerep.pi b/xc/unsupported/test/InsPEX/testcases/rep/edgerep.pi index cbb9ad3a8..1824b0a54 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/edgerep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/edgerep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: edgerep.pi,v 5.1 91/02/16 10:04:23 rws Exp $ */ +/* $XConsortium: edgerep.pi,v 5.2 94/04/17 20:49:15 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/interrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/interrep.pi index 24a87415e..715c76bec 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/interrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/interrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: interrep.pi,v 5.1 91/02/16 10:04:24 rws Exp $ */ +/* $XConsortium: interrep.pi,v 5.2 94/04/17 20:49:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/lightrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/lightrep.pi index c52912b8f..b57d3f153 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/lightrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/lightrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: lightrep.pi,v 5.1 91/02/16 10:04:31 rws Exp $ */ +/* $XConsortium: lightrep.pi,v 5.2 94/04/17 20:49:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/linerep.pi b/xc/unsupported/test/InsPEX/testcases/rep/linerep.pi index 484ae3bb0..cddafb324 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/linerep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/linerep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: linerep.pi,v 5.1 91/02/16 10:04:25 rws Exp $ */ +/* $XConsortium: linerep.pi,v 5.2 94/04/17 20:49:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/markerrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/markerrep.pi index 066f7db6c..ff83348c7 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/markerrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/markerrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: markerrep.pi,v 5.1 91/02/16 10:04:26 rws Exp $ */ +/* $XConsortium: markerrep.pi,v 5.2 94/04/17 20:49:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/patrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/patrep.pi index 0f126e3e0..4198d43a7 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/patrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/patrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: patrep.pi,v 5.1 91/02/16 10:04:27 rws Exp $ */ +/* $XConsortium: patrep.pi,v 5.2 94/04/17 20:49:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/textrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/textrep.pi index 6dadfe1bb..0e1660bed 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/textrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/textrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: textrep.pi,v 5.1 91/02/16 10:04:28 rws Exp $ */ +/* $XConsortium: textrep.pi,v 5.2 94/04/17 20:49:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/rep/viewrep.pi b/xc/unsupported/test/InsPEX/testcases/rep/viewrep.pi index d71195c77..bf196556e 100644 --- a/xc/unsupported/test/InsPEX/testcases/rep/viewrep.pi +++ b/xc/unsupported/test/InsPEX/testcases/rep/viewrep.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewrep.pi,v 5.2 91/11/26 15:52:56 hersh Exp $ */ +/* $XConsortium: viewrep.pi,v 5.3 94/04/17 20:49:18 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/search/elemsrch1.pi b/xc/unsupported/test/InsPEX/testcases/search/elemsrch1.pi index f767ff661..53b52f524 100644 --- a/xc/unsupported/test/InsPEX/testcases/search/elemsrch1.pi +++ b/xc/unsupported/test/InsPEX/testcases/search/elemsrch1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: elemsrch1.pi,v 5.1 91/02/16 10:02:06 rws Exp $ */ +/* $XConsortium: elemsrch1.pi,v 5.2 94/04/17 20:47:44 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/search/elemsrch2.pi b/xc/unsupported/test/InsPEX/testcases/search/elemsrch2.pi index af5731db4..076fda39a 100644 --- a/xc/unsupported/test/InsPEX/testcases/search/elemsrch2.pi +++ b/xc/unsupported/test/InsPEX/testcases/search/elemsrch2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: elemsrch2.pi,v 5.1 91/02/16 10:02:07 rws Exp $ */ +/* $XConsortium: elemsrch2.pi,v 5.2 94/04/17 20:47:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/search/elemsrch3.pi b/xc/unsupported/test/InsPEX/testcases/search/elemsrch3.pi index 04b403d2a..94cb798b3 100644 --- a/xc/unsupported/test/InsPEX/testcases/search/elemsrch3.pi +++ b/xc/unsupported/test/InsPEX/testcases/search/elemsrch3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: elemsrch3.pi,v 5.1 91/02/16 10:02:08 rws Exp $ */ +/* $XConsortium: elemsrch3.pi,v 5.2 94/04/17 20:47:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/search/elemsrch4.pi b/xc/unsupported/test/InsPEX/testcases/search/elemsrch4.pi index 41b712cb2..fa4907615 100644 --- a/xc/unsupported/test/InsPEX/testcases/search/elemsrch4.pi +++ b/xc/unsupported/test/InsPEX/testcases/search/elemsrch4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: elemsrch4.pi,v 5.1 91/02/16 10:02:09 rws Exp $ */ +/* $XConsortium: elemsrch4.pi,v 5.2 94/04/17 20:47:46 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/Makefile b/xc/unsupported/test/InsPEX/testcases/shared/Makefile deleted file mode 100644 index 2473f84db..000000000 --- a/xc/unsupported/test/InsPEX/testcases/shared/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# $XConsortium: Makefile,v 5.7 93/01/04 18:19:19 hersh Exp $ -################################################################### -# Copyright (c) 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. -# -# All Rights Reserved -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose and without fee is hereby granted, -# provided that the above copyright notice appear in all copies and that -# both that copyright notice and this permission notice appear in -# supporting documentation, and that the names of Sun Microsystems -# and the X Consortium not be used in advertising or publicity -# pertaining to distribution of the software without specific, written -# prior permission. -# -# SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT -# SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# -################################################################## - - -# Makefile for InsPEX C-based test programs - -# an arbitrary default - real values are supplied on make command -# line by inspex.sh -PEXINCDIR = /home/`hostname`/pex/include -PEXLIBDIR = /home/`hostname`/pex/lib -# these may be needed if different from above -XINCDIR = /home/`hostname`/pex/include -XLIBDIR = /home/`hostname`/pex/lib - -# default is empty for these user-supplied flags -I_CFLAGS = -I_LDFLAGS = - -PEXINCLUDE = -I$(PEXINCDIR) -I$(XINCDIR) -INSPEXINCLUDE = -I$(INSPEXHOME)/tools/pexint -I$(INSPEXDEST)/include -PEXLIB = -L$(PEXLIBDIR) -L$(XLIBDIR) -INSPEXLIB = -L$(INSPEXDEST)/lib -LIBS = $(INSPEXDEST)/lib/libinspex.a $(PEXLIBDIR)/libphigs.a -lX11 -lm -lXext - -LDFLAGS = -g $(I_LDFLAGS) $(PEXLIB) $(INSPEXLIB) $(LIBS) -CFLAGS = -g $(I_CFLAGS) $(CPPFLAGS) $(PEXINCLUDE) $(INSPEXINCLUDE) - -CTESTS = elemcon9 copyall2 errhandle1 errhandle2\ - pdt wdt1 wdt2 wdt3 wdt4 wdt5 wdt6 - -TARGET = $(CTESTS) - -$(TARGET): $$@.c $(INSPEXDEST)/lib/libinspex.a - cc $(CFLAGS) $@.c -o $@ $(LDFLAGS) - -$(INSPEXDEST)/lib/libinspex.a: - cd $(INSPEXHOME)/tools/pexint; \ - make PEXINCDIR=$(PEXINCDIR) PEXLIBDIR=$(PEXLIBDIR) libinspex.a - - - diff --git a/xc/unsupported/test/InsPEX/testcases/shared/apimacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/apimacro.pi index 564b51965..35999d665 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/apimacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/apimacro.pi @@ -1,4 +1,4 @@ -/* $XConsortium: apimacro.pi,v 5.1 91/02/16 10:02:43 rws Exp $ */ +/* $XConsortium: apimacro.pi,v 5.2 94/04/17 20:48:11 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/armacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/armacro.pi index 151387894..2ed1924ae 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/armacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/armacro.pi @@ -1,5 +1,5 @@ -/* $XConsortium: armacro.pi,v 5.2 91/11/26 15:00:37 hersh Exp $ */ +/* $XConsortium: armacro.pi,v 5.3 94/04/17 20:48:11 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/dcmacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/dcmacro.pi index ebc00af35..6c85062bf 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/dcmacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/dcmacro.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dcmacro.pi,v 5.1 91/02/16 10:02:48 rws Exp $ */ +/* $XConsortium: dcmacro.pi,v 5.2 94/04/17 20:48:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/macro.pi b/xc/unsupported/test/InsPEX/testcases/shared/macro.pi index 377e4e236..ba0654293 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/macro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/macro.pi @@ -1,5 +1,5 @@ -/* $XConsortium: macro.pi,v 5.1 91/02/16 10:02:43 rws Exp $ */ +/* $XConsortium: macro.pi,v 5.2 94/04/17 20:48:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/scmacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/scmacro.pi index 82fcea530..53907f24f 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/scmacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/scmacro.pi @@ -1,5 +1,5 @@ -/* $XConsortium: scmacro.pi,v 5.2 91/07/24 18:50:46 hersh Exp $ */ +/* $XConsortium: scmacro.pi,v 5.3 94/04/17 20:48:13 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/shmacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/shmacro.pi index c850916f2..b42292148 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/shmacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/shmacro.pi @@ -1,4 +1,4 @@ -/* $XConsortium: shmacro.pi,v 5.1 91/02/16 10:02:47 rws Exp $ */ +/* $XConsortium: shmacro.pi,v 5.2 94/04/17 20:48:13 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/strmacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/strmacro.pi index 4096d831c..3fc66014b 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/strmacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/strmacro.pi @@ -1,4 +1,4 @@ -/* $XConsortium: strmacro.pi,v 5.1 91/02/16 10:02:44 rws Exp $ */ +/* $XConsortium: strmacro.pi,v 5.2 94/04/17 20:48:14 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/shared/xpmacro.pi b/xc/unsupported/test/InsPEX/testcases/shared/xpmacro.pi index 25dc82956..60b7db1dd 100644 --- a/xc/unsupported/test/InsPEX/testcases/shared/xpmacro.pi +++ b/xc/unsupported/test/InsPEX/testcases/shared/xpmacro.pi @@ -1,4 +1,4 @@ -/* $XConsortium: xpmacro.pi,v 5.1 91/02/16 10:02:46 rws Exp $ */ +/* $XConsortium: xpmacro.pi,v 5.2 94/04/17 20:48:14 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/archivest.pi b/xc/unsupported/test/InsPEX/testcases/statectl/archivest.pi index f9795b0f9..8504e2093 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/archivest.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/archivest.pi @@ -1,5 +1,5 @@ -/* $XConsortium: archivest.pi,v 5.1 91/02/16 10:01:09 rws Exp $ */ +/* $XConsortium: archivest.pi,v 5.2 94/04/17 20:47:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/emclphigs.pi b/xc/unsupported/test/InsPEX/testcases/statectl/emclphigs.pi index 55dc4951c..e8aef0173 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/emclphigs.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/emclphigs.pi @@ -1,5 +1,5 @@ -/* $XConsortium: emclphigs.pi,v 5.1 91/02/16 10:01:10 rws Exp $ */ +/* $XConsortium: emclphigs.pi,v 5.2 94/04/17 20:47:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/structst.pi b/xc/unsupported/test/InsPEX/testcases/statectl/structst.pi index 3dd1b0b80..088ae8b52 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/structst.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/structst.pi @@ -1,4 +1,4 @@ -/* $XConsortium: structst.pi,v 5.1 91/02/16 10:01:11 rws Exp $ */ +/* $XConsortium: structst.pi,v 5.2 94/04/17 20:47:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/systemst.pi b/xc/unsupported/test/InsPEX/testcases/statectl/systemst.pi index 3da535acf..bcfc11844 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/systemst.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/systemst.pi @@ -1,4 +1,4 @@ -/* $XConsortium: systemst.pi,v 5.1 91/02/16 10:01:11 rws Exp $ */ +/* $XConsortium: systemst.pi,v 5.2 94/04/17 20:47:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/wsst1.pi b/xc/unsupported/test/InsPEX/testcases/statectl/wsst1.pi index 64bf62a07..58b7a6ad9 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/wsst1.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/wsst1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsst1.pi,v 5.1 91/02/16 10:01:12 rws Exp $ */ +/* $XConsortium: wsst1.pi,v 5.2 94/04/17 20:47:10 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/statectl/wsst2.pi b/xc/unsupported/test/InsPEX/testcases/statectl/wsst2.pi index 216ef05e7..823a1c6fb 100644 --- a/xc/unsupported/test/InsPEX/testcases/statectl/wsst2.pi +++ b/xc/unsupported/test/InsPEX/testcases/statectl/wsst2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsst2.pi,v 5.1 91/02/16 10:01:13 rws Exp $ */ +/* $XConsortium: wsst2.pi,v 5.2 94/04/17 20:47:10 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/copyall1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/copyall1.pi index 65db1e283..8a3a78dbb 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/copyall1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/copyall1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: copyall1.pi,v 5.1 91/02/16 10:00:44 rws Exp $ */ +/* $XConsortium: copyall1.pi,v 5.2 94/04/17 20:46:50 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/copyall2.c b/xc/unsupported/test/InsPEX/testcases/strcon/copyall2.c index e420c13c8..3c031971d 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/copyall2.c +++ b/xc/unsupported/test/InsPEX/testcases/strcon/copyall2.c @@ -1,4 +1,4 @@ -/* $XConsortium: copyall2.c,v 5.1 91/02/16 10:00:41 rws Exp $ */ +/* $XConsortium: copyall2.c,v 5.2 94/04/17 20:46:51 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/delelem1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/delelem1.pi index f90a9c8a1..c4562d1fd 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/delelem1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/delelem1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: delelem1.pi,v 5.1 91/02/16 10:00:45 rws Exp $ */ +/* $XConsortium: delelem1.pi,v 5.2 94/04/17 20:46:51 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/delelem2.pi b/xc/unsupported/test/InsPEX/testcases/strcon/delelem2.pi index b15e8eb24..fc4da5aee 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/delelem2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/delelem2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: delelem2.pi,v 5.1 91/02/16 10:00:46 rws Exp $ */ +/* $XConsortium: delelem2.pi,v 5.2 94/04/17 20:46:52 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/dellabel1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/dellabel1.pi index 5fcec0dff..3feee1879 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/dellabel1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/dellabel1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: dellabel1.pi,v 5.1 91/02/16 10:00:47 rws Exp $ */ +/* $XConsortium: dellabel1.pi,v 5.2 94/04/17 20:46:52 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/delrange1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/delrange1.pi index 3965700a7..f27f655b9 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/delrange1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/delrange1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: delrange1.pi,v 5.1 91/02/16 10:00:48 rws Exp $ */ +/* $XConsortium: delrange1.pi,v 5.2 94/04/17 20:46:53 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/delrange2.pi b/xc/unsupported/test/InsPEX/testcases/strcon/delrange2.pi index 2b3104fb5..9f541021d 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/delrange2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/delrange2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: delrange2.pi,v 5.1 91/02/16 10:00:49 rws Exp $ */ +/* $XConsortium: delrange2.pi,v 5.2 94/04/17 20:46:53 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/editmode1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/editmode1.pi index 798380e83..ce4be4019 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/editmode1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/editmode1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: editmode1.pi,v 5.1 91/02/16 10:00:49 rws Exp $ */ +/* $XConsortium: editmode1.pi,v 5.2 94/04/17 20:46:54 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/editmode2.pi b/xc/unsupported/test/InsPEX/testcases/strcon/editmode2.pi index 8d260533e..eee060e96 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/editmode2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/editmode2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: editmode2.pi,v 5.1 91/02/16 10:00:50 rws Exp $ */ +/* $XConsortium: editmode2.pi,v 5.2 94/04/17 20:46:54 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/editmode3.pi b/xc/unsupported/test/InsPEX/testcases/strcon/editmode3.pi index 0d4de494f..e88f21044 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/editmode3.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/editmode3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: editmode3.pi,v 5.1 91/02/16 10:00:51 rws Exp $ */ +/* $XConsortium: editmode3.pi,v 5.2 94/04/17 20:46:57 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/editmode4.pi b/xc/unsupported/test/InsPEX/testcases/strcon/editmode4.pi index b9e0538f8..2a11805fb 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/editmode4.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/editmode4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: editmode4.pi,v 5.1 91/02/16 10:00:52 rws Exp $ */ +/* $XConsortium: editmode4.pi,v 5.2 94/04/17 20:46:58 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/elemcon9.c b/xc/unsupported/test/InsPEX/testcases/strcon/elemcon9.c index dba88719d..fc5c13c60 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/elemcon9.c +++ b/xc/unsupported/test/InsPEX/testcases/strcon/elemcon9.c @@ -1,4 +1,4 @@ -/* $XConsortium: elemcon9.c,v 5.3 91/07/24 18:45:04 hersh Exp $ */ +/* $XConsortium: elemcon9.c,v 5.4 94/04/17 20:46:58 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/elemptr1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/elemptr1.pi index b5c08ed2e..c38e3e29c 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/elemptr1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/elemptr1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: elemptr1.pi,v 5.1 91/02/16 10:00:53 rws Exp $ */ +/* $XConsortium: elemptr1.pi,v 5.2 94/04/17 20:46:59 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/emptystr1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/emptystr1.pi index c6a59266a..8cb5de0b8 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/emptystr1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/emptystr1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: emptystr1.pi,v 5.1 91/02/16 10:00:54 rws Exp $ */ +/* $XConsortium: emptystr1.pi,v 5.2 94/04/17 20:47:00 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/offset1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/offset1.pi index 2ae9b6ca1..1bded54f7 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/offset1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/offset1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: offset1.pi,v 5.1 91/02/16 10:00:55 rws Exp $ */ +/* $XConsortium: offset1.pi,v 5.2 94/04/17 20:47:00 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/openstr1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/openstr1.pi index cf9ed9326..cf2650b16 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/openstr1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/openstr1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: openstr1.pi,v 5.1 91/02/16 10:00:56 rws Exp $ */ +/* $XConsortium: openstr1.pi,v 5.2 94/04/17 20:47:01 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/openstr2.pi b/xc/unsupported/test/InsPEX/testcases/strcon/openstr2.pi index 38c436319..75c966b52 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/openstr2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/openstr2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: openstr2.pi,v 5.1 91/02/16 10:00:57 rws Exp $ */ +/* $XConsortium: openstr2.pi,v 5.2 94/04/17 20:47:01 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel1.pi index 0ff8bf008..bc4933647 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ptrlabel1.pi,v 5.1 91/02/16 10:00:58 rws Exp $ */ +/* $XConsortium: ptrlabel1.pi,v 5.2 94/04/17 20:47:02 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel2.pi b/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel2.pi index 9f9578912..095e9aff0 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/ptrlabel2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ptrlabel2.pi,v 5.1 91/02/16 10:00:59 rws Exp $ */ +/* $XConsortium: ptrlabel2.pi,v 5.2 94/04/17 20:47:02 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strcon/strstat1.pi b/xc/unsupported/test/InsPEX/testcases/strcon/strstat1.pi index 2fed9c09b..d24fc861b 100644 --- a/xc/unsupported/test/InsPEX/testcases/strcon/strstat1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strcon/strstat1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: strstat1.pi,v 5.2 91/11/26 14:51:34 hersh Exp $ */ +/* $XConsortium: strstat1.pi,v 5.3 94/04/17 20:47:02 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/changeid1.pi b/xc/unsupported/test/InsPEX/testcases/strman/changeid1.pi index 38f1c7e85..ad3570bac 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/changeid1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/changeid1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: changeid1.pi,v 5.1 91/02/16 10:02:30 rws Exp $ */ +/* $XConsortium: changeid1.pi,v 5.2 94/04/17 20:48:03 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delallst1.pi b/xc/unsupported/test/InsPEX/testcases/strman/delallst1.pi index 069b43604..47970d2f7 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delallst1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delallst1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delallst1.pi,v 5.1 91/02/16 10:02:35 rws Exp $ */ +/* $XConsortium: delallst1.pi,v 5.2 94/04/17 20:48:03 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delallst2.pi b/xc/unsupported/test/InsPEX/testcases/strman/delallst2.pi index 4d2728399..6bc5c5905 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delallst2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delallst2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delallst2.pi,v 5.1 91/02/16 10:02:36 rws Exp $ */ +/* $XConsortium: delallst2.pi,v 5.2 94/04/17 20:48:04 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstnet1.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstnet1.pi index b13d4f2f6..a5adfa421 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstnet1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstnet1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstnet1.pi,v 5.1 91/02/16 10:02:36 rws Exp $ */ +/* $XConsortium: delstnet1.pi,v 5.2 94/04/17 20:48:04 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstnet2.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstnet2.pi index 7ba0e9b8f..5145264d4 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstnet2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstnet2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstnet2.pi,v 5.1 91/02/16 10:02:37 rws Exp $ */ +/* $XConsortium: delstnet2.pi,v 5.2 94/04/17 20:48:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr1.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr1.pi index c2476b561..4562d78fe 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr1.pi,v 5.1 91/02/16 10:02:31 rws Exp $ */ +/* $XConsortium: delstr1.pi,v 5.2 94/04/17 20:48:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr2.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr2.pi index f618a9537..37b3f30d4 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr2.pi,v 5.1 91/02/16 10:02:31 rws Exp $ */ +/* $XConsortium: delstr2.pi,v 5.2 94/04/17 20:48:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr3.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr3.pi index ead509507..64da4f15b 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr3.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr3.pi,v 5.1 91/02/16 10:02:32 rws Exp $ */ +/* $XConsortium: delstr3.pi,v 5.2 94/04/17 20:48:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr4.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr4.pi index 1d3e1b19a..3906e3590 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr4.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr4.pi,v 5.1 91/02/16 10:02:33 rws Exp $ */ +/* $XConsortium: delstr4.pi,v 5.2 94/04/17 20:48:07 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr5.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr5.pi index 250e1b053..bbee1cfbc 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr5.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr5.pi,v 5.1 91/02/16 10:02:34 rws Exp $ */ +/* $XConsortium: delstr5.pi,v 5.2 94/04/17 20:48:07 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/delstr6.pi b/xc/unsupported/test/InsPEX/testcases/strman/delstr6.pi index 28c6f9e69..c272e25d9 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/delstr6.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/delstr6.pi @@ -1,4 +1,4 @@ -/* $XConsortium: delstr6.pi,v 3.2 91/02/16 10:02:38 rws Exp $ */ +/* $XConsortium: delstr6.pi,v 3.3 94/04/17 20:48:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/poststr1.pi b/xc/unsupported/test/InsPEX/testcases/strman/poststr1.pi index 95725fe0a..25a18fb3a 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/poststr1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/poststr1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: poststr1.pi,v 5.1 91/02/16 10:02:39 rws Exp $ */ +/* $XConsortium: poststr1.pi,v 5.2 94/04/17 20:48:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/poststr2.pi b/xc/unsupported/test/InsPEX/testcases/strman/poststr2.pi index b64dcebe5..1517dc1ff 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/poststr2.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/poststr2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: poststr2.pi,v 5.1 91/02/16 10:02:40 rws Exp $ */ +/* $XConsortium: poststr2.pi,v 5.2 94/04/17 20:48:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/poststr3.pi b/xc/unsupported/test/InsPEX/testcases/strman/poststr3.pi index d2734b86f..878d8d953 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/poststr3.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/poststr3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: poststr3.pi,v 5.1 91/02/16 10:02:41 rws Exp $ */ +/* $XConsortium: poststr3.pi,v 5.2 94/04/17 20:48:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/strman/unpostal1.pi b/xc/unsupported/test/InsPEX/testcases/strman/unpostal1.pi index 44ecf7405..aee7fabd6 100644 --- a/xc/unsupported/test/InsPEX/testcases/strman/unpostal1.pi +++ b/xc/unsupported/test/InsPEX/testcases/strman/unpostal1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: unpostal1.pi,v 5.1 91/02/16 10:02:41 rws Exp $ */ +/* $XConsortium: unpostal1.pi,v 5.2 94/04/17 20:48:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx1.pi b/xc/unsupported/test/InsPEX/testcases/text/atx1.pi index 837e4e1bc..929efd0f6 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx1.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx1.pi,v 5.1 91/02/16 10:02:50 rws Exp $ */ +/* $XConsortium: atx1.pi,v 5.2 94/04/17 20:48:15 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx10.pi b/xc/unsupported/test/InsPEX/testcases/text/atx10.pi index aa66d660a..b48950e3c 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx10.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx10.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx10.pi,v 5.1 91/02/16 10:02:51 rws Exp $ */ +/* $XConsortium: atx10.pi,v 5.2 94/04/17 20:48:15 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx11.pi b/xc/unsupported/test/InsPEX/testcases/text/atx11.pi index 3c72652a5..321402131 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx11.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx11.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx11.pi,v 5.1 91/02/16 10:02:52 rws Exp $ */ +/* $XConsortium: atx11.pi,v 5.2 94/04/17 20:48:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx2.pi b/xc/unsupported/test/InsPEX/testcases/text/atx2.pi index 739b86657..c19c23937 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx2.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx2.pi,v 5.1 91/02/16 10:02:53 rws Exp $ */ +/* $XConsortium: atx2.pi,v 5.2 94/04/17 20:48:16 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx3.pi b/xc/unsupported/test/InsPEX/testcases/text/atx3.pi index 43b09a83a..e826f7368 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx3.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx3.pi,v 5.1 91/02/16 10:03:02 rws Exp $ */ +/* $XConsortium: atx3.pi,v 5.2 94/04/17 20:48:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx4.pi b/xc/unsupported/test/InsPEX/testcases/text/atx4.pi index d4828a8fd..dfe9bf7c9 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx4.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx4.pi,v 5.1 91/02/16 10:02:54 rws Exp $ */ +/* $XConsortium: atx4.pi,v 5.2 94/04/17 20:48:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx5.pi b/xc/unsupported/test/InsPEX/testcases/text/atx5.pi index b1a2dfc41..a48c52feb 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx5.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx5.pi,v 5.1 91/02/16 10:02:55 rws Exp $ */ +/* $XConsortium: atx5.pi,v 5.2 94/04/17 20:48:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx6.pi b/xc/unsupported/test/InsPEX/testcases/text/atx6.pi index 7057c32c1..a14f17d81 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx6.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx6.pi,v 5.1 91/02/16 10:03:00 rws Exp $ */ +/* $XConsortium: atx6.pi,v 5.2 94/04/17 20:48:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx7.pi b/xc/unsupported/test/InsPEX/testcases/text/atx7.pi index 2bfb2ae48..ae5429d4c 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx7.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx7.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx7.pi,v 5.1 91/02/16 10:02:56 rws Exp $ */ +/* $XConsortium: atx7.pi,v 5.2 94/04/17 20:48:19 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx8.pi b/xc/unsupported/test/InsPEX/testcases/text/atx8.pi index cf54f641f..05ac6c454 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx8.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx8.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx8.pi,v 5.1 91/02/16 10:02:57 rws Exp $ */ +/* $XConsortium: atx8.pi,v 5.2 94/04/17 20:48:20 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/atx9.pi b/xc/unsupported/test/InsPEX/testcases/text/atx9.pi index f780f5295..030d90612 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/atx9.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/atx9.pi @@ -1,5 +1,5 @@ -/* $XConsortium: atx9.pi,v 5.1 91/02/16 10:02:57 rws Exp $ */ +/* $XConsortium: atx9.pi,v 5.2 94/04/17 20:48:20 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx1.pi b/xc/unsupported/test/InsPEX/testcases/text/tx1.pi index 31f30b537..976d01d03 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx1.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx1.pi,v 5.1 91/02/16 10:02:58 rws Exp $ */ +/* $XConsortium: tx1.pi,v 5.2 94/04/17 20:48:21 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx10.pi b/xc/unsupported/test/InsPEX/testcases/text/tx10.pi index 0997b051e..e8e3aa554 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx10.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx10.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx10.pi,v 5.1 91/02/16 10:03:00 rws Exp $ */ +/* $XConsortium: tx10.pi,v 5.2 94/04/17 20:48:21 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx11.pi b/xc/unsupported/test/InsPEX/testcases/text/tx11.pi index c04aa2344..c448beca6 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx11.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx11.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx11.pi,v 5.1 91/02/16 10:03:05 rws Exp $ */ +/* $XConsortium: tx11.pi,v 5.2 94/04/17 20:48:22 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx2.pi b/xc/unsupported/test/InsPEX/testcases/text/tx2.pi index 4994723b5..36f78a6bf 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx2.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx2.pi,v 5.1 91/02/16 10:02:54 rws Exp $ */ +/* $XConsortium: tx2.pi,v 5.2 94/04/17 20:48:23 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx3.pi b/xc/unsupported/test/InsPEX/testcases/text/tx3.pi index 95758827d..693edff95 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx3.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx3.pi,v 5.1 91/02/16 10:03:01 rws Exp $ */ +/* $XConsortium: tx3.pi,v 5.2 94/04/17 20:48:23 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx5.pi b/xc/unsupported/test/InsPEX/testcases/text/tx5.pi index 24d46f2b7..b7bf3f068 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx5.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx5.pi,v 5.1 91/02/16 10:03:04 rws Exp $ */ +/* $XConsortium: tx5.pi,v 5.2 94/04/17 20:48:24 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx6.pi b/xc/unsupported/test/InsPEX/testcases/text/tx6.pi index bac559d6d..fb146a76d 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx6.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx6.pi,v 5.1 91/02/16 10:02:59 rws Exp $ */ +/* $XConsortium: tx6.pi,v 5.2 94/04/17 20:48:25 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx7.pi b/xc/unsupported/test/InsPEX/testcases/text/tx7.pi index 17f095787..d1cfb15af 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx7.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx7.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx7.pi,v 5.1 91/02/16 10:03:06 rws Exp $ */ +/* $XConsortium: tx7.pi,v 5.2 94/04/17 20:48:25 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx8.pi b/xc/unsupported/test/InsPEX/testcases/text/tx8.pi index 444c89cb9..5aad4a42a 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx8.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx8.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx8.pi,v 5.1 91/02/16 10:03:04 rws Exp $ */ +/* $XConsortium: tx8.pi,v 5.2 94/04/17 20:48:26 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/text/tx9.pi b/xc/unsupported/test/InsPEX/testcases/text/tx9.pi index 6141de421..87e4364b5 100644 --- a/xc/unsupported/test/InsPEX/testcases/text/tx9.pi +++ b/xc/unsupported/test/InsPEX/testcases/text/tx9.pi @@ -1,5 +1,5 @@ -/* $XConsortium: tx9.pi,v 5.1 91/02/16 10:03:07 rws Exp $ */ +/* $XConsortium: tx9.pi,v 5.2 94/04/17 20:48:26 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/faswd1.pi b/xc/unsupported/test/InsPEX/testcases/triquad/faswd1.pi index 1f33f9811..4441cbc99 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/faswd1.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/faswd1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: faswd1.pi,v 5.1 91/02/16 10:04:00 rws Exp $ */ +/* $XConsortium: faswd1.pi,v 5.2 94/04/17 20:49:00 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/faswd2.pi b/xc/unsupported/test/InsPEX/testcases/triquad/faswd2.pi index dcddd1e83..afcda07c3 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/faswd2.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/faswd2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: faswd2.pi,v 5.1 91/02/16 10:04:01 rws Exp $ */ +/* $XConsortium: faswd2.pi,v 5.2 94/04/17 20:49:00 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/faswd3.pi b/xc/unsupported/test/InsPEX/testcases/triquad/faswd3.pi index 6d857644b..917244fc3 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/faswd3.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/faswd3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: faswd3.pi,v 5.1 91/02/16 10:04:08 rws Exp $ */ +/* $XConsortium: faswd3.pi,v 5.2 94/04/17 20:49:00 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/faswd4.pi b/xc/unsupported/test/InsPEX/testcases/triquad/faswd4.pi index e85099e3b..3c4e487b2 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/faswd4.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/faswd4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: faswd4.pi,v 5.1 91/02/16 10:04:10 rws Exp $ */ +/* $XConsortium: faswd4.pi,v 5.2 94/04/17 20:49:03 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/qm1.pi b/xc/unsupported/test/InsPEX/testcases/triquad/qm1.pi index 4c12240b9..6aa30d83d 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/qm1.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/qm1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: qm1.pi,v 5.1 91/02/16 10:03:59 rws Exp $ */ +/* $XConsortium: qm1.pi,v 5.2 94/04/17 20:49:04 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/qm2.pi b/xc/unsupported/test/InsPEX/testcases/triquad/qm2.pi index 7a337f674..48a299f3b 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/qm2.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/qm2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: qm2.pi,v 5.1 91/02/16 10:04:02 rws Exp $ */ +/* $XConsortium: qm2.pi,v 5.2 94/04/17 20:49:04 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/qm3.pi b/xc/unsupported/test/InsPEX/testcases/triquad/qm3.pi index f0501db81..cbbb60e5f 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/qm3.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/qm3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: qm3.pi,v 5.1 91/02/16 10:04:07 rws Exp $ */ +/* $XConsortium: qm3.pi,v 5.2 94/04/17 20:49:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/qm4.pi b/xc/unsupported/test/InsPEX/testcases/triquad/qm4.pi index 92ec16254..93636560e 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/qm4.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/qm4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: qm4.pi,v 5.1 91/02/16 10:04:11 rws Exp $ */ +/* $XConsortium: qm4.pi,v 5.2 94/04/17 20:49:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/sofas1.pi b/xc/unsupported/test/InsPEX/testcases/triquad/sofas1.pi index 1da802288..01f3c9816 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/sofas1.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/sofas1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: sofas1.pi,v 5.1 91/02/16 10:04:12 rws Exp $ */ +/* $XConsortium: sofas1.pi,v 5.2 94/04/17 20:49:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/sofas2.pi b/xc/unsupported/test/InsPEX/testcases/triquad/sofas2.pi index 952150e56..b8f74d6c5 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/sofas2.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/sofas2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: sofas2.pi,v 5.1 91/02/16 10:04:13 rws Exp $ */ +/* $XConsortium: sofas2.pi,v 5.2 94/04/17 20:49:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/sofas3.pi b/xc/unsupported/test/InsPEX/testcases/triquad/sofas3.pi index 056641175..8f4c4cf3f 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/sofas3.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/sofas3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: sofas3.pi,v 5.1 91/02/16 10:04:14 rws Exp $ */ +/* $XConsortium: sofas3.pi,v 5.2 94/04/17 20:49:07 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/sofas4.pi b/xc/unsupported/test/InsPEX/testcases/triquad/sofas4.pi index 3c038b6bb..7253cfe81 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/sofas4.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/sofas4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: sofas4.pi,v 5.1 91/02/16 10:04:15 rws Exp $ */ +/* $XConsortium: sofas4.pi,v 5.2 94/04/17 20:49:07 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts1.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts1.pi index 4eb32642b..5b8aae229 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts1.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts1.pi,v 5.1 91/02/16 10:03:58 rws Exp $ */ +/* $XConsortium: ts1.pi,v 5.2 94/04/17 20:49:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts2.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts2.pi index 0004b0c0c..982bfecad 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts2.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts2.pi,v 5.1 91/02/16 10:04:03 rws Exp $ */ +/* $XConsortium: ts2.pi,v 5.2 94/04/17 20:49:08 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts3.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts3.pi index f98dfe4e2..c28194459 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts3.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts3.pi,v 5.1 91/02/16 10:04:06 rws Exp $ */ +/* $XConsortium: ts3.pi,v 5.2 94/04/17 20:49:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts4.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts4.pi index 51dbb342a..97b7bb615 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts4.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts4.pi,v 5.1 91/02/16 10:04:09 rws Exp $ */ +/* $XConsortium: ts4.pi,v 5.2 94/04/17 20:49:09 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts5.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts5.pi index 57a574e25..780f129db 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts5.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts5.pi,v 5.1 91/02/16 10:04:04 rws Exp $ */ +/* $XConsortium: ts5.pi,v 5.2 94/04/17 20:49:10 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/triquad/ts6.pi b/xc/unsupported/test/InsPEX/testcases/triquad/ts6.pi index 136ce40b4..803107882 100644 --- a/xc/unsupported/test/InsPEX/testcases/triquad/ts6.pi +++ b/xc/unsupported/test/InsPEX/testcases/triquad/ts6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: ts6.pi,v 5.1 91/02/16 10:04:05 rws Exp $ */ +/* $XConsortium: ts6.pi,v 5.2 94/04/17 20:49:10 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/buildtran.pi b/xc/unsupported/test/InsPEX/testcases/utils/buildtran.pi index 5555faae6..9e01cc485 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/buildtran.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/buildtran.pi @@ -1,4 +1,4 @@ -/* $XConsortium: buildtran.pi,v 5.1 91/02/16 10:01:01 rws Exp $ */ +/* $XConsortium: buildtran.pi,v 5.2 94/04/17 20:47:03 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/compmtx.pi b/xc/unsupported/test/InsPEX/testcases/utils/compmtx.pi index 7f601b375..9cf2bf7fb 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/compmtx.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/compmtx.pi @@ -1,4 +1,4 @@ -/* $XConsortium: compmtx.pi,v 5.1 91/02/16 10:01:02 rws Exp $ */ +/* $XConsortium: compmtx.pi,v 5.2 94/04/17 20:47:04 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/comptran.pi b/xc/unsupported/test/InsPEX/testcases/utils/comptran.pi index b46cec98e..336a4d6c9 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/comptran.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/comptran.pi @@ -1,4 +1,4 @@ -/* $XConsortium: comptran.pi,v 5.2 91/11/26 14:53:00 hersh Exp $ */ +/* $XConsortium: comptran.pi,v 5.3 94/04/17 20:47:04 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/evalmap.pi b/xc/unsupported/test/InsPEX/testcases/utils/evalmap.pi index e9de06956..344578615 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/evalmap.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/evalmap.pi @@ -1,4 +1,4 @@ -/* $XConsortium: evalmap.pi,v 5.1 91/02/16 10:01:03 rws Exp $ */ +/* $XConsortium: evalmap.pi,v 5.2 94/04/17 20:47:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/evalori.pi b/xc/unsupported/test/InsPEX/testcases/utils/evalori.pi index 8c69a58a4..8a7e01bb4 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/evalori.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/evalori.pi @@ -1,4 +1,4 @@ -/* $XConsortium: evalori.pi,v 5.1 91/02/16 10:01:04 rws Exp $ */ +/* $XConsortium: evalori.pi,v 5.2 94/04/17 20:47:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/rotate.pi b/xc/unsupported/test/InsPEX/testcases/utils/rotate.pi index cf442cdc2..de8e2a95d 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/rotate.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/rotate.pi @@ -1,4 +1,4 @@ -/* $XConsortium: rotate.pi,v 5.1 91/02/16 10:01:05 rws Exp $ */ +/* $XConsortium: rotate.pi,v 5.2 94/04/17 20:47:05 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/scale.pi b/xc/unsupported/test/InsPEX/testcases/utils/scale.pi index dee0cca53..dd2e1cb09 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/scale.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/scale.pi @@ -1,4 +1,4 @@ -/* $XConsortium: scale.pi,v 5.1 91/02/16 10:01:06 rws Exp $ */ +/* $XConsortium: scale.pi,v 5.2 94/04/17 20:47:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/tranpt.pi b/xc/unsupported/test/InsPEX/testcases/utils/tranpt.pi index ddb43465e..c66e2ba47 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/tranpt.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/tranpt.pi @@ -1,4 +1,4 @@ -/* $XConsortium: tranpt.pi,v 5.1 91/02/16 10:01:07 rws Exp $ */ +/* $XConsortium: tranpt.pi,v 5.2 94/04/17 20:47:06 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/utils/translate.pi b/xc/unsupported/test/InsPEX/testcases/utils/translate.pi index 798feac24..e6c70ba3c 100644 --- a/xc/unsupported/test/InsPEX/testcases/utils/translate.pi +++ b/xc/unsupported/test/InsPEX/testcases/utils/translate.pi @@ -1,4 +1,4 @@ -/* $XConsortium: translate.pi,v 5.1 91/02/16 10:01:08 rws Exp $ */ +/* $XConsortium: translate.pi,v 5.2 94/04/17 20:47:07 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf1.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf1.pi index b47a82884..b730c3fa6 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf1.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: modelxf1.pi,v 5.1 91/02/16 10:01:28 rws Exp $ */ +/* $XConsortium: modelxf1.pi,v 5.2 94/04/17 20:47:19 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf2.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf2.pi index 9f85e6faf..2d58d0896 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf2.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: modelxf2.pi,v 5.1 91/02/16 10:01:29 rws Exp $ */ +/* $XConsortium: modelxf2.pi,v 5.2 94/04/17 20:47:20 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf3.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf3.pi index d309c6ebe..157776699 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf3.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: modelxf3.pi,v 5.1 91/02/16 10:01:30 rws Exp $ */ +/* $XConsortium: modelxf3.pi,v 5.2 94/04/17 20:47:20 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf4.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf4.pi index 44b7987fb..7c6956019 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf4.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf4.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf4.pi,v 5.1 91/02/16 10:01:31 rws Exp $ */ +/* $XConsortium: modelxf4.pi,v 5.2 94/04/17 20:47:21 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf5.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf5.pi index 646823fda..e9a62144e 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf5.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf5.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf5.pi,v 5.1 91/02/16 10:01:32 rws Exp $ */ +/* $XConsortium: modelxf5.pi,v 5.2 94/04/17 20:47:21 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf6.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf6.pi index 6998e4a85..c7446d59e 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf6.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf6.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf6.pi,v 5.1 91/02/16 10:01:32 rws Exp $ */ +/* $XConsortium: modelxf6.pi,v 5.2 94/04/17 20:47:22 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf7.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf7.pi index ca5966244..9fd395848 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf7.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf7.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf7.pi,v 5.1 91/02/16 10:01:33 rws Exp $ */ +/* $XConsortium: modelxf7.pi,v 5.2 94/04/17 20:47:22 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf8.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf8.pi index 0e17584f0..74b02b1fe 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf8.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf8.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf8.pi,v 5.1 91/02/16 10:01:34 rws Exp $ */ +/* $XConsortium: modelxf8.pi,v 5.2 94/04/17 20:47:23 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/modelxf9.pi b/xc/unsupported/test/InsPEX/testcases/xform/modelxf9.pi index 1b6209bc7..9ff22d3e7 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/modelxf9.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/modelxf9.pi @@ -1,5 +1,5 @@ -/* $XConsortium: modelxf9.pi,v 5.1 91/02/16 10:01:35 rws Exp $ */ +/* $XConsortium: modelxf9.pi,v 5.2 94/04/17 20:47:23 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/primxf1.pi b/xc/unsupported/test/InsPEX/testcases/xform/primxf1.pi index e0bae30be..5e0de4976 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/primxf1.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/primxf1.pi @@ -1,5 +1,5 @@ -/* $XConsortium: primxf1.pi,v 5.3 91/11/26 14:54:35 hersh Exp $ */ +/* $XConsortium: primxf1.pi,v 5.4 94/04/17 20:47:23 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/primxf2.pi b/xc/unsupported/test/InsPEX/testcases/xform/primxf2.pi index 21e460058..388b46bb7 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/primxf2.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/primxf2.pi @@ -1,5 +1,5 @@ -/* $XConsortium: primxf2.pi,v 5.2 91/07/24 18:47:58 hersh Exp $ */ +/* $XConsortium: primxf2.pi,v 5.3 94/04/17 20:47:24 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/primxf3.pi b/xc/unsupported/test/InsPEX/testcases/xform/primxf3.pi index 3357942b2..5c6c7e394 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/primxf3.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/primxf3.pi @@ -1,5 +1,5 @@ -/* $XConsortium: primxf3.pi,v 5.2 91/07/24 18:48:28 hersh Exp $ */ +/* $XConsortium: primxf3.pi,v 5.3 94/04/17 20:47:25 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/viewxf1.pi b/xc/unsupported/test/InsPEX/testcases/xform/viewxf1.pi index 60655b2dc..7655cba42 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/viewxf1.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/viewxf1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewxf1.pi,v 5.2 91/11/26 14:54:15 hersh Exp $ */ +/* $XConsortium: viewxf1.pi,v 5.3 94/04/17 20:47:25 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/viewxf2.pi b/xc/unsupported/test/InsPEX/testcases/xform/viewxf2.pi index 86bb88d82..3cb4a8157 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/viewxf2.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/viewxf2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewxf2.pi,v 5.1 91/02/16 10:01:37 rws Exp $ */ +/* $XConsortium: viewxf2.pi,v 5.2 94/04/17 20:47:26 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/viewxf3.pi b/xc/unsupported/test/InsPEX/testcases/xform/viewxf3.pi index e53a6c5d6..6e030dea2 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/viewxf3.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/viewxf3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewxf3.pi,v 5.1 91/02/16 10:01:38 rws Exp $ */ +/* $XConsortium: viewxf3.pi,v 5.2 94/04/17 20:47:26 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/viewxf4.pi b/xc/unsupported/test/InsPEX/testcases/xform/viewxf4.pi index 6fcdc3631..cf199f876 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/viewxf4.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/viewxf4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewxf4.pi,v 5.1 91/02/16 10:01:38 rws Exp $ */ +/* $XConsortium: viewxf4.pi,v 5.2 94/04/17 20:47:29 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/viewxf5.pi b/xc/unsupported/test/InsPEX/testcases/xform/viewxf5.pi index 9cdec6ff3..9aa0ff815 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/viewxf5.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/viewxf5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: viewxf5.pi,v 5.1 91/02/16 10:01:44 rws Exp $ */ +/* $XConsortium: viewxf5.pi,v 5.2 94/04/17 20:47:30 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/wsxf1.pi b/xc/unsupported/test/InsPEX/testcases/xform/wsxf1.pi index fdf98ba9d..06768ca8c 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/wsxf1.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/wsxf1.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsxf1.pi,v 5.2 91/11/26 14:54:44 hersh Exp $ */ +/* $XConsortium: wsxf1.pi,v 5.3 94/04/17 20:47:30 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/wsxf2.pi b/xc/unsupported/test/InsPEX/testcases/xform/wsxf2.pi index 6aaf31cde..447e55098 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/wsxf2.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/wsxf2.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsxf2.pi,v 5.2 91/11/26 14:54:26 hersh Exp $ */ +/* $XConsortium: wsxf2.pi,v 5.3 94/04/17 20:47:31 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/wsxf3.pi b/xc/unsupported/test/InsPEX/testcases/xform/wsxf3.pi index 55b26557e..ef951b7c8 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/wsxf3.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/wsxf3.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsxf3.pi,v 5.1 91/02/16 10:01:41 rws Exp $ */ +/* $XConsortium: wsxf3.pi,v 5.2 94/04/17 20:47:31 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/wsxf4.pi b/xc/unsupported/test/InsPEX/testcases/xform/wsxf4.pi index 2b7ee9ebe..ad44a39bc 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/wsxf4.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/wsxf4.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsxf4.pi,v 5.1 91/02/16 10:01:42 rws Exp $ */ +/* $XConsortium: wsxf4.pi,v 5.2 94/04/17 20:47:32 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/testcases/xform/wsxf5.pi b/xc/unsupported/test/InsPEX/testcases/xform/wsxf5.pi index 094e6912b..db8d10374 100644 --- a/xc/unsupported/test/InsPEX/testcases/xform/wsxf5.pi +++ b/xc/unsupported/test/InsPEX/testcases/xform/wsxf5.pi @@ -1,4 +1,4 @@ -/* $XConsortium: wsxf5.pi,v 5.1 91/02/16 10:01:43 rws Exp $ */ +/* $XConsortium: wsxf5.pi,v 5.2 94/04/17 20:47:32 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/Makefile b/xc/unsupported/test/InsPEX/tools/inspector/Makefile deleted file mode 100644 index e1b5dd918..000000000 --- a/xc/unsupported/test/InsPEX/tools/inspector/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# $XConsortium: Makefile,v 5.3 91/07/08 18:18:28 hersh Exp $ -################################################################### -# Copyright (c) 1989, 1990, 1991,1990 by Sun Microsystems, Inc. and the X Consortium. -# -# All Rights Reserved -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose and without fee is hereby granted, -# provided that the above copyright notice appear in all copies and that -# both that copyright notice and this permission notice appear in -# supporting documentation, and that the names of Sun Microsystems -# and the X Consortium not be used in advertising or publicity -# pertaining to distribution of the software without specific, written -# prior permission. -# -# SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT -# SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# -################################################################## - -# Makefile for Inspector, the InsPEX image comparison tool -# note: give CPPFLAGS=-DBUG to work around old server bits_per_rgb bug - -# Destination directory for objects and the executable -INSPEXDEST = /tmp/inspex_test -DESTBIN = $(INSPEXDEST)/bin - -# X11 libs and include directory -XVIEWHOME = /usr/openwin - -# required libraries for XView and Athena Widgets: -XVLIBS = -lxview -lolgx -lX11 -lm -AWLIBS = -lXaw -lXmu -lXt -lXext -lX11 -lm - -CFLAGS= -g -I$(XVIEWHOME)/share/include $(CPPFLAGS) - -#LDFLAGS=-Bstatic -L$(XVIEWHOME)/lib $(XVLIBS) -LDFLAGS=-L$(XVIEWHOME)/lib $(XVLIBS) - -#AW_LDFLAGS=-Bstatic -L$(XVIEWHOME)/lib $(AWLIBS) -AW_LDFLAGS=$(AWLIBS) - -SRC = Makefile inspector.c imagelib.c imagelib.h portable.h \ - toolkit.c toolkit.h toolkitaw.c toolkitaw.h - -OBJ = $(DESTBIN)/inspector.o $(DESTBIN)/toolkit.o $(DESTBIN)/imagelib.o -AWOBJ = $(DESTBIN)/awinspector.o $(DESTBIN)/toolkitaw.o $(DESTBIN)/imagelib.o - -src: $(SRC) - -copy: - cp $(SRC) $(DESTDIR) - -inspector: $(DESTBIN)/inspector - -$(DESTBIN)/imagelib.o: imagelib.c imagelib.h portable.h - $(CC) $(CFLAGS) -o $@ -c imagelib.c - -$(DESTBIN)/toolkit.o: toolkit.c toolkit.h - $(CC) $(CFLAGS) -o $@ -c toolkit.c - -$(DESTBIN)/inspector.o: inspector.c toolkit.h imagelib.h - $(CC) $(CFLAGS) -o $@ -c inspector.c - -$(DESTBIN)/inspector: $(OBJ) - $(CC) -o $(DESTBIN)/inspector $(OBJ) $(LDFLAGS) - -# targets for Athena Widgets version: uses different toolkit files, -# and a separate compilation of inspector.c (awinspector.o) -# using the different toolkit header file. - -awinspector: $(DESTBIN)/awinspector - -$(DESTBIN)/toolkitaw.o: toolkitaw.c toolkitaw.h - $(CC) $(CFLAGS) -o $@ -c toolkitaw.c - -$(DESTBIN)/awinspector.o: inspector.c toolkitaw.h imagelib.h - $(CC) -DATHENA $(CFLAGS) -o $@ -c inspector.c - -$(DESTBIN)/awinspector: $(AWOBJ) - $(CC) -o $@ $(AWOBJ) $(AW_LDFLAGS) - - - diff --git a/xc/unsupported/test/InsPEX/tools/inspector/imagelib.c b/xc/unsupported/test/InsPEX/tools/inspector/imagelib.c index 9dadea89a..337b88f3d 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/imagelib.c +++ b/xc/unsupported/test/InsPEX/tools/inspector/imagelib.c @@ -1,4 +1,4 @@ -/* $XConsortium: imagelib.c,v 5.1 91/02/16 09:59:41 rws Exp $ */ +/* $XConsortium: imagelib.c,v 5.2 94/04/17 20:46:11 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/imagelib.h b/xc/unsupported/test/InsPEX/tools/inspector/imagelib.h index 420c9f33d..4c71bbdc1 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/imagelib.h +++ b/xc/unsupported/test/InsPEX/tools/inspector/imagelib.h @@ -1,4 +1,4 @@ -/* $XConsortium: imagelib.h,v 5.1 91/02/16 09:59:42 rws Exp $ */ +/* $XConsortium: imagelib.h,v 5.2 94/04/17 20:46:11 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/inspector.c b/xc/unsupported/test/InsPEX/tools/inspector/inspector.c index c749273bc..dc308ae0c 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/inspector.c +++ b/xc/unsupported/test/InsPEX/tools/inspector/inspector.c @@ -1,4 +1,4 @@ -/* $XConsortium: inspector.c,v 5.2 91/05/29 18:13:57 hersh Exp $ */ +/* $XConsortium: inspector.c,v 5.3 94/04/17 20:46:12 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/portable.h b/xc/unsupported/test/InsPEX/tools/inspector/portable.h index 87d18ca50..cdddf86cc 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/portable.h +++ b/xc/unsupported/test/InsPEX/tools/inspector/portable.h @@ -1,5 +1,5 @@ -/* $XConsortium: portable.h,v 5.1 91/02/16 09:59:43 rws Exp $ */ +/* $XConsortium: portable.h,v 5.2 94/04/17 20:46:12 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/toolkit.c b/xc/unsupported/test/InsPEX/tools/inspector/toolkit.c index 541a69f8b..3948ac983 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/toolkit.c +++ b/xc/unsupported/test/InsPEX/tools/inspector/toolkit.c @@ -1,5 +1,5 @@ -/* $XConsortium: toolkit.c,v 5.1 91/02/16 09:59:37 rws Exp $ */ +/* $XConsortium: toolkit.c,v 5.2 94/04/17 20:46:13 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/toolkit.h b/xc/unsupported/test/InsPEX/tools/inspector/toolkit.h index f6204b941..ce4796caa 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/toolkit.h +++ b/xc/unsupported/test/InsPEX/tools/inspector/toolkit.h @@ -1,5 +1,5 @@ -/* $XConsortium: toolkit.h,v 5.1 91/02/16 09:59:38 rws Exp $ */ +/* $XConsortium: toolkit.h,v 5.2 94/04/17 20:46:14 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.c b/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.c index f326f840d..bee1ff533 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.c +++ b/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.c @@ -1,4 +1,4 @@ -/* $XConsortium: toolkitaw.c,v 5.8 91/05/30 19:07:37 converse Exp $ */ +/* $XConsortium: toolkitaw.c,v 5.9 94/04/17 20:46:14 converse Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.h b/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.h index 59a3900b4..b6875d92a 100644 --- a/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.h +++ b/xc/unsupported/test/InsPEX/tools/inspector/toolkitaw.h @@ -1,4 +1,4 @@ -/* $XConsortium: toolkitaw.h,v 5.2 91/05/30 19:06:17 converse Exp $ */ +/* $XConsortium: toolkitaw.h,v 5.3 94/04/17 20:46:15 converse Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/Makefile b/xc/unsupported/test/InsPEX/tools/newt/Makefile deleted file mode 100644 index 85d26776c..000000000 --- a/xc/unsupported/test/InsPEX/tools/newt/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# $XConsortium: Makefile,v 5.3 91/02/16 09:59:48 rws Exp $ -################################################################### -# Copyright (c) 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. -# -# All Rights Reserved -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose and without fee is hereby granted, -# provided that the above copyright notice appear in all copies and that -# both that copyright notice and this permission notice appear in -# supporting documentation, and that the names of Sun Microsystems -# and the X Consortium not be used in advertising or publicity -# pertaining to distribution of the software without specific, written -# prior permission. -# -# SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT -# SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# -################################################################## - - -# Makefile for Newt library and ipp (interpreter pre-processor). -# Default target is to make both, and clean up intermediate files. - -#destination directory for objects, intermediate files, and the libnewt.a -# library (or destination directory for a "copy"). -DESTDIR = . -# Newt directory, where "make" is performed -# (needed because lex and yacc require a cd) -MAKEDIR = . - -# default is empty for this user-configuration flag: -I_CFLAGS = - -SRC = Makefile config.h debugger.c debugger.h interpret.c interpret.h \ - ipp.c looper.h looper.yacc looper.lex var.c var.h - -CFLAGS = -g $(I_CFLAGS) -I$(MAKEDIR) -OBJS = $(DESTDIR)/y.tab.o $(DESTDIR)/var.o $(DESTDIR)/interpret.o $(DESTDIR)/debugger.o - -default: $(DESTDIR)/libnewt.a $(DESTDIR)/ipp clean - -src: $(SRC) - -copy: - cp $(SRC) $(DESTDIR) - -$(DESTDIR)/libnewt.a: $(OBJS) - ar cr $@ $(OBJS) - ranlib $@ - -$(DESTDIR)/lex.yy.c: looper.lex - cd $(DESTDIR); lex $(MAKEDIR)/looper.lex - -$(DESTDIR)/y.tab.c: looper.yacc - cd $(DESTDIR); yacc $(MAKEDIR)/looper.yacc - -$(DESTDIR)/y.tab.o: $(DESTDIR)/y.tab.c $(DESTDIR)/lex.yy.c var.h looper.h \ -debugger.h interpret.h - cc $(CFLAGS) -o $@ -c $(DESTDIR)/y.tab.c - -$(DESTDIR)/var.o: var.c var.h looper.h - cc $(CFLAGS) -o $@ -c var.c - -$(DESTDIR)/interpret.o: config.h interpret.c looper.h - cc $(CFLAGS) -o $@ -c interpret.c - -$(DESTDIR)/debugger.o: debugger.c debugger.h looper.h - cc $(CFLAGS) -o $@ -c debugger.c - -$(DESTDIR)/ipp: ipp.c config.h - cc $(CFLAGS) -o $(DESTDIR)/ipp ipp.c - -clean: - rm -f $(DESTDIR)/lex.yy.c $(DESTDIR)/y.tab.c $(OBJS) diff --git a/xc/unsupported/test/InsPEX/tools/newt/NewTvararg.h b/xc/unsupported/test/InsPEX/tools/newt/NewTvararg.h index 69fb3c394..92739781d 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/NewTvararg.h +++ b/xc/unsupported/test/InsPEX/tools/newt/NewTvararg.h @@ -1,5 +1,5 @@ -/* $XConsortium$ */ +/* $XConsortium: NewTvararg.h,v 5.2 91/02/16 09:59:49 rws Exp $ */ /* * Copyright (c) 1988-1991 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/InsPEX/tools/newt/config.h b/xc/unsupported/test/InsPEX/tools/newt/config.h index bfcb29c87..91b8eb0f9 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/config.h +++ b/xc/unsupported/test/InsPEX/tools/newt/config.h @@ -1,5 +1,5 @@ -/* $XConsortium: config.h,v 5.1 91/02/16 09:59:50 rws Exp $ */ +/* $XConsortium: config.h,v 5.2 94/04/17 20:46:17 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/debugger.c b/xc/unsupported/test/InsPEX/tools/newt/debugger.c index 019d21aad..6fb5cc182 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/debugger.c +++ b/xc/unsupported/test/InsPEX/tools/newt/debugger.c @@ -1,6 +1,6 @@ -/* $XConsortium: debugger.c,v 5.3 91/07/01 09:04:44 rws Exp $ */ +/* $XConsortium: debugger.c,v 5.4 94/04/17 20:46:18 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/debugger.h b/xc/unsupported/test/InsPEX/tools/newt/debugger.h index 4ed6197ea..7b7fcee0f 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/debugger.h +++ b/xc/unsupported/test/InsPEX/tools/newt/debugger.h @@ -1,5 +1,5 @@ -/* $XConsortium: debugger.h,v 5.1 91/02/16 09:59:52 rws Exp $ */ +/* $XConsortium: debugger.h,v 5.2 94/04/17 20:46:19 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/interpret.c b/xc/unsupported/test/InsPEX/tools/newt/interpret.c index a65cb63a3..5cf9a1599 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/interpret.c +++ b/xc/unsupported/test/InsPEX/tools/newt/interpret.c @@ -1,5 +1,5 @@ -/* $XConsortium: interpret.c,v 5.1 91/02/16 09:59:53 rws Exp $ */ +/* $XConsortium: interpret.c,v 5.2 94/04/17 20:46:19 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/interpret.h b/xc/unsupported/test/InsPEX/tools/newt/interpret.h index 87fa82ce9..07e8fb745 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/interpret.h +++ b/xc/unsupported/test/InsPEX/tools/newt/interpret.h @@ -1,5 +1,5 @@ -/* $XConsortium: interpret.h,v 5.1 91/02/16 09:59:54 rws Exp $ */ +/* $XConsortium: interpret.h,v 5.2 94/04/17 20:46:20 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/ipp.c b/xc/unsupported/test/InsPEX/tools/newt/ipp.c index 273885ca6..6e95eb344 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/ipp.c +++ b/xc/unsupported/test/InsPEX/tools/newt/ipp.c @@ -1,7 +1,7 @@ -/* $XConsortium: ipp.c,v 5.2 92/02/25 10:16:07 mor Exp $ */ +/* $XConsortium: ipp.c,v 5.3 94/04/17 20:46:20 mor Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/looper.h b/xc/unsupported/test/InsPEX/tools/newt/looper.h index 72bd68f63..70540ffc0 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/looper.h +++ b/xc/unsupported/test/InsPEX/tools/newt/looper.h @@ -1,5 +1,5 @@ -/* $XConsortium: looper.h,v 5.1 91/02/16 09:59:56 rws Exp $ */ +/* $XConsortium: looper.h,v 5.2 94/04/17 20:46:21 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/looper.lex b/xc/unsupported/test/InsPEX/tools/newt/looper.lex index 169e0c162..b40c751f7 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/looper.lex +++ b/xc/unsupported/test/InsPEX/tools/newt/looper.lex @@ -1,4 +1,4 @@ -/* $XConsortium: looper.lex,v 5.1 91/02/16 09:59:57 rws Exp $ */ +/* $XConsortium: looper.lex,v 5.2 94/04/17 20:46:22 rws Exp $ */ /* copyright notice at the end of file */ /*looper.lex: scanner rules for Newt */ diff --git a/xc/unsupported/test/InsPEX/tools/newt/looper.yacc b/xc/unsupported/test/InsPEX/tools/newt/looper.yacc index d70c9a3f4..57d9ebac5 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/looper.yacc +++ b/xc/unsupported/test/InsPEX/tools/newt/looper.yacc @@ -1,5 +1,5 @@ -/* $XConsortium: looper.yacc,v 5.4 91/11/26 14:42:32 hersh Exp $ */ +/* $XConsortium: looper.yacc,v 5.5 94/04/17 20:46:22 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/newt.man b/xc/unsupported/test/InsPEX/tools/newt/newt.man index 072b788a6..3575f1dbe 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/newt.man +++ b/xc/unsupported/test/InsPEX/tools/newt/newt.man @@ -1,4 +1,4 @@ -.\" $XConsortium: newt.man,v 5.3 94/04/11 16:03:39 matt Exp $ +.\" $XConsortium: newt.man,v 5.4 94/04/17 20:46:25 matt Exp $ .\" .\" Copyright (c) 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium. .\" diff --git a/xc/unsupported/test/InsPEX/tools/newt/var.c b/xc/unsupported/test/InsPEX/tools/newt/var.c index ce00eac07..0e770ab45 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/var.c +++ b/xc/unsupported/test/InsPEX/tools/newt/var.c @@ -1,5 +1,5 @@ -/* $XConsortium: var.c,v 5.1 91/02/16 09:59:59 rws Exp $ */ +/* $XConsortium: var.c,v 5.2 94/04/17 20:46:26 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/newt/var.h b/xc/unsupported/test/InsPEX/tools/newt/var.h index 68407cc98..8a91d681e 100644 --- a/xc/unsupported/test/InsPEX/tools/newt/var.h +++ b/xc/unsupported/test/InsPEX/tools/newt/var.h @@ -1,4 +1,4 @@ -/* $XConsortium: var.h,v 5.1 91/02/16 10:00:00 rws Exp $ */ +/* $XConsortium: var.h,v 5.2 94/04/17 20:46:27 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/Makefile b/xc/unsupported/test/InsPEX/tools/pexint/Makefile deleted file mode 100644 index 9fb7ea5be..000000000 --- a/xc/unsupported/test/InsPEX/tools/pexint/Makefile +++ /dev/null @@ -1,159 +0,0 @@ - -# $XConsortium: Makefile,v 5.7 93/01/04 18:18:39 hersh Exp $ -################################################################### -# Copyright (c) 1989, 1990, 1991,1990 by Sun Microsystems, Inc. and the X Consortium. -# -# All Rights Reserved -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose and without fee is hereby granted, -# provided that the above copyright notice appear in all copies and that -# both that copyright notice and this permission notice appear in -# supporting documentation, and that the names of Sun Microsystems -# and the X Consortium not be used in advertising or publicity -# pertaining to distribution of the software without specific, written -# prior permission. -# -# SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT -# SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# -################################################################## - - -# Makefile for pexint, the PEX interpreter and libinspex.a, -# for the InsPEX test suite -# note: give CPPFLAGS=-DBUG to work around SunPEX bits_per_rgb bug -# give CPPFLAGS=-DNEWT to compile the interpreter - -# destination directory for objects and intermediate C files of pexint -DESTBIN = $(INSPEXDEST)/bin -# destination directory for objects of libinspex.a -DESTLIB = $(INSPEXDEST)/lib -# directories for PEX include and library files -PEXINCDIR = /home/`hostname`/pex/include -PEXLIBDIR = /home/`hostname`/pex/lib -# these flags are for any specialized compile flags; empty by default -I_CFLAGS = -I_LDFLAGS = -#directory for Xlib include and library files - default -# to same as for PEX. -XINCDIR = $(PEXINCDIR) -XLIBDIR = $(PEXLIBDIR) - -DEBUGOPT = -g -IPP = $(DESTBIN)/ipp -SRCDIR = $$INSPEXHOME/tools/pexint -NEWTDIR = $$INSPEXHOME/tools/newt -CFLAGS = $(DEBUGOPT) $(I_CFLAGS) $(CPPFLAGS) -I$(XINCDIR) -I$(PEXINCDIR) -I$(SRCDIR) -LDFLAGS = $(DEBUGOPT) $(I_LDFLAGS) -L$(PEXLIBDIR) -L$(XLIBDIR) -LIBS = ../../../../lib/PEX/libphigs.a -lX11 -lm -ll -lXext - -SRC = Makefile NewTvararg.h computils.c computils.h computils.m \ - config.h datautils.c datautils.h datautils.m imath.h \ - logmsg.c logmsg.h logmsg.m pexapi.h pexapi.k pexapi.m \ - pixutils.c pixutils.h pixutils.m portable.h \ - testutils.c testutils.h testutils.m \ - utility.c utility.h utility.k utility.m \ - xfutils.c xfutils.h xfutils.m xlib.h xlib.k xlib.m - -PEXINTOBJS = $(DESTBIN)/libnewt.a $(DESTBIN)/interface.o $(DESTBIN)/Ipexapi.o \ - $(DESTBIN)/Idatautils.o $(DESTBIN)/Iutility.o $(DESTBIN)/Ixlib.o \ - $(DESTBIN)/computils.o $(DESTBIN)/datautils.o \ - $(DESTBIN)/utility.o $(DESTBIN)/pixutils.o $(DESTBIN)/xfutils.o \ - $(DESTBIN)/testutils.o $(DESTBIN)/logmsg.o - -LIBINSPEXOBJS = \ - $(DESTLIB)/computils.o $(DESTLIB)/datautils.o \ - $(DESTLIB)/utility.o $(DESTLIB)/pixutils.o $(DESTLIB)/xfutils.o \ - $(DESTLIB)/testutils.o $(DESTLIB)/logmsg.o - - -pexint: $(DESTBIN)/pexint - -libinspex.a: $(DESTLIB)/libinspex.a - -src: $(SRC) - -copy: - cp $(SRC) $(DESTDIR) - -$(DESTBIN)/pexint: $(PEXINTOBJS) - cc -o $@ $(LDFLAGS) $(PEXINTOBJS) $(LIBS) - -$(DESTLIB)/libinspex.a: $(LIBINSPEXOBJS) - ar cr $@ $(LIBINSPEXOBJS) - ranlib $@ - -$(DESTBIN)/interface.c: testutils.m xfutils.m computils.m logmsg.m pixutils.m \ -xfutils.h testutils.h computils.h logmsg.h pixutils.h portable.h \ -$(DESTBIN)/Ipexapi.c $(DESTBIN)/Idatautils.c \ -$(DESTBIN)/Iutility.c $(DESTBIN)/Ixlib.c $(IPP) - cat testutils.m xfutils.m computils.m logmsg.m pixutils.m > inspexint.m - cat testutils.h xfutils.h computils.h logmsg.h pixutils.h > inspexint.h - $(IPP) -n -i inspexint.h -u Ipexapi \ - -u Idatautils -u Iutility \ - -u Ixlib -l $(DESTBIN)/interface inspexint.m - -$(DESTBIN)/Ipexapi.c: pexapi.m pexapi.h pexapi.k $(IPP) - $(IPP) -n -k pexapi.k -i pexapi.h -l $(DESTBIN)/Ipexapi pexapi.m - -$(DESTBIN)/Idatautils.c: datautils.m datautils.h $(IPP) - $(IPP) -n -i datautils.h -l $(DESTBIN)/Idatautils datautils.m - -$(DESTBIN)/Iutility.c: utility.m utility.k utility.h $(IPP) - $(IPP) -n -k utility.k -i utility.h -l $(DESTBIN)/Iutility utility.m - -$(DESTBIN)/Ixlib.c: xlib.m xlib.k xlib.h $(IPP) - $(IPP) -n -k xlib.k -i xlib.h -l $(DESTBIN)/Ixlib xlib.m - -$(DESTBIN)/interface.o: config.h $(DESTBIN)/interface.c inspexint.h - cc $(CFLAGS) -o $@ -c $(DESTBIN)/interface.c - -$(DESTBIN)/pixutils.o $(DESTLIB)/pixutils.o: pixutils.c pixutils.h logmsg.h portable.h - cc $(CFLAGS) -o $@ -c pixutils.c - -$(DESTBIN)/utility.o $(DESTLIB)/utility.o: utility.c utility.h - cc $(CFLAGS) -o $@ -c utility.c - -$(DESTBIN)/xfutils.o $(DESTLIB)/xfutils.o: xfutils.c imath.h logmsg.h xfutils.h - cc $(CFLAGS) -o $@ -c xfutils.c - -$(DESTBIN)/testutils.o $(DESTLIB)/testutils.o: testutils.c testutils.h NewTvararg.h imath.h pixutils.h logmsg.h portable.h - cc $(CFLAGS) -o $@ -c testutils.c - -$(DESTBIN)/datautils.o $(DESTLIB)/datautils.o: datautils.c datautils.h NewTvararg.h - cc $(CFLAGS) -o $@ -c datautils.c - -$(DESTBIN)/logmsg.o $(DESTLIB)/logmsg.o: logmsg.c logmsg.h - cc $(CFLAGS) -o $@ -c logmsg.c - -$(DESTBIN)/computils.o $(DESTLIB)/computils.o: computils.c computils.h logmsg.h imath.h NewTvararg.h - cc $(CFLAGS) -o $@ -c computils.c - -$(DESTBIN)/Ipexapi.o: config.h $(DESTBIN)/Ipexapi.c - cc $(CFLAGS) -o $@ -c $(DESTBIN)/Ipexapi.c - -$(DESTBIN)/Iutility.o: config.h $(DESTBIN)/Iutility.c - cc $(CFLAGS) -o $@ -c $(DESTBIN)/Iutility.c - -$(DESTBIN)/Ixlib.o: config.h $(DESTBIN)/Ixlib.c - cc $(CFLAGS) -o $@ -c $(DESTBIN)/Ixlib.c - -$(DESTBIN)/Idatautils.o: config.h $(DESTBIN)/Idatautils.c - cc $(CFLAGS) -o $@ -c $(DESTBIN)/Idatautils.c - -$(DESTBIN)/libnewt.a: - cd $(NEWTDIR); \ - make DESTDIR=$(DESTBIN) MAKEDIR=$(NEWTDIR) $(DESTBIN)/libnewt.a - -$(DESTBIN)/ipp: - cd $(NEWTDIR) ; \ - make DESTDIR=$(DESTBIN) MAKEDIR=$(NEWTDIR) $(DESTBIN)/ipp -clean: - rm -f $(DESTBIN)/interface.[cho] core $(DESTBIN)/I*.[cho] - diff --git a/xc/unsupported/test/InsPEX/tools/pexint/NewTvararg.h b/xc/unsupported/test/InsPEX/tools/pexint/NewTvararg.h index 4c6215f76..663606431 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/NewTvararg.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/NewTvararg.h @@ -1,4 +1,4 @@ -/* $XConsortium: NewTvararg.h,v 5.1 91/02/16 10:00:31 rws Exp $ */ +/* $XConsortium: NewTvararg.h,v 5.2 94/04/17 20:46:28 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/computils.c b/xc/unsupported/test/InsPEX/tools/pexint/computils.c index c28f12703..f9b6cda3d 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/computils.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/computils.c @@ -1,4 +1,4 @@ -/* $XConsortium: computils.c,v 5.4 91/07/24 18:43:05 hersh Exp $ */ +/* $XConsortium: computils.c,v 5.5 94/04/17 20:46:29 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/computils.h b/xc/unsupported/test/InsPEX/tools/pexint/computils.h index bf366bfe7..f8aee9b52 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/computils.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/computils.h @@ -1,5 +1,5 @@ -/* $XConsortium: computils.h,v 5.1 91/02/16 10:00:28 rws Exp $ */ +/* $XConsortium: computils.h,v 5.2 94/04/17 20:46:30 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/computils.m b/xc/unsupported/test/InsPEX/tools/pexint/computils.m index 004c17cad..645151799 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/computils.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/computils.m @@ -1,5 +1,5 @@ -/* $XConsortium: computils.m,v 5.1 91/02/16 10:00:29 rws Exp $ */ +/* $XConsortium: computils.m,v 5.2 94/04/17 20:46:30 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/config.h b/xc/unsupported/test/InsPEX/tools/pexint/config.h index 86804e6c4..ba7fb6465 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/config.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/config.h @@ -1,5 +1,5 @@ -/* $XConsortium: config.h,v 5.1 91/02/16 10:00:16 rws Exp $ */ +/* $XConsortium: config.h,v 5.2 94/04/17 20:46:31 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/datautils.c b/xc/unsupported/test/InsPEX/tools/pexint/datautils.c index 18566c260..ee6e95cfb 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/datautils.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/datautils.c @@ -1,5 +1,5 @@ -/* $XConsortium: datautils.c,v 5.2 91/07/24 18:41:05 hersh Exp $ */ +/* $XConsortium: datautils.c,v 5.3 94/04/17 20:46:31 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/datautils.h b/xc/unsupported/test/InsPEX/tools/pexint/datautils.h index 225b67ccb..282c52f56 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/datautils.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/datautils.h @@ -1,5 +1,5 @@ -/* $XConsortium: datautils.h,v 5.2 91/07/24 18:41:32 hersh Exp $ */ +/* $XConsortium: datautils.h,v 5.3 94/04/17 20:46:32 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/datautils.m b/xc/unsupported/test/InsPEX/tools/pexint/datautils.m index b6128e7d7..5fb24bfc7 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/datautils.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/datautils.m @@ -1,5 +1,5 @@ -/* $XConsortium: datautils.m,v 5.2 91/07/24 18:39:19 hersh Exp $ */ +/* $XConsortium: datautils.m,v 5.3 94/04/17 20:46:33 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/imath.h b/xc/unsupported/test/InsPEX/tools/pexint/imath.h index ba8ca18b2..55fb67ca1 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/imath.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/imath.h @@ -1,5 +1,5 @@ -/* $XConsortium: imath.h,v 5.1 91/02/16 10:00:17 rws Exp $ */ +/* $XConsortium: imath.h,v 5.2 94/04/17 20:46:33 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.c b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.c index 271eed584..95c5db53e 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.c @@ -1,5 +1,5 @@ -/* $XConsortium: logmsg.c,v 5.1 91/02/16 10:00:17 rws Exp $ */ +/* $XConsortium: logmsg.c,v 5.2 94/04/17 20:46:34 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.h b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.h index ce6ed6d55..48e18339c 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.h @@ -1,5 +1,5 @@ -/* $XConsortium: logmsg.h,v 5.1 91/02/16 10:00:15 rws Exp $ */ +/* $XConsortium: logmsg.h,v 5.2 94/04/17 20:46:34 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.m b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.m index e64a3ac5a..09701305c 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/logmsg.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/logmsg.m @@ -1,5 +1,5 @@ -/* $XConsortium: logmsg.m,v 5.1 91/02/16 10:00:25 rws Exp $ */ +/* $XConsortium: logmsg.m,v 5.2 94/04/17 20:46:35 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.h b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.h index d9ec36b3b..aacd45135 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.h @@ -1,5 +1,5 @@ -/* $XConsortium: pexapi.h,v 5.1 91/02/16 10:00:09 rws Exp $ */ +/* $XConsortium: pexapi.h,v 5.2 94/04/17 20:46:35 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.k b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.k index 14cfc7752..5bcb65a00 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.k +++ b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.k @@ -1,5 +1,5 @@ -/* $XConsortium: pexapi.k,v 5.2 91/07/24 18:39:49 hersh Exp $ */ +/* $XConsortium: pexapi.k,v 5.3 94/04/17 20:46:36 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.m b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.m index 10bf72115..9e9ba5270 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pexapi.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/pexapi.m @@ -1,5 +1,5 @@ -/* $XConsortium: pexapi.m,v 5.4 92/02/24 15:57:23 mor Exp $ */ +/* $XConsortium: pexapi.m,v 5.5 94/04/17 20:46:36 mor Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.c b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.c index 2d19deb25..eb39dd647 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.c @@ -1,5 +1,5 @@ -/* $XConsortium: pixutils.c,v 5.1 91/02/16 10:00:14 rws Exp $ */ +/* $XConsortium: pixutils.c,v 5.2 94/04/17 20:46:37 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.h b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.h index 920ac296c..188f6d34b 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.h @@ -1,5 +1,5 @@ -/* $XConsortium: pixutils.h,v 5.1 91/02/16 10:00:18 rws Exp $ */ +/* $XConsortium: pixutils.h,v 5.2 94/04/17 20:46:38 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.m b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.m index da4f10ac6..2d2e7c718 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/pixutils.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/pixutils.m @@ -1,5 +1,5 @@ -/* $XConsortium: pixutils.m,v 5.1 91/02/16 10:00:30 rws Exp $ */ +/* $XConsortium: pixutils.m,v 5.2 94/04/17 20:46:38 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/portable.h b/xc/unsupported/test/InsPEX/tools/pexint/portable.h index f88cd48f8..39c50dfad 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/portable.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/portable.h @@ -1,5 +1,5 @@ -/* $XConsortium: portable.h,v 5.1 91/02/16 10:00:32 rws Exp $ */ +/* $XConsortium: portable.h,v 5.2 94/04/17 20:46:39 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/testutils.c b/xc/unsupported/test/InsPEX/tools/pexint/testutils.c index 5c2e8ac98..53dec7280 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/testutils.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/testutils.c @@ -1,5 +1,5 @@ -/* $XConsortium: testutils.c,v 5.2 91/07/24 18:42:26 hersh Exp $ */ +/* $XConsortium: testutils.c,v 5.3 94/04/17 20:46:39 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/testutils.h b/xc/unsupported/test/InsPEX/tools/pexint/testutils.h index b9b02c7a9..71d019a4a 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/testutils.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/testutils.h @@ -1,5 +1,5 @@ -/* $XConsortium: testutils.h,v 5.2 91/05/06 11:23:18 hersh Exp $ */ +/* $XConsortium: testutils.h,v 5.3 94/04/17 20:46:40 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/testutils.m b/xc/unsupported/test/InsPEX/tools/pexint/testutils.m index 7c06fecd0..71a2a0c0f 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/testutils.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/testutils.m @@ -1,5 +1,5 @@ -/* $XConsortium: testutils.m,v 5.1 91/02/16 10:00:24 rws Exp $ */ +/* $XConsortium: testutils.m,v 5.2 94/04/17 20:46:40 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/utility.c b/xc/unsupported/test/InsPEX/tools/pexint/utility.c index 86cf09e52..e252bfb63 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/utility.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/utility.c @@ -1,5 +1,5 @@ -/* $XConsortium: utility.c,v 5.1 91/02/16 10:00:10 rws Exp $ */ +/* $XConsortium: utility.c,v 5.2 94/04/17 20:46:41 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/utility.h b/xc/unsupported/test/InsPEX/tools/pexint/utility.h index 9e14a897b..75e334d1b 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/utility.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/utility.h @@ -1,5 +1,5 @@ -/* $XConsortium: utility.h,v 5.1 91/02/16 10:00:10 rws Exp $ */ +/* $XConsortium: utility.h,v 5.2 94/04/17 20:46:41 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/utility.k b/xc/unsupported/test/InsPEX/tools/pexint/utility.k index eaa7ec77f..fcf1ff39b 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/utility.k +++ b/xc/unsupported/test/InsPEX/tools/pexint/utility.k @@ -1,5 +1,5 @@ -/* $XConsortium: utility.k,v 5.1 91/02/16 10:00:05 rws Exp $ */ +/* $XConsortium: utility.k,v 5.2 94/04/17 20:46:42 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/utility.m b/xc/unsupported/test/InsPEX/tools/pexint/utility.m index ac342b83a..50b12c78b 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/utility.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/utility.m @@ -1,5 +1,5 @@ -/* $XConsortium: utility.m,v 5.1 91/02/16 10:00:05 rws Exp $ */ +/* $XConsortium: utility.m,v 5.2 94/04/17 20:46:42 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.c b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.c index 20b9e2f11..a95cf984c 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.c +++ b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.c @@ -1,5 +1,5 @@ -/* $XConsortium: xfutils.c,v 5.2 91/07/24 18:42:02 hersh Exp $ */ +/* $XConsortium: xfutils.c,v 5.3 94/04/17 20:46:43 hersh Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.h b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.h index 1653f4380..58a55b2b8 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.h @@ -1,5 +1,5 @@ -/* $XConsortium: xfutils.h,v 5.1 91/02/16 10:00:23 rws Exp $ */ +/* $XConsortium: xfutils.h,v 5.2 94/04/17 20:46:43 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.m b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.m index 1587163a7..9451d4962 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xfutils.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/xfutils.m @@ -1,5 +1,5 @@ -/* $XConsortium: xfutils.m,v 5.1 91/02/16 10:00:32 rws Exp $ */ +/* $XConsortium: xfutils.m,v 5.2 94/04/17 20:46:44 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xlib.h b/xc/unsupported/test/InsPEX/tools/pexint/xlib.h index 729211a42..0be00e03d 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xlib.h +++ b/xc/unsupported/test/InsPEX/tools/pexint/xlib.h @@ -1,5 +1,5 @@ -/* $XConsortium: xlib.h,v 5.1 91/02/16 10:00:11 rws Exp $ */ +/* $XConsortium: xlib.h,v 5.2 94/04/17 20:46:44 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xlib.k b/xc/unsupported/test/InsPEX/tools/pexint/xlib.k index 29d745dd1..c6f166c46 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xlib.k +++ b/xc/unsupported/test/InsPEX/tools/pexint/xlib.k @@ -1,5 +1,5 @@ -/* $XConsortium: xlib.k,v 5.1 91/02/16 10:00:12 rws Exp $ */ +/* $XConsortium: xlib.k,v 5.2 94/04/17 20:46:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/InsPEX/tools/pexint/xlib.m b/xc/unsupported/test/InsPEX/tools/pexint/xlib.m index 6d3f0d740..252de16ed 100644 --- a/xc/unsupported/test/InsPEX/tools/pexint/xlib.m +++ b/xc/unsupported/test/InsPEX/tools/pexint/xlib.m @@ -1,5 +1,5 @@ -/* $XConsortium: xlib.m,v 5.1 91/02/16 10:00:13 rws Exp $ */ +/* $XConsortium: xlib.m,v 5.2 94/04/17 20:46:45 rws Exp $ */ /***************************************************************** diff --git a/xc/unsupported/test/Xcms/CmdTbl.h b/xc/unsupported/test/Xcms/CmdTbl.h index 1717cfee5..250cb0de5 100644 --- a/xc/unsupported/test/Xcms/CmdTbl.h +++ b/xc/unsupported/test/Xcms/CmdTbl.h @@ -1,4 +1,4 @@ -/* $XConsortium: CmdTbl.h,v 1.4 91/02/16 17:14:10 rws Exp $ */ +/* $XConsortium: CmdTbl.h,v 1.6 91/05/14 15:03:18 dave Exp $ */ #ifndef TEKCMS_LT #define TEKCMS_LT diff --git a/xc/unsupported/test/Xcms/LibTest.c b/xc/unsupported/test/Xcms/LibTest.c index 04465fd7b..02e500d5f 100644 --- a/xc/unsupported/test/Xcms/LibTest.c +++ b/xc/unsupported/test/Xcms/LibTest.c @@ -1,4 +1,4 @@ -/* $XConsortium: LibTest.c,v 1.6 92/06/28 11:26:34 rws Exp $ */ +/* $XConsortium: LibTest.c,v 1.7 94/04/17 20:53:59 rws Exp $ */ /* Copyright (c) 1989, 1990 X Consortium diff --git a/xc/unsupported/test/Xcms/LibTest.h b/xc/unsupported/test/Xcms/LibTest.h index f50bc6331..97e4df51d 100644 --- a/xc/unsupported/test/Xcms/LibTest.h +++ b/xc/unsupported/test/Xcms/LibTest.h @@ -26,7 +26,7 @@ * Public include file for the LibTest test interface tool * * REVISION - * $Header: LibTest.h,v 1.2 91/07/31 22:46:40 keith Exp $ + * $Header: LibTest.h,v 1.3 92/06/28 11:26:06 rws Exp $ */ #ifndef LIBTEST_H #define LIBTEST_H diff --git a/xc/unsupported/test/Xcms/TekCMS_LT.c b/xc/unsupported/test/Xcms/TekCMS_LT.c index 2d7ea1ae5..5c52355d7 100644 --- a/xc/unsupported/test/Xcms/TekCMS_LT.c +++ b/xc/unsupported/test/Xcms/TekCMS_LT.c @@ -1,4 +1,4 @@ -/* $XConsortium: TekCMS_LT.c,v 1.8 92/06/28 11:27:02 rws Exp $ */ +/* $XConsortium: TekCMS_LT.c,v 1.9 93/08/20 15:51:10 rws Exp $ */ /* * (c) Copyright 1990, Tektronix Inc. diff --git a/xc/unsupported/test/Xcms/TestInit.c b/xc/unsupported/test/Xcms/TestInit.c index 0b4f4d41c..049260b59 100644 --- a/xc/unsupported/test/Xcms/TestInit.c +++ b/xc/unsupported/test/Xcms/TestInit.c @@ -1,4 +1,4 @@ -/* $XConsortium: TestInit.c,v 1.5 91/07/31 11:40:28 rws Exp $ */ +/* $XConsortium: TestInit.c,v 1.6 93/08/20 15:50:14 rws Exp $ */ /* * (c) Copyright 1988, Tektronix Inc. diff --git a/xc/unsupported/test/Xcms/xcmstest.man b/xc/unsupported/test/Xcms/xcmstest.man index a75b6156b..01eba51d3 100644 --- a/xc/unsupported/test/Xcms/xcmstest.man +++ b/xc/unsupported/test/Xcms/xcmstest.man @@ -1,4 +1,4 @@ -.\" $XConsortium: xcmstest.man,v 1.5 94/04/11 14:30:42 gildea Exp $ +.\" $XConsortium: xcmstest.man,v 1.6 94/04/17 20:54:00 gildea Exp $ .de EX \"Begin example .ne 5 .if n .sp 1 diff --git a/xc/unsupported/test/Xext/Imakefile b/xc/unsupported/test/Xext/Imakefile index d63e40432..ce4237b23 100644 --- a/xc/unsupported/test/Xext/Imakefile +++ b/xc/unsupported/test/Xext/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.2 93/09/23 16:30:49 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.3 94/04/09 19:48:38 rws Exp $ SHAPESRCS = shapetest.c SHAPEOBJS = shapetest.o diff --git a/xc/unsupported/test/Xext/shapetest.c b/xc/unsupported/test/Xext/shapetest.c index d8a74a333..e6f05ba10 100644 --- a/xc/unsupported/test/Xext/shapetest.c +++ b/xc/unsupported/test/Xext/shapetest.c @@ -1,4 +1,4 @@ -/* $XConsortium: shapetest.c,v 1.4 91/01/24 15:14:58 gildea Exp $ */ +/* $XConsortium: shapetest.c,v 1.5 94/04/17 20:46:03 gildea Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/test/Xext/shmtest.c b/xc/unsupported/test/Xext/shmtest.c index ff9a94e10..f99740317 100644 --- a/xc/unsupported/test/Xext/shmtest.c +++ b/xc/unsupported/test/Xext/shmtest.c @@ -1,4 +1,4 @@ -/* $XConsortium: shmtest.c,v 1.5 92/01/27 11:17:24 rws Exp $ */ +/* $XConsortium: shmtest.c,v 1.6 94/04/17 20:46:03 rws Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/test/Xext/synctest.c b/xc/unsupported/test/Xext/synctest.c index 2aaa65ad0..90db31dce 100644 --- a/xc/unsupported/test/Xext/synctest.c +++ b/xc/unsupported/test/Xext/synctest.c @@ -1,4 +1,4 @@ -/* $XConsortium: synctest.c,v 1.0 93/09/13 19:25:17 rws Exp $ */ +/* $XConsortium: synctest.c,v 1.4 94/04/17 20:46:04 dpw Exp $ */ /* Copyright (c) 1993 X Consortium @@ -31,6 +31,9 @@ from the X Consortium. /* * HISTORY * $Log: synctest.c,v $ + * Revision 1.4 94/04/17 20:46:04 dpw + * new X Consortium copyright/permission + * * Revision 1.3 93/09/29 19:12:42 dpw * added "couldn't find SERVERTIME system counter" error message * diff --git a/xc/unsupported/test/Xext/xmbufinfo.c b/xc/unsupported/test/Xext/xmbufinfo.c index 44ec318c4..fb725a365 100644 --- a/xc/unsupported/test/Xext/xmbufinfo.c +++ b/xc/unsupported/test/Xext/xmbufinfo.c @@ -1,5 +1,5 @@ /* - * $XConsortium: xmbufinfo.c,v 1.3 92/01/27 11:18:48 rws Exp $ + * $XConsortium: xmbufinfo.c,v 1.4 94/04/17 20:46:05 rws Exp $ * Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/test/Xext/xtesttest.c b/xc/unsupported/test/Xext/xtesttest.c index 4b47cf51a..50dd89767 100644 --- a/xc/unsupported/test/Xext/xtesttest.c +++ b/xc/unsupported/test/Xext/xtesttest.c @@ -1,4 +1,4 @@ -/* $XConsortium: xtesttest.c,v 1.8 93/03/14 14:25:16 rws Exp $ */ +/* $XConsortium: xtesttest.c,v 1.9 94/04/17 20:46:05 rws Exp $ */ /* Copyright (c) 1992 X Consortium diff --git a/xc/unsupported/test/Xi/Imakefile b/xc/unsupported/test/Xi/Imakefile index 58db14a39..a44030c9c 100644 --- a/xc/unsupported/test/Xi/Imakefile +++ b/xc/unsupported/test/Xi/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.14 91/07/12 17:06:55 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.15 93/08/20 17:22:06 rws Exp $ LOCLIBS = $(XILIB) $(XLIB) DEPLIBS = $(DEPXILIB) $(DEPXLIB) diff --git a/xc/unsupported/test/Xi/XList.c b/xc/unsupported/test/Xi/XList.c index 11dc01d0e..a8572664b 100644 --- a/xc/unsupported/test/Xi/XList.c +++ b/xc/unsupported/test/Xi/XList.c @@ -1,4 +1,4 @@ -/* $XConsortium: XList.c,v 1.2 91/02/17 11:14:35 rws Exp $ */ +/* $XConsortium: XList.c,v 1.1 91/02/18 10:25:20 rws Exp $ */ /************************************************************************ * * XList.c diff --git a/xc/unsupported/test/Xi/XPErrors.c b/xc/unsupported/test/Xi/XPErrors.c index cc662c252..f4bf1e516 100644 --- a/xc/unsupported/test/Xi/XPErrors.c +++ b/xc/unsupported/test/Xi/XPErrors.c @@ -1,4 +1,4 @@ -/* $XConsortium: XPErrors.c,v 1.2 91/02/20 09:17:37 rws Exp $ */ +/* $XConsortium: XPErrors.c,v 1.3 94/02/21 10:40:32 rws Exp $ */ /************************************************************************ * * XProtoErrors.c - attempt to force all of the protocol errors defined diff --git a/xc/unsupported/test/Xi/XSelInput.c b/xc/unsupported/test/Xi/XSelInput.c index 8d1091593..0816c736e 100644 --- a/xc/unsupported/test/Xi/XSelInput.c +++ b/xc/unsupported/test/Xi/XSelInput.c @@ -1,4 +1,4 @@ -/* $XConsortium: XSelInput.c,v 1.1 91/02/18 10:25:26 rws Exp $ */ +/* $XConsortium: XSelInput.c,v 1.2 91/02/20 09:17:58 rws Exp $ */ /************************************************************************ * * XSelInput.c - Test case for XSelectInput function. diff --git a/xc/unsupported/test/Xi/XSendEv.c b/xc/unsupported/test/Xi/XSendEv.c index 0b2e5d46b..11e670388 100644 --- a/xc/unsupported/test/Xi/XSendEv.c +++ b/xc/unsupported/test/Xi/XSendEv.c @@ -1,4 +1,4 @@ -/* $XConsortium: XSendEv.c,v 1.3 91/07/17 16:17:26 rws Exp $ */ +/* $XConsortium: XSendEv.c,v 1.4 94/02/21 10:40:37 rws Exp $ */ /************************************************************************ * * XSendEv.c. diff --git a/xc/unsupported/test/Xi/XTouch.c b/xc/unsupported/test/Xi/XTouch.c index 4316c2bba..82fc0b9af 100644 --- a/xc/unsupported/test/Xi/XTouch.c +++ b/xc/unsupported/test/Xi/XTouch.c @@ -1,4 +1,4 @@ -/* $XConsortium: XTouch.c,v 1.3 91/07/17 16:17:34 rws Exp $ */ +/* $XConsortium: XTouch.c,v 1.4 94/02/21 10:40:26 rws Exp $ */ /************************************************************************ * * XTouch.c diff --git a/xc/unsupported/test/Xkb/Imakefile b/xc/unsupported/test/Xkb/Imakefile index b4a74259e..4f2758e67 100644 --- a/xc/unsupported/test/Xkb/Imakefile +++ b/xc/unsupported/test/Xkb/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.3 94/02/03 19:03:08 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.4 94/04/01 18:49:50 erik Exp $ #ifdef SGIArchitecture SYS_LIBRARIES = -lmalloc diff --git a/xc/unsupported/test/Xkb/xkbbell.c b/xc/unsupported/test/Xkb/xkbbell.c index 0eae4aea6..d7f9eb4e1 100644 --- a/xc/unsupported/test/Xkb/xkbbell.c +++ b/xc/unsupported/test/Xkb/xkbbell.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbbell.c,v 1.2 93/09/28 23:51:29 rws Exp $ */ +/* $XConsortium: xkbbell.c,v 1.4 94/04/01 18:50:07 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbcompat.c b/xc/unsupported/test/Xkb/xkbcompat.c index c402cfed1..6f1271364 100644 --- a/xc/unsupported/test/Xkb/xkbcompat.c +++ b/xc/unsupported/test/Xkb/xkbcompat.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbtest.c,v 1.2 93/09/28 23:51:37 rws Exp $ */ +/* $XConsortium: xkbcompat.c,v 1.2 94/04/01 18:50:09 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbctrl.c b/xc/unsupported/test/Xkb/xkbctrl.c index c27a0e7e4..6e9c20482 100644 --- a/xc/unsupported/test/Xkb/xkbctrl.c +++ b/xc/unsupported/test/Xkb/xkbctrl.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbctrl.c,v 1.2 93/09/28 23:51:33 rws Exp $ */ +/* $XConsortium: xkbctrl.c,v 1.5 94/04/02 01:07:06 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbdebug.c b/xc/unsupported/test/Xkb/xkbdebug.c index fe48b3ca2..bbb10f371 100644 --- a/xc/unsupported/test/Xkb/xkbdebug.c +++ b/xc/unsupported/test/Xkb/xkbdebug.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbdebug.c,v 1.2 93/09/28 23:51:37 rws Exp $ */ +/* $XConsortium: xkbdebug.c,v 1.4 94/04/01 18:50:11 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbev.c b/xc/unsupported/test/Xkb/xkbev.c index aa3711c2b..44133c8e4 100644 --- a/xc/unsupported/test/Xkb/xkbev.c +++ b/xc/unsupported/test/Xkb/xkbev.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbev.c,v 1.7 94/04/08 16:46:58 erik Exp $ */ +/* $XConsortium: xkbev.c,v 1.8 94/04/17 20:46:00 erik Exp $ */ /* Copyright (c) 1988 X Consortium diff --git a/xc/unsupported/test/Xkb/xkbleds.c b/xc/unsupported/test/Xkb/xkbleds.c index 9a8a1f3df..e13ac28d1 100644 --- a/xc/unsupported/test/Xkb/xkbleds.c +++ b/xc/unsupported/test/Xkb/xkbleds.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbleds.c,v 1.2 93/09/28 23:51:45 rws Exp $ */ +/* $XConsortium: xkbleds.c,v 1.4 94/04/01 18:50:14 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkblock.c b/xc/unsupported/test/Xkb/xkblock.c index fa9fbbe17..5bf121d0a 100644 --- a/xc/unsupported/test/Xkb/xkblock.c +++ b/xc/unsupported/test/Xkb/xkblock.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkblock.c,v 1.2 93/09/28 23:51:51 rws Exp $ */ +/* $XConsortium: xkblock.c,v 1.4 94/04/01 18:50:15 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbrefresh.c b/xc/unsupported/test/Xkb/xkbrefresh.c index 626e36666..ed0fcf23f 100644 --- a/xc/unsupported/test/Xkb/xkbrefresh.c +++ b/xc/unsupported/test/Xkb/xkbrefresh.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbrefresh.c,v 1.2 93/09/28 23:51:55 rws Exp $ */ +/* $XConsortium: xkbrefresh.c,v 1.3 94/04/01 18:50:16 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbsetmasks.c b/xc/unsupported/test/Xkb/xkbsetmasks.c index c0107423e..2615bfc29 100644 --- a/xc/unsupported/test/Xkb/xkbsetmasks.c +++ b/xc/unsupported/test/Xkb/xkbsetmasks.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbsetmasks.c,v 1.2 93/09/28 23:52:02 rws Exp $ */ +/* $XConsortium: xkbsetmasks.c,v 1.4 94/04/01 18:50:17 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbshow.c b/xc/unsupported/test/Xkb/xkbshow.c index 93b2b1716..b0c00713b 100644 --- a/xc/unsupported/test/Xkb/xkbshow.c +++ b/xc/unsupported/test/Xkb/xkbshow.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbshow.c,v 1.2 93/09/28 23:52:06 rws Exp $ */ +/* $XConsortium: xkbshow.c,v 1.7 94/04/08 17:04:51 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbtest.c b/xc/unsupported/test/Xkb/xkbtest.c index ad448e155..1a8475e7d 100644 --- a/xc/unsupported/test/Xkb/xkbtest.c +++ b/xc/unsupported/test/Xkb/xkbtest.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbtest.c,v 1.2 93/09/28 23:51:37 rws Exp $ */ +/* $XConsortium: xkbtest.c,v 1.2 94/04/01 18:50:19 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbver.c b/xc/unsupported/test/Xkb/xkbver.c index 6958d547f..176931944 100644 --- a/xc/unsupported/test/Xkb/xkbver.c +++ b/xc/unsupported/test/Xkb/xkbver.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbver.c,v 1.2 93/09/28 23:52:10 rws Exp $ */ +/* $XConsortium: xkbver.c,v 1.4 94/04/01 18:50:20 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/Xkb/xkbwatch.c b/xc/unsupported/test/Xkb/xkbwatch.c index 035c30403..bc2b2b968 100644 --- a/xc/unsupported/test/Xkb/xkbwatch.c +++ b/xc/unsupported/test/Xkb/xkbwatch.c @@ -1,4 +1,4 @@ -/* $XConsortium: xkbwatch.c,v 1.2 93/09/28 23:52:14 rws Exp $ */ +/* $XConsortium: xkbwatch.c,v 1.4 94/04/01 18:50:21 erik Exp $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. diff --git a/xc/unsupported/test/record/Imakefile b/xc/unsupported/test/record/Imakefile index e2a572433..64d5a98b9 100644 --- a/xc/unsupported/test/record/Imakefile +++ b/xc/unsupported/test/record/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 2.31 94/01/29 17:46:32 rws Exp $ +XCOMM $XConsortium: Imakefile,v 2.32 94/01/30 14:16:13 rws Exp $ INCLUDES = -I$(INCLUDESRC) -I$(EXTINCSRC) SRCS = xrecord.c XRecordTk.c diff --git a/xc/unsupported/test/record/XRecordTk.c b/xc/unsupported/test/record/XRecordTk.c index ce043e45f..02c64b003 100644 --- a/xc/unsupported/test/record/XRecordTk.c +++ b/xc/unsupported/test/record/XRecordTk.c @@ -1,4 +1,4 @@ -/* $XConsortium: XRecordTk.c,v 1.3 94/01/30 23:48:38 rws Exp $ */ +/* $XConsortium: XRecordTk.c,v 1.4 94/02/04 14:49:02 rws Exp $ */ /*************************************************************************** * Copyright 1994 Network Computing Devices; * Portions Copyright 1988 by Digital Equipment Corporation diff --git a/xc/unsupported/test/record/xrecord.c b/xc/unsupported/test/record/xrecord.c index 32ad41407..e5dc6d624 100644 --- a/xc/unsupported/test/record/xrecord.c +++ b/xc/unsupported/test/record/xrecord.c @@ -1,4 +1,4 @@ -/* $XConsortium: xrecord.c,v 1.5 94/02/04 14:48:37 rws Exp $ */ +/* $XConsortium: xrecord.c,v 1.6 94/03/25 16:43:31 dpw Exp $ */ /*************************************************************************** * Copyright 1994 Network Computing Devices; * Portions Copyright 1988 by Digital Equipment Corporation diff --git a/xc/unsupported/test/suspex/Imakefile b/xc/unsupported/test/suspex/Imakefile index 6549a3635..1c1f0be30 100644 --- a/xc/unsupported/test/suspex/Imakefile +++ b/xc/unsupported/test/suspex/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 11:38:36 rws Exp $ +# $XConsortium: Imakefile,v 1.1 94/03/28 15:47:49 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/include/ESpex.h b/xc/unsupported/test/suspex/include/ESpex.h index d307b6c51..99c46c9bd 100644 --- a/xc/unsupported/test/suspex/include/ESpex.h +++ b/xc/unsupported/test/suspex/include/ESpex.h @@ -1,4 +1,4 @@ -/* $XConsortium: ESpex.h,v 3.1 93/11/22 12:06:42 rws Exp $ */ +/* $XConsortium: ESpex.h,v 3.2 94/04/17 20:53:50 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/ESproto.h b/xc/unsupported/test/suspex/include/ESproto.h index 1aaac2d18..651900910 100644 --- a/xc/unsupported/test/suspex/include/ESproto.h +++ b/xc/unsupported/test/suspex/include/ESproto.h @@ -1,4 +1,4 @@ -/* $XConsortium: ESproto.h,v 3.1 93/11/22 12:06:47 rws Exp $ */ +/* $XConsortium: ESproto.h,v 3.2 94/04/17 20:53:50 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/ESprotost.h b/xc/unsupported/test/suspex/include/ESprotost.h index ea1d480c3..a5afab7a0 100644 --- a/xc/unsupported/test/suspex/include/ESprotost.h +++ b/xc/unsupported/test/suspex/include/ESprotost.h @@ -1,4 +1,4 @@ -/* $XConsortium: ESprotost.h,v 3.1 93/11/22 12:06:53 rws Exp $ */ +/* $XConsortium: ESprotost.h,v 3.2 94/04/17 20:53:51 rws Exp $ */ /*********************************************************** diff --git a/xc/unsupported/test/suspex/include/HPpex.h b/xc/unsupported/test/suspex/include/HPpex.h index 82760ba82..a27c9dabc 100644 --- a/xc/unsupported/test/suspex/include/HPpex.h +++ b/xc/unsupported/test/suspex/include/HPpex.h @@ -1,4 +1,4 @@ -/* $XConsortium: HPpex.h,v 3.1 93/11/22 12:06:59 rws Exp $ */ +/* $XConsortium: HPpex.h,v 3.2 94/04/17 20:53:52 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/HPproto.h b/xc/unsupported/test/suspex/include/HPproto.h index cb1cfc860..3f2ac594b 100644 --- a/xc/unsupported/test/suspex/include/HPproto.h +++ b/xc/unsupported/test/suspex/include/HPproto.h @@ -1,4 +1,4 @@ -/* $XConsortium: HPproto.h,v 3.1 93/11/22 12:07:05 rws Exp $ */ +/* $XConsortium: HPproto.h,v 3.2 94/04/17 20:53:52 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/PEX.h b/xc/unsupported/test/suspex/include/PEX.h index f327a99c4..be208f11a 100644 --- a/xc/unsupported/test/suspex/include/PEX.h +++ b/xc/unsupported/test/suspex/include/PEX.h @@ -1,7 +1,7 @@ #ifndef PEX_H #define PEX_H -/* $XConsortium$ */ +/* $XConsortium: PEX.h,v 1.1 93/11/22 13:12:13 rws Exp $ */ /******************************************************************************/ /* Copyright 1987,1991 by Digital Equipment Corporation, Maynard, Mass. */ diff --git a/xc/unsupported/test/suspex/include/PEXHP.h b/xc/unsupported/test/suspex/include/PEXHP.h index a8561e5a7..cf60c21c2 100644 --- a/xc/unsupported/test/suspex/include/PEXHP.h +++ b/xc/unsupported/test/suspex/include/PEXHP.h @@ -1,7 +1,7 @@ #ifndef PEXHP_H #define PEXHP_H -/* $XConsortium$ */ +/* $XConsortium: PEXHP.h,v 1.1 93/11/22 13:13:09 rws Exp $ */ /******************************************************************************/ /* (c) Copyright Hewlett-Packard Company, 1992, Fort Collins, Colorado */ diff --git a/xc/unsupported/test/suspex/include/PEXHPlib.h b/xc/unsupported/test/suspex/include/PEXHPlib.h index d62465519..bc68776dc 100644 --- a/xc/unsupported/test/suspex/include/PEXHPlib.h +++ b/xc/unsupported/test/suspex/include/PEXHPlib.h @@ -1,7 +1,7 @@ #ifndef _PEXHPLIB_H_ #define _PEXHPLIB_H_ -/* $XConsortium$ */ +/* $XConsortium: PEXHPlib.h,v 1.1 93/11/22 13:13:31 rws Exp $ */ /******************************************************************************/ /* (c) Copyright Hewlett-Packard Company, 1992, Fort Collins, Colorado */ diff --git a/xc/unsupported/test/suspex/include/PEXlib.h b/xc/unsupported/test/suspex/include/PEXlib.h index f357867d9..8f0c7c433 100644 --- a/xc/unsupported/test/suspex/include/PEXlib.h +++ b/xc/unsupported/test/suspex/include/PEXlib.h @@ -1,7 +1,7 @@ #ifndef _PEXLIB_H_ #define _PEXLIB_H_ -/* $XConsortium$ */ +/* $XConsortium: PEXlib.h,v 1.1 93/11/22 13:14:42 rws Exp $ */ /******************************************************************************/ /* Copyright 1987,1991 by Digital Equipment Corporation, Maynard, Mass. */ diff --git a/xc/unsupported/test/suspex/include/PEXproto.h b/xc/unsupported/test/suspex/include/PEXproto.h index 4f45e20e0..0d60f4e72 100644 --- a/xc/unsupported/test/suspex/include/PEXproto.h +++ b/xc/unsupported/test/suspex/include/PEXproto.h @@ -1,4 +1,4 @@ -/* $XConsortium: PEXproto.h,v 1.4 93/11/22 12:07:45 rws Exp $ */ +/* $XConsortium: PEXproto.h,v 1.5 94/04/17 20:53:54 rws Exp $ */ /* @(#)PEXproto.h 3.1 93/04/16 */ /* diff --git a/xc/unsupported/test/suspex/include/PEXprotost.h b/xc/unsupported/test/suspex/include/PEXprotost.h index 8b844908e..c081a8808 100644 --- a/xc/unsupported/test/suspex/include/PEXprotost.h +++ b/xc/unsupported/test/suspex/include/PEXprotost.h @@ -1,4 +1,4 @@ -/* $XConsortium: PEXprotost.h,v 1.3 93/11/22 12:07:51 rws Exp $ */ +/* $XConsortium: PEXprotost.h,v 1.4 94/04/17 20:53:55 rws Exp $ */ /* @(#)PEXprotost.h 3.1 93/04/16 */ /* diff --git a/xc/unsupported/test/suspex/include/SunPEX.h b/xc/unsupported/test/suspex/include/SunPEX.h index 7e775f92f..3bfae721d 100644 --- a/xc/unsupported/test/suspex/include/SunPEX.h +++ b/xc/unsupported/test/suspex/include/SunPEX.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: SunPEX.h,v 3.1 93/11/22 12:07:57 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/SunPEXproto.h b/xc/unsupported/test/suspex/include/SunPEXproto.h index 4c84e77d0..7bbd94988 100644 --- a/xc/unsupported/test/suspex/include/SunPEXproto.h +++ b/xc/unsupported/test/suspex/include/SunPEXproto.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: SunPEXproto.h,v 3.1 93/11/22 12:08:03 rws Exp $ */ /* * Copyright (c) 1992 by Sun Microsystems, Inc. diff --git a/xc/unsupported/test/suspex/include/hp.cf b/xc/unsupported/test/suspex/include/hp.cf index 840477c0c..6d451737d 100644 --- a/xc/unsupported/test/suspex/include/hp.cf +++ b/xc/unsupported/test/suspex/include/hp.cf @@ -3,7 +3,10 @@ */ /* * HISTORY - * $Log: hp.cf,v $ + * $Log: hp.cf,v $ +Revision 1.48 93/11/22 12:08:14 rws +initial external version + * Revision 1.1 1992/11/06 01:55:34 ptuite * Automated AdditionThis fixes TR number 0 * @@ -16,7 +19,7 @@ * * $EndLog$ */ -XCOMM platform: $XConsortium: hp.cf,v 1.48 91/12/18 09:43:08 rws Exp $ +XCOMM platform: $XConsortium: hp.cf,v 1.48 93/11/22 12:08:14 rws Exp $ #define OSName HP-UX 9.0 XCOMM operating system: OSName diff --git a/xc/unsupported/test/suspex/inspector/Imakefile b/xc/unsupported/test/suspex/inspector/Imakefile index 6945f0115..5ad17ace3 100644 --- a/xc/unsupported/test/suspex/inspector/Imakefile +++ b/xc/unsupported/test/suspex/inspector/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:08:46 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:26:27 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/inspector/imagelib.c b/xc/unsupported/test/suspex/inspector/imagelib.c index 1a8c7eed2..84b8319d1 100644 --- a/xc/unsupported/test/suspex/inspector/imagelib.c +++ b/xc/unsupported/test/suspex/inspector/imagelib.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: imagelib.c,v 1.0 93/11/22 12:08:52 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/inspector/imagelib.h b/xc/unsupported/test/suspex/inspector/imagelib.h index be5d51a46..bb1cf6453 100644 --- a/xc/unsupported/test/suspex/inspector/imagelib.h +++ b/xc/unsupported/test/suspex/inspector/imagelib.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: imagelib.h,v 1.0 93/11/22 12:09:04 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/inspector/inspector.c b/xc/unsupported/test/suspex/inspector/inspector.c index cc4617414..77c6553c9 100644 --- a/xc/unsupported/test/suspex/inspector/inspector.c +++ b/xc/unsupported/test/suspex/inspector/inspector.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: inspector.c,v 1.0 93/11/22 12:08:58 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/inspector/portable.h b/xc/unsupported/test/suspex/inspector/portable.h index fd96f20c3..1a6e86c9c 100644 --- a/xc/unsupported/test/suspex/inspector/portable.h +++ b/xc/unsupported/test/suspex/inspector/portable.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: portable.h,v 1.0 93/11/22 12:09:10 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_hp/Imakefile b/xc/unsupported/test/suspex/src/common_hp/Imakefile index e2351f714..dc3027148 100644 --- a/xc/unsupported/test/suspex/src/common_hp/Imakefile +++ b/xc/unsupported/test/suspex/src/common_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:22:46 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/src/common_hp/common_hp.h b/xc/unsupported/test/suspex/src/common_hp/common_hp.h index 38d3ba9da..125d68c97 100644 --- a/xc/unsupported/test/suspex/src/common_hp/common_hp.h +++ b/xc/unsupported/test/suspex/src/common_hp/common_hp.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: common_hp.h,v 1.0 93/11/22 12:21:36 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/err_handler.c b/xc/unsupported/test/suspex/src/common_hp/err_handler.c index eb2a1796e..d20739d3f 100644 --- a/xc/unsupported/test/suspex/src/common_hp/err_handler.c +++ b/xc/unsupported/test/suspex/src/common_hp/err_handler.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: err_handler.c,v 1.0 93/11/22 12:21:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/err_handler.h b/xc/unsupported/test/suspex/src/common_hp/err_handler.h index f8d2dd171..b61b1e71c 100644 --- a/xc/unsupported/test/suspex/src/common_hp/err_handler.h +++ b/xc/unsupported/test/suspex/src/common_hp/err_handler.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: err_handler.h,v 1.0 93/11/22 12:21:59 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/lut.c b/xc/unsupported/test/suspex/src/common_hp/lut.c index 8bf648708..59dcbcbce 100644 --- a/xc/unsupported/test/suspex/src/common_hp/lut.c +++ b/xc/unsupported/test/suspex/src/common_hp/lut.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut.c,v 1.0 93/11/22 12:21:42 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/lut.h b/xc/unsupported/test/suspex/src/common_hp/lut.h index 003708e14..8807ec2cf 100644 --- a/xc/unsupported/test/suspex/src/common_hp/lut.h +++ b/xc/unsupported/test/suspex/src/common_hp/lut.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut.h,v 1.0 93/11/22 12:21:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/main.c b/xc/unsupported/test/suspex/src/common_hp/main.c index 713581d40..901692084 100644 --- a/xc/unsupported/test/suspex/src/common_hp/main.c +++ b/xc/unsupported/test/suspex/src/common_hp/main.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.c,v 1.0 93/11/22 12:22:05 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/misc.c b/xc/unsupported/test/suspex/src/common_hp/misc.c index 9f137e491..3efca1d21 100644 --- a/xc/unsupported/test/suspex/src/common_hp/misc.c +++ b/xc/unsupported/test/suspex/src/common_hp/misc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: misc.c,v 1.0 93/11/22 12:22:11 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/misc.h b/xc/unsupported/test/suspex/src/common_hp/misc.h index 91b78b598..e90d32b91 100644 --- a/xc/unsupported/test/suspex/src/common_hp/misc.h +++ b/xc/unsupported/test/suspex/src/common_hp/misc.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: misc.h,v 1.0 93/11/22 12:22:17 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/renderer.c b/xc/unsupported/test/suspex/src/common_hp/renderer.c index 5cbf51485..3734869fc 100644 --- a/xc/unsupported/test/suspex/src/common_hp/renderer.c +++ b/xc/unsupported/test/suspex/src/common_hp/renderer.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: renderer.c,v 1.0 93/11/22 12:22:22 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/window.c b/xc/unsupported/test/suspex/src/common_hp/window.c index f21f17be6..f310d5b40 100644 --- a/xc/unsupported/test/suspex/src/common_hp/window.c +++ b/xc/unsupported/test/suspex/src/common_hp/window.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: window.c,v 1.0 93/11/22 12:22:28 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_hp/workstation.c b/xc/unsupported/test/suspex/src/common_hp/workstation.c index 0df4d7598..a90aeb96c 100644 --- a/xc/unsupported/test/suspex/src/common_hp/workstation.c +++ b/xc/unsupported/test/suspex/src/common_hp/workstation.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: workstation.c,v 1.0 93/11/22 12:22:34 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/src/common_sun/Imakefile b/xc/unsupported/test/suspex/src/common_sun/Imakefile index 098af39ba..fa1100fd2 100644 --- a/xc/unsupported/test/suspex/src/common_sun/Imakefile +++ b/xc/unsupported/test/suspex/src/common_sun/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:25:29 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/src/common_sun/geometry.h b/xc/unsupported/test/suspex/src/common_sun/geometry.h index bb5966eba..2b46db770 100644 --- a/xc/unsupported/test/suspex/src/common_sun/geometry.h +++ b/xc/unsupported/test/suspex/src/common_sun/geometry.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: geometry.h,v 1.0 93/11/22 12:25:46 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/line.h b/xc/unsupported/test/suspex/src/common_sun/line.h index 6664b2dee..18acef6b0 100644 --- a/xc/unsupported/test/suspex/src/common_sun/line.h +++ b/xc/unsupported/test/suspex/src/common_sun/line.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: line.h,v 1.0 93/11/22 12:25:52 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/lut.c b/xc/unsupported/test/suspex/src/common_sun/lut.c index 5aa0e2897..f49676e53 100644 --- a/xc/unsupported/test/suspex/src/common_sun/lut.c +++ b/xc/unsupported/test/suspex/src/common_sun/lut.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut.c,v 1.0 93/11/22 12:25:35 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/lut.h b/xc/unsupported/test/suspex/src/common_sun/lut.h index 141c200d9..5d546b37d 100644 --- a/xc/unsupported/test/suspex/src/common_sun/lut.h +++ b/xc/unsupported/test/suspex/src/common_sun/lut.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut.h,v 1.0 93/11/22 12:25:58 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/marker.h b/xc/unsupported/test/suspex/src/common_sun/marker.h index 61289c51f..ac760874a 100644 --- a/xc/unsupported/test/suspex/src/common_sun/marker.h +++ b/xc/unsupported/test/suspex/src/common_sun/marker.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: marker.h,v 1.0 93/11/22 12:26:04 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/misc.h b/xc/unsupported/test/suspex/src/common_sun/misc.h index ced88701d..14c3459da 100644 --- a/xc/unsupported/test/suspex/src/common_sun/misc.h +++ b/xc/unsupported/test/suspex/src/common_sun/misc.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: misc.h,v 1.0 93/11/22 12:26:09 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/oc.h b/xc/unsupported/test/suspex/src/common_sun/oc.h index 9ce06e501..2f24910c9 100644 --- a/xc/unsupported/test/suspex/src/common_sun/oc.h +++ b/xc/unsupported/test/suspex/src/common_sun/oc.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: oc.h,v 1.0 93/11/22 12:26:15 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/polygon.h b/xc/unsupported/test/suspex/src/common_sun/polygon.h index f7263690f..06454e80e 100644 --- a/xc/unsupported/test/suspex/src/common_sun/polygon.h +++ b/xc/unsupported/test/suspex/src/common_sun/polygon.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: polygon.h,v 1.0 93/11/22 12:26:21 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/renderer.c b/xc/unsupported/test/suspex/src/common_sun/renderer.c index 50f350ca2..f20acabbc 100644 --- a/xc/unsupported/test/suspex/src/common_sun/renderer.c +++ b/xc/unsupported/test/suspex/src/common_sun/renderer.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: renderer.c,v 1.0 93/11/22 12:25:41 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/surface.h b/xc/unsupported/test/suspex/src/common_sun/surface.h index 5c3e98ce8..838c253ed 100644 --- a/xc/unsupported/test/suspex/src/common_sun/surface.h +++ b/xc/unsupported/test/suspex/src/common_sun/surface.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: surface.h,v 1.0 93/11/22 12:26:26 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/common_sun/text.h b/xc/unsupported/test/suspex/src/common_sun/text.h index f0bd61f6b..0330b67e3 100644 --- a/xc/unsupported/test/suspex/src/common_sun/text.h +++ b/xc/unsupported/test/suspex/src/common_sun/text.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: text.h,v 1.0 93/11/22 12:26:32 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/pexut_hp/Imakefile b/xc/unsupported/test/suspex/src/pexut_hp/Imakefile index 773f25789..22dc99f99 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/Imakefile +++ b/xc/unsupported/test/suspex/src/pexut_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:22:51 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.c b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.c index 381d36d36..585d686a1 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: PEXSimple.c,v 1.0 93/11/22 12:23:03 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/utilities/RCS/PEXSimple.c,v $ -/* $Date: 93/03/17 13:47:12 $ -/* $Revision: 500.1.200.1 $ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/PEXSimple.c,v $ +/* $Date: 93/11/22 12:23:03 $ +/* $Revision: 1.0 $ /* */ /* Description: */ /* The widget implementation file for the Xg/PEXSimple Motif widget */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.h b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.h index 734e8e141..829a9c9b3 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimple.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: PEXSimple.h,v 1.0 93/11/22 12:23:10 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/utilities/RCS/PEXSimple.h,v $ -/* $Date: 93/03/17 13:47:16 $ -/* $Revision: 500.1.200.1 $ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/PEXSimple.h,v $ +/* $Date: 93/11/22 12:23:10 $ +/* $Revision: 1.0 $ /* */ /* Description: */ /* This is the public header file for the Xg/PEXSimple widget, containing */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimpleP.h b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimpleP.h index 631675785..66aa7442b 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/PEXSimpleP.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/PEXSimpleP.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: PEXSimpleP.h,v 1.0 93/11/22 12:23:16 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/utilities/RCS/PEXSimpleP.h,v $ -/* $Date: 93/03/17 13:47:18 $ -/* $Revision: 500.1.200.1 $ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/PEXSimpleP.h,v $ +/* $Date: 93/11/22 12:23:16 $ +/* $Revision: 1.0 $ /* */ /* Description: */ /* This is the private header file for the PEXSimple widget, containing the */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.c b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.c index 26c76049a..47209eee8 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmap.c,v 1.0 93/11/22 12:23:22 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /users/waitz/work/tmp/RCS/pexutcmap.c,v $ */ -/* $Date: 93/04/01 13:31:17 $ */ -/* $Revision: 1.3 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmap.c,v $ */ +/* $Date: 93/11/22 12:23:22 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Main interface implementation file for PEXUt colormap/visual utilities. */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.h index 0103f0908..1100ed28d 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmap.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmap.h,v 1.0 93/11/22 12:23:29 rws Exp $ */ #ifndef PEXUTCMAP_H /* { */ #define PEXUTCMAP_H @@ -28,9 +28,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/head/RCS/pexutcmap.h,v $ */ -/* $Date: 93/03/17 14:14:23 $ */ -/* $Revision: 500.1.200.1 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmap.h,v $ */ +/* $Date: 93/11/22 12:23:29 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Interface header file for PEXUt colormap/visual utilities. */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.c b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.c index 452a12dea..83509ffd2 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmaphp.c,v 1.0 93/11/22 12:23:35 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/src/test/RCS/pexutcmaphp.c,v $ */ -/* $Date: 93/03/17 13:50:37 $ */ -/* $Revision: 500.1.200.1 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmaphp.c,v $ */ +/* $Date: 93/11/22 12:23:35 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Implementation file of Hewlett-Packard-specific routines */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.h index 00203e09b..7e7c33de4 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmaphp.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmaphp.h,v 1.0 93/11/22 12:23:42 rws Exp $ */ #ifndef PEXUTCMAP_HP_IH /* { */ #define PEXUTCMAP_HP_IH @@ -28,9 +28,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/wbuild/PEX5/head/RCS/pexutcmaphp.h,v $ */ -/* $Date: 93/03/17 14:14:27 $ */ -/* $Revision: 500.1.200.1 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmaphp.h,v $ */ +/* $Date: 93/11/22 12:23:42 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Internal header file of Hewlett-Packard-specific functionality */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.c b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.c index 66e878019..d92de27f9 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmapint.c,v 1.0 93/11/22 12:23:48 rws Exp $ */ /******************************************************************************/ /* */ @@ -25,9 +25,9 @@ /******************************************************************************/ /* */ -/* $Source: /users/waitz/work/tmp/RCS/pexutcmapint.c,v $ */ -/* $Date: 93/04/01 13:30:40 $ */ -/* $Revision: 1.2 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmapint.c,v $ */ +/* $Date: 93/11/22 12:23:48 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Internal routine implementation file for PEXUt colormap/visual utilities.*/ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.h index 83cc0d1c7..6d4e33e60 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutcmapint.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutcmapint.h,v 1.0 93/11/22 12:23:54 rws Exp $ */ #ifndef PEXUTCMAP_IH /* { */ #define PEXUTCMAP_IH @@ -28,9 +28,9 @@ /******************************************************************************/ /* */ -/* $Source: /BE700/9.0/gtd/R903/rbuild/PEX5/head/RCS/pexutcmapint.h,v $ */ -/* $Date: 93/05/06 16:49:21 $ */ -/* $Revision: 500.1.200.2 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutcmapint.h,v $ */ +/* $Date: 93/11/22 12:23:54 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Internal header file for PEXUt cmap/visual utilities, */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.c b/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.c index 12d261aa1..44ae3f8d7 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutdb.c,v 1.0 93/11/22 12:24:01 rws Exp $ */ /******************************************************************************/ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.h index a5e3696ac..15dcc9723 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutdb.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutdb.h,v 1.0 93/11/22 12:24:07 rws Exp $ */ /******************************************************************************/ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.c b/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.c index c941dc854..569c5084a 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutdbint.c,v 1.0 93/11/22 12:24:19 rws Exp $ */ /******************************************************************************/ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.h index 641a0b55a..c9b4f1e8e 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutdbint.h @@ -1,4 +1,4 @@ -/* $XConsortium: pexutdbint.h,v 1.0 93/11/22 12:24:25 rws Exp $ */ +/* $XConsortium: pexutdbint.h,v 1.1 94/04/17 20:52:55 rws Exp $ */ /******************************************************************************/ @@ -61,7 +61,7 @@ extern "C" { /* for C++ V2.0 */ */ /* - * $XConsortium: pexutdbint.h,v 1.0 93/11/22 12:24:25 rws Exp $ + * $XConsortium: pexutdbint.h,v 1.1 94/04/17 20:52:55 rws Exp $ * Copyright (c) 1989 X Consortium diff --git a/xc/unsupported/test/suspex/src/pexut_hp/pexutext.h b/xc/unsupported/test/suspex/src/pexut_hp/pexutext.h index 5d1b62302..791708f44 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/pexutext.h +++ b/xc/unsupported/test/suspex/src/pexut_hp/pexutext.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexutext.h,v 1.0 93/11/22 12:24:13 rws Exp $ */ #ifndef _PEXUTEXT_H_ /* [ */ @@ -29,9 +29,9 @@ /******************************************************************************/ /* */ -/* $Source: /users/waitz/work/tmp/RCS/pexutext.h,v $ */ -/* $Date: 93/03/02 16:39:31 $ */ -/* $Revision: 1.1 $ */ +/* $Source: /xsrc/xc/unsupported/test/suspex/src/pexut_hp/RCS/pexutext.h,v $ */ +/* $Date: 93/11/22 12:24:13 $ */ +/* $Revision: 1.0 $ */ /* */ /* Description: */ /* Internal header file for PEXUt , */ diff --git a/xc/unsupported/test/suspex/src/pexut_hp/widgetdemo.c b/xc/unsupported/test/suspex/src/pexut_hp/widgetdemo.c index a6f645a38..776a8f227 100644 --- a/xc/unsupported/test/suspex/src/pexut_hp/widgetdemo.c +++ b/xc/unsupported/test/suspex/src/pexut_hp/widgetdemo.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: widgetdemo.c,v 1.0 93/11/22 12:24:31 rws Exp $ */ #include <stdio.h> #include <Xm/Xm.h> diff --git a/xc/unsupported/test/suspex/src/util/Imakefile b/xc/unsupported/test/suspex/src/util/Imakefile index 39c26e73b..140a0f014 100644 --- a/xc/unsupported/test/suspex/src/util/Imakefile +++ b/xc/unsupported/test/suspex/src/util/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:24:43 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/src/util/fileutils.c b/xc/unsupported/test/suspex/src/util/fileutils.c index 4b95e4730..4a0c7c3ee 100644 --- a/xc/unsupported/test/suspex/src/util/fileutils.c +++ b/xc/unsupported/test/suspex/src/util/fileutils.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fileutils.c,v 1.0 93/11/22 12:24:49 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/logmsg.c b/xc/unsupported/test/suspex/src/util/logmsg.c index 2351663ee..2fb4d868b 100644 --- a/xc/unsupported/test/suspex/src/util/logmsg.c +++ b/xc/unsupported/test/suspex/src/util/logmsg.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: logmsg.c,v 1.0 93/11/22 12:24:54 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/logmsg.h b/xc/unsupported/test/suspex/src/util/logmsg.h index d4926fc29..53dc53f5d 100644 --- a/xc/unsupported/test/suspex/src/util/logmsg.h +++ b/xc/unsupported/test/suspex/src/util/logmsg.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: logmsg.h,v 1.0 93/11/22 12:25:12 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/pixutils.c b/xc/unsupported/test/suspex/src/util/pixutils.c index e01efdb25..58b128982 100644 --- a/xc/unsupported/test/suspex/src/util/pixutils.c +++ b/xc/unsupported/test/suspex/src/util/pixutils.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pixutils.c,v 1.0 93/11/22 12:25:00 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/pixutils.h b/xc/unsupported/test/suspex/src/util/pixutils.h index f8c08e64a..695847779 100644 --- a/xc/unsupported/test/suspex/src/util/pixutils.h +++ b/xc/unsupported/test/suspex/src/util/pixutils.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pixutils.h,v 1.0 93/11/22 12:25:18 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/portable.h b/xc/unsupported/test/suspex/src/util/portable.h index bf68e37e2..e346d2d0b 100644 --- a/xc/unsupported/test/suspex/src/util/portable.h +++ b/xc/unsupported/test/suspex/src/util/portable.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: portable.h,v 1.0 93/11/22 12:25:23 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/testutils.c b/xc/unsupported/test/suspex/src/util/testutils.c index f0a083c6c..87d645957 100644 --- a/xc/unsupported/test/suspex/src/util/testutils.c +++ b/xc/unsupported/test/suspex/src/util/testutils.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: testutils.c,v 1.0 93/11/22 12:24:37 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/src/util/window.c b/xc/unsupported/test/suspex/src/util/window.c index edb6ddd58..45b68c4f6 100644 --- a/xc/unsupported/test/suspex/src/util/window.c +++ b/xc/unsupported/test/suspex/src/util/window.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: window.c,v 1.0 93/11/22 12:25:06 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/ctl_hp/Imakefile b/xc/unsupported/test/suspex/testcases/ctl_hp/Imakefile index 7eef6867e..6e7c878c4 100644 --- a/xc/unsupported/test/suspex/testcases/ctl_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/ctl_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:26:44 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:29:09 hersh Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/ctl_hp/dbuf.c b/xc/unsupported/test/suspex/testcases/ctl_hp/dbuf.c index 2dbda8820..fc4f2db5c 100644 --- a/xc/unsupported/test/suspex/testcases/ctl_hp/dbuf.c +++ b/xc/unsupported/test/suspex/testcases/ctl_hp/dbuf.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: dbuf.c,v 1.0 93/11/22 12:26:50 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ctl_hp/prelim.c b/xc/unsupported/test/suspex/testcases/ctl_hp/prelim.c index ae9fc63a5..64927802e 100644 --- a/xc/unsupported/test/suspex/testcases/ctl_hp/prelim.c +++ b/xc/unsupported/test/suspex/testcases/ctl_hp/prelim.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: prelim.c,v 1.0 93/11/22 12:26:56 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ctl_hp/run_tests b/xc/unsupported/test/suspex/testcases/ctl_hp/run_tests index d47d0540f..1d1bf23f3 100644 --- a/xc/unsupported/test/suspex/testcases/ctl_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/ctl_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:26:38 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/Imakefile b/xc/unsupported/test/suspex/testcases/errocp_hp/Imakefile index 63f963c7b..30aaf39c7 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:41:04 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.100.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.100.1.c index 45d5f7435..10406a86f 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.100.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.100.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.100.1.c,v 1.0 93/11/22 12:41:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.101.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.101.1.c index 69f555700..6d53c24df 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.101.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.101.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.101.1.c,v 1.0 93/11/22 12:41:16 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.1.c index b17d025cf..2eb8b1d3f 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.87.1.c,v 1.0 93/11/22 12:41:21 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.2.c index 078b92532..28ec4edac 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.87.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.87.2.c,v 1.0 93/11/22 12:41:27 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.1.c index d3e6890ef..91f88ace3 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.1.c,v 1.0 93/11/22 12:41:33 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.2.c index e24e8d26e..c05e34eff 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.2.c,v 1.0 93/11/22 12:41:38 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.3.c index 31d9ead5b..bfffe95ba 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.3.c,v 1.0 93/11/22 12:41:44 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.4.c index 1273ce154..ba2632ec9 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.4.c,v 1.0 93/11/22 12:41:50 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.5.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.5.c index 65b92e5fa..fd54f2dc9 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.5.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.5.c,v 1.0 93/11/22 12:41:55 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.6.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.6.c index 92f9adbd5..f1ad679a6 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.6.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.88.6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.88.6.c,v 1.0 93/11/22 12:42:01 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.1.c index 939a1cf3d..e270a50db 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.89.1.c,v 1.0 93/11/22 12:42:07 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.2.c index 7555d886a..c051316f8 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.89.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.89.2.c,v 1.0 93/11/22 12:42:13 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.1.c index fe15e4636..ad428cdb4 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.90.1.c,v 1.0 93/11/22 12:42:19 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.2.c index 0a8e25ac0..3927df75f 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.90.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.90.2.c,v 1.0 93/11/22 12:42:25 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.1.c index 2f679f936..98050c495 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.91.1.c,v 1.0 93/11/22 12:42:30 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.2.c index 9c6db0f93..53c76d0e5 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.91.2.c,v 1.0 93/11/22 12:42:36 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.3.c index 539286983..bb6ceb564 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.91.3.c,v 1.0 93/11/22 12:42:42 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.4.c index 857989e0a..d813eed16 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.91.4.c,v 1.0 93/11/22 12:42:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.5.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.5.c index e9d734faa..65e14a8f6 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.5.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.91.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.91.5.c,v 1.0 93/11/22 12:42:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.1.c index 11921a5d2..c3d7f9c9a 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.92.1.c,v 1.0 93/11/22 12:42:59 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.2.c index e8c07886e..1f1e92161 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.92.2.c,v 1.0 93/11/22 12:43:05 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.3.c index 18ea8461f..8f7294e4d 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.92.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.92.3.c,v 1.0 93/11/22 12:43:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.1.c index 1eb973896..bcb48d24d 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.93.1.c,v 1.0 93/11/22 12:43:16 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.2.c index f0070877a..3ed56fc7a 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.93.2.c,v 1.0 93/11/22 12:43:22 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.3.c index 550973cb8..5f29a1bf8 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.93.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.93.3.c,v 1.0 93/11/22 12:43:28 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.1.c index b4d8ea45b..cdeb82198 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.1.c,v 1.0 93/11/22 12:43:33 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.2.c index 745da76cc..ce56858bd 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.2.c,v 1.0 93/11/22 12:43:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.3.c index 22ccdb356..8437ba2a4 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.3.c,v 1.0 93/11/22 12:43:45 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.4.c index 06bf77111..a72326640 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.4.c,v 1.0 93/11/22 12:43:51 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.5.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.5.c index 4d22b786f..6d31fcd19 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.5.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.5.c,v 1.0 93/11/22 12:43:57 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.6.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.6.c index e9ac0fea5..b05ca2c85 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.6.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.94.6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.94.6.c,v 1.0 93/11/22 12:44:02 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.1.c index 4f77708ef..e19d464c1 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.95.1.c,v 1.0 93/11/22 12:44:08 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.2.c index 08101449e..8750e7a4e 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.95.2.c,v 1.0 93/11/22 12:44:14 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.3.c index 6f97d2795..938cb0543 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.95.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.95.3.c,v 1.0 93/11/22 12:44:20 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.1.c index e2d6d31d7..71cc3775f 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.96.1.c,v 1.0 93/11/22 12:44:26 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.2.c index ebbf1e766..2a4af4f74 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.96.2.c,v 1.0 93/11/22 12:44:31 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.3.c index 2a70507d5..1a45b5664 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.96.3.c,v 1.0 93/11/22 12:44:37 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.4.c index 37ed2211f..e6a85cecb 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.96.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.96.4.c,v 1.0 93/11/22 12:44:43 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.1.c index 4ab9cf16f..fb203b3ef 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.1.c,v 1.0 93/11/22 12:44:49 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.10.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.10.c index ef4805bd9..fabc6b3db 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.10.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.10.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.10.c,v 1.0 93/11/22 12:44:54 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.2.c index 7db93d8c7..e5bd41aca 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.2.c,v 1.0 93/11/22 12:45:00 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.3.c index 8eb0747e9..a359d65f8 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.3.c,v 1.0 93/11/22 12:45:06 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.4.c index c6890425b..724ab1242 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.4.c,v 1.0 93/11/22 12:45:12 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.5.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.5.c index 93643f41b..5af596017 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.5.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.5.c,v 1.0 93/11/22 12:45:18 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.6.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.6.c index 0b45ac79b..33c0b6926 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.6.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.6.c,v 1.0 93/11/22 12:45:24 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.7.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.7.c index ead4c4a6c..16a6b8571 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.7.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.7.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.7.c,v 1.0 93/11/22 12:45:29 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.8.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.8.c index 366ad5f76..a7403cbfb 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.8.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.8.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.8.c,v 1.0 93/11/22 12:45:35 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.9.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.9.c index 4d6a7eeee..828ee3491 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.9.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.97.9.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.97.9.c,v 1.0 93/11/22 12:45:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.1.c index bc6932eca..e2be332a3 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.1.c,v 1.0 93/11/22 12:45:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.10.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.10.c index 17b7d3538..adc0b333c 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.10.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.10.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.10.c,v 1.0 93/11/22 12:45:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.2.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.2.c index 7eacbc7a5..1921c76e3 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.2.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.2.c,v 1.0 93/11/22 12:45:59 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.3.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.3.c index 88fa4ea4d..99bf5eb30 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.3.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.3.c,v 1.0 93/11/22 12:46:04 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.4.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.4.c index 1fa264ba7..d5372ccd5 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.4.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.4.c,v 1.0 93/11/22 12:46:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.5.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.5.c index 241f7c800..f245e031d 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.5.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.5.c,v 1.0 93/11/22 12:46:16 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.6.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.6.c index c190f7d87..a9e3f9c67 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.6.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.6.c,v 1.0 93/11/22 12:46:22 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.7.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.7.c index b85901a1b..aa34996d5 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.7.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.7.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.7.c,v 1.0 93/11/22 12:46:28 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.8.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.8.c index ef7945739..76c9718a6 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.8.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.8.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.8.c,v 1.0 93/11/22 12:46:34 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.9.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.9.c index 791652498..2df61ffe7 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.9.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.98.9.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.98.9.c,v 1.0 93/11/22 12:46:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.99.1.c b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.99.1.c index 4ee327ecc..11bee718e 100644 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.99.1.c +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/errocp.99.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: errocp.99.1.c,v 1.0 93/11/22 12:46:45 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/errocp_hp/run_tests b/xc/unsupported/test/suspex/testcases/errocp_hp/run_tests index aec200a3d..5b6dc0c23 100644..100755 --- a/xc/unsupported/test/suspex/testcases/errocp_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/errocp_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:40:58 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/Imakefile b/xc/unsupported/test/suspex/testcases/fnt_hp/Imakefile index 79f82a28b..e690518b0 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:27:07 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext.c index 6b259b69f..808f154c5 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_atext.c,v 1.0 93/11/22 12:27:19 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext2D.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext2D.c index fcec67efb..22ff43a6e 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext2D.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_atext2D.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_atext2D.c,v 1.0 93/11/22 12:27:24 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_bundle.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_bundle.c index a8a613aaa..4da338af7 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_bundle.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_bundle.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_bundle.c,v 1.0 93/11/22 12:27:30 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_common.h b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_common.h index 6fab7ab9b..e695c5065 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_common.h +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_common.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_common.h,v 1.0 93/11/22 12:28:11 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_err.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_err.c index 140a50ba7..d9e34e81f 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_err.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_err.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_err.c,v 1.0 93/11/22 12:27:36 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_info.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_info.c index 7da06386e..424ccd167 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_info.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_info.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_info.c,v 1.0 93/11/22 12:27:42 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_list.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_list.c index d85d87cd0..924c20af6 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_list.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_list.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_list.c,v 1.0 93/11/22 12:27:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_load.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_load.c index 0d1108e73..c86f8e972 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_load.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_load.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_load.c,v 1.0 93/11/22 12:27:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_ref.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_ref.c index e66afec49..d3b4af81d 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_ref.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_ref.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_ref.c,v 1.0 93/11/22 12:27:59 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text.c index e06e52e58..841ead9a5 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_text.c,v 1.0 93/11/22 12:27:13 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text2D.c b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text2D.c index e6326d5b2..383eb4832 100644 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text2D.c +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/fnt_text2D.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fnt_text2D.c,v 1.0 93/11/22 12:28:05 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/fnt_hp/run_tests b/xc/unsupported/test/suspex/testcases/fnt_hp/run_tests index 8e710e639..d026a71d5 100644..100755 --- a/xc/unsupported/test/suspex/testcases/fnt_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/fnt_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:27:02 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/Imakefile b/xc/unsupported/test/suspex/testcases/inq_hp/Imakefile index 399a62b06..9b78dbe81 100644 --- a/xc/unsupported/test/suspex/testcases/inq_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/inq_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:47:51 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-1.c b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-1.c index b157873f2..96b346cff 100644 --- a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-1.c +++ b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexinq-1.c,v 1.0 93/11/22 12:48:02 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-2.c b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-2.c index 46db6b40e..7d176310c 100644 --- a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-2.c +++ b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexinq-2.c,v 1.0 93/11/22 12:48:08 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-3.c b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-3.c index 00d31cf7a..581662ac0 100644 --- a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-3.c +++ b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexinq-3.c,v 1.0 93/11/22 12:48:13 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-4.c b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-4.c index bf4eb62d8..339c9b228 100644 --- a/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-4.c +++ b/xc/unsupported/test/suspex/testcases/inq_hp/pexinq-4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexinq-4.c,v 1.0 93/11/22 12:48:19 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/inq_hp/run_tests b/xc/unsupported/test/suspex/testcases/inq_hp/run_tests index 10957bb81..391c6f807 100644..100755 --- a/xc/unsupported/test/suspex/testcases/inq_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/inq_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:47:56 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/Imakefile b/xc/unsupported/test/suspex/testcases/lut_hp/Imakefile index 58ea9a75b..8a5171805 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/lut_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:28:22 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_copy.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_copy.c index e34d06924..d01ea07c7 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_copy.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_copy.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_copy.c,v 1.0 93/11/22 12:28:28 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_edit.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_edit.c index ed6ea4f81..e2cd794ea 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_edit.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_edit.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_edit.c,v 1.0 93/11/22 12:28:35 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_errors.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_errors.c index 8f34ae619..aa5dd5e43 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_errors.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_errors.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_errors.c,v 1.0 93/11/22 12:28:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_inq_capx.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_inq_capx.c index e0f67df72..35691a805 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_inq_capx.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_inq_capx.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_inq_capx.c,v 1.0 93/11/22 12:28:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_lights.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_lights.c index a4b562ac1..4b9da596e 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_lights.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_lights.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_lights.c,v 1.0 93/11/22 12:28:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/lut_startup.c b/xc/unsupported/test/suspex/testcases/lut_hp/lut_startup.c index fb198847d..ef8ca6fff 100644 --- a/xc/unsupported/test/suspex/testcases/lut_hp/lut_startup.c +++ b/xc/unsupported/test/suspex/testcases/lut_hp/lut_startup.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_startup.c,v 1.0 93/11/22 12:29:00 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/lut_hp/run_tests b/xc/unsupported/test/suspex/testcases/lut_hp/run_tests index 515fee320..48709fbea 100644..100755 --- a/xc/unsupported/test/suspex/testcases/lut_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/lut_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:28:17 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/Imakefile b/xc/unsupported/test/suspex/testcases/nms_hp/Imakefile index e20026aa3..936a8eacc 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/nms_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:30:18 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm1.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm1.c index 9dc995b02..99f6031cf 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm1.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-addrm1.c,v 1.0 93/11/22 12:29:12 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm2.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm2.c index a5966c56f..d1f286b97 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm2.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-addrm2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-addrm2.c,v 1.0 93/11/22 12:29:25 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl1.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl1.c index d78cdb1cd..e65d46106 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl1.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-highl1.c,v 1.0 93/11/22 12:29:31 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl2.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl2.c index 290adf911..f3af56d28 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl2.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-highl2.c,v 1.0 93/11/22 12:29:37 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl3.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl3.c index 049697afe..1a1643d69 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl3.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-highl3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-highl3.c,v 1.0 93/11/22 12:29:19 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis1.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis1.c index 508561068..e2c680e7a 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis1.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-invis1.c,v 1.0 93/11/22 12:29:42 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis2.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis2.c index 9a47c092a..ae2fb3941 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis2.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-invis2.c,v 1.0 93/11/22 12:29:48 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis3.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis3.c index c4310fd21..4a11e1dd1 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis3.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-invis3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-invis3.c,v 1.0 93/11/22 12:29:54 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick1.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick1.c index aafd028af..1e02f7096 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick1.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-pick1.c,v 1.0 93/11/22 12:30:00 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick2.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick2.c index 84eba07c0..fd24a93c5 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick2.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-pick2.c,v 1.0 93/11/22 12:30:06 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick3.c b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick3.c index d92624e40..10e6ebc0b 100644 --- a/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick3.c +++ b/xc/unsupported/test/suspex/testcases/nms_hp/nms-pick3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nms-pick3.c,v 1.0 93/11/22 12:30:12 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/nms_hp/run_tests b/xc/unsupported/test/suspex/testcases/nms_hp/run_tests index 8a04b7afd..92996f6b6 100644..100755 --- a/xc/unsupported/test/suspex/testcases/nms_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/nms_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:29:07 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/Imakefile b/xc/unsupported/test/suspex/testcases/oc_sun/Imakefile index 71793e731..d7236b267 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/Imakefile +++ b/xc/unsupported/test/suspex/testcases/oc_sun/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.1 93/11/22 19:58:58 hersh Exp $ +# $XConsortium: Imakefile,v 1.2 93/11/23 17:30:58 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/atextAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/atextAttr.c index 4b4fb8f44..7cef22d24 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/atextAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/atextAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: atextAttr.c,v 1.0 93/11/22 12:49:06 rws Exp $ */ /* diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/cell.c b/xc/unsupported/test/suspex/testcases/oc_sun/cell.c index 466618311..b322f003e 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/cell.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/cell.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: cell.c,v 1.0 93/11/22 12:49:12 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/edgeAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/edgeAttr.c index 00945aee4..28c806529 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/edgeAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/edgeAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: edgeAttr.c,v 1.0 93/11/22 12:49:17 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/encTextAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/encTextAttr.c index 6607cdd07..ab252ae86 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/encTextAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/encTextAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: encTextAttr.c,v 1.0 93/11/22 12:49:23 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/fa.c b/xc/unsupported/test/suspex/testcases/oc_sun/fa.c index d36582cde..9f1318433 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/fa.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/fa.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fa.c,v 1.0 93/11/22 12:49:29 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/faData.c b/xc/unsupported/test/suspex/testcases/oc_sun/faData.c index 5d16e8e6c..523ff24ad 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/faData.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/faData.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: faData.c,v 1.0 93/11/22 12:49:35 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/fasData.c b/xc/unsupported/test/suspex/testcases/oc_sun/fasData.c index 12fd90ddc..87f64cc79 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/fasData.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/fasData.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fasData.c,v 1.0 93/11/22 12:49:41 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/faset.c b/xc/unsupported/test/suspex/testcases/oc_sun/faset.c index 227e8f7eb..85a697c48 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/faset.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/faset.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: faset.c,v 1.0 93/11/22 12:49:47 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/font.c b/xc/unsupported/test/suspex/testcases/oc_sun/font.c index 56c9a765c..20975c63d 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/font.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/font.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: font.c,v 1.0 93/11/22 12:49:52 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/interior.c b/xc/unsupported/test/suspex/testcases/oc_sun/interior.c index d25716754..566b3a222 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/interior.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/interior.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: interior.c,v 1.0 93/11/22 12:49:58 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/intrAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/intrAttr.c index 17b89b257..afe436c63 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/intrAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/intrAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: intrAttr.c,v 1.0 93/11/22 12:50:04 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/line.c b/xc/unsupported/test/suspex/testcases/oc_sun/line.c index 62a66631c..97008aca8 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/line.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/line.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: line.c,v 1.0 93/11/22 12:50:10 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/lineAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/lineAttr.c index 7f49f858f..66fabde40 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/lineAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/lineAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lineAttr.c,v 1.0 93/11/22 12:50:16 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/lineSet.c b/xc/unsupported/test/suspex/testcases/oc_sun/lineSet.c index 3bbc56ee3..80e117d54 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/lineSet.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/lineSet.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lineSet.c,v 1.0 93/11/22 12:50:21 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/main.c b/xc/unsupported/test/suspex/testcases/oc_sun/main.c index 56f42018e..8acade17a 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/main.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/main.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.c,v 1.0 93/11/22 12:50:27 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/markerAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/markerAttr.c index fc9a37a3a..911c9eb17 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/markerAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/markerAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: markerAttr.c,v 1.0 93/11/22 12:50:33 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/multiDraw.c b/xc/unsupported/test/suspex/testcases/oc_sun/multiDraw.c index e8e6b0e0f..0f1adf354 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/multiDraw.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/multiDraw.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: multiDraw.c,v 1.0 93/11/22 12:50:39 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/nurbCurve.c b/xc/unsupported/test/suspex/testcases/oc_sun/nurbCurve.c index 8718e0531..c7141c488 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/nurbCurve.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/nurbCurve.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nurbCurve.c,v 1.0 93/11/22 12:50:44 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/nurbSurf.c b/xc/unsupported/test/suspex/testcases/oc_sun/nurbSurf.c index 2e795b3b0..142d755c1 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/nurbSurf.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/nurbSurf.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: nurbSurf.c,v 1.0 93/11/22 12:50:50 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/pfline.c b/xc/unsupported/test/suspex/testcases/oc_sun/pfline.c index 140db1346..ee8607b7f 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/pfline.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/pfline.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pfline.c,v 1.0 93/11/22 12:50:56 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/quadMesh.c b/xc/unsupported/test/suspex/testcases/oc_sun/quadMesh.c index 63fd27311..b2a266a70 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/quadMesh.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/quadMesh.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: quadMesh.c,v 1.0 93/11/22 12:51:02 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/run_tests b/xc/unsupported/test/suspex/testcases/oc_sun/run_tests index 826e0863f..9c26f850f 100644..100755 --- a/xc/unsupported/test/suspex/testcases/oc_sun/run_tests +++ b/xc/unsupported/test/suspex/testcases/oc_sun/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:49:00 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/sendoc.c b/xc/unsupported/test/suspex/testcases/oc_sun/sendoc.c index 0c4206c97..84833281d 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/sendoc.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/sendoc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: sendoc.c,v 1.0 93/11/22 12:51:08 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/shade.c b/xc/unsupported/test/suspex/testcases/oc_sun/shade.c index c2f2df87c..bb57e9f0a 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/shade.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/shade.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: shade.c,v 1.0 93/11/22 12:51:13 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/sofas.c b/xc/unsupported/test/suspex/testcases/oc_sun/sofas.c index 20c862132..23972e45a 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/sofas.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/sofas.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: sofas.c,v 1.0 93/11/22 12:51:19 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/startoc.c b/xc/unsupported/test/suspex/testcases/oc_sun/startoc.c index 6e51331d3..a9fdd49db 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/startoc.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/startoc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: startoc.c,v 1.0 93/11/22 12:51:25 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/struct.c b/xc/unsupported/test/suspex/testcases/oc_sun/struct.c index adbe1a732..59f9303ab 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/struct.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/struct.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct.c,v 1.0 93/11/22 12:51:31 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/textAttr.c b/xc/unsupported/test/suspex/testcases/oc_sun/textAttr.c index 9cfb03b53..b7e4352b1 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/textAttr.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/textAttr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: textAttr.c,v 1.0 93/11/22 12:48:49 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/textExtent.c b/xc/unsupported/test/suspex/testcases/oc_sun/textExtent.c index 1b3d18a09..98c990cd5 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/textExtent.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/textExtent.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: textExtent.c,v 1.0 93/11/22 12:48:54 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/triStrip.c b/xc/unsupported/test/suspex/testcases/oc_sun/triStrip.c index e960bc0a9..3c72bea62 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/triStrip.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/triStrip.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: triStrip.c,v 1.0 93/11/22 12:51:37 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/twoCircles.c b/xc/unsupported/test/suspex/testcases/oc_sun/twoCircles.c index 0102ea30f..53aff5c5e 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/twoCircles.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/twoCircles.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: twoCircles.c,v 1.0 93/11/22 12:51:42 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oc_sun/workstation.c b/xc/unsupported/test/suspex/testcases/oc_sun/workstation.c index 00dd4de51..961453460 100644 --- a/xc/unsupported/test/suspex/testcases/oc_sun/workstation.c +++ b/xc/unsupported/test/suspex/testcases/oc_sun/workstation.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: workstation.c,v 1.0 93/11/22 12:51:48 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/Imakefile b/xc/unsupported/test/suspex/testcases/oca_hp/Imakefile index ec6458bde..c92c8e2ff 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/oca_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:30:24 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/attr_errors.c b/xc/unsupported/test/suspex/testcases/oca_hp/attr_errors.c index 7e82923ac..e74a7c329 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/attr_errors.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/attr_errors.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: attr_errors.c,v 1.0 93/11/22 12:30:35 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs.c index ee999cd35..da895335f 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: clip_attrs.c,v 1.0 93/11/22 12:30:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs_push.c index c8cde6d25..8fb8bdf3c 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/clip_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: clip_attrs_push.c,v 1.0 93/11/22 12:30:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs.c index dc1316413..8376bf083 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: dq_attrs.c,v 1.0 93/11/22 12:30:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs_push.c index ec035f285..9acfae819 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/dq_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: dq_attrs_push.c,v 1.0 93/11/22 12:30:59 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs.c index fd88cfb4b..46e40a7c2 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: hlhsr_attrs.c,v 1.0 93/11/22 12:31:05 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs_push.c index 7aafa3130..3d1382678 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/hlhsr_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: hlhsr_attrs_push.c,v 1.0 93/11/22 12:31:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/idle_renderer.c b/xc/unsupported/test/suspex/testcases/oca_hp/idle_renderer.c index f992029ce..d534e7d9c 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/idle_renderer.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/idle_renderer.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: idle_renderer.c,v 1.0 93/11/22 12:31:16 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs.c index 341159431..96bb95815 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: line_attrs.c,v 1.0 93/11/22 12:31:22 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs_push.c index e47420bf4..78acfa4b0 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/line_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: line_attrs_push.c,v 1.0 93/11/22 12:31:28 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs.c index b81327d06..e8f99b55d 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: marker_attrs.c,v 1.0 93/11/22 12:31:34 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs_push.c index 163d7d182..55537fdcd 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/marker_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: marker_attrs_push.c,v 1.0 93/11/22 12:31:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/misc_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/misc_attrs.c index c235bf8d8..a7bf4cd97 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/misc_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/misc_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: misc_attrs.c,v 1.0 93/11/22 12:31:45 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/refl_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/refl_attrs.c index d3eb2fe2b..a138a420a 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/refl_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/refl_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: refl_attrs.c,v 1.0 93/11/22 12:31:51 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/run_tests b/xc/unsupported/test/suspex/testcases/oca_hp/run_tests index 5a96e1f1c..5884ce52e 100644..100755 --- a/xc/unsupported/test/suspex/testcases/oca_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/oca_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:30:30 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/struct_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/struct_attrs.c index 379f4bfee..b181ecc64 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/struct_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/struct_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct_attrs.c,v 1.0 93/11/22 12:31:58 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs.c index 442551c66..07c5cb71a 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: surf_attrs.c,v 1.0 93/11/22 12:32:04 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs_push.c index 0c4826fa7..65614c9ff 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/surf_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: surf_attrs_push.c,v 1.0 93/11/22 12:32:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs.c b/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs.c index d9f487abc..de588b5cd 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs.c @@ -1,5 +1,5 @@ -/* $XConsortium$ */ +/* $XConsortium: xform_attrs.c,v 1.0 93/11/22 12:32:16 rws Exp $ */ /******************************************************************************/ diff --git a/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs_push.c b/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs_push.c index 6737729c1..a10ae0168 100644 --- a/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs_push.c +++ b/xc/unsupported/test/suspex/testcases/oca_hp/xform_attrs_push.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: xform_attrs_push.c,v 1.0 93/11/22 12:32:21 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/Imakefile b/xc/unsupported/test/suspex/testcases/ocp_hp/Imakefile index 830658620..5ff4c9f60 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:32:28 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.100.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.100.1.c index 9999da922..35d70979c 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.100.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.100.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.100.1.c,v 1.0 93/11/22 12:32:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.101.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.101.1.c index 202e5dc73..782ac4f56 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.101.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.101.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.101.1.c,v 1.0 93/11/22 12:32:45 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.102.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.102.1.c index 760565921..936b8767f 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.102.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.102.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.102.1.c,v 1.0 93/11/22 12:32:51 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.103.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.103.1.c index 56a22fd36..f6fa99de3 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.103.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.103.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.103.1.c,v 1.0 93/11/22 12:32:57 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.1.c index d32c83c12..9a1223ea3 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.79.1.c,v 1.0 93/11/22 12:33:02 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.2.c index 5fc87adf4..1393409d5 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.79.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.79.2.c,v 1.0 93/11/22 12:33:08 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.80.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.80.1.c index b3f484837..9aeae503c 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.80.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.80.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.80.1.c,v 1.0 93/11/22 12:33:14 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.1.c index 9d31f9ab4..a39ff78c3 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.85.1.c,v 1.0 93/11/22 12:33:20 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.2.c index e2b056e6f..488e92d45 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.85.2.c,v 1.0 93/11/22 12:33:26 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.3.c index 7ea43933f..a640b473b 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.85.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.85.3.c,v 1.0 93/11/22 12:33:31 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.1.c index 11c25b79f..3467a63ab 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.86.1.c,v 1.0 93/11/22 12:33:37 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.2.c index 980197db5..133012dbb 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.86.2.c,v 1.0 93/11/22 12:33:43 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.3.c index 8a2bba6a9..f58e3eb74 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.86.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.86.3.c,v 1.0 93/11/22 12:33:49 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.1.c index 64e5488a9..a87fccbdb 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.87.1.c,v 1.0 93/11/22 12:33:55 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.2.c index 89d5289c8..0686433d5 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.87.2.c,v 1.0 93/11/22 12:34:01 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.3.c index 686faaebb..0c5602391 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.87.3.c,v 1.0 93/11/22 12:34:07 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.4.c index 7a223b3fe..886b787fa 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.87.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.87.4.c,v 1.0 93/11/22 12:34:18 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.1.c index 4b0a9093a..80d80dc25 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.88.1.c,v 1.0 93/11/22 12:34:24 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.2.c index b37a44bf1..f69cdbe81 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.88.2.c,v 1.0 93/11/22 12:34:30 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.3.c index e3e3f9bce..394d0385d 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.88.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.88.3.c,v 1.0 93/11/22 12:34:35 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.1.c index 0fe91953a..2b3f4e9f4 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.89.1.c,v 1.0 93/11/22 12:34:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.2.c index f8ba9e609..b31b21e8a 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.89.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.89.2.c,v 1.0 93/11/22 12:34:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.1.c index e7eb7ac91..c02ad9128 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.90.1.c,v 1.0 93/11/22 12:34:53 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.2.c index 17a17cb5d..b3f5b7d15 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.90.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.90.2.c,v 1.0 93/11/22 12:34:58 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.1.c index 57fd73e8a..4d0167bf1 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.1.c,v 1.0 93/11/22 12:35:04 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.2.c index b7bedfed9..0bff6b21b 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.2.c,v 1.0 93/11/22 12:35:10 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.3.c index ac315d9ab..9aafe32de 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.3.c,v 1.0 93/11/22 12:35:16 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.4.c index bbbfa1dae..a063640dd 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.4.c,v 1.0 93/11/22 12:35:22 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.5.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.5.c index 4a8d8f44f..eaa7b998d 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.5.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.5.c,v 1.0 93/11/22 12:35:29 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.6.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.6.c index 0a9f1d674..edb0d2bf3 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.6.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.6.c,v 1.0 93/11/22 12:35:34 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.7.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.7.c index 875eafbca..4c46211e2 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.7.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.91.7.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.91.7.c,v 1.0 93/11/22 12:35:40 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.1.c index 05d9101f3..82e789780 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.92.1.c,v 1.0 93/11/22 12:35:46 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.2.c index e0d816eb4..77b7e579c 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.92.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.92.2.c,v 1.0 93/11/22 12:35:52 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.1.c index d387483b1..d1e139844 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.93.1.c,v 1.0 93/11/22 12:35:58 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.2.c index 3623e9212..d363f79c3 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.93.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.93.2.c,v 1.0 93/11/22 12:36:04 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.1.c index c54b5e950..bea8f4331 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.94.1.c,v 1.0 93/11/22 12:36:09 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.2.c index 3bd3b091d..5b1d93734 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.94.2.c,v 1.0 93/11/22 12:36:15 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.3.c index 65a54706e..4f1c8eccf 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.94.3.c,v 1.0 93/11/22 12:36:21 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.4.c index 7ea4268a9..bc098227c 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.94.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.94.4.c,v 1.0 93/11/22 12:36:27 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.1.c index 368804a5f..7828f8db8 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.95.1.c,v 1.0 93/11/22 12:36:33 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.2.c index ece63a6d2..c4b7d5fad 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.95.2.c,v 1.0 93/11/22 12:36:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.3.c index 8f27a1d71..6b9cbf44d 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.95.3.c,v 1.0 93/11/22 12:36:45 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.4.c index 67efbcfc3..b8c7d8fe9 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.95.4.c,v 1.0 93/11/22 12:36:51 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.5.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.5.c index fe4123aa4..1cdd8c7b0 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.5.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.95.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.95.5.c,v 1.0 93/11/22 12:36:57 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.1.c index a16d68647..d4ffe1b62 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.96.1.c,v 1.0 93/11/22 12:37:03 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.2.c index 5059e29cd..c8174525b 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.96.2.c,v 1.0 93/11/22 12:37:09 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.3.c index 706cacd4b..e8f9a1274 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.96.3.c,v 1.0 93/11/22 12:37:15 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.4.c index 9b0f7f350..149fae175 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.96.4.c,v 1.0 93/11/22 12:37:20 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.5.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.5.c index dd55d439c..d27527621 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.5.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.96.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.96.5.c,v 1.0 93/11/22 12:37:26 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.97.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.97.1.c index c0b76c443..f7c3b0830 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.97.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.97.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.97.1.c,v 1.0 93/11/22 12:37:32 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.1.c index 81e6c9ba2..1205808fe 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.98.1.c,v 1.0 93/11/22 12:37:38 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.2.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.2.c index 35cee912a..792c68774 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.2.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.98.2.c,v 1.0 93/11/22 12:37:44 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.3.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.3.c index f6d0450a2..6e1ba5711 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.3.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.98.3.c,v 1.0 93/11/22 12:37:50 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.4.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.4.c index a15c2a72a..a1361971e 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.4.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.98.4.c,v 1.0 93/11/22 12:37:56 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.5.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.5.c index 1c781536b..c0629afd1 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.5.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.98.5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.98.5.c,v 1.0 93/11/22 12:38:02 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.99.1.c b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.99.1.c index a1b7714fc..d5810ee2c 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.99.1.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/pexocp.99.1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexocp.99.1.c,v 1.0 93/11/22 12:38:08 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/renderer.c b/xc/unsupported/test/suspex/testcases/ocp_hp/renderer.c index bbb31a786..0dbc4d75f 100644 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/renderer.c +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/renderer.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: renderer.c,v 1.0 93/11/22 12:34:12 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/ocp_hp/run_tests b/xc/unsupported/test/suspex/testcases/ocp_hp/run_tests index 43d0d8291..964c0a6d2 100644..100755 --- a/xc/unsupported/test/suspex/testcases/ocp_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/ocp_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:32:33 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/Imakefile b/xc/unsupported/test/suspex/testcases/pick_hp/Imakefile index e1f0b5228..ab517e91b 100644 --- a/xc/unsupported/test/suspex/testcases/pick_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/pick_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:47:21 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/main.c b/xc/unsupported/test/suspex/testcases/pick_hp/main.c index 613f8e7d6..05514dd4e 100644 --- a/xc/unsupported/test/suspex/testcases/pick_hp/main.c +++ b/xc/unsupported/test/suspex/testcases/pick_hp/main.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.c,v 1.0 93/11/22 12:47:27 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/pick_all.c b/xc/unsupported/test/suspex/testcases/pick_hp/pick_all.c index 710d916b3..0c3a9451b 100644 --- a/xc/unsupported/test/suspex/testcases/pick_hp/pick_all.c +++ b/xc/unsupported/test/suspex/testcases/pick_hp/pick_all.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pick_all.c,v 1.0 93/11/22 12:47:33 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/pick_aperture.c b/xc/unsupported/test/suspex/testcases/pick_hp/pick_aperture.c index 713ad40b0..b4c881d5b 100644 --- a/xc/unsupported/test/suspex/testcases/pick_hp/pick_aperture.c +++ b/xc/unsupported/test/suspex/testcases/pick_hp/pick_aperture.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pick_aperture.c,v 1.0 93/11/22 12:47:39 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/pick_one.c b/xc/unsupported/test/suspex/testcases/pick_hp/pick_one.c index 85394694e..57554c302 100644 --- a/xc/unsupported/test/suspex/testcases/pick_hp/pick_one.c +++ b/xc/unsupported/test/suspex/testcases/pick_hp/pick_one.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pick_one.c,v 1.0 93/11/22 12:47:44 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/pick_hp/run_tests b/xc/unsupported/test/suspex/testcases/pick_hp/run_tests index 85d268133..0387b8812 100644..100755 --- a/xc/unsupported/test/suspex/testcases/pick_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/pick_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:47:15 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/Imakefile b/xc/unsupported/test/suspex/testcases/plc_hp/Imakefile index b4e60fcf6..a623a329b 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/plc_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:38:14 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-1.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-1.c index 930f2c3f0..fb2ce0588 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-1.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-1.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-1.c,v 1.0 93/11/22 12:38:25 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-2.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-2.c index 769b52a9d..6952bc0e7 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-2.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-2.c,v 1.0 93/11/22 12:38:31 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-3.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-3.c index 8326dadc1..3349b8a30 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-3.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-3.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-3.c,v 1.0 93/11/22 12:38:37 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-4.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-4.c index 355359558..22faa714f 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-4.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-4.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-4.c,v 1.0 93/11/22 12:38:42 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-5.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-5.c index b8b1b9b19..fb7f4b16d 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-5.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-5.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-5.c,v 1.0 93/11/22 12:38:48 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-6.c b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-6.c index 7c4a5c734..d8d8ae006 100644 --- a/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-6.c +++ b/xc/unsupported/test/suspex/testcases/plc_hp/pexplc-6.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: pexplc-6.c,v 1.0 93/11/22 12:38:54 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/plc_hp/run_tests b/xc/unsupported/test/suspex/testcases/plc_hp/run_tests index 22d0be755..60ff8d255 100644..100755 --- a/xc/unsupported/test/suspex/testcases/plc_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/plc_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:38:19 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/Imakefile b/xc/unsupported/test/suspex/testcases/rnd_hp/Imakefile index d0a5c90c2..74184607a 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:39:05 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:30:21 hersh Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_basic.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_basic.c index 96b055e30..cd5aa38e4 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_basic.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_basic.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_basic.c,v 1.0 93/11/22 12:39:17 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_covrg.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_covrg.c index 71e3b7cd6..8831905eb 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_covrg.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_covrg.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_covrg.c,v 1.0 93/11/22 12:39:23 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_dynam.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_dynam.c index 78413c6e8..e484bcd5c 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_dynam.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_dynam.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_dynam.c,v 1.0 93/11/22 12:39:29 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_echo.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_echo.c index 2e26a9121..293e43ff6 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_echo.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_echo.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_echo.c,v 1.0 93/11/22 12:39:36 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_nresrc.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_nresrc.c index f99c7febe..6264baefa 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_nresrc.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_nresrc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_nresrc.c,v 1.0 93/11/22 12:39:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_resrc.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_resrc.c index e3ed887a5..c50cf9cce 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_resrc.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_resrc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_resrc.c,v 1.0 93/11/22 12:39:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_stack.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_stack.c index cdf423b88..f9eef5b63 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_stack.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_stack.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_stack.c,v 1.0 93/11/22 12:39:54 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_trans.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_trans.c index c03fb70f6..2afb07a6c 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_trans.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_trans.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_trans.c,v 1.0 93/11/22 12:40:00 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.c index 1c0b26475..8d59aef36 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_utils.c,v 1.0 93/11/22 12:40:06 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.h b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.h index 7b0ac1d25..62a0c1d13 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.h +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_utils.h @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_utils.h,v 1.0 93/11/22 12:39:00 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_valid.c b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_valid.c index d353b1fe2..4c41cdca1 100644 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_valid.c +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/rnd_valid.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rnd_valid.c,v 1.0 93/11/22 12:40:12 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/rnd_hp/run_tests b/xc/unsupported/test/suspex/testcases/rnd_hp/run_tests index 7015858cc..4282c5f9c 100644..100755 --- a/xc/unsupported/test/suspex/testcases/rnd_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/rnd_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:39:11 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/Imakefile b/xc/unsupported/test/suspex/testcases/rndr_sun/Imakefile index 12900804c..60d121cda 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/Imakefile +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:53:09 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:31:48 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/accum_state.c b/xc/unsupported/test/suspex/testcases/rndr_sun/accum_state.c index e556049d6..536d3fba6 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/accum_state.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/accum_state.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: accum_state.c,v 1.0 93/11/22 12:53:15 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/clear_image.c b/xc/unsupported/test/suspex/testcases/rndr_sun/clear_image.c index dd25c410a..52f5b6167 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/clear_image.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/clear_image.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: clear_image.c,v 1.0 93/11/22 12:53:37 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/clear_z.c b/xc/unsupported/test/suspex/testcases/rndr_sun/clear_z.c index 2bc3a8fdc..176c926f9 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/clear_z.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/clear_z.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: clear_z.c,v 1.0 93/11/22 12:53:32 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/clipList.c b/xc/unsupported/test/suspex/testcases/rndr_sun/clipList.c index cd5cbfc0e..c11a7f967 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/clipList.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/clipList.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: clipList.c,v 1.0 93/11/22 12:53:43 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/copy_nameset.c b/xc/unsupported/test/suspex/testcases/rndr_sun/copy_nameset.c index ead15fbe5..35980bf2d 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/copy_nameset.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/copy_nameset.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: copy_nameset.c,v 1.0 93/11/22 12:53:49 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/copy_plc.c b/xc/unsupported/test/suspex/testcases/rndr_sun/copy_plc.c index 31e19a426..c7384c9da 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/copy_plc.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/copy_plc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: copy_plc.c,v 1.0 93/11/22 12:53:55 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/echo_mode.c b/xc/unsupported/test/suspex/testcases/rndr_sun/echo_mode.c index 2418dd6f6..a53e1a01b 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/echo_mode.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/echo_mode.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: echo_mode.c,v 1.0 93/11/22 12:54:00 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/filters.c b/xc/unsupported/test/suspex/testcases/rndr_sun/filters.c index c693abb25..8f37e1fb2 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/filters.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/filters.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: filters.c,v 1.0 93/11/22 12:54:06 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr.c b/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr.c index 7ee111f27..1988072ef 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: hlhsr.c,v 1.0 93/11/22 12:53:26 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr_z.c b/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr_z.c index 368d99202..ff5d8752f 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr_z.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/hlhsr_z.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: hlhsr_z.c,v 1.0 93/11/22 12:54:12 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/lut_dynamics.c b/xc/unsupported/test/suspex/testcases/rndr_sun/lut_dynamics.c index 4191de2f6..641f9f25b 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/lut_dynamics.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/lut_dynamics.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: lut_dynamics.c,v 1.0 93/11/22 12:54:17 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/main.c b/xc/unsupported/test/suspex/testcases/rndr_sun/main.c index 6c7f75bec..93285440e 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/main.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/main.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.c,v 1.0 93/11/22 12:54:23 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/render_elements.c b/xc/unsupported/test/suspex/testcases/rndr_sun/render_elements.c index 5ea3d3695..503792d06 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/render_elements.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/render_elements.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: render_elements.c,v 1.0 93/11/22 12:54:29 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/rndr_targets.c b/xc/unsupported/test/suspex/testcases/rndr_sun/rndr_targets.c index 8b903f1e4..92f4d5f43 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/rndr_targets.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/rndr_targets.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: rndr_targets.c,v 1.0 93/11/22 12:53:20 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/run_tests b/xc/unsupported/test/suspex/testcases/rndr_sun/run_tests index 30fcc97a9..4622c75d0 100644..100755 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/run_tests +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/run_tests @@ -1,5 +1,5 @@ #! /bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:54:47 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/shareDraw.c b/xc/unsupported/test/suspex/testcases/rndr_sun/shareDraw.c index 5368bbf32..476230bf3 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/shareDraw.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/shareDraw.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: shareDraw.c,v 1.0 93/11/22 12:54:35 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/rndr_sun/window_resize.c b/xc/unsupported/test/suspex/testcases/rndr_sun/window_resize.c index 2fb117a48..cfd7f0938 100644 --- a/xc/unsupported/test/suspex/testcases/rndr_sun/window_resize.c +++ b/xc/unsupported/test/suspex/testcases/rndr_sun/window_resize.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: window_resize.c,v 1.0 93/11/22 12:54:41 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/sc_sun/Imakefile b/xc/unsupported/test/suspex/testcases/sc_sun/Imakefile index 5610a1c55..396643559 100644 --- a/xc/unsupported/test/suspex/testcases/sc_sun/Imakefile +++ b/xc/unsupported/test/suspex/testcases/sc_sun/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:48:37 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:30:41 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/sc_sun/run_tests b/xc/unsupported/test/suspex/testcases/sc_sun/run_tests index 91f7037a8..6e56694c9 100644..100755 --- a/xc/unsupported/test/suspex/testcases/sc_sun/run_tests +++ b/xc/unsupported/test/suspex/testcases/sc_sun/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:48:31 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/sc_sun/sc.c b/xc/unsupported/test/suspex/testcases/sc_sun/sc.c index f1186204d..aa22e45b6 100644 --- a/xc/unsupported/test/suspex/testcases/sc_sun/sc.c +++ b/xc/unsupported/test/suspex/testcases/sc_sun/sc.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: sc.c,v 1.0 93/11/22 12:48:25 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/str_hp/Imakefile b/xc/unsupported/test/suspex/testcases/str_hp/Imakefile index 8e460faa7..09c34fa40 100644 --- a/xc/unsupported/test/suspex/testcases/str_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/str_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:46:51 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/str_hp/run_tests b/xc/unsupported/test/suspex/testcases/str_hp/run_tests index 31b215652..a64f993ca 100644..100755 --- a/xc/unsupported/test/suspex/testcases/str_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/str_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:46:57 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/str_hp/str_basic.c b/xc/unsupported/test/suspex/testcases/str_hp/str_basic.c index 56d6cea5e..e8fbd020c 100644 --- a/xc/unsupported/test/suspex/testcases/str_hp/str_basic.c +++ b/xc/unsupported/test/suspex/testcases/str_hp/str_basic.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: str_basic.c,v 1.0 93/11/22 12:47:03 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/str_hp/str_errors.c b/xc/unsupported/test/suspex/testcases/str_hp/str_errors.c index 752296a6f..6986199eb 100644 --- a/xc/unsupported/test/suspex/testcases/str_hp/str_errors.c +++ b/xc/unsupported/test/suspex/testcases/str_hp/str_errors.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: str_errors.c,v 1.0 93/11/22 12:47:09 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/Imakefile b/xc/unsupported/test/suspex/testcases/struct_sun/Imakefile index dba44ff61..b55f85f3b 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/Imakefile +++ b/xc/unsupported/test/suspex/testcases/struct_sun/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium: Imakefile,v 1.0 93/11/22 12:53:03 rws Exp $ +# $XConsortium: Imakefile,v 1.1 93/11/23 17:31:25 hersh Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/copy_struct.c b/xc/unsupported/test/suspex/testcases/struct_sun/copy_struct.c index c265363cd..7d05df3fd 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/copy_struct.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/copy_struct.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: copy_struct.c,v 1.0 93/11/22 12:52:05 rws Exp $ */ /* diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/del_struct_el.c b/xc/unsupported/test/suspex/testcases/struct_sun/del_struct_el.c index fce867662..af2c0bd28 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/del_struct_el.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/del_struct_el.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: del_struct_el.c,v 1.0 93/11/22 12:52:00 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/element_search.c b/xc/unsupported/test/suspex/testcases/struct_sun/element_search.c index 854863970..ef20f70ed 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/element_search.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/element_search.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: element_search.c,v 1.0 93/11/22 12:52:11 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/fetch_lines.c b/xc/unsupported/test/suspex/testcases/struct_sun/fetch_lines.c index f057ec05c..aa0011e44 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/fetch_lines.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/fetch_lines.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: fetch_lines.c,v 1.0 93/11/22 12:52:17 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/get_lines_info.c b/xc/unsupported/test/suspex/testcases/struct_sun/get_lines_info.c index 82765692d..d78495f93 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/get_lines_info.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/get_lines_info.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: get_lines_info.c,v 1.0 93/11/22 12:52:23 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/get_struct_info.c b/xc/unsupported/test/suspex/testcases/struct_sun/get_struct_info.c index 5651f7821..5b06eb291 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/get_struct_info.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/get_struct_info.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: get_struct_info.c,v 1.0 93/11/22 12:52:28 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/main.c b/xc/unsupported/test/suspex/testcases/struct_sun/main.c index d540f5c04..766ed050d 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/main.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/main.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: main.c,v 1.0 93/11/22 12:52:34 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/run_tests b/xc/unsupported/test/suspex/testcases/struct_sun/run_tests index 1275f2674..5ad57e787 100644..100755 --- a/xc/unsupported/test/suspex/testcases/struct_sun/run_tests +++ b/xc/unsupported/test/suspex/testcases/struct_sun/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:51:54 rws Exp $ # # NOTICE TO USER: The source code in this file is copyrighted under # U.S. and international laws. SunSoft, Inc., a Sun Microsystems, diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/struct_edit.c b/xc/unsupported/test/suspex/testcases/struct_sun/struct_edit.c index a38b70d55..bc0d2c189 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/struct_edit.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/struct_edit.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct_edit.c,v 1.0 93/11/22 12:52:40 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/struct_hier.c b/xc/unsupported/test/suspex/testcases/struct_sun/struct_hier.c index 85f642576..fc444022e 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/struct_hier.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/struct_hier.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct_hier.c,v 1.0 93/11/22 12:52:46 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref.c b/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref.c index 9cbc9d13d..21e38b6c3 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct_ref.c,v 1.0 93/11/22 12:52:51 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref2.c b/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref2.c index f02a259b4..f90e20891 100644 --- a/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref2.c +++ b/xc/unsupported/test/suspex/testcases/struct_sun/struct_ref2.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: struct_ref2.c,v 1.0 93/11/22 12:52:57 rws Exp $ */ /* NOTICE TO USER: The source code in this file is copyrighted under diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/Imakefile b/xc/unsupported/test/suspex/testcases/trv_hp/Imakefile index 0279d5d9d..a8c66abe6 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/Imakefile +++ b/xc/unsupported/test/suspex/testcases/trv_hp/Imakefile @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: Imakefile,v 1.0 93/11/22 12:40:18 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/run_tests b/xc/unsupported/test/suspex/testcases/trv_hp/run_tests index 617f8a31a..ec0793f43 100644..100755 --- a/xc/unsupported/test/suspex/testcases/trv_hp/run_tests +++ b/xc/unsupported/test/suspex/testcases/trv_hp/run_tests @@ -1,5 +1,5 @@ #!/bin/ksh -# $XConsortium$ +# $XConsortium: run_tests,v 1.0 93/11/22 12:40:23 rws Exp $ # # # (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/trv_disp.c b/xc/unsupported/test/suspex/testcases/trv_hp/trv_disp.c index dfea7b493..43b03a489 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/trv_disp.c +++ b/xc/unsupported/test/suspex/testcases/trv_hp/trv_disp.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: trv_disp.c,v 1.0 93/11/22 12:40:29 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/trv_err.c b/xc/unsupported/test/suspex/testcases/trv_hp/trv_err.c index a44eabcf5..6362171d1 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/trv_err.c +++ b/xc/unsupported/test/suspex/testcases/trv_hp/trv_err.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: trv_err.c,v 1.0 93/11/22 12:40:35 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/trv_interact.c b/xc/unsupported/test/suspex/testcases/trv_hp/trv_interact.c index 101985992..06eedbd79 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/trv_interact.c +++ b/xc/unsupported/test/suspex/testcases/trv_hp/trv_interact.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: trv_interact.c,v 1.0 93/11/22 12:40:41 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_all.c b/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_all.c index 61ab71e03..f9ab175ba 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_all.c +++ b/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_all.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: trv_nms_all.c,v 1.0 93/11/22 12:40:47 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_one.c b/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_one.c index 6299c6588..72f3cec85 100644 --- a/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_one.c +++ b/xc/unsupported/test/suspex/testcases/trv_hp/trv_nms_one.c @@ -1,4 +1,4 @@ -/* $XConsortium$ */ +/* $XConsortium: trv_nms_one.c,v 1.0 93/11/22 12:40:52 rws Exp $ */ /******************************************************************************/ /* */ diff --git a/xc/unsupported/util/PHIGS/todis1.sed b/xc/unsupported/util/PHIGS/todis1.sed index c867f1df8..6d55a732b 100644 --- a/xc/unsupported/util/PHIGS/todis1.sed +++ b/xc/unsupported/util/PHIGS/todis1.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis1.sed,v 1.1 91/02/16 09:51:44 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # diff --git a/xc/unsupported/util/PHIGS/todis2.sed b/xc/unsupported/util/PHIGS/todis2.sed index c80696e09..a59c5f0da 100644 --- a/xc/unsupported/util/PHIGS/todis2.sed +++ b/xc/unsupported/util/PHIGS/todis2.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis2.sed,v 1.1 91/02/16 09:51:45 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # diff --git a/xc/unsupported/util/PHIGS/todis3.sed b/xc/unsupported/util/PHIGS/todis3.sed index 0e3d1c506..04204b13a 100644 --- a/xc/unsupported/util/PHIGS/todis3.sed +++ b/xc/unsupported/util/PHIGS/todis3.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis3.sed,v 1.1 91/02/16 09:51:46 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # diff --git a/xc/unsupported/util/PHIGS/todis4.sed b/xc/unsupported/util/PHIGS/todis4.sed index d4a117620..960874ef4 100644 --- a/xc/unsupported/util/PHIGS/todis4.sed +++ b/xc/unsupported/util/PHIGS/todis4.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis4.sed,v 1.2 91/02/16 09:51:47 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # diff --git a/xc/unsupported/util/PHIGS/todis5.sed b/xc/unsupported/util/PHIGS/todis5.sed index 65af54eeb..ff1385aa2 100644 --- a/xc/unsupported/util/PHIGS/todis5.sed +++ b/xc/unsupported/util/PHIGS/todis5.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis5.sed,v 1.1 91/02/16 09:51:48 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # This file should each be kept sorted in inverse order, so diff --git a/xc/unsupported/util/PHIGS/todis6.sed b/xc/unsupported/util/PHIGS/todis6.sed index f603aa82b..e20ad0e5c 100644 --- a/xc/unsupported/util/PHIGS/todis6.sed +++ b/xc/unsupported/util/PHIGS/todis6.sed @@ -1,4 +1,4 @@ -# $XConsortium$ +# $XConsortium: todis6.sed,v 1.1 91/02/16 09:51:49 rws Exp $ # Copyright (c) 1990 by Sun Microsystems, Inc. # A Sed script for converting to the PHIGS DIS C binding # This file should each be kept sorted in inverse order, so diff --git a/xc/unsupported/util/att-nameserver/Imakefile b/xc/unsupported/util/att-nameserver/Imakefile index 18d8193d4..f9becbcc3 100644 --- a/xc/unsupported/util/att-nameserver/Imakefile +++ b/xc/unsupported/util/att-nameserver/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.6 91/07/17 16:08:48 gildea Exp $ XCOMM ident "@(#)nameserver:Imakefile 1.3" XCOMM Copyright 1988, 1989 AT&T, Inc. diff --git a/xc/unsupported/util/att-nameserver/itserver.c b/xc/unsupported/util/att-nameserver/itserver.c index db31be06b..05b797751 100644 --- a/xc/unsupported/util/att-nameserver/itserver.c +++ b/xc/unsupported/util/att-nameserver/itserver.c @@ -1,4 +1,4 @@ -/* $XConsortium: ittserver.c,v 1.2 91/02/17 12:49:24 rws Exp $ */ +/* $XConsortium: itserver.c,v 1.3 91/02/17 15:20:18 rws Exp $ */ /* * Copyright 1988, 1989 AT&T, Inc. diff --git a/xc/unsupported/util/att-nameserver/osdep.h b/xc/unsupported/util/att-nameserver/osdep.h index 6925bcac4..4c9215782 100644 --- a/xc/unsupported/util/att-nameserver/osdep.h +++ b/xc/unsupported/util/att-nameserver/osdep.h @@ -86,7 +86,7 @@ SOFTWARE. * */ -/* $Header: osdep.h,v 1.1 89/06/14 15:49:18 jim Exp $ */ +/* $Header: osdep.h,v 1.2 94/04/17 20:59:27 jim Exp $ */ #ifndef NULL #define NULL 0 |