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
89673 127 d 0 h luke /trunk/src/ Unhide non-API entry points ENCLOS, FRAME, HASHTAB, and SET_ENCLOS so
current R-studio doesn't fail on new R release.
 
89635 133 d 7 h luke /trunk/src/ Hide PRSEEN, SET_PRSEEN and comment out some declarations in Rinternals.h.  
89634 133 d 20 h luke /trunk/src/ Cleanups.  
89560 142 d 21 h luke /trunk/src/ Temporarily add back some non-API entry points to reduce BioC carnage.  
89552 143 d 5 h luke /trunk/src/ Unhide Rf_isValidString to avoid inlining issues with some compilers.  
89546 143 d 21 h luke /trunk/src/ Unhide OBJECT to avoid inlining issues with some compilers.  
89525 145 d 23 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.
 
89523 146 d 1 h luke /trunk/ Remove declarations from public headers and hide:
R_shallow_duplicate_attr, Rf_isValidString, Rf_lazy_duplicate,
Rf_NonNullStringMatch.
 
89522 146 d 2 h luke /trunk/ Remove declarations from public headers and hide: ENCLOS FRAME,
HASHTAB, SET_ENCLOS, SET_FRAME, SET_HASHTAB.
 
89521 146 d 2 h luke /trunk/ Remove declarations from public headers and hide: EXTPTR_PROT,
EXTPTR_TAG, EXTPTR_PTR.
 
89520 146 d 3 h luke /trunk/ Remove declarations from public headers and hide: SET_FORMALS,
SET_BODY, SET_CLOENV.
 
89519 146 d 3 h luke /trunk/ Remove declarations from public headers and hide: LEVELS, SETLEVELS.  
89518 146 d 3 h luke /trunk/ Remove declarations from public headers and hide: TRUELENGTH,
XTRUELENGTH, SET_TRUELENGTH, SET_GROWABLE_BIT.
 
89517 146 d 6 h luke /trunk/ Move declaration for STDVEC_DATAPTR and hide entry point.  
87092 692 d 8 h hornik /trunk/src/ Add .Internal(asplit).  
86642 789 d 2 h kalibera /trunk/src/ Visibility fixes.  
86622 792 d 20 h luke /trunk/src/gnuwin32/ Unhide Rf_PrintWarnings.  
86621 792 d 21 h luke /trunk/src/gnuwin32/ Another try at entry point hiding.  
86620 792 d 22 h luke /trunk/src/gnuwin32/ Revert new Windows entry point hiding for now.  
86619 792 d 23 h luke /trunk/src/gnuwin32/ Hide some more entry points on Windows to match Linux.  
86611 794 d 0 h luke /trunk/src/ Hide some entry point in memory.c not used on CRAN/BIOC or in current API.  
86107 867 d 5 h kalibera /trunk/src/ Fix stderr/stdout vfprintf to report number of bytes written (PR#18685).  
85690 955 d 0 h luke /trunk/src/ Abstract out test for an evaluated promise into PROMISE_IS_EVALUATED().  
85367 1011 d 1 h luke /trunk/src/gnuwin32/ Add some things to hide.  
85357 1011 d 11 h kalibera /trunk/src/gnuwin32/ Hide private symbol on Windows.  
85294 1022 d 5 h luke /trunk/src/ Rename R_initAssignSymbols to R_initEvalSymbols.  
85292 1022 d 5 h luke /trunk/src/ Make unpromiseArgs static in eval.c.  
85288 1022 d 8 h maechler /trunk/ new R_missing() to be used outside of do_missing()  
85278 1023 d 4 h luke /trunk/src/ Mark applyClosure as attribute_hidden and move declararion to Defn.h.  
85270 1025 d 5 h ripley /trunk/src/ avoid reporting invalid UTF-8 strings  
85256 1028 d 2 h ripley /trunk/ improve reporting of non-translatable chars in pdf()  
84952 1077 d 7 h kalibera /trunk/src/ Modernize Windows code for clang 16.  
84478 1153 d 5 h ripley /trunk/src/ docs on #connections, hiding  
84240 1201 d 22 h kalibera /trunk/src/ Hide internal symbols from R.dll and Rlapack.dll on Windows.  
83897 1249 d 4 h kalibera /trunk/src/ Avoid using MinGW-W64 implementation of dirent functions, which does not
work with long paths and is not directly supported by Windows.
 
83882 1252 d 4 h kalibera /trunk/src/ Remove path length limitations.  
83860 1256 d 3 h kalibera /trunk/src/ Remove path name limitations on Windows. Simplify list_files and list_dirs.  
83772 1266 d 7 h kalibera /trunk/src/ Remove some path length limitations on Windows. Simplify implementation of
normalizePath for Windows.
 
83473 1316 d 13 h ripley /trunk/ record compilers used to build R  
83453 1321 d 8 h ripley /trunk/src/ hide do_compareNumericVersion