[Rd] Minor portability patch

2016-02-09 Thread coypu
Hi, I've used the following patch First because re-defining strtoi is a problem, and it's named Strtoi elsewhere. Second because that is the sole use of strtoi that isn't Strtoi. Third, use = instead of ==, which is bash-specific. Additionally I must note there are a number of tests in configure.

Re: [Rd] build fails with --enable-strict-barrier

2016-02-09 Thread coypu
Hi, I'm very new here and unfamiliar with R. However, I feel like I can still provide some input. This is a bug, it must not use DATAPTR. Perhaps this is a suitable replacement for these instances: xd = x[1]; A safer temporary option is to drop this flag. I am unsure whether that is acceptable t