| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 89938 |
96 d 7 h |
luke |
/trunk/src/main/ |
Adjust comment on growable bit for change in response to PR19056. |
|
| 89673 |
126 d 23 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 6 h |
luke |
/trunk/src/ |
Hide PRSEEN, SET_PRSEEN and comment out some declarations in Rinternals.h. |
|
| 89560 |
142 d 20 h |
luke |
/trunk/src/ |
Temporarily add back some non-API entry points to reduce BioC carnage. |
|
| 89546 |
143 d 20 h |
luke |
/trunk/src/ |
Unhide OBJECT to avoid inlining issues with some compilers. |
|
| 89525 |
145 d 21 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. |
|
| 89522 |
146 d 0 h |
luke |
/trunk/ |
Remove declarations from public headers and hide: ENCLOS FRAME,
HASHTAB, SET_ENCLOS, SET_FRAME, SET_HASHTAB. |
|
| 89521 |
146 d 1 h |
luke |
/trunk/ |
Remove declarations from public headers and hide: EXTPTR_PROT,
EXTPTR_TAG, EXTPTR_PTR. |
|
| 89520 |
146 d 1 h |
luke |
/trunk/ |
Remove declarations from public headers and hide: SET_FORMALS,
SET_BODY, SET_CLOENV. |
|
| 89519 |
146 d 2 h |
luke |
/trunk/ |
Remove declarations from public headers and hide: LEVELS, SETLEVELS. |
|
| 89518 |
146 d 2 h |
luke |
/trunk/ |
Remove declarations from public headers and hide: TRUELENGTH,
XTRUELENGTH, SET_TRUELENGTH, SET_GROWABLE_BIT. |
|
| 89517 |
146 d 4 h |
luke |
/trunk/ |
Move declaration for STDVEC_DATAPTR and hide entry point. |
|
| 89507 |
147 d 20 h |
luke |
/trunk/ |
Remove VECTOR_PTR. |
|
| 89198 |
220 d 21 h |
luke |
/trunk/src/main/ |
Add bounds checking in STRING_ELT and VECTOR_ELT functions. |
|
| 89076 |
239 d 23 h |
luke |
/trunk/src/main/ |
Add comment on serialize/unserialize for resizable vectors. |
|
| 89049 |
246 d 19 h |
luke |
/trunk/src/ |
Add GROWABLE_BIT_SET function for barrier checking. |
|
| 89045 |
247 d 21 h |
luke |
/trunk/src/ |
Simplifications and cleanups for resizable vectors. |
|
| 89043 |
249 d 2 h |
luke |
/trunk/src/main/ |
Fixes in R_duplicateAsResizable. |
|
| 89042 |
249 d 3 h |
luke |
/trunk/src/ |
Add R_duplicateAsResizable. |
|
| 89036 |
250 d 17 h |
luke |
/trunk/src/main/ |
Disallow resizing of vector that might be shared. |
|