log TOOLS/checktree.sh @ 27195:5eb532ff5793

age author description
Wed, 05 Dec 2007 23:44:31 +0000 ivo suppress silly messages when checktree is not called from the root of the tree
Wed, 05 Dec 2007 23:41:59 +0000 ivo only check source code for gnuisms
Wed, 05 Dec 2007 23:39:01 +0000 ivo simpler and more easily expandable test whether we need a shortlist that
Wed, 05 Dec 2007 23:36:03 +0000 ivo test for presence of .svn directory if we are supposed to traverse the tree
Wed, 05 Dec 2007 17:42:56 +0000 ivo when gathering the list of files to check via svn info, also include
Mon, 03 Dec 2007 21:45:43 +0000 ivo cosmetics/indentation
Mon, 03 Dec 2007 21:43:48 +0000 ivo when gathering the list of files to check via svn info, also include
Mon, 03 Dec 2007 21:40:54 +0000 ivo add functions that are not specifically marked as being deprecated or obsolete,
Fri, 30 Nov 2007 23:02:32 +0000 ivo 10l for me. I should read my own comments just above it ;)
Fri, 30 Nov 2007 23:01:30 +0000 ivo less code for initializing default settings
Fri, 30 Nov 2007 22:52:56 +0000 ivo add test for deprecated and obsolete functions
Tue, 31 Jul 2007 15:10:10 +0000 ivo Make the printoption function take the default values from the variable
Tue, 31 Jul 2007 14:51:56 +0000 ivo cosmetics, indentation
Tue, 31 Jul 2007 14:50:44 +0000 ivo Shorten (un)setting of all test flags
Tue, 31 Jul 2007 14:48:13 +0000 ivo Much smaller command line parser
Tue, 31 Jul 2007 08:17:35 +0000 ivo Update copyright info and license
Tue, 31 Jul 2007 08:11:18 +0000 ivo cosmetics, break overly long lines
Tue, 31 Jul 2007 08:06:37 +0000 ivo replace ^I by $TAB now that TAB is global
Tue, 31 Jul 2007 07:55:22 +0000 ivo only test for stupid code and reserved identifiers if there are any .c or .h
Tue, 31 Jul 2007 07:49:24 +0000 ivo 10l, forgot to make TAB global
Tue, 31 Jul 2007 07:45:06 +0000 ivo Test for reserved identifiers.
Mon, 30 Jul 2007 18:08:26 +0000 ivo Add test for GNUisms
Mon, 07 May 2007 17:34:31 +0000 ivo test for tab characters
Mon, 07 May 2007 17:17:10 +0000 ivo do not run stupid code checks if chfilelist is empty
Mon, 12 Mar 2007 17:16:45 +0000 ivo fix forgotten \
Wed, 28 Feb 2007 14:55:34 +0000 ivo do not rely on svn internals and use svn info instead
Wed, 28 Feb 2007 11:50:23 +0000 ivo also respond to --help, -h and -? command line options
Wed, 28 Feb 2007 11:48:32 +0000 ivo fix printing of -(no)svn option
Wed, 28 Feb 2007 11:46:53 +0000 ivo clarify -none command line option
Sat, 14 Oct 2006 15:28:33 +0000 diego Use = instead of == for extra portability.
Fri, 14 Jul 2006 22:05:49 +0000 ivo added checks for stupid code like casting return value of malloc and friends,
Fri, 14 Jul 2006 21:38:20 +0000 ivo remove useless comment
Fri, 14 Jul 2006 15:12:05 +0000 ivo fix line >79 characters
Fri, 14 Jul 2006 15:08:31 +0000 ivo fix matching of MSDOS line endings
Fri, 14 Jul 2006 13:34:44 +0000 ivo also omit configure.log and the generated help_mp.h from files to check
Fri, 14 Jul 2006 12:57:37 +0000 ivo CVS --> Subversion
Fri, 14 Apr 2006 10:47:40 +0000 reimar add check for non-ascii charsets used in code and simplify showcont switch handling
Wed, 07 Dec 2005 18:11:58 +0000 wanderer option to show the lines containing anomalies, patch by Ivo van Poorten
Tue, 06 Sep 2005 15:30:12 +0000 ivo 10l
Wed, 17 Aug 2005 01:50:05 +0000 ivo Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..