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-groups
/
src
/
main
/
objects.c
– Rev 80166
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
80166
1929 d 17 h
murrell
/branches/R-groups/
create R-groups
79253
2132 d 4 h
hornik
/trunk/src/main/
Fix for PR#17588 by Lionel Henry.
78008
2321 d 1 h
lawrence
/trunk/src/
remove stray debugging code
77801
2355 d 23 h
lawrence
/trunk/
improve tracking inheritance across packages and fix bugs from c77631
77506
2428 d 5 h
luke
/trunk/src/main/
Bump refcounts around applyClosure calls in R_possible_dispatch when
arguments are not promised.
77452
2438 d 22 h
luke
/trunk/
Renamed matchArgs to matchArgs_NR to reflect that it returns a
non-reference-tracking list.
77043
2534 d 1 h
hornik
/trunk/src/main/
Have S3 method lookup by default go to baseenv after globalenv
(skipping the elements of the search path in between).
75694
2799 d 9 h
hornik
/trunk/src/main/
Tweaks.
75534
2824 d 22 h
luke
/trunk/
Use ALTREP wrappers to avoid data duplication drop, structure, unclass, unname.
75532
2825 d 7 h
kalibera
/trunk/src/main/
Protect fixes.
75479
2835 d 8 h
kalibera
/trunk/src/main/
Improve performance of get_this_generic (used in S4 dispatch).
75127
2905 d 5 h
hornik
/trunk/
Have S3 methods lookup by default look for the S3 registry in the topenv
of the generic.
74907
2961 d 3 h
maechler
/trunk/src/main/
comment/remove extranous check1arg() / checkArity()
74750
2989 d 3 h
kalibera
/trunk/src/main/
Fix UseMethod/NextMethod to debug a method when the generic is debugged also
with debugonce (not just with debug).
74677
3009 d 3 h
hornik
/trunk/src/main/
Allow reporting S3 method lookup search path uses.
74625
3018 d 1 h
hornik
/trunk/src/main/
Silence output from c74464.
74623
3019 d 0 h
luke
/trunk/
Reduce duplicating in some cases, from Lionel Henry.
74464
3045 d 11 h
hornik
/trunk/src/main/
Allow experimenting with alternative S3 method lookup variants.
74441
3049 d 6 h
kalibera
/trunk/src/
Protect fixes
74362
3065 d 10 h
plummer
/trunk/src/main/
Fix typo in r74357 (experimental S3 method search)
74357
3066 d 4 h
plummer
/trunk/src/main/
Fixes for experimental S3 method lookup.
74297
3076 d 2 h
kalibera
/trunk/src/main/
Stricter check in NextMethod for invocation from anonymous functions (now
includes also do.call).
74253
3084 d 9 h
hornik
/trunk/src/main/
Have S3 method lookup always use the registry after topenv.
74063
3125 d 9 h
hornik
/trunk/src/main/
Have S3 method lookup by default use the registry after topenv.
74037
3127 d 4 h
luke
/trunk/src/
Put declaration of topenv() in Rinternals.h.
73984
3132 d 1 h
luke
/trunk/src/main/
Initial support for decermenting rerence counts after closure call.
73790
3162 d 9 h
hornik
/trunk/src/main/
Make S3 method lookup variants settable at run instead of compile time.
73781
3165 d 2 h
hornik
/trunk/src/main/
Allow experimenting with alternative S3 method lookup variants.
73166
3252 d 3 h
luke
/trunk/
Changes to allow NAMEDMAX to be increased.
73103
3266 d 6 h
maechler
/trunk/
R_check_class_and_super() fix
73097
3267 d 8 h
maechler
/trunk/src/main/
comments only (tracking down bug ...)
73057
3276 d 6 h
lawrence
/trunk/src/main/
do not set a class attribute on prototype if env, symbol or extptr
this could happen in a special case, defining the "name" class during
installation of the methods package
72301
3433 d 4 h
kalibera
/trunk/src/
Replace installChar calls by installTrChar to make sure that all symbols in
the symbol table are (linked to CHARSXPs) in native encoding.
72300
3433 d 5 h
kalibera
/trunk/src/
Use installChar instead of install(CHAR(.)).
71659
3541 d 22 h
luke
/trunk/src/main/
Removed unused or redundant ARGUSED macros.
71344
3594 d 7 h
maechler
/trunk/src/main/
trivial cosmetic
71307
3598 d 6 h
lawrence
/trunk/
as.character.factor() uses S4 inheritance when checking the type of
its argument (fixes PR#17141)
70724
3702 d 5 h
lawrence
/trunk/
Internal S4 dispatch sets .Generic in the method frame for consistency with standardGeneric() (PR#16929).
70613
3727 d 3 h
maechler
/trunk/src/
simple cosmetics
69636
3907 d 23 h
lawrence
/trunk/
support S4 dispatch for "internal" non-primitive generics