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_4_3


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.33   16 years  jmc   convert to new .Dd format;
[TXT] diff.c  1.50   16 years  ray   Bring in some changes from rcsdiff: 1. Replace all the e*alloc functions with th...
[TXT] diff.h  1.29   19 years  millert   If the -L option is specified twice, use it for the second filename like GNU dif...
[TXT] diffdir.c  1.32   16 years  ray   - Change sizeof(type) to sizeof(*ptr). - Move function prototypes before variabl...
[TXT] diffreg.c  1.70   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] xmalloc.c  1.1   16 years  ray   Bring in some changes from rcsdiff: 1. Replace all the e*alloc functions with th...
[TXT] xmalloc.h  1.1   16 years  ray   Bring in some changes from rcsdiff: 1. Replace all the e*alloc functions with th...
[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...