From 9563478642715299edfed950477a075bb310e2b0 Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 5 May 1995 15:24:14 +0000 Subject: [PATCH] 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 --- Documentation/todo.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/todo.texi b/Documentation/todo.texi index a3310edbe..84078ee75 100644 --- a/Documentation/todo.texi +++ b/Documentation/todo.texi @@ -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 . 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.