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
26795 8308 d 4 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
18809 8894 d 7 h ripley /trunk/src/ strdup is now declared in Defn.h
for rotated.c, declare in the same way as Defn.h
 
17134 9001 d 5 h duncan /trunk/src/ The core support for user-level tables that can be attached as elements of the search path (after position 1). The user-level (i.e. non-C) interface is in a separate package currently in Omegahat and can be moved into the R source tree after 1.4.0 is released and it is deemed stable. Moved RCallbacks to R_ext/Callacks in line with Kurt's suggestion.  
14311 9197 d 6 h ripley /trunk/src/main/ indentation  
14260 9198 d 23 h iacus /trunk/src/main/ added extern declaration for strdup, for CW compiler  
14156 9204 d 6 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