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
80555 1858 d 22 h murrell /branches/R-groups/ ported r80515:80554 from main  
80166 1929 d 17 h murrell /branches/R-groups/ create R-groups  
79295 2121 d 6 h maechler /trunk/ x[[2^31]] <- v now works, PR#17330  
78184 2300 d 7 h maechler /trunk/ fix PR#17756 and err msg for x[[-Inf]] etc; comment "strange exception"  
78127 2308 d 6 h kalibera /trunk/src/main/ Simplify memory protection.  
75532 2825 d 7 h kalibera /trunk/src/main/ Protect fixes.  
74684 3007 d 9 h ripley /trunk/src/main/ suppress gcc[78] compilation warning  
74660 3013 d 0 h lawrence /trunk/src/main/ avoid quadratic complexity in subassignment by names  
74145 3110 d 1 h maechler /trunk/src/main/ simplification; notably do not recompute xlength(x) in OneIndex()  
74021 3128 d 6 h luke /trunk/src/ Added RAISE_NAMED and used in place of many SET_NAMED calls.  
73729 3177 d 10 h luke /trunk/src/main/ More use of read-only vector data pointers.  
73694 3182 d 8 h luke /trunk/src/main/ Speed improvements in integerSubscript loop.  
73693 3182 d 8 h luke /trunk/src/main/ Remove not needed suplicate calls from makeSubscript.  
73567 3202 d 0 h luke /trunk/src/main/ Reduce calls to DATAPTR via REAL, INTEGER, etc..  
73521 3212 d 4 h luke /trunk/src/main/ OneIndex now uses PRINTNAME in the SYMSXP case instead of STRING_ELT.  
73114 3260 d 11 h maechler /trunk/ fix `x[-n]` segfault (for large n)  
72958 3290 d 10 h maechler /trunk/src/main/ + break: PR#17314  
72506 3393 d 6 h kalibera /trunk/src/main/ Protect fix.  
69588 3922 d 23 h maechler /trunk/ revert large erronous r69587  
69587 3922 d 23 h maechler /trunk/ var() and hence sd() now signal an error for factor arguments  
69576 3926 d 9 h maechler /trunk/src/main/ ECALL3() - for visual simplification and distinguishing *location* of subscripting error  
68947 4005 d 4 h ripley /trunk/src/ use https  
68923 4005 d 11 h ripley /trunk/src/main/ update copyright dates, whitespace cleanup  
68754 4016 d 0 h maechler /trunk/ Patch to logical subscripting from Tomas Kalibera  
68392 4085 d 4 h luke /trunk/src/ More protect fixes from Tomas Kalibara.  
68250 4113 d 3 h luke /trunk/src/ More protect fixes from Tomas Kalibera.  
68187 4120 d 4 h luke /trunk/src/ Protect fixes from Tomas Kalibera.  
68094 4141 d 2 h luke /trunk/src/main/ More protect patches from Tomas Kalibera.  
67645 4197 d 16 h urbaneks /trunk/src/main/ improve speed of logical subsetting  
67595 4202 d 9 h ripley /trunk/src/ update copyright dates for 2014 changes  
65404 4483 d 4 h luke /trunk/src/main/ Fix under NAMED for vector index assignment bug reported by Scott Kostyshak.  
65021 4542 d 22 h luke /trunk/src/ More use of macros for NAMED idioms.  
64970 4548 d 21 h luke /trunk/src/main/ Merged in shallow_duplicate changes from Michael Lawrence.  
64656 4586 d 4 h ripley /trunk/src/ correct/standardize copyright dates  
64252 4633 d 9 h ripley /trunk/src/main/ handle NaNs in real subscripting (again)  
64249 4634 d 6 h ripley /trunk/src/ FIXMEs  
64247 4634 d 7 h ripley /trunk/src/main/ revert part of r64234  
64234 4635 d 6 h ripley /trunk/src/main/ avoid division by zero  
63651 4722 d 8 h luke /trunk/src/main/ Re-enabled REALSXP case in makeSubscript.  
63635 4723 d 21 h luke /trunk/src/main/ Adjusted a comment and temprarily disabled fast REALSXP case in makeSubscript.