summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/ci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The -I flag is documented but not implemented. This fixes that andmillert2016-07-041-4/+4
* Allow rcsnum_free and buf_free to accept NULL and remove various NULLnicm2015-11-021-7/+4
* Avoid unintended problems with operator precedence when doing anjsg2015-09-051-2/+2
* Remove NULL check before free; Fritjof Bornebusch.nicm2015-06-171-3/+2
* Convert xfree to free. From Fritjof Bornebusch. ok deraadtnicm2015-06-131-18/+12
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@otto2014-10-021-4/+4
* Plug a small memory leak: if we pass checkin_init/checkin_updatejca2014-05-191-2/+3
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-4/+3
* remove time_t cast not needed; ok guentherderaadt2013-04-171-2/+2
* Document $OpenBSD$ and teach ci's -k option to parse it tooguenther2013-01-181-2/+4
* str is an optional argument to -t; if no argument is given, thissobrado2011-07-141-2/+2
* Remove some unneeded includes and dead code, from Michael W Bombardieri.nicm2011-04-201-7/+1
* Set rcs_suffixes to default value on initialization.tobias2010-09-081-5/+1
* Check date_parse return values.ray2010-07-301-4/+4
* Make BUFs autoextend by default. This was already done in OpenCVSray2010-07-281-10/+6
* Plug mem leak.ray2010-07-231-1/+2
* Reduce variable/function name and whitespace differences betweenray2010-07-231-23/+23
* Fix the "no changes" detection when a file has RCS keywords.millert2010-07-221-3/+2
* Checking if a file is ASCII should only be done when diffing, becauseray2009-02-251-2/+2
* Fix the freeing of two uninitialized strings. OK niallo@millert2008-03-221-1/+2
* strictly check rcsnum_cmp() return against -1.niallo2007-09-061-2/+2
* Rename rcs_diffreg() to diffreg().ray2007-07-031-2/+2
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-301-7/+7
* allow ci -N<tag name> even when no changes. mimics GNU behaviour.niallo2007-06-261-22/+36
* Allow checkin without locking (after rcs -U). Matches GNU's behaviour.xsa2007-06-121-2/+6
* replace tabs by spaces in the message returned by usage()sobrado2007-04-261-4/+4
* When commiting multiple files with ci, the flags from the previousbluhm2007-03-151-24/+29
* make this modern Cderaadt2007-03-031-2/+2
* As done in OpenCVS, general includes cleanup sweep. OK otto@.xsa2007-02-271-2/+10
* If a ,suffix file is given as an arg to ci and co, strip it. Avoidsotto2007-02-221-1/+6
* sync some manual page entries with actual usage.niallo2007-02-141-2/+2
* When checking in multiple files, if no log message is entered formillert2007-01-151-1/+6
* Spelling.krw2006-12-231-2/+2
* - update commentniallo2006-11-181-2/+2
* Simplify stripping of write bits from file mode.millert2006-11-091-14/+16
* Add and correct comments, spacing.ray2006-09-271-4/+4
* Add support to rcsdiff for all the other diff flags thatmillert2006-09-211-2/+2
* use the correct variable in error and warning messagesjoris2006-08-231-3/+3
* Improve rcs_buf_load() by setting errno appropriately on failure andray2006-08-161-5/+9
* strlcpy/strlcat overload made deraadt@ sick; change to xasprintf.ray2006-08-021-16/+4
* Fix a lot of buffer overflows and make the code more binary safe.ray2006-08-021-52/+81
* unused variablederaadt2006-07-271-4/+2
* Remove file mode argument from {cvs|rcs}_buf_write_stmp(). Weray2006-07-081-3/+3
* - correctly handle binary files; say bye bye to using c strings for deltatexts.niallo2006-06-031-35/+14
* various spelling fixesdavid2006-06-021-2/+2
* - at end of checkin_main loop, reset pb.newrev. fixes a problem with checkinniallo2006-06-021-1/+2
* Plug more memory leaks.ray2006-05-291-6/+6
* - zap unrequired casts for rcs_buf_release().niallo2006-05-291-3/+3
* Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),ray2006-05-271-15/+3