summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff
Commit message (Collapse)AuthorAgeFilesLines
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuache2004-02-171-1/+1
|
* Remove files no longer neededache2004-02-161-2/+3
| | | | Switch back to regex.h
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Add a section documenting the return values from diff.ceri2004-02-011-0/+5
| | | | | | PR: docs/59991 Submitted by: keramida,Erik Greenwald <erik@smluc.org> MFC After: 1 week
* Document -p option of diff.keramida2002-08-261-0/+3
| | | | | PR: docs/41887 Submitted by: tobez
* Add note about the info documentation of diff(1).keramida2002-07-111-0/+4
| | | | | | | It contains a detailed description of the =format option part. PR: docs/36464 Submitted by: Gary W. Swearingen <swear@blarg.net>
* s/dir.h/dir.c/phk1999-11-261-1/+1
|
* Style changes -- whitespace and sorting.obrien1999-11-261-6/+6
|
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-262-1/+13
| | | | | | | 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.
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Clarify that "-w" ignores horizontal white space changes.obrien1999-08-011-1/+1
|
* Add an example for folks who can never remember how to generate asheldonh1999-07-291-0/+14
| | | | | | | recursive diff for use with send-pr(1). PR: 12440 Requested by: David Kelly <dkelly@hiwaay.net>
* Define PR_PROGRAM properlyache1997-10-291-0/+1
|
* Switch to contrib versionache1997-10-2927-14601/+11
|
* Add (unsigned char) cast to ctype macrosache1997-10-231-5/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Make this (hopefully) build now. There was no dir entry.peter1997-01-121-2/+4
|
* Pick collate info fo rangesache1996-08-201-2/+2
|
* There's no -p flag to our diff.jkh1996-05-261-3/+0
|
* Fix some argument ordering and redundancy bogons.jkh1996-05-261-6/+6
|
* Correct the path used to invoke "pr" if the "-l" option to diff ismpp1996-01-101-3/+3
| | | | | | | specified. Also invoke "pr" with "-F" instead of the invalid "-f" option. Obtained from: NetBSD-bugs mailing list (PR# 1896)
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-69/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-302-5661/+0
|
* Add setlocale LC_CTYPEache1995-10-311-0/+6
|
* Build and install diff.info..peter1995-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
* This commit was generated by cvs2svn to compensate for changes in r11905,peter1995-10-291-0/+3916
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import diff-2.7's diff.texi which I left out last time.peter1995-10-291-0/+3916
| | | | | | | | Suggested by: bde
* | Merge in/out comflicts caused by Diffutils-2.7 import...peter1995-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..
* | This commit was generated by cvs2svn to compensate for changes in r11884,peter1995-10-284-13/+436
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU diffutils 2.7peter1995-10-2822-1700/+3094
| | | | | | | | | | | | | | | | 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)
| * This commit was manufactured by cvs2svn to create branch 'GNU'.cvs2svn1993-11-126-0/+3271
| |
* | Remove trailing whitespace.rgrimes1995-05-306-11/+11
| |
* | Fixed non-conflict errors that occur when changes made to the local files arenate1995-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
* | Use -lgnuregexache1995-01-112-3/+5
| |
* | Update to GNU diffutils 2.6nate1993-11-123-0/+172
| | | | | | | | (Forgot to cvs add them)
* | Updated to GNU diffutils 2.6nate1993-11-1220-1606/+2495
| |
* | From: Larry Jones <scjones@thor.sdrc.com>nate1993-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.
* | Update diff, diff3, and sdiff's makefiles to use .PATH: instead ofconklin1993-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.
* GNU Diff 2.3nate1993-06-2920-0/+11777
OpenPOWER on IntegriCloud