summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-05ooops, missed that in previous commit; unbreak;Xavier Santolaria
2005-12-05correctly handle `-wfoo' and `-sbar' errors; OK joris@.Xavier Santolaria
2005-12-05Add support for tuning channel and channel set. This allowsRobert Nagy
2005-12-05kill unused var;Xavier Santolaria
2005-12-05oops: forgot to remind tedu to add -T to SYNOPSIS too...Jason McIntyre
2005-12-04support for toggling thread viewing.Ted Unangst
2005-12-04more code cleanup, remove useless flags and parts of codeJoris Vink
2005-12-04bye obsolete junk;Joris Vink
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
2005-12-03ARGSUSED signal handlerTheo de Raadt
2005-12-03- whoops, its -t-string or -tfile, not the other way aroundNiall O'Higgins
2005-12-03- document `-t' option.Niall O'Higgins
2005-12-03- add support for -t[description] and -t-[file containing description]Niall O'Higgins
2005-12-03todd@ reminds me:Joris Vink
2005-12-03fix date handling in opencvs, this was broken since the very start.Joris Vink
2005-12-03- teach opencvs about Entries.Log and what to do with itJoris Vink
2005-12-03respect Q flag in output;Joris Vink
2005-12-03nuke unused vars;Joris Vink
2005-12-03remove unused and useless functions, they just get in the way;Joris Vink
2005-12-03usr.bin/rcs stuff doesn't care about cvs_checkout_rev();Joris Vink
2005-12-03Fix enum types, thanks lintChad Loder
2005-12-03add very basic support for the following stuff:Joris Vink
2005-12-03Lint can now parse every variation of gcc's __attribute__ that I could findChad Loder
2005-12-02remove debug message;Joris Vink
2005-12-02fix commiting/importing of 0 sized files.Joris Vink
2005-12-02Add a -y option, undocumented for now, that tells lint to pass -y to lint1.Chad Loder
2005-12-02Make three of the keytab fields into a union, because they are 3 differentChad Loder
2005-12-02document `-orev';Xavier Santolaria
2005-12-02in checkin_checklock()Xavier Santolaria
2005-12-02better..Xavier Santolaria
2005-12-02in checkin_update():Xavier Santolaria
2005-12-02`-mmsg' does not belong here;Xavier Santolaria
2005-12-02sort options; `T' comes before `u';Xavier Santolaria
2005-12-02document `-r[revs]';Xavier Santolaria
2005-12-02split the printing part into a separate function, rlog_rev_print();Xavier Santolaria
2005-12-02make lint invoke cpp with -CC instead of -C, which will cause commentsAlexander von Gernler
2005-12-02- fix up checkin_choose_rcsfile() to give us a path like the one GNU print,Niall O'Higgins
2005-12-02- fix a typo in a commentNiall O'Higgins
2005-12-01- fix up context and unified diff output in both open rcs and open cvs soNiall O'Higgins
2005-12-01- fix unified and context diff output, finally!Niall O'Higgins
2005-12-01rcs_findrev() is not static anymore; align protos while here;Xavier Santolaria
2005-12-01link rcsintro.7;Xavier Santolaria
2005-12-01some more bite; writing about rcsdiff(1); OK jmc@.Xavier Santolaria
2005-12-01lint makes it easy to find these really bad ones, like size_t n = snprintfChad Loder
2005-12-01Make lint quieter by only warning on "foo declared but never used orChad Loder
2005-12-01TypoChad Loder
2005-11-30Add support for // comments. From NetBSDChad Loder
2005-11-30check for ownership of already present writable file when checking out;Xavier Santolaria
2005-11-30spacingTheo de Raadt
2005-11-30correct usage();Xavier Santolaria