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_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   20 years  deraadt   -Wall
[TXT] diff.1  1.28   19 years  jmc   clarify what -a does; prod and ok deraadt@
[TXT] diff.c  1.48   19 years  millert   If the -L option is specified twice, use it for the second filename like GNU dif...
[TXT] diff.h  1.29   19 years  millert   If the -L option is specified twice, use it for the second filename like GNU dif...
[TXT] diffdir.c  1.29   19 years  otto   Fix the getdirentries() loop memory handling and EOF detection. Also fix typo in...
[TXT] diffreg.c  1.62   19 years  otto   Handle all isspace() chars the same for -w and -b. ok millert@ markus@
[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...