summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
2023-08-11When used by itself, replace use of the old BSD st_mtimespec.tv_secPhilip Guenther
2016-07-04The -I flag is documented but not implemented. This fixes that andTodd C. Miller
2015-11-02Allow rcsnum_free and buf_free to accept NULL and remove various NULLNicholas Marriott
2015-09-05Avoid unintended problems with operator precedence when doing anJonathan Gray
2015-06-17Remove NULL check before free; Fritjof Bornebusch.Nicholas Marriott
2015-06-13Convert xfree to free. From Fritjof Bornebusch. ok deraadtNicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-02exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@Otto Moerbeek
2014-05-19Plug a small memory leak: if we pass checkin_init/checkin_updateJeremie Courreges-Anglas
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-04-17remove time_t cast not needed; ok guentherTheo de Raadt
2013-01-18Document $OpenBSD$ and teach ci's -k option to parse it tooPhilip Guenther
2011-07-14str is an optional argument to -t; if no argument is given, thisIgor Sobrado
2011-04-20Remove some unneeded includes and dead code, from Michael W Bombardieri.Nicholas Marriott
2010-09-08Set rcs_suffixes to default value on initialization.Tobias Stoeckmann
2010-07-30Check date_parse return values.Ray Lai
2010-07-28Make BUFs autoextend by default. This was already done in OpenCVSRay Lai
2010-07-23Plug mem leak.Ray Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2010-07-22Fix the "no changes" detection when a file has RCS keywords.Todd C. Miller
2009-02-25Checking if a file is ASCII should only be done when diffing, becauseRay Lai
2008-03-22Fix the freeing of two uninitialized strings. OK niallo@Todd C. Miller
2007-09-06strictly check rcsnum_cmp() return against -1.Niall O'Higgins
2007-07-03Rename rcs_diffreg() to diffreg().Ray Lai
2007-06-30Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-26allow ci -N<tag name> even when no changes. mimics GNU behaviour.Niall O'Higgins
2007-06-12Allow checkin without locking (after rcs -U). Matches GNU's behaviour.Xavier Santolaria
2007-04-26replace tabs by spaces in the message returned by usage()Igor Sobrado
2007-03-15When commiting multiple files with ci, the flags from the previousAlexander Bluhm
2007-03-03make this modern CTheo de Raadt
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2007-02-22If a ,suffix file is given as an arg to ci and co, strip it. AvoidsOtto Moerbeek
2007-02-14sync some manual page entries with actual usage.Niall O'Higgins
2007-01-15When checking in multiple files, if no log message is entered forTodd C. Miller
2006-12-23Spelling.Kenneth R Westerback
2006-11-18- update commentNiall O'Higgins
2006-11-09Simplify stripping of write bits from file mode.Todd C. Miller
2006-09-27Add and correct comments, spacing.Ray Lai
2006-09-21Add support to rcsdiff for all the other diff flags thatTodd C. Miller
2006-08-23use the correct variable in error and warning messagesJoris Vink
2006-08-16Improve rcs_buf_load() by setting errno appropriately on failure andRay Lai
2006-08-02strlcpy/strlcat overload made deraadt@ sick; change to xasprintf.Ray Lai
2006-08-02Fix a lot of buffer overflows and make the code more binary safe.Ray Lai
2006-07-27unused variableTheo de Raadt
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
2006-06-03- correctly handle binary files; say bye bye to using c strings for deltatexts.Niall O'Higgins
2006-06-02various spelling fixesDavid Krause
2006-06-02- at end of checkin_main loop, reset pb.newrev. fixes a problem with checkinNiall O'Higgins
2006-05-29Plug more memory leaks.Ray Lai
2006-05-29- zap unrequired casts for rcs_buf_release().Niall O'Higgins