mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Merge from 0.6.5
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5276d1b6c2
commit
fb65f2b8b6
36 changed files with 1074 additions and 479 deletions
15
BUGS
Normal file
15
BUGS
Normal file
|
@ -0,0 +1,15 @@
|
|||
TODO
|
||||
****
|
||||
|
||||
* NSZone memory allocation may not work correctly. If you encounter
|
||||
a problem with NSZones, switch to using the default zone instead
|
||||
of creating one.
|
||||
|
||||
* Invocations (and by extension, Distributed Objects) work well only
|
||||
on ix86 platforms. In particular, they don't work well on PPC and
|
||||
Sparc platforms.
|
||||
|
||||
* Distributed Objects aren't thread safe. Don't use DO between
|
||||
threads in a multi-theaded app.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue