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:
Andrew McCallum 1995-05-05 15:24:14 +00:00
parent 109f709dce
commit afd4ae4eba

View file

@ -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.