summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 19:18:26 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 19:18:26 +0000
commit0f4f57089965e2fb5d8a4ab4200a359208ddcfea (patch)
tree5a4b31d09afa20bda9a2492f8c999bcf00db6286
parent26f10db5c389edaa95d4ee6eb64d453d0a3f1081 (diff)
downloadATCD-0f4f57089965e2fb5d8a4ab4200a359208ddcfea.tar.gz
Mon Jul 24 19:17:37 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ACE/ChangeLog7
-rwxr-xr-xACE/bin/fuzz.pl2
2 files changed, 8 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f24875aaa7b..369a1684084 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jul 24 19:17:37 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * bin/fuzz.pl
+
+ Disabled the ID string check until the script can be fixed to ignore
+ .svn directories.
+
Mon Jul 24 15:45:34 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* Subversion conversion completed at revision 73730
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 1f22a071d3e..4d2a6511246 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -1449,7 +1449,7 @@ check_for_streams_include () if ($opt_l >= 6);
check_for_dependency_file () if ($opt_l >= 1);
check_for_makefile_variable () if ($opt_l >= 1);
check_for_inline_in_cpp () if ($opt_l >= 2);
-check_for_id_string () if ($opt_l >= 1);
+# check_for_id_string () if ($opt_l >= 1);
check_for_newline () if ($opt_l >= 1);
check_for_inline () if ($opt_l >= 2);
check_for_math_include () if ($opt_l >= 3);