From c5122750a5a53a62393cc0e26e830b59250ecb43 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 1 Feb 1996 03:31:33 +0000 Subject: [PATCH] Add title. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@891 72102866-910b-0410-8b05-ffd578937521 --- STATUS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 =========