summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_39'.ACE-4_6_39nobody1999-05-163537-1034082/+0
|
* 4.6.39schmidt1999-05-164-4/+8
|
* ChangeLogTag:Sun May 16 18:25:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-162-2/+7
|
* *** empty log message ***levine1999-05-162-12/+12
|
* (ACE_Log_Msg_Manager::lock_): changed the lock type fromlevine1999-05-161-12/+12
| | | | | | ACE_Thread_Mutex to ACE_Recursive_Thread_Mutex. This allows ACE_Log_Msg's methods to be called after calling ACE_Log_Msg::acquire (), without deadlock.
* *** empty log message ***levine1999-05-161-0/+9
|
* ChangeLogTag:Sun May 16 10:59:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-162-3/+7
|
* Fixed error in last commit.coryan1999-05-161-1/+1
|
* ChangeLogTag:Sun May 16 10:59:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-164-5/+45
|
* *** empty log message ***pradeep1999-05-161-0/+5
|
* *** empty log message ***pradeep1999-05-161-2/+2
|
* *** empty log message ***levine1999-05-161-23/+29
|
* removed the ACE_NOTREACHED from TAO_YY_BREAK, because it caused tao_idl to ↵levine1999-05-161-1/+1
| | | | fail on IRIX and DU
* ChangeLogTag:Sat May 15 22:15:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-164-17/+39
|
* *** empty log message ***marina1999-05-161-2/+13
|
* Corrected a comment.marina1999-05-162-2/+2
|
* modified 'init' function to use 'status' variable to store the return value ↵marina1999-05-161-6/+9
| | | | | | to avoid various compilers' warnings regarding reaching the end of non-void function, problems with ACE_NOTREACHED on vxworks, etc.
* Updated dependenciescoryan1999-05-162-232/+4303
|
* *** empty log message ***vishal1999-05-161-0/+1
|
* *** empty log message ***vishal1999-05-162-1/+10008
|
* *** empty log message ***vishal1999-05-152-7/+36
|
* *** empty log message ***vishal1999-05-152-11/+6
|
* ChangeLogTag:Sat May 15 16:26:49 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-152-4/+10
|
* *** empty log message ***levine1999-05-151-0/+11
|
* (activate_object): commented out unused local "new_addr"levine1999-05-151-2/+2
|
* added #include of ace/SString.hlevine1999-05-151-12/+13
|
* change multiple #include protection to #ifndeflevine1999-05-151-13/+13
|
* fixed RCS Id stringlevine1999-05-153-41/+33
|
* *** empty log message ***levine1999-05-151-429/+433
|
* ChangeLogTag:Sat May 15 14:11:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-1519-532/+879
|
* Fixed TAO_YY_BREAK, again.nanbor1999-05-151-1/+1
|
* *** empty log message ***nanbor1999-05-151-15/+20
|
* recursive/optimized typecodesgokhale1999-05-1567-1528/+3687
|
* added #include of ace/Malloc_Base.h. It's needed for the definitionlevine1999-05-151-0/+1
| | | | of ACE_Allocator when instantiating container classes.
* *** empty log message ***levine1999-05-151-1/+7
|
* Added #include of ace/SString.h.nanbor1999-05-151-0/+1
|
* *** empty log message ***nanbor1999-05-151-0/+4
|
* *** empty log message ***parsons1999-05-151-0/+15
|
* removed unnecessary #include of ace/SString.h.levine1999-05-151-1/+0
|
* *** empty log message ***levine1999-05-151-30/+34
|
* ChangeLogTag:Fri May 14 21:11:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-153-8/+14
|
* ChangeLogTag:Fri May 14 21:03:30 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-152-4/+11
|
* ChangeLogTag:Fri May 14 21:00:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-156-22/+170
|
* *** empty log message ***pradeep1999-05-157-399/+276
|
* * ace/Message_Block.cpp (total_size):Ossama Othman1999-05-151-0/+14
| | | | | | | | | | | | Corrected warning caused by assignment to non-const from const. * ace/Message_Queue_T.cpp (close): Temporary variable wasn't declared. * ace/Message_Queue_T.cpp (remove_messages): Removed unused variable.
* * ace/Message_Queue_T.cpp (close):Ossama Othman1999-05-151-2/+2
| | | | | | | | Temporary variable wasn't declared. * ace/Message_Queue_T.cpp (remove_messages): Removed unused variable.
* * ace/Message_Block.cpp (total_size):Ossama Othman1999-05-151-1/+1
| | | | Corrected warning caused by assignment to non-const from const.
* * ace/Task_T.cpp (put, flush):Ossama Othman1999-05-151-0/+7
| | | | | Corrected syntax errors where return type was placed before template keyword.
* Corrected syntax errors where return type was placed beforeOssama Othman1999-05-151-4/+2
| | | | template keyword.
* .schmidt1999-05-147-10/+159
|