home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / sources / 2883 < prev    next >
Encoding:
Internet Message Format  |  1992-12-25  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!utgpu!attcan!sobeco!philmtl!altitude!matrox!IRO.UMontreal.CA!pinard
  2. From: pinard@IRO.UMontreal.CA (Francois Pinard)
  3. Newsgroups: alt.sources
  4. Subject: wdiff - Patch 4, Part (0/4) - brings 0.03 to 0.04
  5. Message-ID: <PINARD.92Dec24002857@kovic.IRO.UMontreal.CA>
  6. Date: 24 Dec 92 05:28:57 GMT
  7. Sender: news@IRO.UMontreal.CA
  8. Distribution: alt
  9. Organization: Universite' de Montre'al
  10. Lines: 54
  11.  
  12. The program wdiff is a front end to diff for comparing files on a word
  13. per word basis.  A word is anything between whitespace.  This program
  14. is particularily useful for comparing two texts in which a few words
  15. have been changed and for which paragraphs have been refilled.
  16.  
  17. A new release will soon be available on prep.ai.mit.edu, in directory
  18. pub/gnu, as file wdiff-0.04.tar.Z.  All reported bugs have been fixed.
  19. Thanks to all those who contributed comments or suggestions.
  20.  
  21. Installation has been simplified.  Flex is not anymore required for
  22. non ANSI-C compilers.  wdiff uses the first found of gnudiff, diffgnu,
  23. gdiff or diff.  Some other portability problems have been alleviated.
  24. Here is a list of differences from version 0.03, extracted from NEWS:
  25.  
  26. * Add -a for automatic pager call, disallow this by default.
  27. * Add -l for less-like overstriking.
  28. * Add -n to forbid wrapping of differences.
  29. * New cbars script for producing change bars.
  30. * man page for wdiff 0.04.  Contributed and supported by contributor.
  31.  
  32.  
  33. Apply the patch contained in the associated articles to wdiff-0.03 to
  34. get wdiff-0.04.  It is a unified diff, you can apply it using a recent
  35. version of the patch program, like patch-2.0.12g8.tar.Z in /pub/gnu
  36. from prep.ai.mit.edu.  Given you have it, first save the following
  37. articles, unshar them in sequence to produce file Patch4, then execute
  38. the following commands:
  39.  
  40.     cd wdiff-0.03
  41.     patch < Patch4
  42.  
  43. After having patched wdiff, the time stamps might be improper.  You
  44. might somewhat alleviate the problem with the two following commands:
  45.  
  46.     touch configure    <- if you forget this, you need autoconf!
  47.     touch wdiff.info   <- if you forget this, you need makeinfo!
  48.  
  49. Also, because the diffs from 0.03 to 0.04 are fairly big, I pruned
  50. them before distribution.  In particular, please remove these files:
  51.  
  52.     testinput1
  53.     testinput2
  54.     testoutput
  55.     unproto.l
  56.     version.c
  57.     xmalloc.c
  58.     xstrdup.c
  59.  
  60. It does not matter if you remove these files before or after having
  61. applied Patch4.
  62. --
  63. Franc,ois Pinard       ``Happy GNU Year!''      pinard@iro.umontreal.ca
  64. (514) 588-4656                                   ...!uunet!iros1!pinard
  65. About the League for Programming Freedom?  Email me or lpf@uunet.uu.net
  66.