search for: finite_broken

Displaying 3 results from an estimated 3 matches for "finite_broken".

1999 Sep 13
5
axis() produces junk on DEC alpha (PR#274)
Full_Name: Albrecht Gebhardt Version: 0.65.0 OS: Digital Unix 4.0E Submission from: (NULL) (212.17.104.62) Plottimg on the Alpha stopped working with 0.65.0. The tickmarks have a length of -Inf and go across the whole plot. A first solution is the following patch: --- src/main/plot.c.alpha-patch Mon Sep 13 01:37:11 1999 +++ src/main/plot.c Mon Sep 13 01:58:16 1999 @@ -832,7 +832,7 @@
1999 Sep 13
4
Problems with R-0.65.0
Hello, I installed the new release 0.65.0 of R on our local Solaris system. As I already (and sucessfully) installed the 0.64.0 and 0.64.1 version of R, I hadn't had any trouble during the installation. But as I've started R in order to see the demo I've got horizontal and vertical lines goint to the left and top of the X11 window at each tick (demo ("graphics")). This seems
1999 Sep 14
0
R with a broken finite() (was [R] Problems with R-0.65.0) (PR#275)
...a good idea, being an old pre-release (gcc 2.8.1, real egcs-1.1.2 and gcc-2.95.1 have all been tried). This reported that calloc and finite are broken on Solaris 2.6, and they are not on other systems, so it seems more likely that the compiler is broken. If you find a system with HAVE_FINITE and FINITE_BROKEN defined, then R will not work correctly (unless it uses the AIX workaround). The fix I suggested to Ralf worked, and will probably be incorporated in 0.65.1 (unless we find a better one). Try replacing the line # define R_FINITE(x) ((x) != R_NaReal) in Arith.h by static int R_FINITE(...