summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchunlabeled-4.1.2nobody1996-12-30471-103577/+0
* fooschmidt1996-12-3014-149/+197
* fooschmidt1996-12-298-46/+537
* Yeeehawwwwharrison1996-12-298-7647/+7983
* Put comments on #endifsharrison1996-12-281-2/+2
* Fixed a few random bugs with ACE_event_tharrison1996-12-281-3/+8
* fooschmidt1996-12-286-31/+45
* with more of James CE Johnson's tweakslevine1996-12-271-7/+42
* added specialization of template class ACE_Atomic_Op<ACE_Thread_Mutex, int> f...levine1996-12-252-0/+9
* added call to event_destroy () for waiters_done_ on WTHREADS platformslevine1996-12-251-1/+3
* don't include ace/ARGV.h except on WIN32 because it's only needed there, and ...levine1996-12-241-0/+4
* in ACE_cond_t, declare waiters_done_ as ACE_sema_t on VxWorks onlylevine1996-12-242-1/+32
* fixed position of #endif /* !ACE_LACKS_THREAD_STACK_SIZE */ directivelevine1996-12-241-1/+1
* fixed a couple of typos in commentslevine1996-12-241-2/+2
* added declaration of siginfo_t::siginfo_t (ACE_HANDLE *)levine1996-12-241-3/+3
* fooschmidt1996-12-245-47/+37
* replaced two "ptr && ptr->foo ()" statements with "if (ptr) ptr-> foo()" to p...levine1996-12-231-4/+5
* fooschmidt1996-12-232-5/+5
* fooschmidt1996-12-2237-347/+792
* fixes for VxWorks and inlining (moved #include of OS.i after #defines but bef...levine1996-12-212-18/+24
* hi hiharrison1996-12-191-1/+1
* Leave me alone.harrison1996-12-191-8/+6
* More insignificant changes to help compilations on other platforms.harrison1996-12-191-15/+13
* enable inlining on VxWorkslevine1996-12-192-7/+12
* Put in a terrible #define to make it compile on non-win32 platforms.harrison1996-12-191-1/+3
* Check the ChangeLogharrison1996-12-182-9/+12
* Forgot to commit this.harrison1996-12-181-0/+4
* more VxWorks gethostbyname () tweakslevine1996-12-183-5/+7
* Check the ChangeLogharrison1996-12-181-0/+26
* Fixed an itty little bug.harrison1996-12-181-35/+19
* Fixed a bug in run_reactorEx_event_loop (ACE_Time_Value&).harrison1996-12-181-1/+1
* fooschmidt1996-12-186-90/+174
* oops, fixed VxWorks ::spa () to not increment argc when zeroing out remainder...levine1996-12-181-2/+2
* in ::spa () for VxWorks, zero out unused argv[] slots to overwrite args from ...levine1996-12-181-0/+9
* on VxWorks: implemented ACE_OS::gethostbyname (), and fixed inet_ntoa () to r...levine1996-12-182-7/+33
* Check the cool ChangeLog entries!!!harrison1996-12-186-83/+86
* fooschmidt1996-12-172-3/+7
* fooschmidt1996-12-179-75/+134
* reordered initializations in ctor to match declaration orderlevine1996-12-161-2/+2
* those #ifdef'd functions referenced a few static variables that are no longer...levine1996-12-161-1/+1
* #ifdef'd out compiles of ace_yyunput () and ace_yy_{push,pop,top}_state () be...levine1996-12-161-20/+30
* added parens to a couple of combined assignments/conditionals to avoid compil...levine1996-12-161-2/+2
* reordered initializations in default ctor to match declaration orderlevine1996-12-161-2/+2
* removed spurious "*/". Thanks to Harry Gunnarsson for pointing this out.levine1996-12-161-1/+1
* *** empty log message ***schmidt1996-12-1510-61/+248
* ,schmidt1996-12-151-5/+9
* fixes for inlininglevine1996-12-1410-45/+47
* fooschmidt1996-12-1320-118/+135
* added ACE_NEEDS_SYSTIME_H to VxWorks configs because it's needed with inlininglevine1996-12-132-0/+2
* *** empty log message ***irfan1996-12-131-2/+2