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
30063 8064 d 0 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
27455 8266 d 4 h martyn /trunk/src/nmath/ Standalone mathlib would not build correctly on systems with non-working
log1p.
 
25952 8368 d 6 h ripley /trunk/ need to copy HAVE_WORKING_LOG1P into Rmath.h for use without config.h
Implement HAVE_LOG1P && !HAVE_WORKING_LOG1P
 
19500 8854 d 1 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
18834 8893 d 7 h hornik /trunk/src/ Include <config.h>, not "config.h".  
17906 8953 d 11 h ripley /trunk/src/nmath/ missing return  
17877 8955 d 8 h ripley /trunk/ add back-compatibility entry point Rf_log1p  
17817 8958 d 11 h ripley /trunk/ make nmath's log1p a substitute only (and not Rf_log1p)  
13065 9273 d 2 h maechler /trunk/src/nmath/ s/static/const/  
11499 9375 d 21 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
9417 9551 d 11 h ripley /trunk/src/ move pythag to Mathlib, remap it.
Use hypot where available, else pythag
 
8431 9642 d 1 h ripley /trunk/ use a private header file for Mathlib, several small consistency fixes  
8343 9650 d 21 h ripley /trunk/src/nmath/ -Wall fixes  
8104 9663 d 8 h maechler /trunk/src/nmath/ speedup for sml x  
8089 9664 d 2 h maechler /trunk/src/ cosmetic  
8085 9664 d 2 h maechler /trunk/src/nmath/ s/logrelerr/log1p/