| Commit message (Expand) | Author | Age | Files | Lines |
* | kill const and string artithmetic related warnings; ok millert@ |  otto | 2017-08-29 | 1 | -2/+2 |
* | The -I flag is documented but not implemented. This fixes that and |  millert | 2016-07-04 | 1 | -7/+10 |
* | Convert xfree to free. From Fritjof Bornebusch. ok deraadt |  nicm | 2015-06-13 | 1 | -15/+14 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+4 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -2/+2 |
* | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ |  otto | 2014-10-10 | 1 | -3/+1 |
* | use calloc, from Benjamin Baier |  tedu | 2014-05-29 | 1 | -5/+3 |
* | remove wrong casts; ok millert |  deraadt | 2013-04-16 | 1 | -2/+2 |
* | add missing header needed by futimes() |  chl | 2010-12-06 | 1 | -1/+2 |
* | Remove the need for rp_file in parser structure, instead keep only one |  tobias | 2010-10-20 | 1 | -4/+7 |
* | Set rcs_suffixes to default value on initialization. |  tobias | 2010-09-08 | 1 | -5/+1 |
* | Make BUFs autoextend by default. This was already done in OpenCVS |  ray | 2010-07-28 | 1 | -4/+4 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -10/+10 |
* | properly free suffixes. |  joris | 2008-05-10 | 1 | -1/+3 |
* | remove unused function |  chl | 2008-01-04 | 1 | -11/+1 |
* | Sync with cvs: |  ray | 2007-07-19 | 1 | -2/+2 |
* | Since xrealloc dies on failure it is safe to directly assign to the |  ray | 2007-05-29 | 1 | -4/+2 |
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. |  xsa | 2007-02-27 | 1 | -2/+9 |
* | If a ,suffix file is given as an arg to ci and co, strip it. Avoids |  otto | 2007-02-22 | 1 | -1/+21 |
* | Fix const inconsistencies, void pointer artithmetic; |  xsa | 2007-02-22 | 1 | -3/+3 |
* | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already NUL-terminating its |  niallo | 2007-01-11 | 1 | -4/+2 |
* | Clear EOF before prompting user for input. |  ray | 2007-01-10 | 1 | -1/+3 |
* | - fix support for checking out binary files. |  niallo | 2007-01-02 | 1 | -30/+20 |
* | Simplify stripping of write bits from file mode. |  millert | 2006-11-09 | 1 | -10/+13 |
* | - convert some warnx() to warn(), which fixes a few stupidly un-informative error messages (found by tom@) |  niallo | 2006-10-12 | 1 | -3/+4 |
* | Remove debugging printf accidentally committed. |  ray | 2006-09-25 | 1 | -2/+1 |
* | - handle deltatexts which don't end in a newline character. fixes PR #5241. |  niallo | 2006-09-22 | 1 | -2/+3 |
* | Use S_IS* macros insted of masking with S_IF* flags. The latter may |  otto | 2006-09-19 | 1 | -2/+2 |
* | Improve rcs_buf_load() by setting errno appropriately on failure and |  ray | 2006-08-16 | 1 | -3/+6 |
* | rcs_splitlines() can never return NULL, so don't check for it. |  ray | 2006-07-08 | 1 | -6/+3 |
* | - plug a memory leak |  niallo | 2006-07-04 | 1 | -1/+3 |
* | - correctly handle binary files; say bye bye to using c strings for deltatexts. |  niallo | 2006-06-03 | 1 | -15/+21 |
* | Remove a lot of xstrdup() calls in getopt() loops, which are usually |  ray | 2006-05-28 | 1 | -3/+3 |
* | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No |  ray | 2006-05-27 | 1 | -3/+3 |
* | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), |  ray | 2006-05-27 | 1 | -22/+1 |
* | rcs_choosefile() no longer returns char *, it returns a file |  ray | 2006-05-27 | 1 | -4/+3 |
* | Remove unused variable leftover from race condition cleanup. |  ray | 2006-05-09 | 1 | -6/+3 |
* | Use warnx() when errno is not set. |  ray | 2006-05-08 | 1 | -2/+2 |
* | Check return values for all strlcpy, and strlcat calls. |  ray | 2006-04-29 | 1 | -3/+5 |
* | zap util.[ch] and move the content into rcsutil.[ch]. |  xsa | 2006-04-27 | 1 | -1/+155 |
* | prevent file races by obtaining an fd for the RCS file and |  joris | 2006-04-26 | 1 | -46/+57 |
* | fork our code we shared between openrcs/cvs into the openrcs dir. |  joris | 2006-04-26 | 1 | -13/+13 |
* | quote strings consistently. |  xsa | 2006-04-25 | 1 | -2/+2 |
* | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). |  xsa | 2006-04-25 | 1 | -11/+11 |
* | o Better match GNU behavior (a bare -t does NOT read from stdin, |  ray | 2006-04-24 | 1 | -1/+33 |
* | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; |  xsa | 2006-04-21 | 1 | -0/+445 |