summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 21:31:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 21:31:11 +0000
commit55b1cf9d6ebc66973c7fa6e847b7170560136c9c (patch)
tree4f7e87db7f08d847e935a7889692d78e902bbf9a
parente08d93a06dffa551b0b768294ed9c0a0208aa44f (diff)
downloadATCD-55b1cf9d6ebc66973c7fa6e847b7170560136c9c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b22
-rw-r--r--README1
2 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 714490c5317..62b204f3f69 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,12 +1,20 @@
+Wed Jan 06 15:15:37 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Service_Config.cpp (process_directive,close): Moved the
+ deletion of <svc_conf_file_queue_> into close method.
+ Otherwise, there's no way to reconfigure the service
+ configuration once it get started. Thanks to Mike Goldman
+ <whig@by.net> for reporting the problem.
+
Wed Jan 6 14:27:24 EST 1999 James CE Johnson <jcej@lads.com
* docs/tutorials/021/*:
Completed the ACE_Malloc<> tutorial. It could be a lot better
than it is but I'm still new to ACE_Malloc...
-
+
* docs/tutorials/021/online-tutorials.html:
Added the link for #21
-
+
Tue Jan 05 22:55:07 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Strategies_T.cpp (cleanup_hint_i and check_hint_i): Since we
@@ -22,21 +30,21 @@ Tue Jan 05 22:55:07 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Tue Jan 5 18:48:47 James CE Johnson <jcej@lads.com>
- * docs/tutorials/templates.html:
+ * docs/tutorials/templates.html:
Fixed a number of problems here. Thanks to Amos Shapira
<Amos_Shapira@icomverse.com> for pointing them out.
* docs/tutorials/colorize:
I pulled out the colorization code from combine into this
- standalone script. One of these days I'll fix combine so that the
+ standalone script. One of these days I'll fix combine so that the
code isn't duplicated...
-
+
Tue Jan 5 16:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/config-irix6.x-common.h:
+ * ace/config-irix6.x-common.h:
Added ACE_TIMER_SKEW definition.
- * ace/FILE.cpp:
+ * ace/FILE.cpp:
Fixed the seek() prototype, is was declared as taking a "off_t"
argument, but is was defined with a "long" argument,
unfortunately in most platforms this was not a problem.
diff --git a/README b/README
index 529af6d57f8..4c6a2c6f144 100644
--- a/README
+++ b/README
@@ -725,6 +725,7 @@ Jerry De Master <jdemaste@ipdinc.com>
Greg Gallant <greg.gallant@jhuapl.edu>
wym <wym@dekang.com>
Karel Zuiderveld <kzuiderveld@vitalimages.com>
+Mike Goldman <whig@by.net>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive