aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-133-5723/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-11/+11
| | | | Notes: svn path=/head/; revision=8858
* Fixed non-conflict errors that occur when changes made to the local files areNate Williams1995-02-201-8/+15
| | | | | | | | | | | | | | | | | | | the same as the changes made in the repository. This is often seen by people with remote CVS trees that have applied their local patches to the master site. a 'cvs update' will show bogus conflicts. Obtained from: CVS mailing list, Stig<stig@inse.com> In diffutils 2.6 and 2.7, diff3 -A complains about identical overlapping changes. They're different from the ancestor but not from each other... Why bother? The patch below fixes this nonsense and preserves [B]ackwards compatiblity with the -B flag (also --show-bogus-conflicts). Party on... Stig Notes: svn path=/head/; revision=6575
* Use -lgnuregexAndrey A. Chernov1995-01-112-3/+5
| | | | Notes: svn path=/head/; revision=5500
* Update to GNU diffutils 2.6Nate Williams1993-11-123-0/+172
| | | | | | | (Forgot to cvs add them) Notes: svn path=/head/; revision=754
* Updated to GNU diffutils 2.6Nate Williams1993-11-1220-1606/+2495
| | | | Notes: svn path=/head/; revision=753
* From: Larry Jones <scjones@thor.sdrc.com>Nate Williams1993-11-082-1/+474
| | | | | | | | | | Subject: man pages for diff et al. I finally got tired of not having man pages for diff and friends, so I edited the appropriate sections of the texinfo manual into man format. Notes: svn path=/head/; revision=726
* Update diff, diff3, and sdiff's makefiles to use .PATH: instead ofJ.T. Conklin1993-07-093-0/+3099
| | | | | | | | | | | | copying the same files to multiple directories. This should make things easier when it comes time to update to a newer version of diffutils. With this checkin, this brings the netbsd and freebsd diff dists into sync. Notes: svn path=/head/; revision=116
* GNU Diff 2.3Nate Williams1993-06-2920-0/+11777
Notes: svn path=/vendor/misc-GNU/dist2/; revision=67