summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-04 22:49:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-04 22:49:11 +0000
commitb31cf7c1f6093acbf7a4bc53a2269a644bc9650b (patch)
tree87024720cd75bfefb63eb46dc08b12dee68b94bb
parent43204230b511a5a124fd310d0927abfd0ec96727 (diff)
downloadATCD-b31cf7c1f6093acbf7a4bc53a2269a644bc9650b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog20
1 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index ed4c86a92e0..6d2efc13100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,16 +55,16 @@ Tue Mar 4 13:54:52 2003 Phil Mesnier <mesnier_p@ociweb.com>
Tue Jan 24 17:50:32 2003 Gonzalo Diethelm <gonzalo.diethelm@aditiva.com>
- * ace/INET_Addr.cpp:
- Method string_to_addr() now uses ACE_OS_String::strtol() instead
- of the ugly hack using ACE_OS::strspn() and ACE_OS::atoi(). The
- two set() methods that receive a const char port_name[] now try
- first to parse that port_name as a simple number (like "901"),
- and if that fails they try to resolve the port name as a
- service. In order to implement this, I added a static helper
- function called get_port_number_from_name() (sorry for the awful
- name).
-
+ * ace/INET_Addr.cpp:
+ Method string_to_addr() now uses ACE_OS_String::strtol() instead
+ of the ugly hack using ACE_OS::strspn() and ACE_OS::atoi(). The
+ two set() methods that receive a const char port_name[] now try
+ first to parse that port_name as a simple number (like "901"),
+ and if that fails they try to resolve the port name as a
+ service. In order to implement this, I added a static helper
+ function called get_port_number_from_name() (sorry for the awful
+ name).
+
Tue Mar 4 12:53:06 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm: