diff options
author | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-27 13:42:41 +0000 |
---|---|---|
committer | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-27 13:42:41 +0000 |
commit | a633107693b78752e29475446ab374506df4261c (patch) | |
tree | 7146f725519c0b1c379dfd985d98aa9ca1ec729b /PACE/ChangeLog | |
parent | db39ee189b95d3ccb54c4a6e19c663ba23f8935f (diff) | |
download | ATCD-a633107693b78752e29475446ab374506df4261c.tar.gz |
Thu Jul 27 08:36:01 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'PACE/ChangeLog')
-rw-r--r-- | PACE/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index 76c256b7e56..888b3eff07e 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,26 @@ +Thu Jul 27 08:36:01 2000 John Heitmann <jwh1@cs.wustl.edu> + + * pace/fcntl.h + * pace/mqueue.h + * pace/semaphore.h + * pace/stdio.h + Added :: qualifier to macros, but of course these should + be defined by the user, so these will go away once + I update OS.*. + + * pace/config/config.h + Added _REENTRANT for solaris. + + * pace/posix/time.inl + * pace/posix/unistd.inl + Took away PACE_HAS_PTHREAD_SEMANTICS in favor of platform + specific code. It appears PAC_HAS_PTHREAD_SEMANTICS is now + superfluous. + + * ../ace/OS.i + Qualified two functions with pace_ as they should + have been originally. Paceified ACE_OS::gettimeofday. + Wed Jul 26 17:13:51 2000 John Heitmann <jwh1@cs.wustl.edu> * pace/emulation/mqueue.c: |