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
69385 3968 d 1 h luke /branches/R-NEWSTR/ Create branch for experimenting with alternate STRSXP implementations.  
69213 3984 d 9 h ripley /trunk/src/library/ more tweaks for testing without recommended packages  
66586 4336 d 4 h maechler /trunk/src/library/methods/tests/ slightly more stringent test for Bug 15937  
66423 4360 d 21 h jmc /trunk/src/library/methods/ A simpler and presumably more efficient fix to callGeneric than the one in rev.
66408. To avoid the bug in substitute(), uses sys.call() instead to construct the
call to the specific generic function, instead of only testing for the case where
substitute() fails.

Also added some regression tests for callGeneric() in this case and also when
called with no arguments.
 
58511 5263 d 22 h maechler /trunk/src/library/methods/ also fix *non-direct* group method selectMethod() == 2nd part of r58493  
58494 5265 d 2 h maechler /trunk/src/library/methods/tests/ typo  
58493 5265 d 5 h maechler /trunk/ selectMethod() -> group method fix  
54325 5646 d 2 h jmc /trunk/src/library/methods/ .updateMethodsTable needs to update group members (contr. by Martin Morgan)