Age | Commit message (Expand) | Author |
2005-10-11 | export diff_file variable so it can be set from without diff functions; | Joris Vink |
2005-10-11 | fix undo BUGS entry. ok deraadt@ | Kjell Wooding |
2005-10-11 | document a few more things; kjell ok | Theo de Raadt |
2005-10-11 | prevent trashing of errno in signal handler | Theo de Raadt |
2005-10-11 | A while back, undo records were moved from the BUFFER struct to MGWIN. | Kjell Wooding |
2005-10-11 | Allow the more traditional emacs keybindings during search/replace, too | Kjell Wooding |
2005-10-11 | Enable the 'next-error' (C-x `) keybinding by default. | Kjell Wooding |
2005-10-11 | Be more explicit in error prompt. ok deraadt. | Kjell Wooding |
2005-10-11 | free logrev on error; | Joris Vink |
2005-10-11 | more debug stuff i forgot to take out, i blame the dominican sun! | Joris Vink |
2005-10-11 | remove debug cruft; | Joris Vink |
2005-10-11 | fix patching in rcs_getrev(); | Joris Vink |
2005-10-10 | sync with reality | Joris Vink |
2005-10-10 | support -mrevision:logmessage; used to set a log message of a revision | Joris Vink |
2005-10-10 | add rcs_rev_setlog() in the RCS api; used for setting log messages | Joris Vink |
2005-10-10 | more words; janus@area319.de | Theo de Raadt |
2005-10-10 | - editors remote handler | Xavier Santolaria |
2005-10-10 | getlogin(2) sets errno; | Xavier Santolaria |
2005-10-10 | - update `-l' and `-u' descriptions to include optional <rev> | Niall O'Higgins |
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 |