Age | Commit message (Expand) | Author |
2023-08-11 | When used by itself, replace use of the old BSD st_mtimespec.tv_sec | Philip Guenther |
2016-07-04 | The -I flag is documented but not implemented. This fixes that and | Todd C. Miller |
2015-11-02 | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | Nicholas Marriott |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2015-06-17 | Remove NULL check before free; Fritjof Bornebusch. | Nicholas Marriott |
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-10-02 | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-05-19 | Plug a small memory leak: if we pass checkin_init/checkin_update | Jeremie Courreges-Anglas |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-04-17 | remove time_t cast not needed; ok guenther | Theo de Raadt |
2013-01-18 | Document $OpenBSD$ and teach ci's -k option to parse it too | Philip Guenther |
2011-07-14 | str is an optional argument to -t; if no argument is given, this | Igor Sobrado |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2010-09-08 | Set rcs_suffixes to default value on initialization. | Tobias Stoeckmann |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-28 | Make BUFs autoextend by default. This was already done in OpenCVS | Ray Lai |
2010-07-23 | Plug mem leak. | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-22 | Fix the "no changes" detection when a file has RCS keywords. | Todd C. Miller |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
2008-03-22 | Fix the freeing of two uninitialized strings. OK niallo@ | Todd C. Miller |
2007-09-06 | strictly check rcsnum_cmp() return against -1. | Niall O'Higgins |
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-26 | allow ci -N<tag name> even when no changes. mimics GNU behaviour. | Niall O'Higgins |
2007-06-12 | Allow checkin without locking (after rcs -U). Matches GNU's behaviour. | Xavier Santolaria |
2007-04-26 | replace tabs by spaces in the message returned by usage() | Igor Sobrado |
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm |
2007-03-03 | make this modern C | Theo de Raadt |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2007-02-22 | If a ,suffix file is given as an arg to ci and co, strip it. Avoids | Otto Moerbeek |
2007-02-14 | sync some manual page entries with actual usage. | Niall O'Higgins |
2007-01-15 | When checking in multiple files, if no log message is entered for | Todd C. Miller |
2006-12-23 | Spelling. | Kenneth R Westerback |
2006-11-18 | - update comment | Niall O'Higgins |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller |
2006-09-27 | Add and correct comments, spacing. | Ray Lai |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller |
2006-08-23 | use the correct variable in error and warning messages | Joris Vink |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-08-02 | strlcpy/strlcat overload made deraadt@ sick; change to xasprintf. | Ray Lai |
2006-08-02 | Fix a lot of buffer overflows and make the code more binary safe. | Ray Lai |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-06-02 | various spelling fixes | David Krause |
2006-06-02 | - at end of checkin_main loop, reset pb.newrev. fixes a problem with checkin | Niall O'Higgins |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-29 | - zap unrequired casts for rcs_buf_release(). | Niall O'Higgins |