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
26266 8349 d 22 h /branches/R-grid/ This commit was manufactured by cvs2svn to create branch 'R-grid'.  
22913 8579 d 2 h ripley /trunk/ make R_X11 module load-on-demand with standard module interface,
move do_x11 to R_X11 module
 
19500 8854 d 1 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
15655 9105 d 13 h ripley /trunk/ add canvas colour to x11 devices  
14966 9147 d 7 h duncan /trunk/src/ Moved the routine for registering the module routines for the X11 driver inside the ifdef HAVE_X11. Unlikely one would want to load and register the module if X11 was not available! Also, updated the comment in RX11.h  
14945 9149 d 5 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