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
26606 8325 d 11 h murrell /branches/R-grid/ merged trunk to branch  
26266 8351 d 14 h /branches/R-grid/ This commit was manufactured by cvs2svn to create branch 'R-grid'.  
26156 8357 d 16 h luke /trunk/src/main/ Added __extension__ to OP macro to reduce warnings when compiled with
gcc -pedantic. Added check for NO_THREADED_CODE to allow threaded
code to be turned off by defining this.
 
26144 8358 d 10 h luke /trunk/src/main/ Added byte code interpreter.  
26137 8358 d 15 h luke /trunk/src/main/ Added some protects; reduced copying of right hand side in assignments.  
26047 8364 d 19 h luke /trunk/src/main/ Added bytecode handling to do_eval.  
26021 8365 d 21 h luke /trunk/src/main/ Split PREXPR into PREXPR and PRCODE to support byte compiled promises.  
26015 8366 d 3 h luke /trunk/ Added check that function expression in complex assignment is a symbol;
could cause segfault if it isn't.
 
25718 8385 d 21 h rgentlem /trunk/src/main/ changed do_eval to force promises and PrintValueRec to force them before
printing
 
25630 8393 d 1 h ripley /trunk/src/main/ generate errors if various buffers would overlfow  
25333 8407 d 1 h luke /trunk/src/main/ DispatchGroup was not using R_LookupMethod for group methods.  
25313 8407 d 19 h ripley /trunk/src/ use snprintf for protection against buffer overuns  
25212 8413 d 1 h luke /trunk/src/ Added R_CheckUserInterrupt; call periodically in eval; make count
local to eval.Changed from boolean R_interrupt_pending to count
R_interrupts_pending.
 
24735 8445 d 23 h ripley /trunk/src/ remove #ifdef-ed old code  
24734 8446 d 0 h ripley /trunk/src/ namespaces are no longer experimental, and require bindings etc  
24330 8475 d 15 h ripley /trunk/ deprecate multi-argument return  
24322 8476 d 4 h ripley /trunk/ branch update  
24313 8476 d 14 h duncan /trunk/src/main/ In a call such as a$b$c, if there were any S4 methods defined for a$b, this would cause a$b to be evaluated twice. Set the first argument in the subsequent method dispatch to be an evaluated promise.  
24162 8486 d 4 h ripley /trunk/ branch update  
24068 8495 d 19 h ripley /trunk/ more removing classic MacOS  

Show All