OpenBSD CVS

src/usr.bin/diff/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / diff

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   16 years  ray   Bring in some changes from rcsdiff: 1. Replace all the e*alloc functions with th...
[TXT] diff.1  1.41   11 years  jmc   remove obsolete BUGS (cmp is not run internally); ok otto
[TXT] diff.c  1.57   13 years  ray   Simplify print_status by removing NULL handling. OK nicm
[TXT] diff.h  1.32   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] diffdir.c  1.41   11 years  guenther   Change scandir()'s 'select' argument from int (*)(struct dirent *) to int (*)(...
[TXT] diffreg.c  1.82   11 years  stsp   Switch diff(1) binary file detection from !(isprint() || isspace()) to checking ...
[TXT] xmalloc.c  1.3   13 years  ray   exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail ! com>, than...
[TXT] xmalloc.h  1.2   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] pathnames.h (in the Attic) [Hide]  1.10   20 years  millert   Re-implement -l flag; diff -l now works correctly in non-directory mode (like GN...