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