Age | Commit message (Expand) | Author |
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 |
2006-04-17 | Relieve checkin_update and checkin_init of the responsibility of | Ray Lai |
2006-04-16 | - fix description handling. | Niall O'Higgins |
2006-04-14 | excessive addition to brackets is a mental disease. you will go | Theo de Raadt |
2006-04-14 | Fix a typo introduced in rev 1.135; ok ray@ | Patrick Latifi |
2006-04-13 | Currently rcs_getopt spits out a generic error message if you do | Ray Lai |
2006-04-13 | clean up temporary files when we finish running. | Joris Vink |
2006-04-13 | fix some typos | Niall O'Higgins |
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 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
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-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-01 | - plug a possible memory leak in checkin_update() error path. | Niall O'Higgins |
2006-03-31 | spacing; | Joris Vink |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall O'Higgins |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-26 | - clean up error handling in checkin_init() and checkin_update() | Niall O'Higgins |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
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-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray Lai |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - reset NEWFILE flag on each iteration through main loop. this stops | Niall O'Higgins |