Age | Commit message (Expand) | Author |
2016-08-26 | Pull in <time.h> for struct tm, used in rcs.h | Philip Guenther |
2015-11-02 | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-10 | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-10-02 | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2007-06-30 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria |
2006-10-12 | - convert some warnx() to warn(), which fixes a few stupidly un-informative e... | Niall O'Higgins |
2006-08-11 | correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@. | Xavier Santolaria |
2006-08-01 | Reduce rcs_buf_release() usage, improving binary support. | Ray Lai |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-05-14 | warnx(); return(); --> errx(); | Xavier Santolaria |
2006-05-10 | treat first file passed as argument only; issue a warning for others. | Xavier Santolaria |
2006-05-09 | move -e to compat land; pointed out by ray | Jason McIntyre |
2006-05-09 | Remove /* NOTREACHED */ comments, now that lint is smart about | Ray Lai |
2006-05-08 | properly handle exit code 1; OK ray@. | Xavier Santolaria |
2006-05-08 | correctly handle the `no input file' case. | Xavier Santolaria |
2006-05-08 | err() and errx() should also exit with status 2; | Xavier Santolaria |
2006-05-08 | exit with status 2 after usage() too; pointed out by uwe@. | 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 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-25 | The -r flag without an argument signifies HEAD for rcsmerge as well. | Ray Lai |
2006-04-24 | - move -A into compat land | Jason McIntyre |
2006-04-24 | -r is not optional: simplify its synopsis, but improve its description; | Jason McIntyre |
2006-04-24 | be consistent in error messages for wrongly specified keyword substitution | Xavier Santolaria |
2006-04-21 | move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner; | Xavier Santolaria |
2006-04-21 | remove overkill cvs_log() and rather use warn()/warnx(). | Xavier Santolaria |
2006-04-21 | switch -p handling to bitwise flags; OK ray@. | Xavier Santolaria |
2006-04-19 | switch -q handling to bitwise flags; OK ray@ niallo@. | Xavier Santolaria |
2006-04-14 | Add missing usage() calls. | Ray Lai |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-08 | fix usage(); | Xavier Santolaria |
2006-03-08 | respect -q; pointed out by Ray Lai. | Xavier Santolaria |
2006-03-07 | -z support for RCS; | Joris Vink |
2006-03-06 | move compat flags into a STANDARDS section; | Jason McIntyre |
2006-03-06 | adapt informative message if we are sending output to stdout. | Xavier Santolaria |
2006-03-06 | if the submitted rev(s) is/are the same as the head rev, skip the process | Xavier Santolaria |
2006-01-05 | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria |
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria |
2005-11-02 | print RCS file path; | Xavier Santolaria |