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 8065 d 14 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
27455 8267 d 19 h martyn /trunk/src/nmath/ Standalone mathlib would not build correctly on systems with non-working
log1p.
 
25952 8369 d 20 h ripley /trunk/ need to copy HAVE_WORKING_LOG1P into Rmath.h for use without config.h
Implement HAVE_LOG1P && !HAVE_WORKING_LOG1P
 
19500 8855 d 15 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
18834 8894 d 21 h hornik /trunk/src/ Include <config.h>, not "config.h".  
17906 8955 d 1 h ripley /trunk/src/nmath/ missing return  
17877 8956 d 22 h ripley /trunk/ add back-compatibility entry point Rf_log1p  
17817 8960 d 2 h ripley /trunk/ make nmath's log1p a substitute only (and not Rf_log1p)  
13065 9274 d 16 h maechler /trunk/src/nmath/ s/static/const/  
11499 9377 d 11 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
9417 9553 d 1 h ripley /trunk/src/ move pythag to Mathlib, remap it.
Use hypot where available, else pythag
 
8431 9643 d 16 h ripley /trunk/ use a private header file for Mathlib, several small consistency fixes  
8343 9652 d 11 h ripley /trunk/src/nmath/ -Wall fixes  
8104 9664 d 23 h maechler /trunk/src/nmath/ speedup for sml x  
8089 9665 d 16 h maechler /trunk/src/ cosmetic  
8085 9665 d 17 h maechler /trunk/src/nmath/ s/logrelerr/log1p/