summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 04:13:57 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 04:13:57 +0000
commitef7068ba3dee6dd1edc54decec16126b6dd253a8 (patch)
treed771bb816c60afad4dbe537cb24918cbea800738
parent2b7e3509d5cf93ca46a4861801ea447d64da0b1b (diff)
downloadATCD-ef7068ba3dee6dd1edc54decec16126b6dd253a8.tar.gz
Added attribution for Nick.
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
3 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 30e0a355323..71b3d10e33e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
But I am keeping the ACE_TCHAR or dual char/wchar_t
interfaces on classes higher up the stream.
- methods changed are:
+ Methods changed are:
- gethostbyaddr
- gethostbyname
@@ -26,6 +26,13 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
- inet_ntop
- inet_pton
+ This should take care of a couple of things. First we don't
+ have to worry about returning a wchar_t * static buffer
+ instead of a char * static buffer from something like
+ inet_ntoa and this should remove some slowdowns reported from
+ gethostbyname. Thanks to Nick Pratt <npratt@microstrategy.com>
+ for reporting both of these.
+
* ace/INET_Addr.cpp:
* ace/INET_Addr.h:
* ace/INET_Addr.i:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 30e0a355323..71b3d10e33e 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -9,7 +9,7 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
But I am keeping the ACE_TCHAR or dual char/wchar_t
interfaces on classes higher up the stream.
- methods changed are:
+ Methods changed are:
- gethostbyaddr
- gethostbyname
@@ -26,6 +26,13 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
- inet_ntop
- inet_pton
+ This should take care of a couple of things. First we don't
+ have to worry about returning a wchar_t * static buffer
+ instead of a char * static buffer from something like
+ inet_ntoa and this should remove some slowdowns reported from
+ gethostbyname. Thanks to Nick Pratt <npratt@microstrategy.com>
+ for reporting both of these.
+
* ace/INET_Addr.cpp:
* ace/INET_Addr.h:
* ace/INET_Addr.i:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 30e0a355323..71b3d10e33e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -9,7 +9,7 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
But I am keeping the ACE_TCHAR or dual char/wchar_t
interfaces on classes higher up the stream.
- methods changed are:
+ Methods changed are:
- gethostbyaddr
- gethostbyname
@@ -26,6 +26,13 @@ Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
- inet_ntop
- inet_pton
+ This should take care of a couple of things. First we don't
+ have to worry about returning a wchar_t * static buffer
+ instead of a char * static buffer from something like
+ inet_ntoa and this should remove some slowdowns reported from
+ gethostbyname. Thanks to Nick Pratt <npratt@microstrategy.com>
+ for reporting both of these.
+
* ace/INET_Addr.cpp:
* ace/INET_Addr.h:
* ace/INET_Addr.i: