index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rcs
/
rcsutil.h
Age
Commit message (
Expand
)
Author
2023-08-11
Switch rcs_{get,set}_mtime() from returning and taking a time_t to
Philip Guenther
2016-07-04
The -I flag is documented but not implemented. This fixes that and
Todd C. Miller
2010-07-23
Rename a bunch of variables and functions, removing the cvs_/rcs_
Ray Lai
2008-01-04
remove unused function
Charles Longeau
2007-02-22
If a ,suffix file is given as an arg to ci and co, strip it. Avoids
Otto Moerbeek
2007-02-22
Fix const inconsistencies, void pointer artithmetic;
Xavier Santolaria
2007-01-02
- fix support for checking out binary files.
Niall O'Higgins
2006-11-09
Simplify stripping of write bits from file mode.
Todd C. Miller
2006-08-16
Improve rcs_buf_load() by setting errno appropriately on failure and
Ray Lai
2006-06-03
- correctly handle binary files; say bye bye to using c strings for deltatexts.
Niall O'Higgins
2006-05-28
Remove a lot of xstrdup() calls in getopt() loops, which are usually
Ray Lai
2006-05-27
Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
Ray Lai
2006-04-27
zap util.[ch] and move the content into rcsutil.[ch].
Xavier Santolaria
2006-04-26
prevent file races by obtaining an fd for the RCS file and
Joris Vink
2006-04-24
o Better match GNU behavior (a bare -t does NOT read from stdin,
Ray Lai
2006-04-21
move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;
Xavier Santolaria