diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-22 00:03:39 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-22 00:03:39 +0000 |
commit | 49331d765f876b92f6299b75801843e4b4b72261 (patch) | |
tree | bfec840ce26c9043b35e012e299fee3c66100c22 /PACE | |
parent | 7db9262db8019283f7f2a91006722efe87b76f31 (diff) | |
download | ATCD-49331d765f876b92f6299b75801843e4b4b72261.tar.gz |
Thu Dec 21 18:02:23 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/ChangeLog | 6 | ||||
-rw-r--r-- | PACE/docs/todo.txt | 41 |
2 files changed, 6 insertions, 41 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index d188b972226..11493ead522 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 21 18:02:23 2000 Luther J Baker <luther@cs.wustl.edu> + + * pace/docs/todo.txt + + Meaningless file removed. + Wed Dec 20 16:49:47 2000 Luther J Baker <luther@cs.wustl.edu> * tests/Stdio_Test.c: diff --git a/PACE/docs/todo.txt b/PACE/docs/todo.txt deleted file mode 100644 index 40217b07bfd..00000000000 --- a/PACE/docs/todo.txt +++ /dev/null @@ -1,41 +0,0 @@ -Mon Jun 5 17:32:36 2000 Luther J Baker <luther@cs.wustl.edu> - - * Makefile/libraries: Joe - One place of [.h] files. The makefile needs to determine - the correct platform and include {-I} the correct path - for the appropriate platform directory. - - * PACE_OS (/vxworks/win32: Luther)(/linux/sunos) - - etc... These directories need to compile correctly under - the appropriate platform. For now, Andrew is porting - sunos and linux and I (Luther) am porting vxworks and - win32. We need to finish all the platforms quickly so - this should change daily. Especially once the Makefiles - work correctly. - - * ACE_OS: Darrell and St. Louis team. - Darrell is breaking ACE_OS up. Joe, myself and the St. - Louis team needs to start implementing ACE_OS in terms - of PACE. We can do this directly in OS.h/inl/cpp as - well as in the files that Darrell is subsetting ACE_OS - out into. - - * STL: - Eric and Bjorn are looking at the classes in ACE that use - the ACE containers. We are looking at the amount of work - and usefullness to be gained from changing the ACE - container interfaces to be consistent with the STL. - - * pace++: - Threads: Umar - IPC: Nortel - - -Tue May 23 17:55:40 2000 Luther J Baker <luther@cs.wustl.edu> - - * When compiling pace/pace/* files, all .o files all currently - appear in the pace/pace directory. E.G.: pace/pace/sys/socket.c - generates pace/pace/socket.o. This needs to be addressed - concurrently as we build the pacelib and link to the rest of - ace. |