Age | Commit message (Expand) | Author |
2006-04-17 | plug memory leak; OK ray@. | Xavier Santolaria |
2006-04-17 | Relieve checkin_update and checkin_init of the responsibility of | Ray Lai |
2006-04-17 | Remove pointless stat() call. | Ray Lai |
2006-04-16 | - fix description handling. | Niall O'Higgins |
2006-04-15 | dont stupidly duplicate code. make rlog use rcs_rev_select() and thus | Xavier Santolaria |
2006-04-15 | Plug some memory leaks; ok niallo@ | Patrick Latifi |
2006-04-14 | spaces | Theo de Raadt |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | Add missing usage() calls. | Ray Lai |
2006-04-14 | Plug obvious memory leaks. | Ray Lai |
2006-04-14 | Remove global variable RCSFILE. | Ray Lai |
2006-04-14 | Remove extraneous argument from rlog_file(). | Ray Lai |
2006-04-14 | Short-circuit rlog when the -l flag is specified but there are no locks. | Ray Lai |
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 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | fix -z option for openrcs, this was broken by xsa | Joris Vink |
2006-04-13 | Remove unused variable. | Ray Lai |
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 | Better match GNU behavior for rcs -l and rcs -u. | 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-11 | Don't rcs_close() before fatal(). After much hesitation, joris@ | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-10 | - zap some whitespace. | Niall O'Higgins |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins |
2006-04-07 | change rcs_set_mtime() return type to void. | Xavier Santolaria |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-04-06 | small knf; | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-02 | Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs. | Ray Lai |
2006-04-01 | - plug a possible memory leak in checkin_update() error path. | Niall O'Higgins |
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai |
2006-04-01 | Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h. | Ray Lai |
2006-03-31 | spacing; | Joris Vink |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai |
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-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria |
2006-03-28 | match GNU's output when no revision are present. | 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 |