diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-24 01:33:30 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-24 01:33:30 +0000 |
commit | 05c02cefd96efb31903dc616661089f4418201ae (patch) | |
tree | a235e07d0bcce43cb7d39e8d2e2454201638f46a /PACE/ChangeLog | |
parent | b400fbbd987c0200b40661d87914c6eff68f5b26 (diff) | |
download | ATCD-05c02cefd96efb31903dc616661089f4418201ae.tar.gz |
Sun Jul 23 20:21:02 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/ChangeLog')
-rw-r--r-- | PACE/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index 28ad23c6d2f..e6e62e96174 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,18 @@ +Sun Jul 23 20:21:02 2000 Luther J Baker <luther@cs.wustl.edu> + + * pace/win32/*: + + Cleaned up alot of implementation. + + Got rid of separate 'emulation' functions because only win32 + is in this directory (if we supported multiple platforms in + this directory, then the code would get messy so we would do + better to inline and call emulation funcs according to the + platform at hand). + + Inserted ACE style macros for WIN32 OS calls. Set errno + properly and adapts return values to POSIX compliance. + Sun Jul 23 19:17:33 2000 Luther J Baker <luther@cs.wustl.edu> * pace/win32/pthread.h: |