log TOOLS/checktree.sh @ 33236:889bde9a7c11

age author description
2010-06-14 diego Rename configure.log file to the more standard name config.log.
2008-07-07 diego Run bash-specific shell scripts with bash, not sh.
2007-12-05 ivo suppress silly messages when checktree is not called from the root of the tree
2007-12-05 ivo only check source code for gnuisms
2007-12-05 ivo simpler and more easily expandable test whether we need a shortlist that
2007-12-05 ivo test for presence of .svn directory if we are supposed to traverse the tree
2007-12-05 ivo when gathering the list of files to check via svn info, also include
2007-12-03 ivo cosmetics/indentation
2007-12-03 ivo when gathering the list of files to check via svn info, also include
2007-12-03 ivo add functions that are not specifically marked as being deprecated or obsolete,
2007-11-30 ivo 10l for me. I should read my own comments just above it ;)
2007-11-30 ivo less code for initializing default settings
2007-11-30 ivo add test for deprecated and obsolete functions
2007-07-31 ivo Make the printoption function take the default values from the variable
2007-07-31 ivo cosmetics, indentation
2007-07-31 ivo Shorten (un)setting of all test flags
2007-07-31 ivo Much smaller command line parser
2007-07-31 ivo Update copyright info and license
2007-07-31 ivo cosmetics, break overly long lines
2007-07-31 ivo replace ^I by $TAB now that TAB is global
2007-07-31 ivo only test for stupid code and reserved identifiers if there are any .c or .h
2007-07-31 ivo 10l, forgot to make TAB global
2007-07-31 ivo Test for reserved identifiers.
2007-07-30 ivo Add test for GNUisms
2007-05-07 ivo test for tab characters
2007-05-07 ivo do not run stupid code checks if chfilelist is empty
2007-03-12 ivo fix forgotten \
2007-02-28 ivo do not rely on svn internals and use svn info instead
2007-02-28 ivo also respond to --help, -h and -? command line options
2007-02-28 ivo fix printing of -(no)svn option
2007-02-28 ivo clarify -none command line option
2006-10-14 diego Use = instead of == for extra portability.
2006-07-14 ivo added checks for stupid code like casting return value of malloc and friends,
2006-07-14 ivo remove useless comment
2006-07-14 ivo fix line >79 characters
2006-07-14 ivo fix matching of MSDOS line endings
2006-07-14 ivo also omit configure.log and the generated help_mp.h from files to check
2006-07-14 ivo CVS --> Subversion
2006-04-14 reimar add check for non-ascii charsets used in code and simplify showcont switch handling
2005-12-07 wanderer option to show the lines containing anomalies, patch by Ivo van Poorten
2005-09-06 ivo 10l
2005-08-17 ivo Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..