History log of /scripts/checkincludes.pl
Revision Date Author Comments
3da27157316cbcce326d56faa0a7a5cadc7ae507 23-Feb-2010 Stephen Hemminger <shemminger@vyatta.com> checkincludes: fix perlcritic warnings

Turn on strict checking.
Use local file handles.
Use three argument open.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Cc: Cong Wang <amwang@redhat.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
92f3f19c519d2eb18812a38312b05075cf0407db 18-Sep-2009 Luis R. Rodriguez <lrodriguez@Atheros.com> checkincludes.pl: add option to remove duplicates in place

checkincludes.pl is more useful if it actually removed the lines. This
adds support for that with -r.

[akpm@linux-foundation.org: improve usage message]
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
f9d490ab374236a115440c771ecf0fb2890eb929 18-Sep-2009 Luis R. Rodriguez <lrodriguez@Atheros.com> checkincludes.pl: provide usage helper

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
d9a7a2bd07ed3b838d95559d547061afcf3e45f6 18-Sep-2009 Luis R. Rodriguez <lrodriguez@Atheros.com> checkincludes.pl: close file as soon as we're done with it

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!