diff options
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: |