OpenBSD CVS

src/usr.bin/sdiff/


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 / sdiff

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   18 years  otto   Move two functions to separate file; from Ray Lai; ok jaredy@
[TXT] common.c  1.4   17 years  ray   Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK mo...
[TXT] common.h  1.2   17 years  ray   Remove xmktemp() and uses plain old mkstemp(3), avoiding race conditions. OK mo...
[TXT] edit.c  1.20   10 years  deraadt   unsigned char casts for ctype ok okan
[TXT] extern.h  1.5   14 years  ray   Don't leak FILE * if multiple -o flags are given.
[TXT] sdiff.1  1.18   9 years  bentley   Reduce usage of predefined strings in manpages. Predefined strings are not very...
[TXT] sdiff.c  1.36   8 years  gsoares   fix exit status on pledge(2) failure. OK tb@ jsg@