summaryrefslogtreecommitdiff
path: root/PACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/ChangeLog')
-rw-r--r--PACE/ChangeLog57
1 files changed, 0 insertions, 57 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 67b9f20ca36..dc7ed3f5f5b 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,60 +1,3 @@
-Fri Jul 20 15:53:56 2001 Joe Hoffert <joeh@cs.wustl.edu>
-
- * pace/win32/string.c (strtok_r):
- Fixed problems with reference to ACE_OS and some C++
- incongruities.
-
-Fri Jul 20 15:44:02 2001 Joe Hoffert <joeh@cs.wustl.edu>
-
- * pace/win32/string.h:
-
- * pace/win32/string.inl (strtok_r):
-
- * pace/win32/string.c (strtok_r):
- Added support for strtok_r. Stole code from ACE_OS_String.
- Was causing a problem with the TAO IDL compiler.
-
-Tue Jul 10 10:43:38 2001 Joe Hoffert <joeh@cs.wustl.edu>
-
- * Makefile:
- Changed default definition of PACE_ROOT to be $ACE_ROOT/PACE
- rather than $ACE_ROOT/pace.
-
-Mon Jul 9 15:53:43 2001 Joe Hoffert <joeh@cs.wustl.edu>
-
- * tests/Stdio_Test.c:
- Added directives to compile test for VxWorks, e.g. calling
- spa and having it call ace_main (borrowed from ACE_OS).
-
- * tests/Pthreads_Test.c:
- * tests/Makefile:
- Added Pthreads_Test to test POSIX threads (at least
- minimally).
-
-Mon Jul 9 15:39:26 2001 Joe Hoffert <joeh@cs.wustl.edu>
-
- * pace/vxworks/utsname.h:
- VxWorks does not have a utsname.h so remove it from being
- included.
-
- * pace/vxworks/signal.inl:
- Fixed call to sigwait. Used call to sigtimedwait (as ACE
- does) since sigwait doesn't appear to be supported by
- VxWorks.
-
- * pace/vxworks/pthread.inl:
- Moved some functions from inline to non-inline.
-
- * pace/vxworks/pthread.c:
- Moved some functions from inline to non-inline.
-
- * pace/pthread.h:
- Changed some functions from inline to non-inline for
- VxWorks.
-
- * pace/fcntl.h:
- Added appropriate return for pace_fcntl on VxWorks.
-
Fri Jun 29 15:52:28 2001 Joe Hoffert <joeh@cs.wustl.edu>
* pace/config/platform.h: