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_6


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.43   10 years  jmc   TMPDIR is an extension; while here, converting \*(Gt to >, in accordance with so...
[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.42   10 years  guenther   Use errc/warnc to simplify code. Also, in 'ftp', always put the error message la...
[TXT] diffreg.c  1.82   11 years  stsp   Switch diff(1) binary file detection from !(isprint() || isspace()) to checking ...
[TXT] xmalloc.c  1.4   10 years  millert   Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL). For siz...
[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...