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)
/
trunk
/
src
/
library
/
methods
/
src
/
class_support.c
– Rev 83454
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
83454
1321 d 23 h
ripley
/trunk/src/
more moving NORET to the front
82931
1399 d 0 h
ripley
/trunk/src/
use (void) to avoid clang 15 warnings
71180
3618 d 2 h
ripley
/trunk/
make R_{Make,}ExternalPtrFn available to packages
68948
4005 d 21 h
ripley
/trunk/src/library/
use https
67181
4241 d 0 h
luke
/trunk/src/
Added NORET annotations; from Tomas Kalibera.
59039
5217 d 1 h
ripley
/trunk/
use preferred form of 'R Core Team'
42654
6911 d 1 h
ripley
/trunk/src/library/methods/src/
avoid a warning
42650
6911 d 4 h
ripley
/trunk/src/library/methods/src/
revert to warning for now
42647
6911 d 4 h
ripley
/trunk/src/
suppress warning
42307
6943 d 2 h
ripley
/trunk/src/
change reference to GPL
41275
7036 d 19 h
ripley
/trunk/src/library/methods/src/
add standard copyright notices
use R-core formatting, as in R-exts
33497
7815 d 19 h
ripley
/trunk/src/library/methods/src/
don't put messages inside #ifdef UNUSED up for translation
more standardization of messages
32847
7853 d 4 h
ripley
/trunk/src/library/
add gettext support to methods and grid
32544
7870 d 2 h
ripley
/trunk/
'methods' initialization was calling a function intended for
.Call() with .C(), and valgrind reported an access error.
Register entry points in methods -- many seem unused currently.
23676
8533 d 22 h
jmc
/trunk/src/library/methods/
improve some error messages
22971
8577 d 1 h
ripley
/trunk/src/library/methods/src/
add some abuse protection: although this is designed to be fast
22966
8577 d 4 h
ripley
/trunk/src/library/methods/
move methodsPackageMetaName to C for speed
21926
8655 d 3 h
ripley
/trunk/src/library/methods/src/
remove -Wall warnings
19908
8823 d 16 h
jmc
/trunk/src/library/methods/
add externalptr as a basic class