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
28254 20661 d 20 h /branches/R-Win-CMD/ This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.  
27911 8238 d 4 h ripley /trunk/src/library/ use a small table of known S3 generics to avoid problems if they
are not imported into NAMESPACES
 
27717 8254 d 21 h ripley /trunk/ update  
27673 8257 d 6 h ripley /trunk/ base:: and ::: were missing inherits=FALSE
Several places in the namespace were giving confusing error messages
using calls to an internal function
 
27557 8262 d 1 h ripley /trunk/src/library/ speed up processing namespaces --
use char matrix not list of list for S3methods
avoid many call to exists
allow export*() to specify an export more than once.
 
26239 8351 d 7 h jmc /trunk/src/library/base/ bug fixes and doc. updates from methods/classes in namespaces  
24700 8446 d 8 h ripley /trunk/src/library/ branch update  
23662 8535 d 1 h ripley /trunk/src/library/base/man/ document .__S3MethodsTable__.  
23392 8551 d 2 h luke /trunk/ Added name space support for packages that do not use methods.