summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-21 06:24:14 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-21 06:24:14 +0000
commit735dcb049103ebab9d9fa8705864edc89d17084b (patch)
treeb40a18efb2f08eadacf4e072f88fe8ff13991e59
parent652d40a15070e3e0da3d8b4ac1d5050214a777a3 (diff)
downloadATCD-735dcb049103ebab9d9fa8705864edc89d17084b.tar.gz
websvcs fixes
-rw-r--r--ChangeLog-99b11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index a3531b67706..4d0ab994134 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Sun Feb 21 00:17:58 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * websvcs/lib/URL_Addr.i: Can now copy null Addrs. Also added
+ hash function implementation.
+
+ * websvcs/lib URL_Addr.h: Added hash function.
+
+ * websvcs/lib/URL_Addr.cpp: Fixed a bug with
+ ACE_HTTP_Addr::create_relative_address and urls beginning with
+ "/". It used to copy the first '/', which wasn't needed.
+
Sat Feb 20 15:39:16 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.{h,cpp},Object_Manager.{h,cpp}: changed ACE_OS::exit ()