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_0_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.40   13 years  jmc   add a reference to the "An Algorithm for Differential File Comparison" paper; di...
[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.40   13 years  millert   scandir() does not NULL-terminate the list of dirent structs so use the returned...
[TXT] diffreg.c  1.80   13 years  nicm   Move an isqrt() call outside a macro, from Michael W Bombardieri. ok ray
[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...