summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 16:02:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 16:02:54 +0000
commit63ab6471c9df97ca77a06e75e6e11dfdf4f33f1c (patch)
tree064fc58143ae0740d421f43e2ca0f4e9ce22594b
parentf099515485e43038b81ad0f3970c20ed02412009 (diff)
downloadATCD-63ab6471c9df97ca77a06e75e6e11dfdf4f33f1c.tar.gz
ChangeLogTag: Thu Sep 02 11:02:25 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b54
-rw-r--r--ace/config-qnx-neutrino.h1
2 files changed, 30 insertions, 25 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 4ee5677a4ab..54bbb042736 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,43 +1,47 @@
+Thu Sep 02 11:02:25 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-qnx-neutrino.h: added ACE_LACKS_SOCKET_BUFSIZ.
+
Thu Sep 2 10:41:14 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Cached_Accept_Conn_Test.cpp: Removed a "static" from
- int debug so that the friggin' SunC++ compiler will link...
+ * tests/Cached_Accept_Conn_Test.cpp: Removed a "static" from
+ int debug so that the friggin' SunC++ compiler will link...
Thu Sep 2 08:56:39 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * ace/CDR_Stream.h:
- * ace/CDR_Stream.i:
- Added << and >> operators for ACE_CDR::Char. These are not
- to be used by TAO or the IDL compiler, they are solely for
- use with the ACE library, so that 1-byte values can be
- streamed without using the CORBAisms to_char and from_char.
- Otherwise, if a 1-byte value were on the rhs of a CDR operator,
- the compiler will probably promote the operator to the one
- using ACE_CDR::Short, which is not at all what we want.
+ * ace/CDR_Stream.h:
+ * ace/CDR_Stream.i:
+ Added << and >> operators for ACE_CDR::Char. These are not
+ to be used by TAO or the IDL compiler, they are solely for
+ use with the ACE library, so that 1-byte values can be
+ streamed without using the CORBAisms to_char and from_char.
+ Otherwise, if a 1-byte value were on the rhs of a CDR operator,
+ the compiler will probably promote the operator to the one
+ using ACE_CDR::Short, which is not at all what we want.
Wed Sep 1 21:37:59 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Makefile (BIN): Added the new CDR_File_Test.cpp to
- the list of files that are automatically built. Also, added
- this to run_tests.lst.
-
+ * tests/Makefile (BIN): Added the new CDR_File_Test.cpp to
+ the list of files that are automatically built. Also, added
+ this to run_tests.lst.
+
* tests: Added a new test called CDR_File_Test, which
exercises the ACE_CDR_Stream features in conjunction with file
- I/O. Thanks to Giga Giguashvili <gregoryg@ParadigmGeo.com>.
+ I/O. Thanks to Giga Giguashvili <gregoryg@ParadigmGeo.com>.
- * tests/CDR_Test.cpp: Moved the main() function to the end
- of the file.
+ * tests/CDR_Test.cpp: Moved the main() function to the end
+ of the file.
- * ace/OS.i: Moved the new ACE_OS::filesize() method down in
- this file until *after* the ACE_OS::close() method to prevent a
- "used before being inlined" error on DU. Thanks to David for
- reporting this.
+ * ace/OS.i: Moved the new ACE_OS::filesize() method down in
+ this file until *after* the ACE_OS::close() method to prevent a
+ "used before being inlined" error on DU. Thanks to David for
+ reporting this.
Wed Sep 1 20:41:03 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tests/run_tests.lst:
- Disabled the Time_Service_Test, it was crashing the parent
- process.
+ * tests/run_tests.lst:
+ Disabled the Time_Service_Test, it was crashing the parent
+ process.
Wed Sep 01 19:46:30 1999 David L. Levine <levine@cs.wustl.edu>
diff --git a/ace/config-qnx-neutrino.h b/ace/config-qnx-neutrino.h
index a3079913c2e..65e4990a516 100644
--- a/ace/config-qnx-neutrino.h
+++ b/ace/config-qnx-neutrino.h
@@ -102,6 +102,7 @@
#define ACE_LACKS_RWLOCK_T
#define ACE_LACKS_SBRK
#define ACE_LACKS_SEEKDIR
+#define ACE_LACKS_SOCKET_BUFSIZ
#define ACE_LACKS_SOCKETPAIR
#define ACE_LACKS_SOME_POSIX_PROTOTYPES
#define ACE_LACKS_STREAM_MODULES