Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ChangeLogTag: Thu Oct 28 00:27:57 2004 Olli Savia <ops@iki.fi> | olli | 2004-10-27 | 1 | -4/+4 | |
| | ||||||
* | ChangeLogTag:Thu Oct 7 16:45:21 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-10-07 | 4 | -0/+5 | |
| | ||||||
* | ChangeLogTag: Tue Sep 28 14:31:10 2004 J.T. Conklin <jtc@acorntoolworks.com> | jtc | 2004-09-28 | 3 | -46/+40 | |
| | ||||||
* | ChangeLogTag:Mon Sep 27 17:04:29 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-27 | 4 | -161/+352 | |
| | ||||||
* | ChangeLogTag:Fri Sep 24 10:40:11 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-24 | 10 | -56/+89 | |
| | ||||||
* | ChangeLogTag:Wed Sep 1 17:16:29 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-17 | 3 | -0/+3 | |
| | ||||||
* | ChangeLogTag: Thu Sep 16 10:07:00 UTC 2004 Martin Corino <mcorino@remedy.nl> | Johnny Willemsen | 2004-09-16 | 4 | -6/+15 | |
| | ||||||
* | ChangeLogTag:Mon Sep 13 12:49:22 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-13 | 1 | -0/+1 | |
| | ||||||
* | ChangeLogTag: Sat Sep 11 11:41:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-09-11 | 2 | -3/+5 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag:Thu Sep 9 16:40:27 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-09 | 13 | -165/+179 | |
| | ||||||
* | ChangeLogTag: Thu Sep 9 16:17:38 2004 Olli Savia <ops@iki.fi> | olli | 2004-09-09 | 1 | -0/+15 | |
| | ||||||
* | ChangeLogTag: Fri Sep 3 21:36:51 2004 Olli Savia <ops@iki.fi> | olli | 2004-09-03 | 1 | -2/+1 | |
| | ||||||
* | ChangeLogTag: Fri Sep 3 19:13:24 2004 Olli Savia <ops@iki.fi> | olli | 2004-09-03 | 1 | -1/+1 | |
| | ||||||
* | ChangeLogTag: Thu Sep 2 07:22:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-09-02 | 2 | -0/+6 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag:Wed Sep 1 17:16:29 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-09-01 | 7 | -7/+14 | |
| | ||||||
* | ChangeLogTag: Wed Sep 1 07:00:39 2004 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2004-09-01 | 6 | -1190/+21 | |
| | ||||||
* | ChangeLogTag: Thu Aug 26 06:47:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-08-26 | 3 | -9/+18 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag: Fri Aug 20 07:47:00 UTC 2004 Martin Corino <mcorino@remedy.nl> | mcorino | 2004-08-20 | 1 | -10/+10 | |
| | ||||||
* | ChangeLogTag: Thu Aug 19 08:26:11 2004 J.T. Conklin <jtc@acorntoolworks.com> | jtc | 2004-08-19 | 1 | -0/+1 | |
| | ||||||
* | ChangeLogTag: Fri Aug 5 15:30:00 UTC 2004 Simon Massey ↵ | sma | 2004-08-06 | 3 | -1/+29 | |
| | | | | <simon.massey@prismtechnologies.com> | |||||
* | ChangeLogTag: Fri Aug 6 09:15:00 UTC 2004 Simon Massey ↵ | sma | 2004-08-06 | 1 | -0/+2 | |
| | | | | <simon.massey@prismtechnologies.com> | |||||
* | ChangeLogTag:Wed Aug 4 08:31:43 2004 Douglas C. Schmidt ↵ | schmidt | 2004-08-04 | 1 | -0/+0 | |
| | | | | <schmidt@cs.wustl.edu> | |||||
* | ChangeLogTag:Mon Aug 2 15:20:37 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-08-02 | 1 | -0/+1 | |
| | ||||||
* | ChangeLogTag:(not committed) Steve Huston <shuston@riverace.com> | Steve Huston | 2004-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | * ace/os_include/os_signal.h: Removed the #include os_time.h - it's not needed for anything in this header, and for some reason, it introduces a type oddity on HP-UX - aC++ gets the idea there's a tentative struct sigaction and doesn't match the real one, causing compile errors in ACE_OS::sigaction(). * ace/Signal.{h inl}: Removed the hack typedef ACE_SIGACTION that was allegedly put in for an HP-UX C++ bug. It's not needed and is causing further problems. #include "ace/os_include/os_signal.h" to get the needed signal-related types. * apps/JAWS3/jaws3/Event_Result.h: Changed #include "ace/OS.h" to "ace/OS_NS_errno.h". Removing the "big hammer" OS.h stuff. This fixes a compile error in OS_TLI.inl on HP-UX w/ aC++. Why? I have no idea... there's something odd still about orders of includes and/or preprocessor defs or something. This odd compile error creeps up every once in a while and is always related to fudging something somewhere (see fix above for signal...) but this one doesn't have an apparant cause. | |||||
* | ChangeLogTag: Mon Jun 14 16:43:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-06-14 | 12 | -0/+21 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag: Mon Jun 14 16:36:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-06-14 | 2 | -0/+2 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag: Mon Jun 14 16:35:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-06-14 | 1 | -0/+1 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag: Mon Jun 14 16:33:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-06-14 | 1 | -0/+1 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag: Sun Jun 13 17:05:12 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-06-13 | 3 | -14/+17 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag:Thu Jun 10 18:41:29 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-06-10 | 18 | -19/+11 | |
| | ||||||
* | ChangeLogTag:Mon May 17 15:46:39 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-17 | 1 | -1/+1 | |
| | ||||||
* | ChangeLogTag:Sat May 8 00:10:23 2004 Ossama Othman ↵ | Ossama Othman | 2004-05-08 | 1 | -3/+4 | |
| | | | | <ossama@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Fri May 7 17:26:33 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-07 | 1 | -1/+1 | |
| | ||||||
* | ChangeLogTag:Wed May 5 14:52:21 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-05 | 5 | -7/+18 | |
| | ||||||
* | ChangeLogTag:Tue May 4 18:32:$9 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-04 | 1 | -0/+3 | |
| | ||||||
* | ChangeLogTag:Tue May 4 18:16:33 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-04 | 4 | -12/+13 | |
| | ||||||
* | ChangeLogTag:Mon May 3 18:12:30 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-05-03 | 2 | -0/+3 | |
| | ||||||
* | Makefiles must now be generated using MPC. | Ossama Othman | 2004-05-03 | 24 | -18112/+0 | |
| | ||||||
* | ChangeLogTag: Sat May 01 17:12:32 UTC 2004 Johnny Willemsen ↵ | Johnny Willemsen | 2004-05-01 | 2 | -23/+23 | |
| | | | | <jwillemsen@remedy.nl> | |||||
* | ChangeLogTag:Fri Apr 23 21:18:17 2004 Ossama Othman ↵ | Ossama Othman | 2004-04-24 | 4 | -352/+89 | |
| | | | | <ossama@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Fri Apr 23 21:18:17 2004 Ossama Othman ↵ | Ossama Othman | 2004-04-24 | 3 | -3/+13 | |
| | | | | <ossama@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Thu Apr 22 20:01:12 2004 Ossama Othman ↵ | Ossama Othman | 2004-04-23 | 5 | -30/+30 | |
| | | | | <ossama@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Fri Apr 16 12:34:29 2004 Steve Huston <shuston@riverace.com> | Steve Huston | 2004-04-16 | 3 | -1182/+0 | |
| | ||||||
* | *** empty log message *** | Ossama Othman | 2004-04-13 | 2 | -18/+19 | |
| | ||||||
* | ChangeLogTag: Mon Apr 12 13:55:46 2004 Chad Elliott <elliott_c@ociweb.com> | elliott_c | 2004-04-12 | 2 | -0/+5 | |
| | ||||||
* | ChangeLogTag:Sun Apr 11 18:22:39 2004 Balachandran Natarajan ↵ | bala | 2004-04-11 | 1 | -171/+0 | |
| | | | | <bala@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Sun Apr 11 18:19:55 2004 Balachandran Natarajan ↵ | bala | 2004-04-11 | 1 | -29/+0 | |
| | | | | <bala@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Sat Apr 10 23:39:54 2004 Balachandran Natarajan ↵ | bala | 2004-04-11 | 17 | -1564/+0 | |
| | | | | <bala@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan ↵ | bala | 2004-04-08 | 14 | -206/+0 | |
| | | | | <bala@dre.vanderbilt.edu> | |||||
* | ChangeLogTag:Wed Mar 31 23:20:52 2004 Balachandran Natarajan ↵ | bala | 2004-04-01 | 2 | -1/+2 | |
| | | | | <bala@dre.vanderbilt.edu> |