Age | Commit message (Expand) | Author |
2016-07-04 | The -I flag is documented but not implemented. This fixes that and | Todd C. Miller |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-10 | pledge "stdio getpw rpath wpath cpath fattr". doug pointed out getpw* | Theo de Raadt |
2015-06-13 | Convert xfree to free. From Fritjof Bornebusch. ok deraadt | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2014-10-10 | Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@ | Otto Moerbeek |
2014-10-02 | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2011-07-12 | argument to -t is optional. | Igor Sobrado |
2010-12-06 | add missing header to properly use SIG* definitions | Charles Longeau |
2010-09-08 | Set rcs_suffixes to default value on initialization. | Tobias Stoeckmann |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2009-02-15 | bump version to match next release | Joris Vink |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-07-08 | bump version to 4.4 | Joris Vink |
2008-05-10 | OpenRCS only handled a max of 128 arguments on command line + RCSINIT, | Tobias Stoeckmann |
2008-04-26 | Duplicate envstr and free it on error instead of allocating for | Ray Lai |
2008-04-24 | Prevent overflow of cmd_argv if RCS_INIT and command line arguments | Tobias Stoeckmann |
2008-03-04 | fix segfault when trying to lock and unlock rcs files that | Joris Vink |
2008-02-24 | Bump version. Improvements and fixes since last release. | Xavier Santolaria |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-04-26 | `[-sstate[:rev]]' is not available in rcs(1) | Igor Sobrado |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2007-01-10 | you know what, now that openrcs is in fact working properly and | Joris Vink |
2006-12-27 | - no need to mention -e option twice in usage. | Niall O'Higgins |
2006-11-13 | no magic, use defined RCS_LOCK_INVAL variable. | Xavier Santolaria |
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative e... | Niall O'Higgins |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai |
2006-05-28 | Move -A<oldfile> handling into separate chunk of code. This also | Ray Lai |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-05-19 | fix printf + add missing printf when unlocking file (-u). | Xavier Santolaria |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-09 | Remove /* NOTREACHED */ comments, now that lint is smart about | Ray Lai |
2006-05-01 | using *_FOREACH macros is really bad when we are actually | Joris Vink |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-29 | Clarify man pages to match -t behavior and pretty up usage strings. | Ray Lai |
2006-04-28 | remove -h; ok xsa | Jason McIntyre |
2006-04-27 | move -M into compat land; ok xsa | Jason McIntyre |
2006-04-26 | prevent file races by obtaining an fd for the RCS file and | Joris Vink |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink |
2006-04-25 | quote strings consistently. | Xavier Santolaria |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-24 | be consistent in error messages for wrongly specified keyword substitution | Xavier Santolaria |
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |