This blog is updated daily.
A general description is here.
‘atan(1i)’ returned ‘NaN+Infi’ (rather than the conventional value of ‘0+Infi’) on platforms without C99 complex support.
Since R 2.10.0, ‘z^n’ was computed incorrectly for ‘n >= 3’ and ‘n <= -3’ on platforms for which the macro ‘HAVE_C99_COMPLEX’ was not defined. Such platforms have been rare (but apparently included FreeBSD), but now include x86_64 Linux with ‘gcc 4.5.x’ at the default ‘-O2’ optimization (but not at ‘-O’).