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_7_0


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.50   3 years  jsg   Add some references, most of these were removed when we stopped building and ins...
[TXT] diff.c  1.67   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] diff.h  1.34   3 years  jcs   restore RCS id removed in 1.33
[TXT] diffdir.c  1.47   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] diffreg.c  1.94   2 years  halex   consider two files sharing the same inode identical This gives a substantial sp...
[TXT] xmalloc.c  1.10   4 years  deraadt   asprintf returns -1, not an arbitrary value < 0. Also upon error the (very slop...
[TXT] xmalloc.h  1.4   8 years  mmcc   Remove xfree()'s prototype. tedu@ removed its definition a few weeks ago. Pointe...