diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-21 22:29:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-21 22:29:48 +0000 |
commit | 59b3b0d44c6eae415d2cb7a70e174f9f7148beab (patch) | |
tree | 7215cd666d3adec52f434f163b60e203098f5613 /TAO/ChangeLog-98c | |
parent | 6da544dce9ba70a89ecc72cf07e9badfde4a3ae1 (diff) | |
download | ATCD-59b3b0d44c6eae415d2cb7a70e174f9f7148beab.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 6aefc536bfc..716330bcb27 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,29 +1,34 @@ +Thu May 21 17:28:55 1998 David L. Levine <levine@cs.wustl.edu> + + * tao/GIOP.cpp (writev_n): added static cast of iov_len to + ssize_t to avoid signed/unsigned comparison. + Thu May 21 12:16:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu> - * tests/Cubit/TAO/MT_Cubit/Makefile: - orbsvcs should go before TAO in the link line. + * tests/Cubit/TAO/MT_Cubit/Makefile: + orbsvcs should go before TAO in the link line. - * tests/Quoter/Makefile: - Pass a -I flag to the IDL compiler so it can find the - CosLifeCycle.idl file. + * tests/Quoter/Makefile: + Pass a -I flag to the IDL compiler so it can find the + CosLifeCycle.idl file. - * tests/POA/Default_Servant/Makefile: - * tests/POA/Generic_Servant/Makefile: - Added dependencies. + * tests/POA/Default_Servant/Makefile: + * tests/POA/Generic_Servant/Makefile: + Added dependencies. - * tests/OctetSeq/Makefile: - Updated dependencies. + * tests/OctetSeq/Makefile: + Updated dependencies. - * tests/OctetSeq/OctetSeq.cpp: - Removed yet another signed/unsigned comparison. - Also was doing the wrong kind of cast. + * tests/OctetSeq/OctetSeq.cpp: + Removed yet another signed/unsigned comparison. + Also was doing the wrong kind of cast. - * tao/GIOP.cpp: - Fixed pointer airthmetic, it was done using "void*" instead of - "char*". + * tao/GIOP.cpp: + Fixed pointer airthmetic, it was done using "void*" instead of + "char*". - * tao/CDR.cpp: - Fixed problems in error detection for OutputCDR::adjust. + * tao/CDR.cpp: + Fixed problems in error detection for OutputCDR::adjust. Wed May 20 21:25:33 1998 David L. Levine <levine@cs.wustl.edu> |