summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 01:19:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 01:19:35 +0000
commit5b28754365e6a067ace6bc210eb766baed5b04e6 (patch)
treeab8ade7d4eae0a080925fed891429d63cb70e123 /ChangeLog-98b
parent39a1ca2a3002677eed92e1317473e8ee7c2cda01 (diff)
downloadATCD-5b28754365e6a067ace6bc210eb766baed5b04e6.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b31
1 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 775a9ed4cd5..9c617a038fc 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,20 +1,27 @@
+Mon Jan 04 19:18:25 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-sunos5.7.h: only use the g++ hacks if the
+ g++ version is prior to 2.8. Assume that later versions
+ were built on SunOS 5.7 host, and/or don't have header
+ files that are incompatible with the system headers.
+
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/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/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
- make this check.
+ * 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
+ make this check.
- * tests/MM_Shared_Memory_Test.cpp: Cleaned up a few things
- in this test so that it'll be easier to maintain.
+ * tests/MM_Shared_Memory_Test.cpp: Cleaned up a few things
+ in this test so that it'll be easier to maintain.
Mon Jan 04 08:45:45 1999 David L. Levine <levine@cs.wustl.edu>