Age | Commit message (Expand) | Author |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria |
2006-04-27 | zap util.[ch] and move the content into rcsutil.[ch]. | Xavier Santolaria |
2006-04-26 | remove dup of <err.h> | Xavier Santolaria |
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | 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-21 | switch -p handling to bitwise flags; OK ray@. | 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-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-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-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-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-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
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-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |
2006-02-16 | - finally add proper support for `ci -k`. this little-used option requires | Niall O'Higgins |
2006-01-06 | typos; | Xavier Santolaria |
2006-01-05 | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | Xavier Santolaria |
2005-12-23 | support co -d, which checks out the first revision who's | Joris Vink |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-06 | knf; spaces vs. tabs; | Xavier Santolaria |
2005-12-05 | hrmz.. | Xavier Santolaria |
2005-12-05 | ooops, missed that in previous commit; unbreak; | Xavier Santolaria |
2005-11-25 | add support for `-T' and enable it for co(1); | Xavier Santolaria |
2005-11-25 | indent; | Xavier Santolaria |
2005-11-23 | initial bits for -T support; | Xavier Santolaria |
2005-11-22 | cleanup; | Xavier Santolaria |
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria |
2005-11-16 | nuke trailing whitespace; | Xavier Santolaria |
2005-11-12 | - fix xsa breakage. char arrays on the stack are not NULL if empty. use | Niall O'Higgins |
2005-11-08 | nuke trailing whitespaces; | Xavier Santolaria |
2005-11-02 | changes from Venice: | Niall O'Higgins |
2005-10-27 | TMPDIR support; joris ok | Xavier Santolaria |
2005-10-19 | add co -p support; | Joris Vink |
2005-10-18 | more rcsmerge(1) bits; | Xavier Santolaria |
2005-10-18 | use rcs_set_rev() instead of duplicating code all over the | Joris Vink |
2005-10-17 | support -f flag for co; | Joris Vink |
2005-10-15 | RCSINIT support; | Joris Vink |
2005-10-15 | modularise checkout code into checkout_rev(). this shaves off a number | Niall O'Higgins |
2005-10-13 | To be fully compatibly with the GNU RCS tools we need to have the | Joris Vink |
2005-10-11 | - support -d <date> option in ci. | Niall O'Higgins |