Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | make fill-paragraph undoable | Kjell Wooding | |
2005-10-18 | more rcsmerge(1) bits; | Xavier Santolaria | |
2005-10-18 | skeletons for rcsmerge(1); | Xavier Santolaria | |
2005-10-18 | put -N description in the right place, and fix its description; | Jason McIntyre | |
2005-10-18 | big sorry to simon dassow, whose diff i inadvertently removed; | Jason McIntyre | |
this reinstates it; | |||
2005-10-18 | - `-N' works now; document it. | Niall O'Higgins | |
2005-10-18 | When attempting to open a filename, walk backwards through minibuffer: | Kjell Wooding | |
a> if you run into the beginning of the string, use the whole thing b> if you run into a // combo, use everything starting from the second / c> if you run into a /~ combo, use everything starting from the ~ i.e. do like emacs. From (and for) Jason Wright | |||
2005-10-18 | - no point in using cvs_printf() in openrcs; | Joris Vink | |
- only output info messages if -q flag isn't given; | |||
2005-10-18 | oops, rcs_set_rev() can't operate when str is NULL of course; | Joris Vink | |
2005-10-18 | use rcs_set_rev() instead of duplicating code all over the | Joris Vink | |
place to set a variable to the given revision number; | |||
2005-10-18 | correctly handle locks when commiting something; | Joris Vink | |
2005-10-18 | plug memleaks in rcs_rev_add() when an error occurs; | Joris Vink | |
2005-10-17 | - remove a printf which kept in by accident. | Niall O'Higgins | |
2005-10-17 | KNF; | Niall O'Higgins | |
2005-10-17 | make undo of word-based capitalization functions work | Kjell Wooding | |
ok beck@ | |||
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek | |
in" deraadt@ | |||
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek | |
in" deraadt@ | |||
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek | |
in" deraadt@ | |||
2005-10-17 | add client support for the `watch' and `watchers' commands. ok joris@ xsa@ | Moritz Jodeit | |
2005-10-17 | support -f flag for co; | Joris Vink | |
'fine' niallo@ | |||
2005-10-17 | Fix string handling. LOGIN_NAME_MAX includes the NUL, so don't reserve extra | Kjell Wooding | |
space. Fix usage of strlcpy. Correct test for terminating slash. "looks good" deraadt@ | |||
2005-10-17 | more cleanups; ok jakob@ | Kevin Steves | |
2005-10-17 | remove #ifdef LWRES; ok jakob@ | Kevin Steves | |
2005-10-17 | fix memory leaks from 2 sources: | Kevin Steves | |
1) key_fingerprint_raw() 2) malloc in dns_read_rdata() ok jakob@ | |||
2005-10-17 | - document the different types of mixerctl variables | Jason McIntyre | |
- standard EXAMPLES - make HISTORY more Ox-specific - minor tweaks feedback + ok: otto@ jaredy@ tom@ | |||
2005-10-17 | -k takes an arg; | Jason McIntyre | |
2005-10-17 | incorrect macro usage; | Jason McIntyre | |
2005-10-17 | sync with heimdal 0.7 | Bjorn Sandell | |
2005-10-16 | - remove the lock even if we are just reverting to the previous | Niall O'Higgins | |
revision (like GNU RCS). | |||
2005-10-16 | - sync checkin_usage(); | Niall O'Higgins | |
2005-10-16 | - document `-n' option. | Niall O'Higgins | |
2005-10-16 | - add support for `-n<symbol>' | Niall O'Higgins | |
2005-10-16 | sync with heimdal 0.7 | Bjorn Sandell | |
2005-10-16 | fix the locks section in RCS files; | Joris Vink | |
2005-10-16 | spacing; | Joris Vink | |
2005-10-16 | - sort rcs_getopt() string before i add more options. | Niall O'Higgins | |
2005-10-16 | - sync rcsdiff_usage(); | Niall O'Higgins | |
2005-10-16 | - sync checkout_usage(); | Niall O'Higgins | |
2005-10-16 | - Use Ns macro to remove spaces in these manual pages too. | Niall O'Higgins | |
2005-10-16 | - use Ns macro to remove spaces between options and their arguments, | Niall O'Higgins | |
as suggested by jmc@ | |||
2005-10-16 | - zap an incorrect comment. | Niall O'Higgins | |
2005-10-16 | - remove unused `flags' variable. | Niall O'Higgins | |
2005-10-16 | - remove unused `rcsfile' parameter from checkin_getlogmsg() | Niall O'Higgins | |
2005-10-16 | KNF | Niall O'Higgins | |
2005-10-16 | remove obsolete comment; | Xavier Santolaria | |
2005-10-16 | spacing; | Joris Vink | |
2005-10-16 | less 'pirates of the carribean' like error message; | Joris Vink | |
2005-10-16 | fix off-by-one in RCSINIT code, noticed by niallo@ | Joris Vink | |
for this my karma drops by 10 points; | |||
2005-10-15 | - use Ns macro to remove spaces between options and arguments | Niall O'Higgins | |
as suggested by jmc@ - cut out some description of -w option which implied username was optional. | |||
2005-10-15 | - add support for `-wusername'. | Niall O'Higgins | |