Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok deraadt@ | |||
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 | |
and this causes interop problems with other clients. moreover, in order to improve the security of DSA you need to change more components of DSA key generation (e.g. the internal SHA1 hash); ok deraadt | |||
2005-10-06 | Add find-file-read-only keybinding (c-X c-R), as in emacs. | Kjell Wooding | |
closes PR4523. Enjoy, jason! | |||
2005-10-06 | warn when no keywords were found; | Joris Vink | |
2005-10-06 | Make mg undo much more emacs like (and correct). | Kjell Wooding | |
Undo boundaries are now placed at newlines, and undo of search-replace works as expected. Fixes bad behaviour reported by matthieu Ok deraadt@, beck@ | |||
2005-10-06 | put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris ok | Michael Shalayeff | |
2005-10-06 | put cpp opts into CPPFLAGS and add a future MLINKS; joris@ ok | Michael Shalayeff | |
2005-10-06 | add those bits i had somewhere in one of my trees; | Xavier Santolaria | |
2005-10-06 | tweaks; | Xavier Santolaria | |
2005-10-06 | ident command, written by xsa@ but he is too busy with work right now; | Joris Vink | |
2005-10-06 | - keep text concerning the options in the option descriptions | Jason McIntyre | |
- use a list for excluded files - clean up BUGS which is very ugly - use -print0 rather than -print - couple minor bits ok deraadt@ | |||
2005-10-06 | sync rlog_usage() with reality. | Niall O'Higgins | |
2005-10-06 | support rlog command; | Joris Vink | |
2005-10-06 | support -n and -k flags; | Joris Vink | |
2005-10-06 | add -r flag and sync usage; | Joris Vink | |
2005-10-06 | rcsclean now works; | Joris Vink | |
2005-10-06 | show fpath when checking out files; | Joris Vink | |
2005-10-06 | thanks to niallo's diff changes, we now can support rcsdiff; | Joris Vink | |
only basic stuff works, more coming; | |||
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins | |
and some #defines - include this header in rcs.c - link rcs against diff.c this allows us to use the existing diff work from opencvs within functions in the rcs.c API and thus in rcs programs. paves the way for diff support in usr.bin/rcs programs. ok joris@ | |||
2005-10-05 | open the RCS file with O_TRUNC as well when | Joris Vink | |
writing new contents to it; | |||
2005-10-05 | sync usage and add V flag; | Joris Vink | |
2005-10-05 | - stop gcc's yapping; | Joris Vink | |
- better output when locking and unlocking revisions; | |||
2005-10-05 | free rl_name as well when freeing the lock list; | Joris Vink | |
2005-10-05 | - better output | Joris Vink | |
- free frev when done | |||
2005-10-04 | - support -l and -u flags; | Joris Vink | |
- better output; | |||
2005-10-04 | correctly parse the lock section in an RCS file; | Joris Vink | |
2005-10-04 | various fixups; | Jason McIntyre | |
2005-10-04 | standard synopsis/usage() and sort options list; | Jason McIntyre | |
2005-10-04 | ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@. | Matthieu Herrb | |
2005-10-04 | clarify behaviour of -u option; | Jason McIntyre | |
ok otto@ | |||
2005-10-04 | some man pages bits; ok joris niallo | Xavier Santolaria | |
2005-10-04 | document that -k may be specified multiple times, | Jason McIntyre | |
and the effect of doing so; ok otto@ | |||
2005-10-04 | remove ellipsis from -k in usage(); | Jason McIntyre | |
2005-10-04 | write locks to the RCS file; | Joris Vink | |
2005-10-04 | remove ellipsis following -k in synopsis; my last commit put this | Jason McIntyre | |
in the wrong place, but i think it will be clearer to remove it altogether and improve the description of -k (to follow); ok otto@ | |||
2005-10-04 | couldn't resist... | Marco Peereboom | |
2005-10-03 | remove traces of non-existent getfstype() function; | Jason McIntyre | |
ok krw@ deraadt@ | |||
2005-10-03 | Relocate check_ip_options call to prevent logging of garbage for connections | Darren Tucker | |
with IP options set. bz#1092 from David Leonard, "looks good" deraadt@ | |||
2005-10-03 | revert rcs to rcsprog change, | Joris Vink | |
requested by deraadt@ | |||
2005-10-02 | correctly copy and NUL-terminate deltatext strings so we don't end up | Joris Vink | |
using garbage in rcs_patch_lines(). | |||
2005-10-02 | change the name of the RCS tools binary to rcsprog instead of rcs to | Joris Vink | |
avoid confusion with the rcs command itself. ok xsa and niallo | |||
2005-10-02 | minor knf | Xavier Santolaria | |
2005-10-01 | toggle support from janus@area319.de. i was unsure, but a few other | Theo de Raadt | |
people found this very useful | |||
2005-10-01 | Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ | Otto Moerbeek | |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-30 | missing flags; | Joris Vink | |
2005-09-30 | allow ci to run, niallo forgot this when he commited his ci code; | Joris Vink | |