summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-04 14:41:14 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-04 14:41:14 +0000
commitee5ba3f6e794f97b7e5d7172c80366bae96d2e30 (patch)
tree14fbc8619438a238542c609c542e53cd1faacac2
parent098ec0385bef8f841f262b612442edcde9cbe563 (diff)
downloadATCD-ee5ba3f6e794f97b7e5d7172c80366bae96d2e30.tar.gz
Tue Sep 4 14:39:11 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog6
-rwxr-xr-xACE/bin/fuzz.pl3
2 files changed, 6 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c517059c8fa..1e579182e17 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 4 14:39:11 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * bin/fuzz.pl:
+
Mon Sep 03 12:04:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/bczar/bczar.html:
@@ -8,7 +12,7 @@ Mon Sep 03 12:04:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Mon Sep 03 02:50:30 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>
- * ACE version 5.6 released.
+ * ACE version 5.6 released.
Thu Aug 30 17:23:21 UTC 2007 Steve Huston <shuston@riverace.com>
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 9b0e1d6dd5a..64ae0729ebd 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -317,8 +317,7 @@ sub check_for_tab ()
($file =~ /(TAO)*.*docs/i) ||
($file =~ /(TAO)*.*tools/i) ||
($file =~ /(TAO)*.*performance-tests/i) ||
- ($file =~ /(TAO)*.*examples/i) ||
- ($file =~ /(CIAO).*/i)) {
+ ($file =~ /(TAO)*.*examples/i)) {
next ITERATION;
}