Module Name:    othersrc
Committed By:   dyoung
Date:           Fri Sep 11 02:12:57 UTC 2015

Modified Files:
        othersrc/external/bsd/arfe/dt: README dt.c dt.h hex.c hex.h ipv4.c
            ipv4.h
        othersrc/external/bsd/arfe/it: README
        othersrc/external/bsd/arfe/tt: README testit.sh

Log Message:
CVS/ is not a test directory, don't try to run a test there.

Update $ARFE$.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/external/bsd/arfe/dt/README
cvs rdiff -u -r1.10 -r1.11 othersrc/external/bsd/arfe/dt/dt.c
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/arfe/dt/dt.h \
    othersrc/external/bsd/arfe/dt/hex.c othersrc/external/bsd/arfe/dt/hex.h \
    othersrc/external/bsd/arfe/dt/ipv4.c othersrc/external/bsd/arfe/dt/ipv4.h
cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/arfe/it/README
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/arfe/tt/README \
    othersrc/external/bsd/arfe/tt/testit.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/arfe/dt/README
diff -u othersrc/external/bsd/arfe/dt/README:1.6 othersrc/external/bsd/arfe/dt/README:1.7
--- othersrc/external/bsd/arfe/dt/README:1.6	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/README	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-$ARFE: README 236 2015-09-02 22:47:33Z dyoung $
-$NetBSD: README,v 1.6 2015/09/11 01:50:42 dyoung Exp $
+$ARFE: README 243 2015-09-11 01:57:04Z dyoung $
+$NetBSD: README,v 1.7 2015/09/11 02:12:57 dyoung Exp $
 
 DT---(d)ifferentiate (t)ext---finds a longest common subsequence (LCS)
 of two texts where the numbers and IPv4 addresses are "wild": a span

Index: othersrc/external/bsd/arfe/dt/dt.c
diff -u othersrc/external/bsd/arfe/dt/dt.c:1.10 othersrc/external/bsd/arfe/dt/dt.c:1.11
--- othersrc/external/bsd/arfe/dt/dt.c:1.10	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/dt.c	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: dt.c,v 1.10 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: dt.c 239 2015-09-10 22:49:40Z dyoung $ */
+/* $NetBSD: dt.c,v 1.11 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: dt.c 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>

Index: othersrc/external/bsd/arfe/dt/dt.h
diff -u othersrc/external/bsd/arfe/dt/dt.h:1.2 othersrc/external/bsd/arfe/dt/dt.h:1.3
--- othersrc/external/bsd/arfe/dt/dt.h:1.2	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/dt.h	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: dt.h,v 1.2 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: dt.h 237 2015-09-02 22:48:04Z dyoung $ */
+/* $NetBSD: dt.h,v 1.3 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: dt.h 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>
Index: othersrc/external/bsd/arfe/dt/hex.c
diff -u othersrc/external/bsd/arfe/dt/hex.c:1.2 othersrc/external/bsd/arfe/dt/hex.c:1.3
--- othersrc/external/bsd/arfe/dt/hex.c:1.2	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/hex.c	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: hex.c,v 1.2 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: hex.c 236 2015-09-02 22:47:33Z dyoung $ */
+/* $NetBSD: hex.c,v 1.3 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: hex.c 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>
Index: othersrc/external/bsd/arfe/dt/hex.h
diff -u othersrc/external/bsd/arfe/dt/hex.h:1.2 othersrc/external/bsd/arfe/dt/hex.h:1.3
--- othersrc/external/bsd/arfe/dt/hex.h:1.2	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/hex.h	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: hex.h,v 1.2 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: hex.h 236 2015-09-02 22:47:33Z dyoung $ */
+/* $NetBSD: hex.h,v 1.3 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: hex.h 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>
Index: othersrc/external/bsd/arfe/dt/ipv4.c
diff -u othersrc/external/bsd/arfe/dt/ipv4.c:1.2 othersrc/external/bsd/arfe/dt/ipv4.c:1.3
--- othersrc/external/bsd/arfe/dt/ipv4.c:1.2	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/ipv4.c	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: ipv4.c,v 1.2 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: ipv4.c 238 2015-09-10 20:16:07Z dyoung $ */
+/* $NetBSD: ipv4.c,v 1.3 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: ipv4.c 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>
Index: othersrc/external/bsd/arfe/dt/ipv4.h
diff -u othersrc/external/bsd/arfe/dt/ipv4.h:1.2 othersrc/external/bsd/arfe/dt/ipv4.h:1.3
--- othersrc/external/bsd/arfe/dt/ipv4.h:1.2	Fri Sep 11 01:50:42 2015
+++ othersrc/external/bsd/arfe/dt/ipv4.h	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-/* $NetBSD: ipv4.h,v 1.2 2015/09/11 01:50:42 dyoung Exp $ */
-/* $ARFE: ipv4.h 236 2015-09-02 22:47:33Z dyoung $ */
+/* $NetBSD: ipv4.h,v 1.3 2015/09/11 02:12:57 dyoung Exp $ */
+/* $ARFE: ipv4.h 243 2015-09-11 01:57:04Z dyoung $ */
 
 /*-
  * Copyright (c) 2014,2015 David Young <[email protected]>

Index: othersrc/external/bsd/arfe/it/README
diff -u othersrc/external/bsd/arfe/it/README:1.4 othersrc/external/bsd/arfe/it/README:1.5
--- othersrc/external/bsd/arfe/it/README:1.4	Fri Sep 11 01:50:43 2015
+++ othersrc/external/bsd/arfe/it/README	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-$ARFE: README 237 2015-09-02 22:48:04Z dyoung $
-$NetBSD: README,v 1.4 2015/09/11 01:50:43 dyoung Exp $
+$ARFE: README 243 2015-09-11 01:57:04Z dyoung $
+$NetBSD: README,v 1.5 2015/09/11 02:12:57 dyoung Exp $
 
 IT---(i)ntegrate (t)ext---is a variation on DT that adds decimal numbers
 instead of subtracts, and bitwise-ORs hexadecimal numbers instead of

Index: othersrc/external/bsd/arfe/tt/README
diff -u othersrc/external/bsd/arfe/tt/README:1.1 othersrc/external/bsd/arfe/tt/README:1.2
--- othersrc/external/bsd/arfe/tt/README:1.1	Fri Sep 11 01:50:43 2015
+++ othersrc/external/bsd/arfe/tt/README	Fri Sep 11 02:12:57 2015
@@ -1,5 +1,5 @@
-$ARFE: README 239 2015-09-10 22:49:40Z dyoung $
-$NetBSD: README,v 1.1 2015/09/11 01:50:43 dyoung Exp $
+$ARFE: README 243 2015-09-11 01:57:04Z dyoung $
+$NetBSD: README,v 1.2 2015/09/11 02:12:57 dyoung Exp $
 
 TT---(t)ransform (t)ext---transforms its input based on a
 match/transform-template pair that exemplifies the changes that should
Index: othersrc/external/bsd/arfe/tt/testit.sh
diff -u othersrc/external/bsd/arfe/tt/testit.sh:1.1 othersrc/external/bsd/arfe/tt/testit.sh:1.2
--- othersrc/external/bsd/arfe/tt/testit.sh:1.1	Fri Sep 11 01:50:43 2015
+++ othersrc/external/bsd/arfe/tt/testit.sh	Fri Sep 11 02:12:57 2015
@@ -4,6 +4,7 @@ TT=${OBJDIR:-.}/tt
 
 for i in $(ls tests)
 do
+	[ x${i##[0-9]} = x${i} ] && continue
 	d=./tests/${i}
 	if [ -e $d/expected-output ]; then
 		echo running $i

Reply via email to