summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
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
2006-05-27Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),Ray Lai
2006-05-17fix printf'sXavier Santolaria
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-10Remove (size_t) casts on integer constants.Ray Lai
2006-05-09Remove /* NOTREACHED */ comments, now that lint is smart aboutRay Lai
2006-05-08check for rcs_diffreg() return value; OK ray@.Xavier Santolaria
2006-05-05o GNU ci returns 0 when a file is reverted (co -l file; ci file).Ray Lai
2006-05-04finish work wrt TMPDIR; use xasprintf() to simplify code while in there;Xavier Santolaria
2006-04-29o Simplify ci by using strchr and strcspn instead of custom loops.Ray Lai
2006-04-29Check return values for all strlcpy, and strlcat calls.Ray Lai
2006-04-29Clarify man pages to match -t behavior and pretty up usage strings.Ray Lai
2006-04-29Make ci store gmtime instead of localtime in RCS files, like GNU.Ray Lai