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_6_2_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.47   8 years  jmc   fix an error in the text; from donald allen ok millert
[TXT] diff.c  1.65   8 years  gsoares   fix exit status on pledge(2) failure. OK tb@ jsg@
[TXT] diff.h  1.33   8 years  millert   Remove the non-standard -l flag that pipes the output through pr(1). Based on a ...
[TXT] diffdir.c  1.46   6 years  millert   Fix exit value when diffing directories with missing files and the -N or -P opti...
[TXT] diffreg.c  1.91   8 years  natano   Rectify line numbers for s/.// commands in ed-style diffs. When diff encounters...
[TXT] xmalloc.c  1.9   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm
[TXT] xmalloc.h  1.4   8 years  mmcc   Remove xfree()'s prototype. tedu@ removed its definition a few weeks ago. Pointe...