summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-05 16:13:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-05 16:13:30 +0000
commit8b714bca8c240bd265b07d16686eadf52fb9f4f0 (patch)
treea6f65c586338eeb96d8b586c8540b166f5b9c0ad
parentc73188bcf88a2a6a3b6103287a4cd6a82750d4b0 (diff)
downloadATCD-8b714bca8c240bd265b07d16686eadf52fb9f4f0.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b24
1 files changed, 17 insertions, 7 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index beacaa3196e..8019a83c6c9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,13 +1,23 @@
+Fri Feb 05 10:11:18 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Log_Priority.h: changed ENSURE_32_BITS to LM_ENSURE_32_BITS,
+ and its value from 0xffffffff to 0x7fffffff. Green Hills 1.8.9
+ properly complained that 0xffffffff doesn't fit into an int.
+
+ * ace/config-sco-5.0.0-CC-fsu-pthread.h,config-sunos5.5.h,
+ config-vxworks5.x.h: removed ACE_HAS_BROKEN_ENUMS, because
+ it's not necessary with 0x7fffffff.
+
Thu Feb 4 23:11:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * websvcs/lib/URL_Addr.h:
- * websvcs/lib/URL_Addr.i:
- Added operator= to the ACE_URL_Addr classes.
+ * websvcs/lib/URL_Addr.h:
+ * websvcs/lib/URL_Addr.i:
+ Added operator= to the ACE_URL_Addr classes.
- * websvcs/lib/URL_Addr.cpp:
- Fixed minor memory allocation problem for invalid HTTP
- addresses.
- It removes './' when creating relative addresses.
+ * websvcs/lib/URL_Addr.cpp:
+ Fixed minor memory allocation problem for invalid HTTP
+ addresses.
+ It removes './' when creating relative addresses.
Wed Feb 03 21:50:09 1999 David L. Levine <levine@cs.wustl.edu>