Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-28 | Simplify checks for division by zero. | Chad Loder | |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria | |
2005-11-28 | -T is here for compatibility; | Xavier Santolaria | |
2005-11-28 | shrink some multi-lines comments; | Xavier Santolaria | |
2005-11-28 | consistency in error messages; | Xavier Santolaria | |
2005-11-28 | Update agent socket path templates to reflect reality, correct xref for | Darren Tucker | |
the time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@ | |||
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker | |
increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@. | |||
2005-11-28 | Another comment typo | Chad Loder | |
2005-11-28 | Typos in comments | Chad Loder | |
2005-11-28 | Set m_balance to 0 for the COLON operator, thus avoiding a false positive. | Chad Loder | |
In the "question mark" construct, there is no balancing or conversions between the LHS and RHS of the colon; thus, there is no need for the LHS and RHS of the colon to be of compatible types (as long as the LHS and RHS are each compatible with the lvalue of the expression having the question mark expression as the rvalue. Currently lint doesn't verify that. | |||
2005-11-28 | Do not complain about promotion of a constant (e.g. from int literal to | Chad Loder | |
a quad argument) as long as the constant is within the range of the type being promoted to. | |||
2005-11-27 | - only do one rcs_statfile() instead of two; simplify some logic. | Niall O'Higgins | |
2005-11-27 | - fix really stupid bug introduced in the last xsa commit. | Niall O'Higgins | |
problem found by me, joris' eyes spotted the semi colon. | |||
2005-11-27 | - checkin_init() IS now implemented; update comment with this happy | Niall O'Higgins | |
new reality. | |||
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | bit better description of -T; | Jason McIntyre | |
ok xsa@ | |||
2005-11-25 | add support for `-kmode'; | Xavier Santolaria | |
2005-11-25 | document `-T'; | Xavier Santolaria | |
2005-11-25 | add `-T' support for rcsclean(1) and rcs(1); | Xavier Santolaria | |
2005-11-25 | add support for `-T' and enable it for co(1); | Xavier Santolaria | |
tested and OK niallo@. "Looks good" joris@. | |||
2005-11-25 | indent; | Xavier Santolaria | |
2005-11-24 | fix use after free introduced in r1.30. ok deraadt@ | Moritz Jodeit | |
2005-11-24 | memset(); | Xavier Santolaria | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
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 | |