Martin Maechler wrote:
> Thanks, Jeffrey,
>
> that (change) looks very logical, reasonable, ...
> and I'll commit a patch to R-devel ASAP.
>
> On the other hand, I'm currently not intending to port the fix
> to the currently "deep frozen" R-2.4-branch [because "you never know ..."]
> unless you c
Thanks, Jeffrey,
that (change) looks very logical, reasonable, ...
and I'll commit a patch to R-devel ASAP.
On the other hand, I'm currently not intending to port the fix
to the currently "deep frozen" R-2.4-branch [because "you never know ..."]
unless you can argue a bit more why the change seem
In R-2-4-branch r39548, Rcons_vprintf is called from stdout_vfprintf
when R_Outputfile is NULL. When called and output is greater than
R_BUFSIZE, output is truncated to R_BUFSIZE. Here's a one-line fix:
Index: src/main/printutils.c
==