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
90288 6 d 21 h ripley /trunk/src/ add and use Rf_str(r)chr_const to improve r90254  
90283 8 d 20 h hornik /trunk/src/ Also signal partial match dollar warnings with partialMatchWarning class
(remaining part of PR#18708). Also have only partal match arg warnings
report as 'partial *argument* match'.
 
89976 90 d 11 h maechler /trunk/ fix PR#19065 (+ cosmetics)  
89944 97 d 17 h luke /trunk/src/include/ Make GROWABLE_MASK available in a barrier build.  
89924 99 d 5 h luke /trunk/ Signal errors with objectNotFoundError and functionNotFoundError classes.  
89923 99 d 10 h luke /trunk/ Signal function not found errors as conditions with class functionNotFoundError.  
89873 107 d 12 h luke /trunk/src/include/ Add R_NamespaceRegistry, R_InBCInterpreter, and R_CurrentExpression to
non-API legacy declarations.
 
89858 109 d 18 h luke /trunk/src/include/ Fix typo.  
89846 110 d 9 h luke /trunk/src/include/ Add some declarations in Defn.h that will be removed from Rinternals.h.  
89813 111 d 12 h luke /trunk/src/ Reverse r89790.  
89790 115 d 19 h luke /trunk/src/ Temporarily remove const for rJava.  
89780 117 d 14 h luke /trunk/src/include/ Adjust some headers to match API spec in WRE.  
89729 123 d 21 h luke /trunk/src/include/ Restore PREXPR macro to Rinternals.h.  
89713 124 d 13 h luke /trunk/src/include/ Rearrange to allow turning off the tools:::warnNonAPI entry point declarations.  
89674 128 d 10 h luke /trunk/ Additional updates to dots SPI from PR18928.  
89667 130 d 9 h luke /trunk/src/include/ Shift some declarations to Defn.h.  
89630 135 d 12 h luke /trunk/src/include/ Rearrange some declarations.  
89626 135 d 19 h luke /trunk/src/include/ Move R_lsInternal declaration.  
89554 144 d 13 h luke /trunk/src/ Fixes for compiling with -DNO_RINLINEDFUNS.  
89533 146 d 11 h luke /trunk/ Mark R_tryWrap as @eapifun.  
89532 146 d 11 h luke /trunk/src/ Cleanups.  
89528 147 d 7 h luke /trunk/src/include/ Move declaration for LOGICAL_IS_SORTED to Defn.h.  
89525 147 d 10 h luke /trunk/ Remove declarations from public headers and hide: ENVFLAGS,
SET_ENVFLAGS, NAMED, SET_NAMED, OBJECT, IS_S4_OBJECT, SET_S4_OBJECT,
UNSET_S4_OBJECT.
 
89524 147 d 12 h luke /trunk/ Move the declaration of DATAPTR from Rinternals.h to Defn.h.  
89523 147 d 13 h luke /trunk/ Remove declarations from public headers and hide:
R_shallow_duplicate_attr, Rf_isValidString, Rf_lazy_duplicate,
Rf_NonNullStringMatch.
 
89522 147 d 13 h luke /trunk/ Remove declarations from public headers and hide: ENCLOS FRAME,
HASHTAB, SET_ENCLOS, SET_FRAME, SET_HASHTAB.
 
89521 147 d 13 h luke /trunk/ Remove declarations from public headers and hide: EXTPTR_PROT,
EXTPTR_TAG, EXTPTR_PTR.
 
89520 147 d 14 h luke /trunk/ Remove declarations from public headers and hide: SET_FORMALS,
SET_BODY, SET_CLOENV.
 
89519 147 d 14 h luke /trunk/ Remove declarations from public headers and hide: LEVELS, SETLEVELS.  
89507 149 d 9 h luke /trunk/ Remove VECTOR_PTR.  
89199 222 d 7 h luke /trunk/src/ Handle assigning a compact integer sequence as rownames more efficiently.
Reported by Davis Vaughan in https://github.com/r-devel/r-dev-day/y/issues/146
r-dev-day
 
89135 230 d 12 h luke /trunk/src/ Define USE_BASE_R_SUPPORT in Defn.h an use to mask some non-API declarations.
Also comment out declaration for rnbeta, which does not exist.
 
89062 245 d 13 h luke /trunk/src/include/ Add name remapping to mbcsValid, utf8clen, and utf8Valid.  
89060 246 d 2 h luke /trunk/src/include/ Move declaration of R_duplicate_attr to Defn.h.  
89058 246 d 8 h luke /trunk/src/ Moved declarations of non-API functions R_popen and R_system to Defn.h.  
89057 246 d 9 h luke /trunk/src/ Moved more declarations from Rinternals.h to Defn.h.  
89052 247 d 9 h luke /trunk/src/include/ Moved more declarations from Rinternals.h to Defn.h.  
89050 248 d 8 h luke /trunk/src/include/ Moved some declarations from Rinternals.h to Defn.h.  
89049 248 d 8 h luke /trunk/src/ Add GROWABLE_BIT_SET function for barrier checking.  
89008 258 d 12 h luke /trunk/src/ Add BCODE_PTR macro and drop uing DATAPTR in eval.c.