OpenBSD CVS

src/usr.bin/rcs/


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

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.41   5 years  schwarze   new manual page rcsfile(5) written by Fabio Scotoni <fabio at esse dot ch> with ...
[TXT] buf.c  1.28   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] buf.h  1.13   12 years  nicm   Replace the keyword expansion code with a faster, more readable version which ad...
[TXT] ci.1  1.38   10 years  jmc   some minor fixes; From: Jan Stary
[TXT] ci.c  1.224   7 years  millert   The -I flag is documented but not implemented. This fixes that and also honors ...
[TXT] co.1  1.29   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] co.c  1.126   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] date.y  1.14   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] diff.c  1.40   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] diff.h  1.9   13 years  ray   Reduce variable/function name and whitespace differences between cvs/rcs. OK xs...
[TXT] diff3.c  1.44   3 years  stsp   Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. Merg...
[TXT] ident.1  1.12   10 years  jmc   do not use Sx for sections outwith the page; man4 still to go...
[TXT] ident.c  1.32   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] merge.1  1.4   5 years  jmc   add some EXIT STATUS sections; from matthew martin
[TXT] merge.c  1.10   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] rcs.1  1.61   6 years  schwarze   improve markup quality in the cases found by the new "--" style message
[TXT] rcs.c  1.88   5 years  joris   When expanding $Log$ make sure a newline is added if rd_log has none. This can h...
[TXT] rcs.h  1.18   6 years  otto   kill const and string artithmetic related warnings; ok millert@
[TXT] rcsclean.1  1.22   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] rcsclean.c  1.56   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] rcsdiff.1  1.30   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] rcsdiff.c  1.85   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] rcsfile.5  1.1   5 years  schwarze   new manual page rcsfile(5) written by Fabio Scotoni <fabio at esse dot ch> with ...
[TXT] rcsmerge.1  1.15   13 years  jmc   add an EXIT STATUS section for /usr/bin;
[TXT] rcsmerge.c  1.57   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] rcsnum.c  1.20   6 years  otto   kill const and string artithmetic related warnings; ok millert@
[TXT] rcsparse.c  1.16   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] rcsparse.h  1.1   13 years  tobias   Replaced RCS parser code with new rcsparse.{c,h}: - be very strict about things ...
[TXT] rcsprog.c  1.162   3 years  joris   Refuse to remove locked revisions with rcs -orange. Otherwise we could leave be...
[TXT] rcsprog.h  1.64   9 years  otto   exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@
[TXT] rcstime.c  1.6   7 years  guenther   Pull in <time.h> for struct tm, used in rcs.h ok deraadt@
[TXT] rcsutil.c  1.46   6 years  otto   kill const and string artithmetic related warnings; ok millert@
[TXT] rcsutil.h  1.15   7 years  millert   The -I flag is documented but not implemented. This fixes that and also honors ...
[TXT] rlog.1  1.25   7 years  jcs   rlog: add -E and -S options to configure revision separators, to work around com...
[TXT] rlog.c  1.74   7 years  okan   Quiet compiler warnings; as applied to usr.bin/cvs by millert@ ok millert@
[TXT] worklist.c  1.4   8 years  nicm   Convert xfree to free. From Fritjof Bornebusch. ok deraadt
[TXT] worklist.h  1.4   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] xmalloc.c  1.12   4 years  deraadt   asprintf returns -1, not an arbitrary value < 0. Also upon error the (very slop...
[TXT] xmalloc.h  1.4   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm