summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-18 14:56:03 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-18 14:56:03 +0000
commit2436a3b3fbc6e924440a201ee26f1a1d5c2a8a21 (patch)
treeffb68372c4df7cb82600634dd523ef2144bba027
parenta6524ed3cdf0599b75ca71d6df73fc745f05bcd8 (diff)
downloadATCD-2436a3b3fbc6e924440a201ee26f1a1d5c2a8a21.tar.gz
* ace/Configuration.h:
* ace/Configuration.cpp: Chris Hafey's <chafey@stentorsoft.com> bug fixes and enhancements to ACE_Configuration. Set_string_value and set_integer_value now work when the value already exists, memory leaks have been plugged, and a new function added called find_value, which checks for the existence in a section of a field by name, and returns the data type stored there if it is found.
-rw-r--r--ChangeLog12
-rw-r--r--ChangeLogs/ChangeLog-02a12
-rw-r--r--ChangeLogs/ChangeLog-03a12
3 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 726912e28b3..a6f75f5448e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Thu May 18 09:49:12 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.h:
+ * ace/Configuration.cpp:
+ Chris Hafey's <chafey@stentorsoft.com> bug fixes and
+ enhancements to ACE_Configuration. Set_string_value
+ and set_integer_value now work when the value already
+ exists, memory leaks have been plugged, and a new
+ function added called find_value, which checks for the
+ existence in a section of a field by name, and returns
+ the data type stored there if it is found.
+
Wed May 17 20:37:49 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile.am:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 726912e28b3..a6f75f5448e 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Thu May 18 09:49:12 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.h:
+ * ace/Configuration.cpp:
+ Chris Hafey's <chafey@stentorsoft.com> bug fixes and
+ enhancements to ACE_Configuration. Set_string_value
+ and set_integer_value now work when the value already
+ exists, memory leaks have been plugged, and a new
+ function added called find_value, which checks for the
+ existence in a section of a field by name, and returns
+ the data type stored there if it is found.
+
Wed May 17 20:37:49 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile.am:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 726912e28b3..a6f75f5448e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,15 @@
+Thu May 18 09:49:12 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/Configuration.h:
+ * ace/Configuration.cpp:
+ Chris Hafey's <chafey@stentorsoft.com> bug fixes and
+ enhancements to ACE_Configuration. Set_string_value
+ and set_integer_value now work when the value already
+ exists, memory leaks have been plugged, and a new
+ function added called find_value, which checks for the
+ existence in a section of a field by name, and returns
+ the data type stored there if it is found.
+
Wed May 17 20:37:49 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile.am: