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_8


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.59   9 years  deraadt   Change internal xrealloc() to a idiom-following xreallocarray(). This loses a "n...
[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.43   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] diffreg.c  1.86   9 years  deraadt   Change internal xrealloc() to a idiom-following xreallocarray(). This loses a "n...
[TXT] xmalloc.c  1.7   8 years  nicm   Use strdup in xstrdup; from Fritjof Bornebusch.
[TXT] xmalloc.h  1.3   9 years  deraadt   Change internal xrealloc() to a idiom-following xreallocarray(). This loses a "n...
[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...