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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b2011d0de07e01d2 X-Google-Attributes: gid103376,public From: jdveale@world.std.com (James D. Veale) Subject: Re: wanted: Ada diff tool Date: 2000/05/03 Message-ID: #1/1 X-Deja-AN: 618570842 References: Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada 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