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
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-06-09
- Change sizeof(type) to sizeof(*ptr).
Ray Lai
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-30
- use a consistent text for STANDARDS
Jason McIntyre
2007-05-29
Bring in some changes from rcsdiff:
Ray Lai
2007-03-18
improve -p for C++ code: classes definition often have
Marc Espie
2007-03-01
sort options/synopsis/usage();
Jason McIntyre
2007-02-23
print the header only once.
Marc Espie
2007-02-22
Defer printing of the per-file diff header until after the regexp
Todd C. Miller
2006-05-05
- no need to escape these
Jason McIntyre
2006-02-22
Append two string using strlcpy()/strlcat() instead of snprintf() to
Otto Moerbeek
2006-02-16
Strip newline from lines used with -I, otherwise ^$ will match all
Otto Moerbeek
2005-12-27
+.Xr sdiff 1 ,
Jason McIntyre
2005-06-15
bye bye whiteouts
Todd C. Miller
2005-01-13
Handle all isspace() chars the same for -w and -b. ok millert@ markus@
Otto Moerbeek
2005-01-06
clarify what -a does;
Jason McIntyre
2004-12-09
If the -L option is specified twice, use it for the second filename
Todd C. Miller
2004-12-07
advancing argv twice doesn't make it better.
Marc Espie
2004-11-27
Use unsigned char for bytes that are fed to isxxx() functions, to improve
Otto Moerbeek
2004-11-26
Fix the getdirentries() loop memory handling and EOF detection.
Otto Moerbeek
2004-10-20
Change tabs in string constants to \t. "of course" deraadt@
Otto Moerbeek
2004-10-02
Keep calling getdirentries() until we no longer fill up our buffer.
Todd C. Miller
2004-09-14
use sizeof(struct cand) instead of defining an unused cand object, and
Theo de Raadt
2004-06-20
Implement -I option: ignore changes matching a set of regexes. From
Otto Moerbeek
2004-06-18
If a new hunk immediately follows the previous one, merge them
Otto Moerbeek
2004-03-16
POSIX specifies that in directory mode device special files and
Todd C. Miller
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
[next]