R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-OBJSXP
/
src
/
main
/
memory.c
– Rev 85427
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
85427
1003 d 4 h
luke
/branches/R-OBJSXP/src/
Add R_allocObject and change more S4SXP to OBJSXP.
85426
1003 d 5 h
luke
/branches/R-OBJSXP/src/
Replaced some uses of S4SXP with OBJSXP.
84774
1095 d 11 h
maechler
/branches/R-OBJSXP/src/
OBJSXP as "alias" of S4SXP; new R_typeToChar() giving "object"/"S4"; replace all type2char(TYPEOF(.)) by R_typeToChar(.)
84772
1095 d 13 h
maechler
/branches/R-OBJSXP/
'Create R-OBJSXP branch - new OBJSXP type "==" S4SXP = "object" in R'
84280
1196 d 2 h
luke
/trunk/src/
Some fixes to address PR18514.
84246
1201 d 14 h
maechler
/trunk/src/main/
fix more typos in comments (+ 2 strings) from Eric Lindblad
84080
1218 d 1 h
luke
/trunk/src/main/
Typo fix.
84066
1219 d 1 h
luke
/trunk/src/main/
Mark value returned by VECTOR_ELT for ALTLIST objects as immutable.
Needed for complex assignment.
84065
1219 d 1 h
luke
/trunk/src/main/
SET_VECTOR_ELT should only adjust refcounts and node generations for standard
VECSXP objects, not for ALTLIST objects.
84064
1219 d 11 h
ripley
/trunk/
remove internal valgrind headers
83992
1229 d 5 h
luke
/trunk/src/main/
SET_VECTOR_ELT() needs to use VECTOR_ELT() and not VECTOR_ELT_0() when
adjusting the refcount of the element that was removed (PR18493).
83991
1229 d 5 h
luke
/trunk/src/main/
VECTOR_ELT_0 and SET_VECTOR_ELT_0 macros in memory.c should use STDVEC_DATAPTR
(PR18493).
83914
1245 d 0 h
luke
/trunk/
ALTREP now supports \code{VECSXP} vectors.
Contributed by Gabor Csardi in PR17620.
83454
1321 d 7 h
ripley
/trunk/src/
more moving NORET to the front
83446
1321 d 12 h
ripley
/trunk/src/
C23 requires attributes before return values
83361
1348 d 4 h
maechler
/trunk/
define and use new CAD5R() abbreviation
83068
1385 d 5 h
hornik
/trunk/src/main/
Add missing prototype.
82968
1396 d 9 h
kalibera
/trunk/src/main/
Remove unused variable.
82931
1398 d 9 h
ripley
/trunk/src/
use (void) to avoid clang 15 warnings
82754
1433 d 7 h
ripley
/trunk/src/
changes for -Wstrict-prototypes
←Prev
1
2
Next→
Show All