mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
b2b3636970
commit
5cf33dafd8
1 changed files with 5 additions and 3 deletions
|
@ -64,6 +64,11 @@ a list of the claimed and unclaimed GNUStep classes.
|
||||||
@item Resolve the method type conflicts between GNUStep and the
|
@item Resolve the method type conflicts between GNUStep and the
|
||||||
Collection classes.
|
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 Many code fixes and cleanups, indicated with @samp{xxx} in the source.
|
||||||
|
|
||||||
@item In remote object messaging, send exceptions back to the requestor.
|
@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 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
|
@item
|
||||||
The LAMBDA macro doesn't work on all systems. Request a change to gcc
|
The LAMBDA macro doesn't work on all systems. Request a change to gcc
|
||||||
that make something like LAMBDA work on all systems.
|
that make something like LAMBDA work on all systems.
|
||||||
|
|
Loading…
Reference in a new issue