Displaying 1 result from an estimated 1 matches for "r_changes".
Did you mean:
_changes
2010 Feb 19
1
Fix for incorrect use of restrict in xz third party code
...c9ef
Author: Lasse Collin <lasse.collin at tukaani.org>
Date: Tue Sep 15 21:07:23 2009 +0300
Fix incorrect use of "restrict".
Since then, there has not been a proper release of the XZ Utils so I
have applied said patch to the sources included in R and added a note
to the R_changes file in the src/extra/xz/ directory detailing the
changes.
This 'bug' is only triggered if the Intel C or gcc 4.4 is used to
compile R and the included liblzma is used instead of a system wide
one, so it might not be worth the trouble of patching the sources
instead of waiting for a new re...