summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-16 05:24:58 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-16 05:24:58 +0000
commit2512b1afe9db890131922609a235cc9002211079 (patch)
tree66fc43a55605b7e38b30f9a629d5a934ca02b500 /ChangeLogs
parentaa7d79ba03525cea025530adecf5343743e68f66 (diff)
downloadATCD-2512b1afe9db890131922609a235cc9002211079.tar.gz
SOme last minute changes.
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a51
-rw-r--r--ChangeLogs/ChangeLog-03a51
2 files changed, 88 insertions, 14 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 9304f1e29fa..c86d9baee84 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,9 +1,46 @@
+Sat Apr 15 21:49:04 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/ACE.cpp:
+ * apps/Gateway/Gateway/Options.cpp:
+
+ Nick Pratt <npratt@microstrategy.com> reported two cases where
+ we were using sizeof some_string to figure out its length. This
+ of course doesn't work when the string is a wide string, so they
+ have been changed to account for the character size.
+
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ * apps/gperf/src/gperf.dsp:
+ * apps/gperf/src/gperf_lib.dsp:
+
+ Changed around the order of the configurations so that in the
+ default case (such as out of the box) the regular Debug version
+ will be the current configuration.
+
+Sat Apr 15 19:35:57 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ (On behalf of Christopher Kohlhoff <chris@kohlhoff.com>)
+
+ * ace/Makefile.bor:
+
+ Added new file QoS_Manager.cpp.
+
+ * ace/Basic_Types.h:
+ * ace/Timer_Queue_Adapters.h:
+
+ Added missing pre/post includes.
+
+ * include/makeinclude/ace_flags.bor:
+ * include/makeinclude/build_example.bor:
+
+ Updated for new orbsvcs libraries.
+
Sat Apr 15 18:17:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp:
Fixed the handle_output() function so that it does the "Right
Thing"[TM] on Windows NT. Win32 Winsock doesn't trigger
- multiple "You can write now" signals, so we have to assume that
+ multiple "You can write now" signals, so we have to assume that
we can continue to write until we get another EWOULDBLOCK.
Thanks to Nick Pratt
@@ -67,17 +104,17 @@ Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org>
Sun Apr 9 14:16:23 2000 James CE Johnson <jcej@mobsec.com>
* docs/tutorials/015/page01.html : Thanks to Conrad Hughes for
- pointing out that a real implementation would compress before
- encrypting since encrypted data shouldn't really be compressible
- anyway.
+ pointing out that a real implementation would compress before
+ encrypting since encrypted data shouldn't really be compressible
+ anyway.
* docs/tutorials/015/Protocol_Stream.cpp (open): Reorder the
- module pushing so that encryption happens before compression.
+ module pushing so that encryption happens before compression.
* docs/tutorials/015/Crypt.cpp :
* docs/tutorials/015/Compressor.cpp :
- Add a few extra bytes when creating the new message blocks. A
- real implementation would probably need that.
+ Add a few extra bytes when creating the new message blocks. A
+ real implementation would probably need that.
Sun Apr 09 00:04:25 2000 Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 9304f1e29fa..c86d9baee84 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,9 +1,46 @@
+Sat Apr 15 21:49:04 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/ACE.cpp:
+ * apps/Gateway/Gateway/Options.cpp:
+
+ Nick Pratt <npratt@microstrategy.com> reported two cases where
+ we were using sizeof some_string to figure out its length. This
+ of course doesn't work when the string is a wide string, so they
+ have been changed to account for the character size.
+
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ * apps/gperf/src/gperf.dsp:
+ * apps/gperf/src/gperf_lib.dsp:
+
+ Changed around the order of the configurations so that in the
+ default case (such as out of the box) the regular Debug version
+ will be the current configuration.
+
+Sat Apr 15 19:35:57 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ (On behalf of Christopher Kohlhoff <chris@kohlhoff.com>)
+
+ * ace/Makefile.bor:
+
+ Added new file QoS_Manager.cpp.
+
+ * ace/Basic_Types.h:
+ * ace/Timer_Queue_Adapters.h:
+
+ Added missing pre/post includes.
+
+ * include/makeinclude/ace_flags.bor:
+ * include/makeinclude/build_example.bor:
+
+ Updated for new orbsvcs libraries.
+
Sat Apr 15 18:17:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp:
Fixed the handle_output() function so that it does the "Right
Thing"[TM] on Windows NT. Win32 Winsock doesn't trigger
- multiple "You can write now" signals, so we have to assume that
+ multiple "You can write now" signals, so we have to assume that
we can continue to write until we get another EWOULDBLOCK.
Thanks to Nick Pratt
@@ -67,17 +104,17 @@ Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org>
Sun Apr 9 14:16:23 2000 James CE Johnson <jcej@mobsec.com>
* docs/tutorials/015/page01.html : Thanks to Conrad Hughes for
- pointing out that a real implementation would compress before
- encrypting since encrypted data shouldn't really be compressible
- anyway.
+ pointing out that a real implementation would compress before
+ encrypting since encrypted data shouldn't really be compressible
+ anyway.
* docs/tutorials/015/Protocol_Stream.cpp (open): Reorder the
- module pushing so that encryption happens before compression.
+ module pushing so that encryption happens before compression.
* docs/tutorials/015/Crypt.cpp :
* docs/tutorials/015/Compressor.cpp :
- Add a few extra bytes when creating the new message blocks. A
- real implementation would probably need that.
+ Add a few extra bytes when creating the new message blocks. A
+ real implementation would probably need that.
Sun Apr 09 00:04:25 2000 Nanbor Wang <nanbor@cs.wustl.edu>