summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refuse to remove locked revisions with rcs -orange.joris2020-06-091-1/+9
* Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47.stsp2019-08-101-2/+4
* Fix merge(1) of files which contain lines with leading dots.stsp2019-08-101-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-14/+14
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-2/+2
* There was an extra newline in some cases and missing one in others.millert2019-04-261-6/+7
* new manual page rcsfile(5)schwarze2019-04-242-2/+158
* Delay keyword expansion in co until after the locks have been resolved.joris2019-01-091-39/+40
* When expanding $Log$ make sure a newline is added if rd_log has none.joris2019-01-091-1/+5
* Make sure rcs_lock_add() and rcs_lock_remove() properly update thejoris2019-01-091-1/+19
* Delete unnecessary <libgen.h> #includesguenther2018-12-301-2/+1
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-12/+12
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-4/+4
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-7/+16
* kill const and string artithmetic related warnings; ok millert@otto2017-08-294-14/+17
* Using bitwise OR along with two assignments in the conditional ofmillert2016-10-181-2/+7
* Quiet compiler warnings; as applied to usr.bin/cvs by millert@okan2016-10-164-9/+9
* rlog: add -E and -S options to configure revision separators, tojcs2016-08-312-12/+31
* Pull in <time.h> for struct tm, used in rcs.hguenther2016-08-2610-11/+21
* The -I flag is documented but not implemented. This fixes that andmillert2016-07-044-18/+24
* Implement Mdocdate keyword substitution.schwarze2016-05-092-2/+14
* fix exit status on pledge(2) failure.gsoares2015-12-291-2/+2
* Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias2015-11-172-14/+9
* Allow rcsnum_free and buf_free to accept NULL and remove various NULLnicm2015-11-029-68/+40
* Style fixes; from Ilya Kalimanmillert2015-10-211-2/+2
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* pledge "stdio getpw rpath wpath cpath fattr". doug pointed out getpw*deraadt2015-10-101-1/+4
* fix the spacing of -m in the SYNOPSISschwarze2015-09-251-4/+3
* Add brackets to clarify assignments that are the result of a test operator.jsg2015-09-051-2/+2
* Avoid unintended problems with operator precedence when doing anjsg2015-09-051-2/+2
* Use strdup in xstrdup; from Fritjof Bornebusch.nicm2015-06-171-6/+3
* Remove NULL check before free; Fritjof Bornebusch.nicm2015-06-171-3/+2
* Convert xfree to free. From Fritjof Bornebusch. ok deraadtnicm2015-06-1315-176/+125
* Use the (new) function name in errx() after its rename in r1.6.okan2015-03-261-2/+2
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-052-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1613-42/+51
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-0110-44/+36
* consistency in calling usage, from Fritjof Bornebuschotto2014-11-281-2/+2
* not compiled before commitderaadt2014-11-221-2/+2
* Fixed uninitialized pointer (and other struct entries while at it)tobias2014-11-221-2/+2
* Convert the logic in rcsparse_warnx(). Instead of creating abluhm2014-11-161-8/+9
* Zap some stored values never read; From Fritjof Bornebusch; ok nicm@otto2014-10-108-19/+11
* Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@otto2014-10-101-3/+7
* exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@otto2014-10-0210-65/+60
* atoi to strtonum; from Fritjof Bornebusch; ok nicm@otto2014-09-301-6/+7
* Use %zu where appropriate, from Fritjof Bornebusch.otto2014-09-271-7/+7
* use calloc, from Benjamin Baiertedu2014-05-291-5/+3
* Plug a small memory leak: if we pass checkin_init/checkin_updatejca2014-05-191-2/+3
* fix a test for invalid timezonesjsg2014-04-291-2/+2