summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagpluggable_testing_merge1nobody1999-05-266560-1684895/+38138
| | | 'pluggable_testing_merge1'.
* Wed May 26 15:50:00 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-263-13/+35
|
* Wed May 26 14:01:51 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-2614-69/+396
|
* Newnanbor1999-05-263-0/+501
|
* Disabled VC 4250 warnings.nanbor1999-05-261-0/+11
| | | | Added macros to prevent circular inclusion.
* *** empty log message ***nanbor1999-05-261-2/+9
|
* .nanbor1999-05-261-1/+1
|
* *** empty log message ***nanbor1999-05-261-0/+6
|
* Fixed template build options for newly added files.nanbor1999-05-262-332/+156
|
* ChangeLogTag:Wed May 26 14:05:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-262-0/+7
|
* Disable VC warning 4250.nanbor1999-05-261-0/+8
|
* *** empty log message ***nanbor1999-05-261-1/+6
|
* *** empty log message ***irfan1999-05-261-117/+199
|
* * TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:parsons1999-05-261-0/+7
| | | | | | Fixed extractor for pseudo objects (at least for the two cases TypeCode and Object. A case for ValueBase is still TODO).
* Fixed the >> operator for pseudo objects (at least forparsons1999-05-261-2/+14
| | | | | two cases - TypeCode and Object. ValueBase case is not yet implemented here).
* * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:parsons1999-05-261-0/+2
| | | | | | | | Fixed extractor for bounded strings. Existing code assumed that CORBA::Any::to_string::bound_ includes the terminating '\0', which it does not. Thanks to Keith Nichol <knichol@syscorp.com.au> for pointing this out.
* * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:parsons1999-05-261-0/+7
| | | | | | Fixed extractor for bounded strings. Existing code assumed that CORBA::Any::to_string::bound_ includes the terminating '\0', which it does not.
* *** empty log message ***irfan1999-05-261-1/+1
|
* Fixed code generation for bounded string extractor.parsons1999-05-261-1/+1
|
* Wed May 26 08:41:32 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-262-9/+16
|
* Consolidated the two freebsd platform macro files.nanbor1999-05-262-44/+22
|
* Added ACE_HAS_NONCONST_SELECT_TIMEVAL.nanbor1999-05-261-3/+11
| | | | This file is pretty out-dated.
* Added ACE_HAS_NONCONST_SELECT_TIMEVAL.nanbor1999-05-261-0/+1
|
* *** empty log message ***nanbor1999-05-261-0/+9
|
* *** empty log message ***levine1999-05-261-22/+24
|
* now support CORBA_SystemException minor statuslevine1999-05-261-0/+11
|
* ChangeLogTag:Tue May 25 21:38:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-262-0/+8
|
* *** empty log message ***Steve Huston1999-05-251-0/+4
|
* Added SOCK_Send_Recv_TestSteve Huston1999-05-252-0/+2
|
* Changed the definition of delete in ACE_ALLOC_HOOKS_DEFINE to usejxh1999-05-251-1/+1
| | | | | delete [], since supposedly the pointer was created with new []. However, the code is harmless since it is never compiled in.
* *** empty log message ***bala1999-05-251-0/+14
|
* Made some changes to exception handlingbala1999-05-257-167/+162
|
* * tests/SOCK_Send_Recv_Test.cpp:parsons1999-05-251-0/+8
| | | | | | | Fixed a signed/unsigned mismatch warning and changed several uses of static_cast to reinterpret_cast. This is a belated entry, I put it first in TAO/ChangeLog by mistake.
* Moving an entry that should be in ACE_wrappers/ChangeLogparsons1999-05-251-5/+0
|
* Fixed signed/unsigned mismatch.Steve Huston1999-05-251-2/+2
|
* *** empty log message ***nanbor1999-05-251-0/+6
|
* Several reason strings for log_msg's "%p" directive were missing in ↵nanbor1999-05-251-5/+7
| | | | set_endpoint.
* added Stefaan Kiebooms <stefaan@ghs.com>levine1999-05-251-0/+1
|
* added -Xleaveg7 to CFLAGS with threads=1. It's necessarylevine1999-05-251-4/+4
| | | | to avoid execution problems in multithreaded programs.
* *** empty log message ***levine1999-05-251-7/+15
|
* *** empty log message ***Ossama Othman1999-05-251-0/+8
|
* * ace/LSOCK_Acceptor.cpp (get_local_addr):Ossama Othman1999-05-251-1/+5
| | | | | | Only the base class members of ACE_UNIX_Addr were being copied since the assignment lacked a dynamic cast. Thanks to Carlos and Irfan for clarifying this.
* ChangeLogTag:Tue May 25 12:54:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-254-13/+32
|
* *** empty log message ***levine1999-05-251-88/+94
|
* ChangeLogTag:Tue May 25 12:17:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-256-13/+60
|
* added support for passing location and errno through minor status of ↵levine1999-05-255-50/+126
| | | | SystemExceptions
* ChangeLogTag:Tue May 25 12:07:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-2519-762/+730
|
* *** empty log message ***nanbor1999-05-252-2/+2
|
* *** empty log message ***nanbor1999-05-251-1/+5
|
* Tue May 25 11:41:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-253-6/+11
|