annotate R/rdyncall/BUGS @ 59:2725de59454a

- fixed potentially uninitialized ptr - added todo item to release GIL under certain circumstances
author Tassilo Philipp
date Tue, 22 Jun 2021 18:49:02 +0200
parents 0cfcc391201f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 * PowerPC/Mac OS X 10.4: Building Universal Binaries are broken.. in particular
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 the as for i386 assembler.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 Workaround for PowerPC users: install with "--no-multiarch" or use prebuilt
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 binaries built on OS X >= 10.5.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7