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
44421 6741 d 9 h ripley /branches/R-Cairo/ create R-Cairo  
44201 6755 d 12 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
44195 6755 d 22 h ripley /trunk/src/ some uses of (void) where possible  
44138 6759 d 1 h luke /trunk/src/main/ Fixed bug in promise forcing in CALLSPACIAL opcode.  
44135 6759 d 3 h luke /trunk/src/main/ Fixed error in byte code decoding for 64-bit systems.  
43278 6849 d 13 h ripley /trunk/src/main/ more efficiency tweaks  
43277 6849 d 13 h ripley /trunk/src/main/ inlining  
43033 6874 d 4 h ripley /trunk/src/main/ update commented out section  
42747 6902 d 3 h luke /trunk/src/main/ Moved initialization of 'which' in threaded code verion of bceval to
avoid gcc warning.
 
42685 6907 d 2 h luke /trunk/src/main/ Merged message on empty arguments to builtins printed with REprintf
into the error message.
 
42307 6942 d 9 h ripley /trunk/src/ change reference to GPL  
42292 6943 d 14 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.
 
42046 6972 d 7 h ripley /trunk/src/main/ remove unused variable  
41992 6979 d 1 h luke /trunk/ Added a promise evaluation stack so interrupted promise evaluations
can be restarted. This addresses the 'recursive default argument'
error when an interrupted lazy load is retried.
 
41923 6985 d 4 h ripley /trunk/src/main/ amplify message  
41901 6987 d 10 h ripley /trunk/src/ use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning
 
41894 6989 d 4 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41861 6990 d 12 h ripley /trunk/src/ more use of 'const char *', especially in output routines  
41825 6992 d 3 h ripley /trunk/src/main/ wrap .Internal and primitive calls in setting vmax to avoid leaks.  
41817 6992 d 21 h luke /trunk/src/main/ Added const to declaration in DO_GETVAR.  

Show All