Penguin
Annotated edit history of Lint version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 StuartYeates 1 [Lint] was a program which literally exmined K&R [C] SourceCode for "lint" -- bits of fluff in the code. [Lint] was necessary because prior to [ANSI] [C], the language was much looser about what it accepted, arguments and variables could have implicit types and there were a range of other conveniences. [Lint] performed SourceCode checking in an era when [Compiler]s didn't. With modern [Compiler]s, [Lint]'s function is performed by simply compiling with all the warning flags turned on (i.e. [-Wall]).
2
3 The name [Lint] lives on in xmllint(1) and other checkers and validators.
4
5 ----
6 CategorySoftwareEngineeringTools