summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-06-14 01:34:14 +0000
committerSteve Huston <shuston@riverace.com>2002-06-14 01:34:14 +0000
commitfaa7d206ac9f0ec3373b3e9f9883634da3d97384 (patch)
treec2a980ddfe9f9b51369a5ccc470562d795462fc4
parentc34f5c435fc866b705bec2e8da4e650964995f72 (diff)
downloadATCD-faa7d206ac9f0ec3373b3e9f9883634da3d97384.tar.gz
ChangeLogTag:Thu Jun 13 21:26:49 2002 Steve Huston <shuston@riverace.com>
ChangeLogTag:Thu Jun 13 21:09:33 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLogs/ChangeLog-02a13
-rw-r--r--ChangeLogs/ChangeLog-03a13
3 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89d38296d3d..e9fa6d22a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Thu Jun 13 21:26:49 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Configuration_Import_Export.cpp (squish): Replaced use
+ of naked isspace() with ACE_OS_String::ace_isspace() to work
+ with wide chars also.
+
+Thu Jun 13 21:09:33 2002 Steve Huston <shuston@riverace.com>
+
+ * tests/Config_Test.cpp (run_tests): Added a test for importing
+ a previously-existing ini file and verifying its contents.
+
+ * tests/Config_Test_Import_1.ini: File for the above test.
+
Thu Jun 13 19:05:57 2002 Krishnakumar B <kitty@cs.wustl.edu>
* include/makeinclude/rules.local.GNU:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 89d38296d3d..e9fa6d22a56 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Thu Jun 13 21:26:49 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Configuration_Import_Export.cpp (squish): Replaced use
+ of naked isspace() with ACE_OS_String::ace_isspace() to work
+ with wide chars also.
+
+Thu Jun 13 21:09:33 2002 Steve Huston <shuston@riverace.com>
+
+ * tests/Config_Test.cpp (run_tests): Added a test for importing
+ a previously-existing ini file and verifying its contents.
+
+ * tests/Config_Test_Import_1.ini: File for the above test.
+
Thu Jun 13 19:05:57 2002 Krishnakumar B <kitty@cs.wustl.edu>
* include/makeinclude/rules.local.GNU:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 89d38296d3d..e9fa6d22a56 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,16 @@
+Thu Jun 13 21:26:49 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Configuration_Import_Export.cpp (squish): Replaced use
+ of naked isspace() with ACE_OS_String::ace_isspace() to work
+ with wide chars also.
+
+Thu Jun 13 21:09:33 2002 Steve Huston <shuston@riverace.com>
+
+ * tests/Config_Test.cpp (run_tests): Added a test for importing
+ a previously-existing ini file and verifying its contents.
+
+ * tests/Config_Test_Import_1.ini: File for the above test.
+
Thu Jun 13 19:05:57 2002 Krishnakumar B <kitty@cs.wustl.edu>
* include/makeinclude/rules.local.GNU: