diff --git a/STATUS b/STATUS index 13375e506..65487c082 100644 --- a/STATUS +++ b/STATUS @@ -1,3 +1,6 @@ +Status of GNUstep classes, protocols and functions +************************************************** + Key: [10] - complete and tested [8] - missing a few non-core methods, definitely usable @@ -145,8 +148,8 @@ Classes * NSValue:: [9] -Cross-Class Projects -==================== +Cross-Class Projects, or GNU-related foundations for GNUstep classes +==================================================================== * Collection classes need overhaul for * OpenStep compatibility @@ -154,6 +157,13 @@ Cross-Class Projects * Efficiency * Integrating with new NSHashtable and NSMaptable functions +* Make new Port classes, as subclasses of Stream; make a Port class + based on TCP sockets instead of UDP. + +* Make some new CStream classes that work efficiently on the same + machine---this is especially important for efficient D.O. + +* Integrate changes for WinNT Makefile's Protocols =========