aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff
Commit message (Collapse)AuthorAgeFilesLines
...
* There's no -p flag to our diff.Jordan K. Hubbard1996-05-261-3/+0
| | | | Notes: svn path=/head/; revision=15916
* Fix some argument ordering and redundancy bogons.Jordan K. Hubbard1996-05-261-6/+6
| | | | Notes: svn path=/head/; revision=15914
* Correct the path used to invoke "pr" if the "-l" option to diff isMike Pritchard1996-01-101-3/+3
| | | | | | | | | | specified. Also invoke "pr" with "-F" instead of the invalid "-f" option. Obtained from: NetBSD-bugs mailing list (PR# 1896) Notes: svn path=/head/; revision=13371
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-69/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-302-5661/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-311-0/+6
| | | | Notes: svn path=/head/; revision=11951
* Build and install diff.info..Peter Wemm1995-10-292-1/+10
| | | | | | | | | | As Bruce said, this is a little bogus, it'd be nice if bsd.prog.mk knew about .texi in the same way as it does man pages.. Submitted by: bde Notes: svn path=/head/; revision=11909
* This commit was generated by cvs2svn to compensate for changes in r11905,Peter Wemm1995-10-291-0/+3916
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=11906
| * Import diff-2.7's diff.texi which I left out last time.Peter Wemm1995-10-291-0/+3916
| | | | | | | | | | | | | | Suggested by: bde Notes: svn path=/vendor/misc-GNU/dist2/; revision=11905
* | Merge in/out comflicts caused by Diffutils-2.7 import...Peter Wemm1995-10-2816-931/+978
| | | | | | | | | | | | | | | | In future, it should be as easy as "update -j ....", but this time I had to go over it by hand. Not nice.. Notes: svn path=/head/; revision=11886
* | This commit was generated by cvs2svn to compensate for changes in r11884,Peter Wemm1995-10-284-13/+436
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=11885
| * Import GNU diffutils 2.7Peter Wemm1995-10-2825-0/+10825
| | | | | | | | | | | Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7) Notes: svn path=/vendor/misc-GNU/dist2/; revision=11884
* 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-1590/+2479
| | | | 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