Age | Commit message (Expand) | Author |
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 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
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-08 | If strict locking is disabled, make file writable by owner on checkout. | Xavier Santolaria |
2007-06-07 | Correct exit value when one of the files specified cannot be checked out. | Xavier Santolaria |
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-21 | make sure checkout_rev() sets correct file permissions via file->rf_mode | Niall O'Higgins |
2007-02-18 | keep correct permissions on the RCS file when locking/unlocking the file | Xavier Santolaria |
2007-02-01 | When checking to see if a checked-out copy of the file is the same | Todd C. Miller |
2006-11-10 | Unlike GNU rcs, our co will not overwrite an existing file, even | Todd C. Miller |
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-08-07 | More strlcpy/strlcat -> snprintf/xasprintf cleanup. | Ray Lai |
2006-08-01 | Reduce rcs_buf_release() usage, improving binary support. | Ray Lai |
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-17 | fix printf's | 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-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
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-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-15 | Plug some memory leaks; ok niallo@ | Patrick Latifi |
2006-04-14 | excessive addition to brackets is a mental disease. you will go | Theo de Raadt |
2006-04-13 | correctly handle RCS files without any revisions; | Joris Vink |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | spaces | Theo de Raadt |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-17 | - co usage() says we support -I, so set the flags and revision. | Niall O'Higgins |
2006-03-16 | - checkout_rev() can fail, in which case we want a non-zero exit code. | Niall O'Higgins |