This blog is updated daily.
A general description is here.
rep(x, times, each=2) gave invalid results when the times argument is a vector longer than x. Reported by Bill Dunlap.
gsub() with backrefs could fail on extremely long strings (hundreds of thosands of characters) due to integer overflow in a length calculation.
