summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 21:59:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 21:59:31 +0000
commitaf1473c0d2e06d0be9dcdccba37ac717d281c263 (patch)
tree7966666e473f899363bf920bf892c0f19c96330c /ChangeLog-98b
parent56bc44cf306b921cd94ff6399bf9d577145d0d78 (diff)
downloadATCD-af1473c0d2e06d0be9dcdccba37ac717d281c263.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 476724ccc30..775a9ed4cd5 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,13 @@
Mon Jan 4 13:00:07 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+ * ace/OS.h: Added a macro for ACE_DEFAULT_HTTP_PORT, which
+ is 80 of course...
+
+ * ace/INET_Addr.cpp: Make sure that addr_to_string() correctly
+ checks the length of its buffer before doing a sprintf(). In
+ addition, added an option to print the results in either ip-addr
+ format or ip-name format.
+
* ace/Mem_Map.cpp (map): where ace/Mem_Map.cpp mmap() will succeed
if the length of the file mapping is 0, which will be the case
if we've just created the file. This was the wrong place to