From b447d8678eb635670e93b664db1d9feaecfff80c Mon Sep 17 00:00:00 2001 From: mccallum Date: Wed, 17 Apr 1996 20:22:15 +0000 Subject: [PATCH] Updated entries for NSRunLoop, NSArchiver, NSThread, and others. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1457 72102866-910b-0410-8b05-ffd578937521 --- STATUS | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/STATUS b/STATUS index 26a28ad47..5f7e2be7d 100644 --- a/STATUS +++ b/STATUS @@ -15,10 +15,7 @@ Classes (Many classes do not raise the proper NSExceptions yet.) * NSArchiver:: [8] - Missing class name substitution methods. - Coder could be much more efficient and compressed by - implementing interesting idea I had about not writing out the - xref tags for encoded objects. + Doesn't yet call -awakeAfterUsingCoder:. * NSArray:: [8] @@ -99,7 +96,8 @@ Classes * NSNotificationCenter:: [9] -* NSNotificationQueue:: [?] +* NSNotificationQueue:: [4] + Needs integration with NSRunLoop, and efficiency improvements * NSNumber:: [9] @@ -113,8 +111,8 @@ Classes * NSRecursiveLock:: [8] -* NSRunLoop:: [0] - But Allan Clearwaters is working on it +* NSRunLoop:: [8] + NSTimer's not yet working, but everything else should be * NSScanner:: [0] @@ -126,13 +124,14 @@ Classes Careful, relationship with GNU String is tricky; this could also use fixing. -* NSThread:: [0] +* NSThread:: [8] * NSTimeZone:: [8] * NSTimeZoneDetail:: [8] -* NSTimer:: [0] +* NSTimer:: [4] + Working out bugs with returning doubles. * NSUnarchiver:: [8] See NSArchvier