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
/
rcsprog.c
Age
Commit message (
Expand
)
Author
2005-11-12
- fix xsa breakage. char arrays on the stack are not NULL if empty. use
Niall O'Higgins
2005-11-12
- remove strtab stuff. serves no useful purpose.
Niall O'Higgins
2005-11-12
support for `-Aoldfile'; joris ok
Xavier Santolaria
2005-11-04
kill spaces in usage() to match Reality;
Xavier Santolaria
2005-11-03
- minor KNF
Niall O'Higgins
2005-10-27
TMPDIR support; joris ok
Xavier Santolaria
2005-10-19
- make a bunch of changes to how we handle verbose output. this brings us
Niall O'Higgins
2005-10-19
add co -p support;
Joris Vink
2005-10-18
more rcsmerge(1) bits;
Xavier Santolaria
2005-10-18
oops, rcs_set_rev() can't operate when str is NULL of course;
Joris Vink
2005-10-18
use rcs_set_rev() instead of duplicating code all over the
Joris Vink
2005-10-16
fix off-by-one in RCSINIT code, noticed by niallo@
Joris Vink
2005-10-15
RCSINIT support;
Joris Vink
2005-10-13
To be fully compatibly with the GNU RCS tools we need to have the
Joris Vink
2005-10-12
minor knf;
Xavier Santolaria
2005-10-12
various usage cleanup; ok joris
Theo de Raadt
2005-10-11
free logrev on error;
Joris Vink
2005-10-10
support -mrevision:logmessage; used to set a log message of a revision
Joris Vink
2005-10-10
exit(3) is preferred over return from main().
Niall O'Higgins
2005-10-06
ident command, written by xsa@ but he is too busy with work right now;
Joris Vink
2005-10-06
support rlog command;
Joris Vink
2005-10-06
rcsclean now works;
Joris Vink
2005-10-06
show fpath when checking out files;
Joris Vink
2005-10-06
thanks to niallo's diff changes, we now can support rcsdiff;
Joris Vink
2005-09-30
allow ci to run, niallo forgot this when he commited his ci code;
Joris Vink
2005-09-30
KNF
Joris Vink
2005-09-30
ensure RCSDIR is in fact a directory before deciding to use it.
Niall O'Higgins
2005-09-29
hrmz..better.
Xavier Santolaria
2005-09-29
minor knf
Xavier Santolaria
2005-09-29
support -q flag in 'co' and 'rcs'
Joris Vink
2005-09-29
stuff needed for 'co'
Joris Vink
2005-09-29
zap unused vars
Joris Vink
2005-09-29
- prototypes for the RCS commands go in rcsprog.h
Joris Vink
2005-09-29
for RCS files look in RCSDIR, if there is no path prefix specified.
Joris Vink
2005-09-20
missing 'ident' command in the programs table.
Joris Vink
2005-09-20
- create the correct RCS filename before calling rcs_open().
Joris Vink
2005-09-20
be a bit more compatible with gnu rcs in our output.
Joris Vink
2005-09-20
loop through argv[] correctly instead of reusing argv[0] all the time.
Joris Vink
2005-09-20
sort headers
Joris Vink
2005-04-15
seperate usage functions per sub-program
Theo de Raadt
2005-04-15
move rcs (and later on, clones of all the other rcs commands) out of the
Theo de Raadt