home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5757 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.lang.perl
  2. 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
  3. From: utashiro@sran230.sra.co.jp (Kazumasa Utashiro)
  4. Subject: Re: processing of "diff -c" for code reviews
  5. References: <17580@autodesk.COM>
  6. Organization: Software Research Associates, Inc., Japan
  7. Date: Mon, 7 Sep 1992 08:07:38 GMT
  8. Message-ID: <Bu77ws.B7K@sran230.sra.co.jp>
  9. Lines: 20
  10.  
  11. In article <17580@autodesk.COM> dansmith@Autodesk.COM (Daniel Smith) writes:
  12. >> 
  13. >>     Looking for something that can take a context diff (like diff -c)
  14. >> and process it so that it can be useful in code reviews.  Any pointers
  15. >> to scripts already written out there?
  16.  
  17. I hope that you'll like my cdif and sdif.  Cdif is
  18. post-processor of diff which hilights modified part of text
  19. by changing text attributes.  Sdif is a clone of System V
  20. sdiff command but more powerfull except lack of -o option.
  21. Sdif can handle cdif output.
  22.  
  23. I posted these to comp.lang.perl and alt.sources in May of
  24. this year.  These are also available by anonymous ftp from:
  25.  
  26.     sra.co.jp[133.137.4.3]:~ftp/pub/lang/perl/sra-scripts
  27.  
  28. These are slightly updated from ones posted in May.
  29.  
  30. --utashiro
  31.