summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/rcs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement Mdocdate keyword substitution.schwarze2016-05-091-1/+12
* Allow rcsnum_free and buf_free to accept NULL and remove various NULLnicm2015-11-021-9/+5
* Convert xfree to free. From Fritjof Bornebusch. ok deraadtnicm2015-06-131-57/+40
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+6
* Zap some stored values never read; From Fritjof Bornebusch; ok nicm@otto2014-10-101-2/+1
* ctype cleanups; ok okanderaadt2014-01-071-3/+3
* Remove unused variable, from Michael W Bombardieri who also got an oknicm2012-03-031-7/+2
* spacing, no binary change.sobrado2011-07-141-2/+1
* Replace the keyword expansion code with a faster, more readable versionnicm2011-07-061-174/+163
* Remove a bunch of unused functions, from Michael W Bombardieri.nicm2011-05-201-194/+1
* Remove some unneeded includes and dead code, from Michael W Bombardieri.nicm2011-04-201-4/+1
* previous commit introduced a crash: the removed strtol was being used todjm2011-04-041-1/+2
* - remove unused variablesjasper2011-03-271-3/+2
* - plug an fd leakjasper2010-12-101-3/+6
* Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resultingtobias2010-10-271-8/+10
* Merge OpenCVS' rcs_deltatext_set into OpenRCS, fixing a memory leak.tobias2010-10-201-2/+4
* Remove the need for rp_file in parser structure, instead keep only onetobias2010-10-201-2/+7
* Replaced RCS parser code with new rcsparse.{c,h}:tobias2010-10-151-1001/+18
* Zapped unused function rcs_tag_resolve.tobias2010-10-051-19/+1
* rcs_state_check must check for more invalid characters than just space.tobias2010-10-051-3/+17
* Ensure that we always parse all deltas before expecting "desc" keyword.tobias2010-09-291-6/+6
* Plug memory leak in rcs_getrev, from zinovik.nicm2010-09-231-2/+5
* Fixed typo.tobias2010-09-111-2/+2
* rcsnum_parse() allocates already an RCSNUM struct, so it's not needed totobias2010-09-021-3/+2
* styletobias2010-08-311-2/+2
* Make BUFs autoextend by default. This was already done in OpenCVSray2010-07-281-5/+5
* Reduce variable/function name and whitespace differences betweenray2010-07-231-28/+29
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-5/+5
* Only use username if author is NULL. Fixes "ci -wusername" when runray2010-07-211-15/+9
* Don't read before the beginning of the log message if it is zero-lengthnicm2010-07-131-2/+2
* Make cvs and rcs consistent in what characters they'll accept innaddy2010-07-091-4/+4
* tried to fix a the-the in the comment, ended up rewriting it. with/from joris@jj2009-04-141-2/+3
* Checking if a file is ASCII should only be done when diffing, becauseray2009-02-251-2/+2
* add our temporary RCS file to our temp_files worklist in casejoris2009-02-151-1/+3
* Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog.tobias2008-11-091-5/+2
* Support for retrieving revisions from branches in branches was missing.tobias2008-11-081-2/+3
* cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,deraadt2008-10-091-1/+2
* try getlogin() to get the real username when comitting files as root.reyk2008-09-171-4/+7
* Memory leak in rcs_delta_stats plugged.tobias2008-05-111-1/+3
* From src/usr.bin/cvs:xsa2008-02-021-1/+52
* Revert last patch and add this magic branch number only duringtobias2008-01-311-1/+3
* Branches are separated with \n\t in GNU rcs/cvs.tobias2008-01-061-2/+2
* gnu cvs added a new keyword 'commitid', this diff adds just enough codesturm2008-01-061-2/+9
* typo in error msg; from Igor Zinovik.xsa2007-08-271-2/+2
* Rename rcs_diffreg() to diffreg().ray2007-07-031-3/+3
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-301-3/+3
* value of 'author' in an rcs file is effectively a system username.niallo2007-06-131-3/+3