Age | Commit message (Expand) | Author |
2005-10-10 | - support <rev> parameter to `-l' and `-u' options. | Niall O'Higgins |
2005-10-10 | make sure that revision passed on command line is greater than HEAD. | Niall O'Higgins |
2005-10-10 | better symbol listing in RCS files; | Joris Vink |
2005-10-10 | exit(3) is preferred over return from main(). | Niall O'Higgins |
2005-10-10 | ensure that the user has a lock on the correct revision before allowing | Niall O'Higgins |
2005-10-10 | use rd_next in rcs_getrev() when patching to get to a revision | Joris Vink |
2005-10-10 | correctly fill in the rd_next field in rcs_rev_add(); | Joris Vink |
2005-10-10 | sync checkout_usage(); | Niall O'Higgins |
2005-10-10 | - update `-l' `-r' and `-u' descriptions to include optional <rev> | Niall O'Higgins |
2005-10-10 | - set permissions on checked out files correctly | Niall O'Higgins |
2005-10-10 | add rcsnum_dec() api call, decreases a revision number by one. | Joris Vink |
2005-10-10 | fix regression I introduced in 4.2: X11 forwardings initiated after | Damien Miller |
2005-10-09 | fix cvs_log() so it doesn't segfault when called before | Joris Vink |
2005-10-09 | if -r is not specified, we need to set newrev to file->rf_head. | Niall O'Higgins |
2005-10-09 | if there is a problem generating the diff for one of the files, continue | Niall O'Higgins |
2005-10-09 | only get the log message when it's not specified on the command-line; | Joris Vink |
2005-10-09 | simplify if() conditions; | Joris Vink |
2005-10-09 | fix 2 off-by-one's which was causing us a whole load of crap; | Joris Vink |
2005-10-09 | - document `-r' switch as a single option instead of two distinct options. | Niall O'Higgins |
2005-10-09 | - sync checkin_usage() | Niall O'Higgins |
2005-10-08 | tweaks; | Jason McIntyre |
2005-10-08 | new sentence, new line; | Jason McIntyre |
2005-10-08 | fix SEE ALSO; | Jason McIntyre |
2005-10-08 | fix SEE ALSO; | Jason McIntyre |
2005-10-08 | new sentence, new line; | Jason McIntyre |
2005-10-08 | add missing newline, fixes D_NORMAL diff output; | Joris Vink |
2005-10-08 | - document -r flag | Niall O'Higgins |
2005-10-08 | sync rcsdiff_usage() | Niall O'Higgins |
2005-10-08 | kill extra ']' | Joris Vink |
2005-10-08 | - add support for diffing working file against arbitrary revision, eg | Niall O'Higgins |
2005-10-08 | support unified, context and rcsdiff output | Joris Vink |
2005-10-08 | initial manpages for rcsclean and rcsdiff; | Joris Vink |
2005-10-08 | add ident(1) to SEE ALSO here as well; | Joris Vink |
2005-10-08 | add ident(1) to SEE ALSO | Niall O'Higgins |
2005-10-08 | remove useless comment about command line options. not needed since this | Niall O'Higgins |
2005-10-08 | sync checkin_usage() with manual page | Niall O'Higgins |
2005-10-08 | add a basic manual page for `ci' command. | Niall O'Higgins |
2005-10-08 | - add support for -u and -l options | Niall O'Higgins |
2005-10-08 | remember to NUL-terminate logbuf in checkin_getlogmsg() | Niall O'Higgins |
2005-10-08 | KNF; | Niall O'Higgins |
2005-10-08 | - add support for getting the log message from the user interactively, | Niall O'Higgins |
2005-10-08 | spacing. | Niall O'Higgins |
2005-10-08 | KNF; | Joris Vink |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-10-07 | fix fiji day | Michael Shalayeff |
2005-10-07 | sync help message with reality: sort acceptes keyword "pri" | Hans-Joerg Hoexer |
2005-10-07 | missing progname, clamat@telus.net | Theo de Raadt |
2005-10-07 | change DSA default back to 1024, as it's defined for 1024 bits only | Markus Friedl |
2005-10-06 | Add find-file-read-only keybinding (c-X c-R), as in emacs. | Kjell Wooding |