From 0e359ee325b72a9760e6c4434c9b42364be81a01 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 20 Nov 1998 05:04:39 +0000 Subject: [PATCH] Done assert -> NSAssert git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3267 72102866-910b-0410-8b05-ffd578937521 --- Documentation/todo.tmpl.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/todo.tmpl.texi b/Documentation/todo.tmpl.texi index daf779617..cda81d783 100644 --- a/Documentation/todo.tmpl.texi +++ b/Documentation/todo.tmpl.texi @@ -40,10 +40,6 @@ an exception. [4, exceptions, threads] (980220) by Richard Frith-Macdonald @email{richard@@brainstorm.co.uk}. Contact him for details. [3, guile] (980629) -@item Change all the assert()'s (especially in the archiving code) to -NSAssert()'s. This will help make D.O. servers more safe from bad -clients. [2, exceptions] (980220) - @item Make NS... classes raise the NSExceptions they are supposed to. Change many NSParameterAssert()'s into NSAssert()'s with explanations. [2, exceptions] (970101)