index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
diff
Age
Commit message (
Expand
)
Author
2004-01-25
use new .St macro;
Jason McIntyre
2004-01-07
Document -p option. ok jmc@
Otto Moerbeek
2004-01-07
Implement -p option.
Otto Moerbeek
2003-11-22
Fix diff -q exit value which was broken in last commit.
Todd C. Miller
2003-11-21
Fix broken assumption that a file must contain differences if files_differ()
Todd C. Miller
2003-11-10
Din't print the "No newline at end of file" to inline (ie: to stdout)
Todd C. Miller
2003-11-09
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Otto Moerbeek
2003-10-28
prototype declared static, but function was not. add static to function.
Anil Madhavapeddy
2003-10-07
Fix printing of "Only in foo" when foo is "/" (trailing slash removal
Todd C. Miller
2003-09-18
- move `-d' to comparison options, rather then output options
Jason McIntyre
2003-09-07
Make -number be an error (similar to my change in grep.c); OK tedu@
Todd C. Miller
2003-09-07
- add -P to SYNOPSIS
Jason McIntyre
2003-09-07
try again at -u#. ok deraadt@
Ted Unangst
2003-09-07
correct ascii file test. ok deraadt@ pb@
Ted Unangst
2003-09-06
restore undocumented -u# support for the old schoolers. :)
Ted Unangst
2003-08-18
fix spelling of --initial-tab
David Krause
2003-08-13
Based on what otto@ said on icb. The expensive thing in diff is
Todd C. Miller
2003-08-08
Guess the number of lines in a file and use that number for initial
Otto Moerbeek
2003-08-01
anychange is no longer extern; millert ok
Theo de Raadt
2003-07-31
- Change the hash function to a simple multiplicative one. The old
Otto Moerbeek
2003-07-31
o correct exit code when comparing stdin and stdin (a noop)
Todd C. Miller
2003-07-29
clean
Theo de Raadt
2003-07-27
We need to initialize clen to 0 each time through diffreg() for
Todd C. Miller
2003-07-27
Correct computation of argsize when setting diffargs.
Todd C. Miller
2003-07-27
Start new sentence on a new line.
Otto Moerbeek
2003-07-27
- Use a heuristic to bound memory and cpu usage, at the cost of
Otto Moerbeek
2003-07-23
better ascii test for fewer false negatives. ok millert@
Ted Unangst
2003-07-22
Add missing terminator to long options list.
Todd C. Miller
2003-07-22
Fixed the "dot alone on a line" bug.
Todd C. Miller
2003-07-22
Bring FILES section up to date.
Todd C. Miller
2003-07-22
Implement the -L and -T options from GNU diff.
Todd C. Miller
2003-07-22
Historically, when comparing two directories in -e mode, BSD diff
Todd C. Miller
2003-07-22
Don't print lines consisting solely of a dot ('.') in -e mode since
Todd C. Miller
2003-07-21
Historically, the "Only in" messages produced in dir mode
Todd C. Miller
2003-07-21
Add STANDARDS section
Todd C. Miller
2003-07-21
Don't print a trailing '/' in foo when printing "Only in foo: bar"
Todd C. Miller
2003-07-21
Fix printing of status when not in -l mode which was broken when the
Todd C. Miller
2003-07-21
a little KNF
Henning Brauer
2003-07-21
POSIX-compliant output when there are two paths w/ the same name but
Todd C. Miller
2003-07-21
Expand change records array as needed; passes Otto's new regression test.
Todd C. Miller
2003-07-17
cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c ...
Todd C. Miller
2003-07-16
Deal with files that lack a final newline before EOF (you naughty
Todd C. Miller
2003-07-15
Fix line ranges for unidiffs. Problem noted by otto@
Todd C. Miller
2003-07-09
Unlink temp file as soon as it is opened and return a FILE * for
Todd C. Miller
2003-07-09
Re-implement -l flag; diff -l now works correctly in non-directory
Todd C. Miller
2003-07-08
fix pasto in last commit
Todd C. Miller
2003-07-08
o Avoid a temp file if using stdin and stdin is redirected from a regular file
Todd C. Miller
2003-07-06
Add -q option from GNU diff
Todd C. Miller
2003-07-06
Implement -P from GNU diff (like -N but only for files that are missing
Todd C. Miller
2003-07-06
Some fairly major changes:
Todd C. Miller
[prev]
[next]