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
52864 5808 d 21 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52022 5916 d 20 h ripley /trunk/src/ tweaks for standalone Rmath  
51834 5937 d 7 h ripley /trunk/src/include/ edit comments  
51657 5954 d 19 h luke /trunk/src/ Modified vectorized bessel functions to allocate one work array per
vectorized call rather than one allocation per element evaluation.
 
48485 6292 d 4 h ripley /trunk/src/include/ fix up make check-devel  
48465 6293 d 20 h maechler /trunk/src/include/ fix for MATHLIB_STANDALONE (related to r48371)  
46039 6595 d 19 h maechler /trunk/ first cut at improving [dpqr]nbinom(., <large size>, mu=.)  
43375 6839 d 16 h luke /trunk/src/ Removed global variable R_signgam and replaced it with function
lgammafn_sign that allows the sign to be returned through a pointer.
 
42422 6933 d 5 h ripley /trunk/src/ eliminate MATHLIB_PRIVATE
use float.c constants rather than d1mach
port.c does not actually use i1mach
 
42419 6934 d 3 h ripley /trunk/src/ more tidyig up of Rmath.h  
42417 6934 d 3 h ripley /trunk/src/ tidy up headers for private nmath  
42412 6934 d 21 h ripley /trunk/src/include/ be more careful what we have inside extern "C" {}  
42407 6935 d 5 h ripley /trunk/ improvements to nmath-standalone, especially on Windows  
42402 6935 d 6 h ripley /trunk/ start reducing the set of C headers which get included  
42396 6935 d 20 h ripley /trunk/src/ start tidying up headers.
port.c no longer used d1mach
 
42394 6936 d 1 h ripley /trunk/ avoid using isfinite in headers that might be used from C++  
42358 6938 d 22 h ripley /trunk/ remove HAVE_WORKING_LOG  
42357 6938 d 22 h ripley /trunk/src/ clean up the (non-)use of R-log.
Windows has gettimeofday, but it is not particularly accurate.
 
42308 6944 d 3 h ripley /trunk/src/include/ change reference to GPL  
37954 7393 d 16 h maechler /trunk/ df(*, ncp)  
37528 7442 d 20 h ripley /trunk/src/ start moving bratio to have log_p argument.
remove private functions (_raw etc) from public header files
 
36986 7509 d 23 h ripley /trunk/ port.c was using d1mach and i1mach even though they were declared private
more use of visibility attributes
 
36820 7525 d 20 h ripley /trunk/ update FSF address  
36673 7536 d 18 h ripley /trunk/ need to record HAVE_WORKING_LOG for standalone Rmath  
33624 7806 d 23 h maechler /trunk/ API`fyt the 4 pgamma auxiliaries log1pmx, etc  
33334 7824 d 17 h maechler /trunk/ new algorithm for pgamma  
32538 7871 d 15 h tlumley /trunk/ make ISNAN call a function when in C++ code, in case isnan is a macro  
30226 8054 d 21 h maechler /trunk/src/include/ #define R_Log1_Exp  
29880 8077 d 6 h ripley /trunk/src/include/ Make sure all the declarations are inside extern "C"  
29586 8099 d 3 h ripley /trunk/ branch update  
29441 8108 d 16 h ripley /trunk/ use Is)finite directly instead of R_finite where easily possible  
29423 8110 d 6 h ripley /trunk/src/ more removal of non-IEEE_754 code  
29256 8121 d 18 h ripley /trunk/ add R_VERSION_STRING to Rmath.h  
29122 8132 d 22 h martyn /trunk/ When using Rmath library in standalone mode, we need to undefine TRUE, FALSE
before defining the enumeration RBoolean.
 
28808 8162 d 19 h maechler /trunk/src/ 2nd part of qgamma() improvements  
28769 8165 d 2 h ripley /trunk/ remover long-deprecated LTRUE and LFALSE  
28529 8180 d 19 h maechler /trunk/ new psigamma()  
28473 8184 d 4 h maechler /trunk/src/include/ header cosmetic  
27523 8265 d 20 h martyn /trunk/src/include/ Need to include <math.h> *before* redefining log1p as Rlog1p  
25960 8369 d 16 h ripley /trunk/src/ don't use Mathlib.h