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
90234 17 d 1 h maechler /trunk/ new .OBJSXP() and C code allow deparsing of OBJSXP objects such as S7 ones  
87938 503 d 8 h ripley /trunk/src/ start annotating the use of Rboolean in public headers  
87901 506 d 13 h ripley /trunk/src/main/ C standard has attributes before return values  
87891 509 d 3 h ripley /trunk/src/ add 2025 BLAS sources  
87815 517 d 18 h ripley /trunk/src/main/ more Rboolean tweaks  
87783 521 d 10 h ripley /trunk/src/main/ more sanity checking of arguments using asRbool  
87740 524 d 15 h ripley /trunk/src/ gcc 15 reauires NORET before attribute_hidden  
87137 683 d 8 h maechler /trunk/src/main/ R_check_class_and_super(x) for non-objects -- PR#18794  
86821 763 d 6 h luke /trunk/src/ Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
 
86790 768 d 5 h luke /trunk/src/ Replace used of findVarInFrame3 by findVarInFrame or R_existsVarInFrame.  
86655 787 d 10 h luke /trunk/src/ Hide more entry points not used in Base/CRAN/BIOC packages.  
86135 864 d 8 h luke /trunk/ Finalize UseMethod no longer forwarding local variables from the generic.  
85979 884 d 22 h luke /trunk/ Move towards UseMethod no longer forwarding local variables from the generic.
For now they are forwarded with promises that signal an error i forced.
This will be dropped eventually.
 
85974 886 d 1 h luke /trunk/src/main/ Cleanup in setting the default for UseMethod variable forwarding.  
85690 955 d 4 h luke /trunk/src/ Abstract out test for an evaluated promise into PROMISE_IS_EVALUATED().  
85614 977 d 7 h kalibera /trunk/src/ Fixes of formatted output.  
85463 998 d 6 h luke /trunk/ Merge in R-OBJSXP branch.  
85361 1011 d 8 h luke /trunk/src/main/ Warning in UseMethod check doesn't seem to halp so disable for now.  
85341 1014 d 0 h luke /trunk/src/main/ Provide more info with R_USEMETHOD_FORWARD_LOCALS=error.  
85323 1019 d 3 h luke /trunk/src/main/ Temporary code for experimenting with UseMethod variable forwarding change.  
85291 1022 d 8 h luke /trunk/src/main/ Unpromise args at end of applyClosure in a few more places.  
85283 1022 d 21 h luke /trunk/src/ Move unpromiseArgs calls into applyClosure, when a new argument is TRUE.  
85146 1047 d 4 h luke /trunk/src/ Add R_typeToChar() ans use to replace type2char(TYPEOF()).
[From OBJSXP branch.]
 
84280 1196 d 3 h luke /trunk/src/ Some fixes to address PR18514.  
84105 1217 d 6 h luke /trunk/ The new S3 generic nameOfClass called internally from inherits()
allows the 'what' argument to be a non-character S3 object. This
supports experimenting with alternative object systems. Based on
contributions by Tomasz Kalinowski in PR18485.
 
83907 1247 d 11 h hornik /trunk/src/ Close _R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_ back door.  
83905 1247 d 12 h hornik /trunk/src/ Close _R_S3_METHOD_LOOKUP_USE_TOPENV_AS_DEFENV_ back door.  
83581 1297 d 2 h maechler /trunk/ UseMethod() error now *truncates* an over-long class string  
83454 1321 d 9 h ripley /trunk/src/ more moving NORET to the front  
83446 1321 d 14 h ripley /trunk/src/ C23 requires attributes before return values  
82931 1398 d 11 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
82838 1414 d 14 h kalibera /trunk/src/main/ Improve performance of R_check_class_etc (from Mikael Jagan).  
81479 1656 d 15 h ripley /trunk/ allow building R with -DSTRICT_R_HEADERS  
79253 2132 d 7 h hornik /trunk/src/main/ Fix for PR#17588 by Lionel Henry.  
78008 2321 d 4 h lawrence /trunk/src/ remove stray debugging code  
77801 2356 d 2 h lawrence /trunk/ improve tracking inheritance across packages and fix bugs from c77631  
77506 2428 d 8 h luke /trunk/src/main/ Bump refcounts around applyClosure calls in R_possible_dispatch when
arguments are not promised.
 
77452 2439 d 2 h luke /trunk/ Renamed matchArgs to matchArgs_NR to reflect that it returns a
non-reference-tracking list.
 
77043 2534 d 4 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 12 h hornik /trunk/src/main/ Tweaks.