summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctype cleanups; ok okanderaadt2014-01-073-7/+7
* no need for timeb.hderaadt2013-12-031-3/+1
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-4/+3
* some minor fixes; From: Jan Staryjmc2013-08-121-3/+3
* do not use Sx for sections outwith the page;jmc2013-06-291-5/+3
* properly handle commitid tokens found in rcs filesjcs2013-06-033-7/+37
* Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) tostsp2013-05-161-6/+3
* Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt2013-04-191-4/+5
* remove time_t cast not needed; ok guentherderaadt2013-04-171-2/+2
* remove wrong casts; ok millertderaadt2013-04-163-8/+8
* Document $OpenBSD$ and teach ci's -k option to parse it tooguenther2013-01-182-5/+7
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-5/+5
* Remove unused variable, from Michael W Bombardieri who also got an oknicm2012-03-031-7/+2
* Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.tobias2012-02-041-2/+2
* +.Xr cvs 1 ,jmc2011-11-171-2/+3
* spacing, no binary change.sobrado2011-07-143-9/+8
* str is an optional argument to -t; if no argument is given, thissobrado2011-07-142-6/+6
* argument to -t is optional.sobrado2011-07-122-6/+6
* Replace the keyword expansion code with a faster, more readable versionnicm2011-07-064-178/+179
* Remove a bunch of unused functions, from Michael W Bombardieri.nicm2011-05-203-221/+3
* Fix a typo in a comment, from Michael W Bombardieri.nicm2011-05-041-2/+2
* Remove some unneeded includes and dead code, from Michael W Bombardieri.nicm2011-04-206-20/+7
* ident searches for $keyword:... $, not $keyword:...$;jmc2011-04-191-3/+3
* previous commit introduced a crash: the removed strtol was being used todjm2011-04-041-1/+2
* Move an isqrt() call outside a macro, from Michael W Bombardieri.nicm2011-04-011-7/+10
* - remove unused variablesjasper2011-03-272-7/+3