summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/rcsutil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The -I flag is documented but not implemented. This fixes that andmillert2016-07-041-3/+3
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-3/+3
* remove unused functionchl2008-01-041-2/+1
* If a ,suffix file is given as an arg to ci and co, strip it. Avoidsotto2007-02-221-1/+2
* Fix const inconsistencies, void pointer artithmetic;xsa2007-02-221-4/+3
* - fix support for checking out binary files.niallo2007-01-021-6/+7
* Simplify stripping of write bits from file mode.millert2006-11-091-2/+2
* Improve rcs_buf_load() by setting errno appropriately on failure andray2006-08-161-2/+2
* - correctly handle binary files; say bye bye to using c strings for deltatexts.niallo2006-06-031-3/+3
* Remove a lot of xstrdup() calls in getopt() loops, which are usuallyray2006-05-281-3/+3
* Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),ray2006-05-271-2/+1
* zap util.[ch] and move the content into rcsutil.[ch].xsa2006-04-271-13/+39
* prevent file races by obtaining an fd for the RCS file andjoris2006-04-261-4/+4
* o Better match GNU behavior (a bare -t does NOT read from stdin,ray2006-04-241-1/+2
* move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;xsa2006-04-211-0/+45