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
80516 1865 d 22 h murrell /branches/R-groups/ ported r80479:80515 from main  
80166 1929 d 19 h murrell /branches/R-groups/ create R-groups  
78564 2254 d 19 h murrell /trunk/ merge some fixes from R-defs (78522, 78530, 78532) that improve reset of graphics device on new page after error and on replay of recorded plot; plus some (conditional) debugging output for tracking dd->recordGraphics and device dirty state (78531)  
78127 2308 d 8 h kalibera /trunk/src/main/ Simplify memory protection.  
77498 2429 d 1 h luke /trunk/src/ More preventing non-referece-tracking arg lists from escaping.  
77450 2439 d 2 h luke /trunk/src/main/ Prevent non-reference-traccing argument list from reaching user R code.  
77358 2459 d 1 h luke /trunk/src/main/ Convert NULL to R_NilValue with a warning in .Call when checking is not enabled.  
77355 2459 d 21 h luke /trunk/src/main/ Rearranged .Call value checking to pich up inlined case also.  
77354 2459 d 22 h luke /trunk/src/main/ Check enabled by _R_CHECK_DOTCODE_RETVAL_ for weird .Call return values.  
76548 2625 d 11 h ripley /trunk/ tweaks  
76544 2625 d 13 h ripley /trunk/ move towards deprecating char vectors in .Fortran  
75532 2825 d 8 h kalibera /trunk/src/main/ Protect fixes.  
73583 3199 d 10 h kalibera /trunk/src/main/ Fix .C to convert integer values other than FALSE and NA to TRUE when
returning a logical (PR#15878).
 
73166 3252 d 4 h luke /trunk/ Changes to allow NAMEDMAX to be increased.  
72231 3443 d 11 h ripley /trunk/ start deprecating the undocumented "styles" argument  
71957 3485 d 8 h kalibera /trunk/src/main/ Fix error message (reverted branch on Fort in do_dotCode).  
70868 3671 d 21 h luke /trunk/src/ Some improvements to constant corruption diagnostics; from Tomas Kalibera.  
70845 3681 d 8 h luke /trunk/src/main/ Updates to constant checking code from Tomas Kalibibera.  
70827 3685 d 23 h luke /trunk/src/ Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
 
69108 3996 d 23 h luke /trunk/src/ Reverted DUPLICATE_ATTRIB to do a deep copy and added
SHALLOW_DUPLICATE_ATTRIB for use instead in core sources.
 
68947 4005 d 6 h ripley /trunk/src/ use https  
67098 4254 d 0 h luke /trunk/src/main/ Fixed protect imbalance in do_dotcode, from Tomas Kalibera.  
66568 4337 d 6 h luke /trunk/src/ Refactored some code to make available for yte code interpreter.  
66552 4339 d 4 h ripley /trunk/src/ clean up removing DUP = FALSE  
66547 4339 d 15 h ripley /trunk/ disable DUP = FALSE  
66468 4354 d 7 h maechler /trunk/src/main/ pure cosmetic (white space; comment)  
66131 4397 d 7 h luke /trunk/src/main/ Speed up native symbol resolution by avoiding install() and inherits() call.  
65019 4543 d 1 h luke /trunk/src/ Replaced some uses of NAMED(x) or NAMED(x) != 0 with MAYBE_REFERENCED(x).  
64656 4586 d 6 h ripley /trunk/src/ correct/standardize copyright dates  
63181 4771 d 2 h ripley /trunk/src/ micro-manage R_alloc stack  
61782 4927 d 5 h ripley /trunk/src/main/ check .External registration fully now  
61698 4936 d 15 h ripley /trunk/src/main/ error except in one case, for now  
61692 4937 d 0 h ripley /trunk/ check no ofargs for .External  
61448 4960 d 14 h ripley /trunk/ remove entirely CConverters stuff  
60874 5044 d 11 h ripley /trunk/ warn on .C() etc with a named argument  
60844 5048 d 0 h ripley /trunk/ tweak messages  
60765 5057 d 11 h ripley /trunk/src/main/ clean up  
60746 5060 d 11 h ripley /trunk/src/main/ wrong name for first arg  
60667 5067 d 9 h ripley /trunk/src/ only use Internals.h where needed  
60607 5071 d 3 h ripley /trunk/ confine .C etc in a package to the registered DLL