The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
47757 6389 d 20 h jmc /branches/R-classInheritance/ create branch for class inheritance  
46391 6549 d 22 h ripley /trunk/ use LDOUBLE in round  
42303 6942 d 11 h ripley /trunk/src/nmath/ fix up mess of r42302  
42302 6942 d 12 h ripley /trunk/src/nmath/ update reference to GPL  
37019 7505 d 21 h ripley /trunk/ signif() was biased toward round away from zero, not round to even (PR#8452).
Add some explanatory notes for all the aliasing that goes on.
 
36820 7524 d 3 h ripley /trunk/ update FSF address  
35249 7655 d 9 h ripley /trunk/src/nmath/ remove oudated Win32 code, improve comments  
21069 8734 d 8 h ripley /trunk/src/ updates for gcc-3.2 on Windows  
19885 8824 d 14 h ripley /trunk/src/nmath/ workaround for older Windows headers  
19882 8824 d 14 h ripley /trunk/ branch update  
19500 8854 d 2 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
18040 8943 d 4 h pd /trunk/ branch update  
16615 9030 d 11 h ripley /trunk/ rounding: fix PR#1138/9  
13434 9239 d 5 h maechler /trunk/src/nmath/ many "static" replaced by "const"  
11499 9375 d 22 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
8431 9642 d 2 h ripley /trunk/ use a private header file for Mathlib, several small consistency fixes  
8396 9646 d 1 h maechler /trunk/ round(*, 100)  
8112 9663 d 1 h maechler /trunk/ fprec & fround finally use R_pow_di(.); print-tests changed again -- hopefully for the better  
7701 9684 d 3 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
6098 9790 d 1 h pd /trunk/ branch update - not bugfree  
5458 9848 d 10 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5185 9874 d 3 h hornik /trunk/ Rename Platform.h to Rconfig.h, Version.h to Rversion.h.  
5108 9881 d 4 h maechler /trunk/src/ R_FINITE  
4662 9929 d 4 h pd /trunk/ branch update  
766 10378 d 3 h hornik /trunk/src/nmath/ Use rint() if available and ok.  
580 10419 d 17 h ihaka /trunk/src/ Changes to support differentation of NaN and NA and to ensure
that these values propage correctly. Changes to printing.
 
574 10421 d 20 h ihaka /trunk/src/nmath/ New IEEE aware math library.