mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 11:10:51 +00:00
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
This commit is contained in:
parent
3228ed0477
commit
b447d8678e
1 changed files with 8 additions and 9 deletions
17
STATUS
17
STATUS
|
@ -15,10 +15,7 @@ Classes
|
||||||
(Many classes do not raise the proper NSExceptions yet.)
|
(Many classes do not raise the proper NSExceptions yet.)
|
||||||
|
|
||||||
* NSArchiver:: [8]
|
* NSArchiver:: [8]
|
||||||
Missing class name substitution methods.
|
Doesn't yet call -awakeAfterUsingCoder:.
|
||||||
Coder could be much more efficient and compressed by
|
|
||||||
implementing interesting idea I had about not writing out the
|
|
||||||
xref tags for encoded objects.
|
|
||||||
|
|
||||||
* NSArray:: [8]
|
* NSArray:: [8]
|
||||||
|
|
||||||
|
@ -99,7 +96,8 @@ Classes
|
||||||
|
|
||||||
* NSNotificationCenter:: [9]
|
* NSNotificationCenter:: [9]
|
||||||
|
|
||||||
* NSNotificationQueue:: [?]
|
* NSNotificationQueue:: [4]
|
||||||
|
Needs integration with NSRunLoop, and efficiency improvements
|
||||||
|
|
||||||
* NSNumber:: [9]
|
* NSNumber:: [9]
|
||||||
|
|
||||||
|
@ -113,8 +111,8 @@ Classes
|
||||||
|
|
||||||
* NSRecursiveLock:: [8]
|
* NSRecursiveLock:: [8]
|
||||||
|
|
||||||
* NSRunLoop:: [0]
|
* NSRunLoop:: [8]
|
||||||
But Allan Clearwaters is working on it
|
NSTimer's not yet working, but everything else should be
|
||||||
|
|
||||||
* NSScanner:: [0]
|
* NSScanner:: [0]
|
||||||
|
|
||||||
|
@ -126,13 +124,14 @@ Classes
|
||||||
Careful, relationship with GNU String is tricky; this could
|
Careful, relationship with GNU String is tricky; this could
|
||||||
also use fixing.
|
also use fixing.
|
||||||
|
|
||||||
* NSThread:: [0]
|
* NSThread:: [8]
|
||||||
|
|
||||||
* NSTimeZone:: [8]
|
* NSTimeZone:: [8]
|
||||||
|
|
||||||
* NSTimeZoneDetail:: [8]
|
* NSTimeZoneDetail:: [8]
|
||||||
|
|
||||||
* NSTimer:: [0]
|
* NSTimer:: [4]
|
||||||
|
Working out bugs with returning doubles.
|
||||||
|
|
||||||
* NSUnarchiver:: [8]
|
* NSUnarchiver:: [8]
|
||||||
See NSArchvier
|
See NSArchvier
|
||||||
|
|
Loading…
Reference in a new issue