Commit Graph

34 Commits

Author SHA1 Message Date
phk
f1e158b411 s/dir.h/dir.c/ 1999-11-26 12:29:48 +00:00
obrien
2f782c441b Style changes -- whitespace and sorting. 1999-11-26 03:06:33 +00:00
obrien
2429ad02c3 * 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.
1999-11-26 02:51:44 +00:00
peter
cdad5bae8c $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
obrien
c3361a64f3 Clarify that "-w" ignores horizontal white space changes. 1999-08-01 16:07:09 +00:00
sheldonh
4d5385f5ab Add an example for folks who can never remember how to generate a
recursive diff for use with send-pr(1).

PR:	12440
Requested by:	David Kelly <dkelly@hiwaay.net>
1999-07-29 18:57:39 +00:00
ache
efe576f0e2 Define PR_PROGRAM properly 1997-10-29 17:35:54 +00:00
ache
e628096b3f Switch to contrib version 1997-10-29 16:36:57 +00:00
ache
5974a198b1 Add (unsigned char) cast to ctype macros 1997-10-23 02:22:51 +00:00
peter
448e6574fe Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
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.
1997-01-14 07:20:47 +00:00
peter
6816519e38 Make this (hopefully) build now. There was no dir entry. 1997-01-12 07:18:05 +00:00
ache
91b45f51a1 Pick collate info fo ranges 1996-08-20 14:22:57 +00:00
jkh
989ab4d30b There's no -p flag to our diff. 1996-05-26 22:27:52 +00:00
jkh
ff892d71a9 Fix some argument ordering and redundancy bogons. 1996-05-26 21:56:24 +00:00
mpp
ac2081f54e Correct the path used to invoke "pr" if the "-l" option to diff is
specified.  Also invoke "pr" with "-F" instead of the invalid "-f"
option.

Obtained from:  NetBSD-bugs mailing list (PR# 1896)
1996-01-10 10:41:47 +00:00
peter
6470cdf2a0 This commit was generated by cvs2svn to compensate for changes in r13122,
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
peter
639da796bd recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
ache
613bc369ff Add setlocale LC_CTYPE 1995-10-31 08:44:21 +00:00
peter
b700f75c86 Build and install diff.info..
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
1995-10-29 09:08:35 +00:00
peter
cd1c4bf1c4 This commit was generated by cvs2svn to compensate for changes in r11905,
which included commits to RCS files with non-trunk default branches.
1995-10-29 08:52:27 +00:00
peter
586ea53a15 Import diff-2.7's diff.texi which I left out last time.
Suggested by: bde
1995-10-29 08:52:27 +00:00
peter
575fa54d89 Merge in/out comflicts caused by Diffutils-2.7 import...
In future, it should be as easy as "update -j ....", but this time I had to
go over it by hand.  Not nice..
1995-10-28 19:11:01 +00:00
peter
2e1e1146a0 Import GNU diffutils 2.7
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)
1995-10-28 18:51:33 +00:00
peter
d488c1850b This commit was generated by cvs2svn to compensate for changes in r11884,
which included commits to RCS files with non-trunk default branches.
1995-10-28 18:51:33 +00:00
rgrimes
8988b74eb8 Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
nate
9bb4408ebc Fixed non-conflict errors that occur when changes made to the local files are
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
1995-02-20 18:47:18 +00:00
ache
b25f01f191 Use -lgnuregex 1995-01-11 05:45:48 +00:00
cvs2svn
82a9c6b2f2 This commit was manufactured by cvs2svn to create branch 'GNU'. 1993-11-12 07:06:36 +00:00
nate
4b83ca0d82 Update to GNU diffutils 2.6
(Forgot to cvs add them)
1993-11-12 07:06:35 +00:00
nate
54a379a8a7 Updated to GNU diffutils 2.6 1993-11-12 07:05:54 +00:00
nate
7935f85caa From: Larry Jones <scjones@thor.sdrc.com>
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.
1993-11-08 01:36:04 +00:00
conklin
5df1ff8c32 Update diff, diff3, and sdiff's makefiles to use .PATH: instead of
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.
1993-07-09 20:36:06 +00:00
nate
aee35757e3 GNU Diff 2.3 1993-06-29 08:13:44 +00:00