Add the Spiff fp-aware diff utility from Bellcore
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 12 Apr 2004 22:53:24 +0000 (22:53 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 12 Apr 2004 22:53:24 +0000 (22:53 +0000)
commit0df5f9fb7ebd0d4e8e068d642587e9d036f00885
tree1262636c286a51243dec57747d034cd2d05ec989
parent5f0b51547ca71f496208ac23b92481132efa0def
Add the Spiff fp-aware diff utility from Bellcore

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12875 91177308-0d34-0410-b5e6-96231b3b80d8
38 files changed:
utils/Spiff/LICENSE.TXT [new file with mode: 0644]
utils/Spiff/Makefile [new file with mode: 0644]
utils/Spiff/README [new file with mode: 0644]
utils/Spiff/command.c [new file with mode: 0644]
utils/Spiff/command.h [new file with mode: 0644]
utils/Spiff/comment.c [new file with mode: 0644]
utils/Spiff/comment.h [new file with mode: 0644]
utils/Spiff/compare.c [new file with mode: 0644]
utils/Spiff/compare.h [new file with mode: 0644]
utils/Spiff/edit.h [new file with mode: 0644]
utils/Spiff/exact.c [new file with mode: 0644]
utils/Spiff/exact.h [new file with mode: 0644]
utils/Spiff/flagdefs.h [new file with mode: 0644]
utils/Spiff/float.c [new file with mode: 0644]
utils/Spiff/float.h [new file with mode: 0644]
utils/Spiff/floatrep.c [new file with mode: 0644]
utils/Spiff/floatrep.h [new file with mode: 0644]
utils/Spiff/line.c [new file with mode: 0644]
utils/Spiff/line.h [new file with mode: 0644]
utils/Spiff/miller.c [new file with mode: 0644]
utils/Spiff/miller.h [new file with mode: 0644]
utils/Spiff/misc.c [new file with mode: 0644]
utils/Spiff/misc.h [new file with mode: 0644]
utils/Spiff/output.c [new file with mode: 0644]
utils/Spiff/output.h [new file with mode: 0644]
utils/Spiff/paper.ms [new file with mode: 0644]
utils/Spiff/parse.c [new file with mode: 0644]
utils/Spiff/parse.h [new file with mode: 0644]
utils/Spiff/spiff.1 [new file with mode: 0644]
utils/Spiff/spiff.c [new file with mode: 0644]
utils/Spiff/strings.c [new file with mode: 0644]
utils/Spiff/strings.h [new file with mode: 0644]
utils/Spiff/token.c [new file with mode: 0644]
utils/Spiff/token.h [new file with mode: 0644]
utils/Spiff/tol.c [new file with mode: 0644]
utils/Spiff/tol.h [new file with mode: 0644]
utils/Spiff/visual.c [new file with mode: 0644]
utils/Spiff/visual.h [new file with mode: 0644]