summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-11-27 18:03:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-11-27 18:03:23 +0000
commit4838c96f7604d110de3571f69f3c9c3154893f84 (patch)
tree834e8e0ed7b85ec40bb5b2a3a910465e0362de35 /ChangeLog
parent14e7eacc3a475f6dfd71a7728b2262d66748f5d0 (diff)
downloadATCD-4838c96f7604d110de3571f69f3c9c3154893f84.tar.gz
ChangeLogTag:Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b9ac90ca97..425126b3a66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
+
+ The following updates are based on feedback from David Channon
+ <djc@uq.net.au>. Thanks David!
+
+ * docs/tutorials/003/client.cpp:
+ * docs/tutorials/003/page01.html:
+ * docs/tutorials/004/client.cpp:
+ * docs/tutorials/004/page01.html:
+ * docs/tutorials/008/broadcast_client.cpp:
+ * docs/tutorials/008/directed_client.cpp:
+ * docs/tutorials/008/page02.html:
+ * docs/tutorials/008/page03.html:
+ * docs/tutorials/008/page04.html:
+ * docs/tutorials/008/server.cpp:
+ * docs/tutorials/009/broadcast_client.cpp:
+ * docs/tutorials/009/directed_client.cpp:
+ * docs/tutorials/009/page02.html:
+ * docs/tutorials/009/page03.html:
+ * docs/tutorials/009/page04.html:
+ * docs/tutorials/009/server.cpp:
+ * docs/tutorials/019/client.cpp:
+ * docs/tutorials/019/client2.cpp:
+ * docs/tutorials/019/page02.html:
+ * docs/tutorials/019/page03.html:
+ * docs/tutorials/019/page04.html:
+ * docs/tutorials/019/page05.html:
+ * docs/tutorials/019/server.cpp:
+ * docs/tutorials/019/server2.cpp:
+ * docs/tutorials/019/shmem.cpp:
+ * docs/tutorials/020/client.cpp:
+ * docs/tutorials/020/client2.cpp:
+ * docs/tutorials/020/mmap.cpp:
+ * docs/tutorials/020/page02.html:
+ * docs/tutorials/020/page03.html:
+ * docs/tutorials/020/page04.html:
+ * docs/tutorials/020/page05.html:
+ * docs/tutorials/020/server.cpp:
+ * docs/tutorials/020/server2.cpp:
+
+ Include "ace/Log_Msg.h" to pull in the ACE_{DEBUG,ERROR}
+ macros. The examples code in the HTML files was also updated.
+
+ * docs/tutorials/011/message_queue.cpp:
+ * docs/tutorials/011/page02.html:
+
+ Removed unnecessary line of code that NULL terminated a string.
+ It didn't serve any purpose since the string is already
+ terminated. If it wasn't terminated then that point in the code
+ would never have been reached since the code prior to it assumes
+ that the string is NULL terminated.
+
Mon Nov 27 11:58:43 2000 David L. Levine <levine@cs.wustl.edu>
* tests/run_test.pl: on platforms other than Win32, simply