Mention need to fix allocation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@376 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-15 20:04:12 +00:00
parent b2b3636970
commit 5cf33dafd8

View file

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