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
43096 6870 d 1 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
42724 6904 d 5 h ripley /trunk/ gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included.
 
42674 6908 d 12 h ripley /trunk/src/main/ C90 is fussy ...  
42643 6910 d 15 h ripley /trunk/ make the rest of the group generics primitive  
42439 6929 d 23 h luke /trunk/src/main/ Added R_get_arith_function to support parallelized nmath experiments.  
42424 6931 d 12 h ripley /trunk/ remove the possible use of 'finite'  
42422 6931 d 14 h ripley /trunk/src/ eliminate MATHLIB_PRIVATE
use float.c constants rather than d1mach
port.c does not actually use i1mach
 
42416 6932 d 13 h ripley /trunk/src/main/ remove out-of-date comment  
42398 6934 d 2 h ripley /trunk/src/ move some headers to individual files  
42394 6934 d 10 h ripley /trunk/ avoid using isfinite in headers that might be used from C++  
42382 6935 d 12 h ripley /trunk/src/main/ add comment  
42357 6937 d 7 h ripley /trunk/src/ clean up the (non-)use of R-log.
Windows has gettimeofday, but it is not particularly accurate.
 
42307 6942 d 12 h ripley /trunk/src/ change reference to GPL  
42292 6943 d 16 h ripley /trunk/src/ We do need to promiseArgs before calling closures from R_possible_dispatch
(a failure to duplicate was seen in the wild).

Change log() to mimic former interpreted wrapper and an treat missing 'base'
as not supplied.

Change round() and digits() to treat missing 'digits' as not supplied.
 
42101 6965 d 13 h ripley /trunk/ typo in code for complex 'base' for logs  
42095 6967 d 7 h ripley /trunk/src/ tidy up primitive log*  
42093 6968 d 7 h ripley /trunk/ Take the rest of the S4 Math group primitive,
remove gammaCody from the S3 Math group (it was not even
documented as generic, and it no longer is).
The union of the S4 Math and Math2 groups is now the S3 Math group
 
42069 6970 d 17 h ripley /trunk/ make use of log2/log10 even on Solaris where (0) is -HUGE_VAL, not -Inf.
add comment as to what 'working log' means
 
41713 7003 d 5 h ripley /trunk/src/main/ improvements to error messages  
41712 7003 d 8 h ripley /trunk/ add experimental showCalls option.
improvements to layout of error messages, and to some messages.
 

Show All