Age | Commit message (Expand) | Author |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-20 | (really) last of the Coverity diffs: avoid possible NULL deref in | Damien Miller |
2006-03-20 | report function m4errx, that shows app-specific data (filename/linenumber) | Marc Espie |
2006-03-20 | Lint should not complain about expressions of the form: ((x == y) == z) | Chad Loder |
2006-03-20 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-20 | last lot of GSSAPI related leaks detected by Coverity via | Damien Miller |
2006-03-20 | more GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-20 | GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-20 | if we're in visual mode reading a command, check the termination value | Peter Valchev |
2006-03-19 | use getopt(3) | Robert Nagy |
2006-03-19 | please lint | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | whoever thought that break after return was a good idea needs to get their he... | Theo de Raadt |
2006-03-19 | ARGSUSED for signal handlers | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | more sane calloc(3) usage; from adobriyan@gmail.com, ok millert | Peter Valchev |
2006-03-19 | Correct strdelim null test; ok djm@ | Darren Tucker |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | potential NULL pointer dereferences detected by Coverity | Damien Miller |
2006-03-19 | FILE* leak detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | more memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-18 | Forgotten part in previous commit; having multiple source trees is a | Otto Moerbeek |
2006-03-18 | Interchange roles: bc becomes parent, dc child. This leads to saner | Otto Moerbeek |
2006-03-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | In all these cases pfp != NULL. I also sneaked in some KNF. | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
2006-03-18 | Change code to match comments, fixing potential off-by-one error. | Ray Lai |
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 |