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
90234 16 d 19 h maechler /trunk/ new .OBJSXP() and C code allow deparsing of OBJSXP objects such as S7 ones  
89674 126 d 21 h luke /trunk/ Additional updates to dots SPI from PR18928.  
89649 130 d 22 h luke /trunk/ R_DotsExist should return TRUE if "..." is R_MissingArg.  
89621 135 d 3 h luke /trunk/ Merged in dots accessors from PR18928.  
89619 135 d 14 h luke /trunk/ More binding inspection fixes from PR18928.  
89610 136 d 23 h luke /trunk/ Add R_GetBindingType based on proposals in PR18928.  
87092 692 d 6 h hornik /trunk/src/ Add .Internal(asplit).  
85253 1028 d 21 h luke /trunk/ Added experimental primitives Exec and Tailcall.  
85166 1042 d 18 h luke /trunk/ As declare() SPECIALSXP to allow experimenting with ideas to resolve PR14354.  
83473 1316 d 11 h ripley /trunk/ record compilers used to build R  
83455 1321 d 4 h ripley /trunk/ more moving NORET to the front  
83441 1321 d 11 h hornik /trunk/src/ Add .Internal(compareNumericVersion).  
83075 1384 d 6 h maechler /trunk/src/ new R-level balancePOSIXlt(); add documentation on POSIXlt  
81220 1709 d 23 h luke /trunk/src/ Added .Internal(vhash()) to allow some R-level experiments with hash tables.  
79414 2083 d 16 h luke /trunk/ :: and ::: are now SPECIALSXP primitives.
Adapted from a patch provided by Lionel Henry.
 
78985 2179 d 3 h maechler /trunk/ new numToBits() and numToInts()  
78483 2261 d 5 h maechler /trunk/ new ...names() function -- PR#17705, applied in a few cases  
78086 2312 d 21 h luke /trunk/ Added activeBindingFunction.  
77851 2345 d 2 h kalibera /trunk/src/ Add socketTimeout() function to modify/query timeout of a socket connection.  
77803 2355 d 3 h kalibera /trunk/src/ Add new connection type for server socket to allow re-use for accepting
multiple socket connections.
 
77633 2393 d 17 h lawrence /trunk/ sequence() is now a primitive and gains arguments for more complex sequences;
based on code from S4Vectors and the advice of Herve Pages
 
77188 2507 d 21 h luke /trunk/src/ Added .Internal(.addGlobHands()) for esmerimenting with global calling handlers.  
76343 2667 d 9 h maechler /trunk/ new str2lang(), str2expression()  
75554 2819 d 3 h luke /trunk/src/ Added .Internal(altrep_class).  
75499 2831 d 20 h luke /trunk/src/ Added .Internal(tryWrap()).  
75038 2917 d 21 h luke /trunk/ Added mem.maxVSize and mem.maxNSize functions to base.  
74405 3056 d 22 h luke /trunk/ All sort veriants now make use of ALTREP meta-data; from Gabe Becker.  
74087 3123 d 20 h luke /trunk/src/ Added .Internal(named()) to help debug NAMED issues.  
73968 3133 d 0 h kalibera /trunk/src/ Experimental support to retrieve version information from serialization
stream (2/3).
 
73472 3217 d 2 h luke /trunk/src/ Merged in the rest of the basic ALTREP framework.  
72689 3357 d 7 h maechler /trunk/ new ...length() and ...elt(n) utilities corresponding to `length(list(...))` and `..n`; fixing related error messaging  
71257 3602 d 4 h luke /trunk/src/ Reverted change.  
71256 3602 d 5 h luke /trunk/src/ Added R_ParseEvalString function.  
71245 3604 d 0 h luke /trunk/src/ Added R_tryCatch and R_tryCatchError functions.  
71148 3623 d 4 h luke /trunk/ Added internalsID and features.rds for forcing reinstall of packages
if internals change.
 
70005 3835 d 2 h lawrence /trunk/src/ as.character.factor uses existing C-level routine to double speed  
70003 3835 d 3 h lawrence /trunk/ new radix sort replaces old one and becomes default for integers,
including factors, and logicals; thanks to Matt Dowle and Arun
Srinivasan for donating the code from data.table
 
69903 3850 d 20 h maechler /trunk/ new startsWith(x, prefix) and endsWith(x, suffix) string utilities  
69894 3852 d 3 h lawrence /trunk/src/ experimental new radix sort from Matt Dowle; currently undocumented
and unsupported; review pending
 
69718 3889 d 20 h luke /trunk/ Improvements to no-segfault tests, from Tomas Kalibera; also some
fixes to issues uncovered by these improvements.