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.c
Age
Commit message (
Expand
)
Author
2006-09-25
Remove debugging printf accidentally committed.
Ray Lai
2006-09-22
- handle deltatexts which don't end in a newline character. fixes PR #5241.
Niall O'Higgins
2006-09-19
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2006-08-16
Improve rcs_buf_load() by setting errno appropriately on failure and
Ray Lai
2006-07-08
rcs_splitlines() can never return NULL, so don't check for it.
Ray Lai
2006-07-04
- plug a memory leak
Niall O'Higgins
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
Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No
Ray Lai
2006-05-27
Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
Ray Lai
2006-05-27
rcs_choosefile() no longer returns char *, it returns a file
Ray Lai
2006-05-09
Remove unused variable leftover from race condition cleanup.
Ray Lai
2006-05-08
Use warnx() when errno is not set.
Ray Lai
2006-04-29
Check return values for all strlcpy, and strlcat calls.
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-26
fork our code we shared between openrcs/cvs into the openrcs dir.
Joris Vink
2006-04-25
quote strings consistently.
Xavier Santolaria
2006-04-25
fatal() -> err()/errx() as we try to not depend on heavy cvs_log().
Xavier Santolaria
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