Module Name: othersrc Committed By: dyoung Date: Wed Sep 2 22:45:47 UTC 2015
Modified Files: othersrc/external/bsd/arfe/dt: README dt.c Log Message: Commit latest $ARFE$. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/arfe/dt/README cvs rdiff -u -r1.8 -r1.9 othersrc/external/bsd/arfe/dt/dt.c 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.4 othersrc/external/bsd/arfe/dt/README:1.5 --- othersrc/external/bsd/arfe/dt/README:1.4 Wed Sep 2 22:43:17 2015 +++ othersrc/external/bsd/arfe/dt/README Wed Sep 2 22:45:47 2015 @@ -1,5 +1,5 @@ -$ARFE: README 233 2015-09-02 22:33:54Z dyoung $ -$NetBSD: README,v 1.4 2015/09/02 22:43:17 dyoung Exp $ +$ARFE: README 235 2015-09-02 22:44:54Z dyoung $ +$NetBSD: README,v 1.5 2015/09/02 22:45:47 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.8 othersrc/external/bsd/arfe/dt/dt.c:1.9 --- othersrc/external/bsd/arfe/dt/dt.c:1.8 Wed Sep 2 22:43:17 2015 +++ othersrc/external/bsd/arfe/dt/dt.c Wed Sep 2 22:45:47 2015 @@ -1,5 +1,5 @@ -/* $NetBSD: dt.c,v 1.8 2015/09/02 22:43:17 dyoung Exp $ */ -/* $ARFE: dt.c 231 2015-09-02 22:31:30Z dyoung $ */ +/* $NetBSD: dt.c,v 1.9 2015/09/02 22:45:47 dyoung Exp $ */ +/* $ARFE: dt.c 235 2015-09-02 22:44:54Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org>