Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-24 | respect TMPDIR; | Xavier Santolaria | |
2005-11-24 | minor knf + snprintf() return check; | Xavier Santolaria | |
2005-11-24 | typo; pr4916; from frantisek holop <minusf@obiit.org> | Michael Shalayeff | |
2005-11-24 | kill trailing whitespace; | Jason McIntyre | |
2005-11-24 | spacing | Theo de Raadt | |
2005-11-24 | - document `-i' and `-j' options, for which support was added a couple | Niall O'Higgins | |
of days ago. | |||
2005-11-23 | Deal with empty array initializers (a gcc-ism), but warn. | Chad Loder | |
2005-11-23 | Deal somewhat with case ranges, which is a gcc extension. | Chad Loder | |
"fine" deraadt, with his suggested modifications | |||
2005-11-23 | "inline" is a c99 keyword, so support it unless tflag is selected. | Chad Loder | |
OK and input from millert, earlier version looked at by deraadt | |||
2005-11-23 | one too many `Ns' | Jason McIntyre | |
2005-11-23 | Grok __restrict__ and __restrict keywords. OK deraadt | Chad Loder | |
2005-11-23 | adjust some default options (mostly, that lint always print full paths | Theo de Raadt | |
in errors/warnings, so that compiling in dirs controlled by .PATH'd Makefiles gives useful errors | |||
2005-11-23 | output consistency; | Xavier Santolaria | |
2005-11-23 | knf; | Xavier Santolaria | |
2005-11-23 | cannot combine -kv and -l; | Xavier Santolaria | |
2005-11-23 | initial bits for -T support; | Xavier Santolaria | |
2005-11-23 | add a fake C construct __lint_equal__ which will be used to generate | Theo de Raadt | |
alias entries for weak symbols and such also let ; at the top scope be legal | |||
2005-11-23 | add support for `-kmode'; | Xavier Santolaria | |
2005-11-23 | support __attribute__ | Theo de Raadt | |
2005-11-23 | sync SYNOPSIS with Reality and usage() accordingly; | Xavier Santolaria | |
2005-11-23 | Do not pass -Wtraditional to cpp. If someone wants that, they can | Theo de Raadt | |
force that in other ways. We want good lint messages, not cpp moaning | |||
2005-11-23 | Don't try to fclose(infile) when infile == NULL. This can happen | Todd C. Miller | |
when using nextfile in the BEGIN block. From Matthias Kilian. | |||
2005-11-23 | Warn on a right shift of an N-bit quantity by >= N bits. OK millert, | Chad Loder | |
deraadt | |||
2005-11-22 | kill double .Pp; | Jason McIntyre | |
2005-11-22 | make `-p' work again as expected; | Xavier Santolaria | |
2005-11-22 | out-of-bounds access; ok otto@, millert@, deraadt@ | Markus Friedl | |
2005-11-22 | - print to stderr in some cases | Xavier Santolaria | |
- few bits for `-kmode' | |||
2005-11-22 | add EXAMPLES section; jmc ok | Xavier Santolaria | |
2005-11-22 | cleanup; | Xavier Santolaria | |
2005-11-22 | - document `-kmode' | Xavier Santolaria | |
- add EXAMPLES section ok jmc@. | |||
2005-11-22 | - ci(1) can intialise RCS files now! | Niall O'Higgins | |
- support for -j added - support for -i added ok joris@ xsa@ | |||
2005-11-22 | nuke trailing whitespaces; no cookie for niallo. | Xavier Santolaria | |
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding | |
This will help move to a kill-ring. | |||
2005-11-22 | Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) by | Kjell Wooding | |
batching string before prepending. ok cloder, (grudgingly) beck | |||
2005-11-22 | Fix up an ambiguous else (though ifdefed out at the moment) | Kjell Wooding | |
2005-11-22 | Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@ | Darren Tucker | |
2005-11-21 | no need for .Pp before .Sh | Jason McIntyre | |
2005-11-21 | document `-xsuffixes'; | Xavier Santolaria | |
2005-11-21 | kill kill kill unused stuff; ok kjell | Theo de Raadt | |
2005-11-21 | Print both "from" and "to" types in type conversion warnings. Idea from | Chad Loder | |
NetBSD. OK deraadt, millert | |||
2005-11-21 | enable `-xsuffixes' support as it has been added a few days ago | Xavier Santolaria | |
in rcs_statfile(); niallo ok | |||
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier Santolaria | |
2005-11-21 | - modularisation; split the two major checkin operations into functions. | Niall O'Higgins | |
- modularisation; split the revert code into checkin_revert() - a few steps closer to rcsfile initialisation, but things need to be fixed in the rcs.c api first (currently we segfault). - add a new checkin_choose_rcsfile() function to decide where the rcsfile should go. - add a special case for ci to rcs_statfile() so that we don't print out an error if the rcsfile doesn't exist. | |||
2005-11-21 | - print some more informative messages | Xavier Santolaria | |
- minor knf niallo ok | |||
2005-11-21 | add EXAMPLES section; jmc niallo ok | Xavier Santolaria | |
2005-11-21 | tweaks; | Xavier Santolaria | |
2005-11-21 | Perform Kerberos calls even for invalid users to prevent leaking information | Darren Tucker | |
about account validity. bz #975, patch originally from Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@, ok markus@ | |||
2005-11-21 | add EXAMPLES section; input+ok jmc, niallo ok | Xavier Santolaria | |
2005-11-20 | #ifdef NO_DIR can go too. From Han Boetes. | Kjell Wooding | |
2005-11-20 | Rename basename() to lbasename() to avoid conflict with basename(3). | Chad Loder | |