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
16318 9056 d 20 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15377 9118 d 20 h ripley /trunk/ add cacheOK argument to download.file, use for CRAN.packages  
15201 9126 d 20 h ripley /trunk/src/modules/internet/ direct calls to module entry points  
15199 9126 d 21 h ripley /trunk/src/ actually intialize the pointers in internet module!
use unique names for internet module versions of functions
 
14945 9149 d 22 h duncan /trunk/src/ The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11  
14678 9174 d 2 h ripley /trunk/src/modules/internet/ R_HTTPOpen (libxml version) needs to return NULL if opening fails  
14671 9175 d 0 h ripley /trunk/src/modules/internet/ output tweaks on Windows (especially flushing the console)  
14411 9190 d 0 h ripley /trunk/src/ Windows tweaks for Internet module  
14409 9190 d 1 h ripley /trunk/ move sockets and internet to a module