Age | Commit message (Expand) | Author |
2007-06-12 | Allow checkin without locking (after rcs -U). Matches GNU's behaviour. | Xavier Santolaria |
2007-04-26 | replace tabs by spaces in the message returned by usage() | Igor Sobrado |
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm |
2007-03-03 | make this modern C | Theo de Raadt |
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-14 | sync some manual page entries with actual usage. | Niall O'Higgins |
2007-01-15 | When checking in multiple files, if no log message is entered for | Todd C. Miller |
2006-12-23 | Spelling. | Kenneth R Westerback |
2006-11-18 | - update comment | Niall O'Higgins |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller |
2006-09-27 | Add and correct comments, spacing. | Ray Lai |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller |
2006-08-23 | use the correct variable in error and warning messages | Joris Vink |
2006-08-16 | Improve rcs_buf_load() by setting errno appropriately on failure and | Ray Lai |
2006-08-02 | strlcpy/strlcat overload made deraadt@ sick; change to xasprintf. | Ray Lai |
2006-08-02 | Fix a lot of buffer overflows and make the code more binary safe. | Ray Lai |
2006-07-27 | unused variable | Theo de Raadt |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-06-03 | - correctly handle binary files; say bye bye to using c strings for deltatexts. | Niall O'Higgins |
2006-06-02 | various spelling fixes | David Krause |
2006-06-02 | - at end of checkin_main loop, reset pb.newrev. fixes a problem with checkin | Niall O'Higgins |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-29 | - zap unrequired casts for rcs_buf_release(). | Niall O'Higgins |
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-10 | Remove (size_t) casts on integer constants. | Ray Lai |
2006-05-09 | Remove /* NOTREACHED */ comments, now that lint is smart about | Ray Lai |
2006-05-08 | check for rcs_diffreg() return value; OK ray@. | Xavier Santolaria |
2006-05-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria |
2006-04-29 | o Simplify ci by using strchr and strcspn instead of custom loops. | Ray Lai |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-29 | Clarify man pages to match -t behavior and pretty up usage strings. | Ray Lai |
2006-04-29 | Make ci store gmtime instead of localtime in RCS files, like GNU. | 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 | quote strings consistently. | Xavier Santolaria |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-25 | style; | Xavier Santolaria |
2006-04-24 | prevent a race by keeping an fd for the workfile around until | Joris Vink |
2006-04-24 | o Better match GNU behavior (a bare -t does NOT read from stdin, | Ray Lai |
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-19 | switch -q handling to bitwise flags; OK ray@ niallo@. | Xavier Santolaria |
2006-04-18 | Combine code to prompt user for input into a shared function, | Ray Lai |
2006-04-18 | /* FALLTHROUGH */ to share code between the -N and -n flags. | Ray Lai |
2006-04-18 | Removes memory leaks when flags are called multiple times. This | Ray Lai |
2006-04-18 | Remove -h flag from rcs_getopt loop, which is not in GNU. | Ray Lai |