Age | Commit message (Expand) | Author |
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 | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2013-04-16 | remove wrong casts; ok millert | Theo de Raadt |
2010-12-06 | add missing header needed by futimes() | Charles Longeau |
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann |
2010-09-08 | Set rcs_suffixes to default value on initialization. | Tobias Stoeckmann |
2010-07-28 | Make BUFs autoextend by default. This was already done in OpenCVS | Ray Lai |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2008-05-10 | properly free suffixes. | Joris Vink |
2008-01-04 | remove unused function | Charles Longeau |
2007-07-19 | Sync with cvs: | Ray Lai |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
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-22 | Fix const inconsistencies, void pointer artithmetic; | Xavier Santolaria |
2007-01-11 | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already N... | Niall O'Higgins |
2007-01-10 | Clear EOF before prompting user for input. | Ray Lai |
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller |
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative e... | Niall O'Higgins |
2006-09-25 | Remove debugging printf accidentally committed. | Ray Lai |
2006-09-22 | - handle deltatexts which don't end in a newline character. fixes PR #5241. | Niall O'Higgins |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-07-08 | rcs_splitlines() can never return NULL, so don't check for it. | Ray Lai |
2006-07-04 | - plug a memory leak | Niall O'Higgins |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai |
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-05-27 | rcs_choosefile() no longer returns char *, it returns a file | Ray Lai |
2006-05-09 | Remove unused variable leftover from race condition cleanup. | Ray Lai |
2006-05-08 | Use warnx() when errno is not set. | Ray Lai |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-27 | zap util.[ch] and move the content into rcsutil.[ch]. | Xavier Santolaria |
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 | 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 |