summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-11-25add `-T' support for rcsclean(1) and rcs(1);Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-25indent;Xavier Santolaria
2005-11-24fix use after free introduced in r1.30. ok deraadt@Moritz Jodeit
2005-11-24memset();Xavier Santolaria
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-24respect TMPDIR;Xavier Santolaria
2005-11-24minor knf + snprintf() return check;Xavier Santolaria
2005-11-24typo; pr4916; from frantisek holop <minusf@obiit.org>Michael Shalayeff
2005-11-24kill trailing whitespace;Jason McIntyre
2005-11-24spacingTheo de Raadt
2005-11-24- document `-i' and `-j' options, for which support was added a coupleNiall O'Higgins
2005-11-23Deal with empty array initializers (a gcc-ism), but warn.Chad Loder
2005-11-23Deal somewhat with case ranges, which is a gcc extension.Chad Loder
2005-11-23"inline" is a c99 keyword, so support it unless tflag is selected.Chad Loder
2005-11-23one too many `Ns'Jason McIntyre
2005-11-23Grok __restrict__ and __restrict keywords. OK deraadtChad Loder
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
2005-11-23output consistency;Xavier Santolaria
2005-11-23knf;Xavier Santolaria
2005-11-23cannot combine -kv and -l;Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
2005-11-23add support for `-kmode';Xavier Santolaria
2005-11-23support __attribute__Theo de Raadt
2005-11-23sync SYNOPSIS with Reality and usage() accordingly;Xavier Santolaria
2005-11-23Do not pass -Wtraditional to cpp. If someone wants that, they canTheo de Raadt
2005-11-23Don't try to fclose(infile) when infile == NULL. This can happenTodd C. Miller
2005-11-23Warn on a right shift of an N-bit quantity by >= N bits. OK millert,Chad Loder
2005-11-22kill double .Pp;Jason McIntyre
2005-11-22make `-p' work again as expected;Xavier Santolaria
2005-11-22out-of-bounds access; ok otto@, millert@, deraadt@Markus Friedl
2005-11-22- print to stderr in some casesXavier Santolaria
2005-11-22add EXAMPLES section; jmc okXavier Santolaria
2005-11-22cleanup;Xavier Santolaria
2005-11-22- document `-kmode'Xavier Santolaria
2005-11-22- ci(1) can intialise RCS files now!Niall O'Higgins
2005-11-22nuke trailing whitespaces; no cookie for niallo.Xavier Santolaria
2005-11-22Move kill-related commands to their own file.Kjell Wooding
2005-11-22Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) byKjell Wooding
2005-11-22Fix up an ambiguous else (though ifdefed out at the moment)Kjell Wooding
2005-11-22Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@Darren Tucker
2005-11-21no need for .Pp before .ShJason McIntyre
2005-11-21document `-xsuffixes';Xavier Santolaria
2005-11-21kill kill kill unused stuff; ok kjellTheo de Raadt
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
2005-11-21- print some more informative messagesXavier Santolaria