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 2 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15776 9098 d 23 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
14126 9206 d 2 h ripley /trunk/src/ make libmodules.a for module stubs
move vfonts, X11 and gnome stubs to libmodules.a
Changes had lost underscores if needed in making X11.so and gnome.so
 
14082 9208 d 1 h duncan /trunk/src/unix/ Added unistd.h which was removed during the split into Rdynload.c  
14081 9208 d 1 h duncan /trunk/src/unix/ Missing return value from base's symbols  
14080 9208 d 4 h ripley /trunk/src/ indentation, copyright date (and missing headers), -Wall  
14077 9208 d 6 h duncan /trunk/src/ Merge the different dynload.c files into a common, platform-independent component (Rdynload.c) and platform-specific routines that perform the opening, closing and symbol resolution (in the dynload.c files). This makes the R_registerRoutines() available on all platforms (when the Mac is changed to use this). Packages include Rdynload.h. Rdynpriv.h is for the internal, platform-specific interface for dynamic loading. Works on Linux, Windows. Not yet on Mac  
13991 9213 d 4 h duncan /trunk/src/unix/ Explicit casting of the function address to DL_FUNC so that pedantic compilers are happy (for Martin :-))  
13972 9213 d 21 h hornik /trunk/ Move GUI modules from `src/unix' to `src/modules'.  
13952 9214 d 5 h duncan /trunk/src/unix/ Niceties for the compiler.  
13951 9214 d 5 h duncan /trunk/src/unix/ And now the gnome DllInfo object is initialized.  
13950 9214 d 5 h duncan /trunk/src/unix/ Uninitialized DllInfo object  
13949 9214 d 5 h duncan /trunk/src/ An extension to the dynamic resolution of native symbols (C and Fortran routines) that allows the author of a shared library to register the routines rather than having them be located by the dynamic loading facility of the OS.  
11692 9365 d 23 h luke /trunk/src/unix/ Added support for XImage variant of the X11 driver; the image is
obtained by calling R_GetX11Image through the dynamically resolved
pointer ptr_R_GetX11Image.
 
11499 9375 d 21 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
11139 9399 d 0 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
10989 9412 d 11 h ripley /trunk/src/unix/ update unused DLL caching code to match Windows version (where it is used)  
10973 9414 d 9 h hornik /trunk/ Remove F77_SYMBOL from API code; make `Rconfig.h' a subset of `config.h'.  
10960 9416 d 4 h ripley /trunk/ require explict use of R_ext for headers in include/R_ext
split Graphics.h into internal Graphics.h and Devices.h and public Graphics.h
allow user-specified families in postscript()
 
10851 9423 d 4 h hornik /trunk/ Move conditional defines out of `config.h'.  

Show All