mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Mention NSExceptions. Remove thread-safe runtime.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
109f709dce
commit
afd4ae4eba
1 changed files with 3 additions and 4 deletions
|
@ -12,9 +12,6 @@ help is greatly appreciated. Send email to
|
|||
|
||||
@itemize
|
||||
|
||||
@item Make the GNU Objective C runtime thread-safe. (Again, someone?
|
||||
We really need this.) [This might be claimed.]
|
||||
|
||||
@item Write a test-suite for the library. Use dejagnu.
|
||||
|
||||
@item Write a proper name server for SocketPort's. Currently we're just
|
||||
|
@ -37,7 +34,7 @@ been created.
|
|||
argument to @@encode() and get a type string like the selector types.
|
||||
@end enumerate
|
||||
|
||||
@item Notification registration classes, notification classes.
|
||||
@item GNU Notification registration classes, notification classes.
|
||||
|
||||
@item Write more/better random number generators. Make them conform to
|
||||
the protocol <RandomGenerating>. See RNGAdditiveCongruential.
|
||||
|
@ -61,6 +58,8 @@ a list of the claimed and unclaimed GNUStep classes.
|
|||
|
||||
@itemize @bullet
|
||||
|
||||
@item Make my NS... classes raise the NSExceptions they are supposed to.
|
||||
|
||||
@item Resolve the method type conflicts between GNUStep and the
|
||||
Collection classes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue