Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 18:51:45 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/diff Makefile diff.1 src/contrib/diff prepend_args.c prepend_args.h diff.c
Message-ID:  <199911260251.SAA12879@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      1999/11/25 18:51:45 PST

  Modified files:
    gnu/usr.bin/diff     Makefile diff.1 
    contrib/diff         diff.c 
  Added files:
    contrib/diff         prepend_args.c prepend_args.h 
  Log:
  * Support the environtmental var "DIFF_OPTIONS".  Which can hold a set of
  default options for diff.  These options are interpreted first and can be
  overwritten by explicit command line parameters.
  * Add the "-o" option to specify old-traditional output style.
  * Add utility functions for env vars obtained from GNU Grep 2.3h.
  
  Revision  Changes    Path
  1.11      +2 -2      src/gnu/usr.bin/diff/Makefile
  1.6       +12 -0     src/gnu/usr.bin/diff/diff.1
  1.3       +11 -1     src/contrib/diff/diff.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911260251.SAA12879>