From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c6a80b45f01b9ca6,start X-Google-Attributes: gid103376,public From: "DuckE" Subject: Another difference utility Date: 2000/05/03 Message-ID: <3910dec1.0@news.pacifier.com>#1/1 X-Deja-AN: 618969227 X-Trace: 3 May 2000 19:21:53 PST, 198.145.225.75 X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: 2000-05-03T00:00:00+00:00 List-Id: Dear Mr. Westley, Although not Ada specific, you might want to look at the comparison utilities on my web page, these are available for OS/2, NT, and DOS. http://world.std.com/~jdveale > Unfortunately, it's based on a pretty simple diff tool. Most of the time > it's OK, but sometimes I'd really like to know if the only changes to a > file are reformatting or comment changes. These tools perform a true word-by-word comparison where words may be separated not only by blanks, but by common programming language delimiters. As a result it can be insensitive to many formatting changes. It can also be configured to ignore most Ada comments, and changes in text flow. > I've thought of pretty-printing both files, them comparing the results, > but then it would be difficult to trace back to the changes in the > original file. You might also find the interactive "bounce merge" facility useful. This allows you to 'bounce' lines from one file to another and save the results. Jim Veale