NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Answer (Score:2)
Re:Answer (Score:1)
Re:Answer (Score:2)
sprintfsyntax is different between Perl and C.Re:Answer (Score:2)
Re:Answer (Score:2)
sprintfsyntax that I was highlightingRe:Answer (Score:2)
Re:Answer (Score:2)
And the complete version: (Score:1)
That assumes you have
errxandasprintfof course, but they’re reasonably portable.Splint (Score:2)
The gcc folks reckon that -Wall should be good enough though.
-Dom
Re:Splint (Score:2)
Re:Splint (Score:2)
In practise, I just compile with "-g -pipe -Wall", and it complains about quite a lot. The "-pipe" probably isn't necessary these days, but I'm a creature of habit.
-Dom
ubuntu lint (Score:1)
As far as Ubuntu goes, you're absolutely right. The Ubuntu repo doesn't seem to have a copy.
The thing to do then (he said, confidently) is to add more repositories to your list. Namely, a few Debian repositories. Now, I probably should tell you that this step isn't recommended (and people on the forums actively advise against it). The reason is that it's easy to upgrade something "core" and bork the system.
splint doesn't fall into this category, however. I added Marillat's archive (http://ubuntuguide.or [ubuntuguide.org]
Re:ubuntu lint (Score:2)