libs-base/Documentation/todo.texi
fedor 65a853d778 Remove use of tmpl.texi files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8065 72102866-910b-0410-8b05-ffd578937521
2000-11-07 04:50:41 +00:00

25 lines
627 B
Text

@c -*-texinfo-*-
@ifclear GLOBAL-TODO
@chapter TODO
@ifset TEXT-ONLY
@include version.texi
@end ifset
@end ifclear
@itemize @bullet
@item Some people have reported NSZone memory allocation problems.
If you encounter a problem with NSZones, switch to using the
default zone instead of creating one. Or better yet, fix the problem and
submit a patch.
@item Invocations (and by extension, Distributed Objects) have been well tested only
on ix86 platforms. In particular, there are still minor problems on PPC and Sparc
platforms.
@item Distributed Objects is now thread safe, but it hasn't been well
tested.
@end itemize