/contrib/groff/contrib/gdiffmk/ChangeLog

https://bitbucket.org/freebsd/freebsd-head/ · #! · 63 lines · 39 code · 24 blank · 0 comment · 0 complexity · cdf78c161f8be1662dbf46564669016d MD5 · raw file

  1. 2005-01-16 Mike Bianchi <MBianchi@Foveal.com>
  2. * gdiffmk.sh (Usage): Fix typos.
  3. <top>: Allow `-M<arg1> <arg2>' also.
  4. * gdiffmk.man: Updated.
  5. 2005-01-13 Mike Bianchi <MBianchi@Foveal.com>
  6. * gdiffmk.sh: Add the -D, -M, and -B options, which provide actions
  7. akin to nrchbar.
  8. Thanks to Larry Kollar (http://home.alltel.net/kollar/groff/).
  9. * gdiffmk.man: Updated.
  10. * tests/runtests.in: Added tests for gdiffmk's -D, -M, and -B
  11. options.
  12. * tests/baseline8, tests/baseline9, tests/baseline10: New files.
  13. 2004-12-16 Mike Bianchi <MBianchi@Foveal.com>
  14. * tests/runtests.in: Fix typo (s/$(srcdir)/${srcdir}/).
  15. 2004-12-15 Werner LEMBERG <wl@gnu.org>
  16. The configure script now generates tests/runtests.
  17. * tests/tests.sh: Renamed to...
  18. * tests/runtests.in: This.
  19. Add proper $srcdir prefixes to make it run from build directory.
  20. * README, Makefile.sub (CLEANADD), tests/test_baseline7: Updated.
  21. 2004-12-14 Werner LEMBERG <wl@gnu.org>
  22. * gdiffmk.sh: Make sed pattern work with alternate result of GNU
  23. diff's -D option, using `!' instead of `not' in #endif comments.
  24. (Exit): Use prefix for each emitted message line.
  25. 2004-12-14 Mike Bianchi <MBianchi@Foveal.com>
  26. * tests/*: New files for testing gdiffmk.
  27. * README, gdiffmk.man, gdiffmk.sh: Updated.
  28. Minor fixes.
  29. 2004-12-13 Mike Bianchi <MBianchi@Foveal.com>
  30. Add `-x' command line option to select a diff program.
  31. * gdiffmk.sh: Add code to handle `-x'.
  32. Move test for working `diff' down.
  33. Fix sed pattern -- `.mc *' needs to be followed by `.mc .'.
  34. (Usage): Updated.
  35. * gdiffmk.man: Updated.
  36. 2004-12-12 Mike Bianchi <MBianchi@Foveal.com>
  37. * README: New file.
  38. 2004-12-11 Mike Bianchi <MBianchi@Foveal.com>
  39. First import of gdiffmk files.