From 5cf33dafd8dcbc712f9db109bc38d8de69d84f66 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sat, 15 Apr 1995 20:04:12 +0000 Subject: [PATCH] Mention need to fix allocation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@376 72102866-910b-0410-8b05-ffd578937521 --- Documentation/todo.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/todo.texi b/Documentation/todo.texi index c298b9254..c9fa73d64 100644 --- a/Documentation/todo.texi +++ b/Documentation/todo.texi @@ -64,6 +64,11 @@ a list of the claimed and unclaimed GNUStep classes. @item Resolve the method type conflicts between GNUStep and the Collection classes. +@item Fix many memory allocation inconsistencies. Methods that return +malloced buffers should autorelease those buffers, (like readFormat:). + +@item Remove (Stream*) types on args. + @item Many code fixes and cleanups, indicated with @samp{xxx} in the source. @item In remote object messaging, send exceptions back to the requestor. @@ -71,9 +76,6 @@ I'm waiting for gcc 2.7 exceptions. @item Add Coding methods to all the other collection classes. -@item Find method for detecting NeXT vs GNU runtime. Put it in -@samp{configure.in} and define @samp{NeXT_runtime}. - @item The LAMBDA macro doesn't work on all systems. Request a change to gcc that make something like LAMBDA work on all systems.