The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
60364 5087 d 13 h ripley /trunk/src/ allow packages to require symbols in .C etc  
60255 5095 d 11 h ripley /trunk/src/ clean up  
59039 5216 d 13 h ripley /trunk/ use preferred form of 'R Core Team'  
43904 6775 d 12 h ripley /trunk/ add DLLpath arg to dyn.load  
42582 6915 d 14 h ripley /trunk/src/ work around warnings about converting to and from function pointers  
42308 6942 d 14 h ripley /trunk/src/include/ change reference to GPL  
41784 6995 d 15 h ripley /trunk/src/ more 'const char *'  
38988 7275 d 16 h ripley /trunk/src/include/ COPYRIGHTS says this is GPL, not LGPL  
38987 7275 d 16 h ripley /trunk/src/include/ COPYRIGHTS says this is GPL, not LGPL  
38666 7312 d 10 h ripley /trunk/ more tweaks to what is exported (especially addDLL).
fix bug in freeing of registered symbols: was missing .External symbols.
 
36903 7515 d 22 h duncan /trunk/ Documented the return type for getNativeSymbolInfo() under different values for withRegistrationInfo. Added withRegistrationInfo to NEWS. And cleaned up duplicate declarations of R_dlsym.  
36820 7524 d 7 h ripley /trunk/ update FSF address  
36047 7579 d 3 h ripley /trunk/ try to make is.loaded work more like .C etc in looking up symbols.
increase name length for cached symbols as methods seems fond of ca 30 chars
 
24733 8444 d 16 h ripley /trunk/src/ remove more classic MacOS stuff  
22302 8627 d 12 h duncan /trunk/src/ Removed the CFunTab and getBaseSymbol from the dynamic loading since base now uses the regular registration mechanism. Will remove ROUTINES and comments when guaranteed to work!  
20110 8808 d 5 h duncan /trunk/ Extended registration to allow types and in/out style qualifiers for parameters. Documentation on its way in the next few days. Packages that currently use the registration will need to be recompiled  
19500 8854 d 6 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
18669 8903 d 6 h ripley /trunk/src/ Windows does not have dlfcn.h!  
17164 9001 d 2 h duncan /trunk/ The getNativeSymbolInfo function and associated changes.  
15776 9099 d 4 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.