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
52864 5807 d 9 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
42411 6933 d 13 h ripley /trunk/ includes are better *outside* extern "C" {}  
42308 6942 d 16 h ripley /trunk/src/include/ change reference to GPL  
39060 7268 d 18 h ripley /trunk/src/include/R_ext/ a bit more remapping  
36820 7524 d 9 h ripley /trunk/ update FSF address  
14350 9194 d 19 h ripley /trunk/src/include/R_ext/ Don't use R.h in internal code, especially not in other headers.
It is intended as the first header in user code.
 
14156 9204 d 11 h duncan /trunk/src/ Extension to the .C() conversion mechanism to allow for external data, etc. Developers can register C routines which can convert an S object to a C pointer and back. User-level facilities to examine and control the registered converters