home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!sh.wide!wnoc-tyo-news!sranha!sranhd!sran230!utashiro
- From: utashiro@sran230.sra.co.jp (Kazumasa Utashiro)
- Subject: Re: processing of "diff -c" for code reviews
- References: <17580@autodesk.COM>
- Organization: Software Research Associates, Inc., Japan
- Date: Mon, 7 Sep 1992 08:07:38 GMT
- Message-ID: <Bu77ws.B7K@sran230.sra.co.jp>
- Lines: 20
-
- In article <17580@autodesk.COM> dansmith@Autodesk.COM (Daniel Smith) writes:
- >>
- >> Looking for something that can take a context diff (like diff -c)
- >> and process it so that it can be useful in code reviews. Any pointers
- >> to scripts already written out there?
-
- I hope that you'll like my cdif and sdif. Cdif is
- post-processor of diff which hilights modified part of text
- by changing text attributes. Sdif is a clone of System V
- sdiff command but more powerfull except lack of -o option.
- Sdif can handle cdif output.
-
- I posted these to comp.lang.perl and alt.sources in May of
- this year. These are also available by anonymous ftp from:
-
- sra.co.jp[133.137.4.3]:~ftp/pub/lang/perl/sra-scripts
-
- These are slightly updated from ones posted in May.
-
- --utashiro
-