From cd19220fb343ac3d7c112da1d4ecba61c79ce6f8 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 2 Sep 1996 15:52:16 +0000 Subject: [PATCH] Fix NSUserDefaults and general GNU-related notes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1674 72102866-910b-0410-8b05-ffd578937521 --- STATUS | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/STATUS b/STATUS index 5a74dc46e..7bc50e08e 100644 --- a/STATUS +++ b/STATUS @@ -136,8 +136,7 @@ Classes * NSUnarchiver:: [8] See NSArchvier -* NSUserDefaults:: [0] - But I thought Georg had something for this. +* NSUserDefaults:: [8] * NSValue:: [9] @@ -145,19 +144,11 @@ Classes Cross-Class Projects, or GNU-related foundations for GNUstep classes ==================================================================== -* Collection classes need overhaul for - * OpenStep compatibility - * Getting rid of function pointers so that DO will work - * Efficiency - * Integrating with new NSHashtable and NSMaptable functions +* Finish subclasses of Port class: Ports based on UDP, pflocal + sockets, and shared memory. -* Make new Port classes, as subclasses of Stream; make a Port class - based on TCP sockets instead of UDP. +* String classes will get some organizational work. -* 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 =========