summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Fix exit value when diffing directories with missing files and the -Nmillert2017-08-281-7/+11
* Remove the non-standard -l flag that pipes the output through pr(1).millert2015-10-051-22/+2
* xmalloc/free wrappers don't need to support 20 year old non comformancetedu2015-09-251-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* Use errc/warnc to simplify code.guenther2014-05-201-3/+3
* Change scandir()'s 'select' argument fromguenther2012-11-291-3/+3
* scandir() does not NULL-terminate the list of dirent structs so usemillert2010-11-141-42/+39
* getdirentries(2) should be avoided outside of libc so use scandir(3)millert2010-11-081-115/+41
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-2/+2
* Plug memory leak.ray2010-07-171-3/+5
* Simplify print_status by removing NULL handling.ray2010-07-161-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* More cvs/diff/rcs convergence:ray2009-06-071-3/+3
* Oops, forgot to pass dflags to diffreg. Now the flags work again.ray2009-06-061-11/+13
* - Change sizeof(type) to sizeof(*ptr).ray2007-06-091-3/+3
* Bring in some changes from rcsdiff:ray2007-05-291-10/+11
* bye bye whiteoutsmillert2005-06-151-5/+4
* Fix the getdirentries() loop memory handling and EOF detection.otto2004-11-261-15/+22
* Keep calling getdirentries() until we no longer fill up our buffer.millert2004-10-021-14/+22
* POSIX specifies that in directory mode device special files andmillert2004-03-161-3/+8
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-3/+3
* Fix printing of "Only in foo" when foo is "/" (trailing slash removalmillert2003-10-071-6/+4
* Historically, the "Only in" messages produced in dir modemillert2003-07-211-10/+5
* Fix printing of status when not in -l mode which was broken when themillert2003-07-211-4/+6
* Re-implement -l flag; diff -l now works correctly in non-directorymillert2003-07-091-4/+27
* Add -q option from GNU diffmillert2003-07-061-4/+4
* Implement -P from GNU diff (like -N but only for files that are missingmillert2003-07-061-14/+14
* Some fairly major changes:millert2003-07-061-303/+230
* Use symbolic constants for output format.millert2003-07-061-3/+5
* Kill non-standard -l option as discussed with tedu@millert2003-07-041-111/+22
* Some cosmetic fixes:millert2003-07-041-7/+6
* -a to force ascii compare. ok millerttedu2003-06-271-1/+4
* Fix temp file handling.millert2003-06-261-20/+12
* Add unidiff support and try to pretty up usage() a bitmillert2003-06-251-2/+2
* o use S_ISDIR instead of doing it by handmillert2003-06-251-17/+30
* o use getopt()millert2003-06-251-11/+7
* more knfderaadt2003-06-251-2/+3
* knfderaadt2003-06-251-11/+8
* -Wstrict-prototypestedu2003-06-251-5/+10
* exit path signal race safederaadt2003-06-251-8/+8
* fix lseekderaadt2003-06-251-2/+2
* snprintfderaadt2003-06-251-2/+3
* more cast removal, and fix some indent(1) odditiestedu2003-06-251-12/+7
* cleanup. ansi, headers, correct prototypes, some safer string andtedu2003-06-251-99/+94
* caldera licensesderaadt2003-06-251-0/+36
* 4.3reno diff. This is free because of the Caldera license. Nasty, but aderaadt2003-06-251-0/+419