summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 07:30:08 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 07:30:08 +0000
commitbad20233663443a04c3a334ea5f1534b2e876bdc (patch)
tree9f1336b5be8d3a618423de2999d913838928e39c /ChangeLog-97a
parent9e390129c5d397a9c075eb100fdeac1dc6bed81d (diff)
downloadATCD-bad20233663443a04c3a334ea5f1534b2e876bdc.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 1ec4a7fd89a..1d8086bf28f 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,22 @@
+Mon Jun 23 01:13:15 1997 <irfan@TWOSTEP>
+
+ * ace/Auto_Ptr.h: Added support for basic types by seperating the
+ auto_ptr classes into two. One that requires the -> operator
+ support and the other that does not. The former inherits from
+ the latter.
+
+ * ace/{FILE,DEV,SPIPE}_Addr.h: Added support for multibyte and
+ wide character addr_to_string and string_to_addr functionality.
+
+ * ace/Connector.cpp && ace/Acceptor.cpp (info): Fixed sizeof bug.
+
+ * examples/Connection/blocking/SPIPE: Added UNICODE support for
+ this example.
+
+ * ace/OS.h: Added new macro ACE_MULTIBYTE_STRING.
+
+ * ace/ACE.cpp (terminate_process): Fixed unused args errors.
+
Sun Jun 22 09:58:36 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* Released version 4.2.9 for testing.