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
18809 8895 d 16 h ripley /trunk/src/ strdup is now declared in Defn.h
for rotated.c, declare in the same way as Defn.h
 
17134 9002 d 14 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 9198 d 15 h ripley /trunk/src/main/ indentation  
14260 9200 d 9 h iacus /trunk/src/main/ added extern declaration for strdup, for CW compiler  
14156 9205 d 16 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