diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-24 01:42:38 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-24 01:42:38 +0000 |
commit | 8800b1f8a5d238582474965d0a51cbd4f2b5538e (patch) | |
tree | 276132f5a9a5fd20d2d980a10e832448bee065dc | |
parent | 05c02cefd96efb31903dc616661089f4418201ae (diff) | |
download | ATCD-8800b1f8a5d238582474965d0a51cbd4f2b5538e.tar.gz |
Sun Jul 23 20:36:54 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r-- | PACE/ChangeLog | 6 | ||||
-rw-r--r-- | PACE/pace/win32/TODO | 19 |
2 files changed, 25 insertions, 0 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index e6e62e96174..cbfe3c7e86b 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 23 20:36:54 2000 Luther J Baker <luther@cs.wustl.edu> + + * pace/win32/TODO: + + Updated. + Sun Jul 23 20:21:02 2000 Luther J Baker <luther@cs.wustl.edu> * pace/win32/*: diff --git a/PACE/pace/win32/TODO b/PACE/pace/win32/TODO index e69de29bb2d..f49d6d81e8f 100644 --- a/PACE/pace/win32/TODO +++ b/PACE/pace/win32/TODO @@ -0,0 +1,19 @@ +Sun Jul 23 20:31:24 2000 Luther J Baker <luther@cs.wustl.edu> + + * ACE_wrappers/PACE/docs/PACE_POSIX_support.txt: + + Please see this file. If a PACE file is not listed here, + it means the win32 funcs compile natively. The rest of + the files actually listed here describe whether native, + emulated or no supported exists for the funcs in the + file. + + 1. Please see the "not implemented" funcs and find a way + emulate them (or find native implementation). + + 2. Check that current emulation and native support is + correct via POSIX semantics (user feedback). + + * ACE_wrappers/PACE/tests/*: + + 3. Get these tests compiling and working on win32!
\ No newline at end of file |