Age | Commit message (Expand) | Author |
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 |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-27 | oops! fix from xsa; | Jason McIntyre |
2006-03-27 | Fix and clean up -t flag: | Ray Lai |
2006-03-27 | beef up the -z description; ok xsa | Jason McIntyre |
2006-03-27 | Changes: | Ray Lai |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-26 | - clean up error handling in checkin_init() and checkin_update() | Niall O'Higgins |
2006-03-24 | change rcsclean_file() return type to void as it does not need | Xavier Santolaria |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | rlog_file() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-23 | use fatal() in rcs_lock_setmode(); OK ray@. | Xavier Santolaria |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-22 | change ident_file() and ident_line() return type to void; OK ray@. | Xavier Santolaria |
2006-03-22 | Clean up xfree() usage in rcs_choosefile(). | Ray Lai |
2006-03-21 | add support for `rcs -e[logins]'; "Looks good" ray@. | Xavier Santolaria |
2006-03-21 | Instead of duplicating rcs_suffixes and running strsep on it again, | Ray Lai |
2006-03-21 | Allow creation of an RCS file if RCS_CREATE flag set. | Ray Lai |
2006-03-20 | make `rcs -a' use cvs_strsplit() for easiness; OK joris@. | Xavier Santolaria |
2006-03-20 | add missing xfree()'s after we are done with cvs_strsplit(); | Xavier Santolaria |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
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 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |