Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-26 | There was an extra newline in some cases and missing one in others. | Todd C. Miller |
2019-01-09 | Delay keyword expansion in co until after the locks have been resolved. | Joris Vink |
2017-08-29 | kill const and string artithmetic related warnings; ok millert@ | Otto Moerbeek |
2015-10-21 | Style fixes; from Ilya Kaliman | Todd C. Miller |
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-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 |
2013-04-16 | remove wrong casts; ok millert | Theo de Raadt |
2010-12-03 | 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-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 |