Age | Commit message (Expand) | Author |
2006-03-17 | another unreachable found by lint | Damien Miller |
2006-03-17 | unreachanble statement, found by lint | Damien Miller |
2006-03-17 | more delinting. | Moritz Jodeit |
2006-03-17 | size_t size() | Theo de Raadt |
2006-03-17 | handle ssize_t vs size_t | Theo de Raadt |
2006-03-17 | more cleanups; ok moritz | Theo de Raadt |
2006-03-17 | ansification and correct prototypes. ok deraadt@ | Moritz Jodeit |
2006-03-17 | global not needed; ok moritz | Theo de Raadt |
2006-03-17 | ARGSUSED is good on signal handlers | Theo de Raadt |
2006-03-17 | big prototype cleanup: | Moritz Jodeit |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | - co usage() says we support -I, so set the flags and revision. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-17 | Use ssize_t in appropriate places. | Ray Lai |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-16 | - checkout_rev() can fail, in which case we want a non-zero exit code. | Niall O'Higgins |
2006-03-16 | Fix bug that was uncovered by adding correct prototypes and | Moritz Jodeit |
2006-03-16 | first pass of cleanup of this mess; ok dhill | Theo de Raadt |
2006-03-16 | error message fix; respect -q too. Ok ray@. | Xavier Santolaria |
2006-03-16 | Consistency, one Lord of the Rings entry not marked "(LOTR)" | Ryan Thomas McBride |
2006-03-16 | Try to display errormessage even if remout == -1 | Bjorn Sandell |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-16 | add missing {} so everything gets reached. | Xavier Santolaria |
2006-03-16 | kill two unused variables. | Xavier Santolaria |
2006-03-16 | Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs | Damien Miller |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-16 | Currently co(1) overwrites files that the current user doesn't have | Ray Lai |
2006-03-16 | Simplify rcs_statfile() by having it call rcs_choosefile(). | Ray Lai |
2006-03-16 | clean up the od(1) usage form, it was ugly with a capital u | Theo de Raadt |
2006-03-15 | Handle ^C correctly, morph it to escape key so the input | Peter Valchev |
2006-03-15 | - remove unused function cvs_putchar() | Niall O'Higgins |
2006-03-15 | - zap filename arg in rcsdiff_rev() since its not used. | Niall O'Higgins |
2006-03-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - use shared cvs_yesno() for yesno prompt, fixing an issue spotted by | Niall O'Higgins |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-03-15 | - fchmod file to mode. | Niall O'Higgins |
2006-03-15 | bogus idiom | Theo de Raadt |
2006-03-15 | no need for one of the volatile | Theo de Raadt |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
2006-03-15 | - fix typo in comment; an path -> a path | Niall O'Higgins |
2006-03-15 | - make cvs_worklist members volatile. | Niall O'Higgins |
2006-03-15 | if no key file are given when printing the DNS host record, use the | Jakob Schlyter |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-15 | Move and rename checkin_choose_rcsfile() to rcs_choosefile(). | Ray Lai |
2006-03-15 | Both strlen and sizeof return a size_t. This also fixes a signed/unsigned | David Hill |
2006-03-15 | Don't assume there is an RCS directory just because the filename | Ray Lai |
2006-03-14 | No need to declare optind/optarg if unistd.h is included. | Moritz Jodeit |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit |
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |