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
52864 5808 d 10 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
45070 6689 d 19 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44177 6758 d 16 h ripley /trunk/src/gnuwin32/ fix up Win2k support for DLL paths  
43904 6776 d 14 h ripley /trunk/ add DLLpath arg to dyn.load  
42300 6943 d 18 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
41785 6996 d 11 h ripley /trunk/src/gnuwin32/ add const  
38811 7295 d 13 h ripley /trunk/src/gnuwin32/ allow packages to set optimization level
add support for 'gfortran' (pre-gcc 4.2.0) binaries
 
36901 7517 d 8 h ripley /trunk/src/ use WIN32_LEAN_AND_MEAN as appropriate  
36820 7525 d 9 h ripley /trunk/ update FSF address  
35450 7638 d 7 h murdoch /trunk/ Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL  
32888 7852 d 9 h ripley /trunk/ mark messages for translation  
23382 8553 d 7 h murdoch /trunk/src/ Made FPU warning in Windows dyn.load optional.  
22614 8604 d 17 h ripley /trunk/src/ branch update  
22312 8627 d 9 h duncan /trunk/ Removed all but the Macintosh references to ROUTINES, FFTab.h and FFDecl.h. This is no longer in use as we use registration.c to export some symbols in base.  
22302 8628 d 14 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!  
22285 8630 d 3 h duncan /trunk/src/gnuwin32/ Removed the rules to create FFTab and FFDecl since these are now no longer used. And removed the inclusion of those files and the getBaseSymbol routine in dynload.c since these are not used either.  
22166 8638 d 6 h murdoch /trunk/src/gnuwin32/ Cleared FPU exceptions before loading external library, in case library
unmasks exceptions before clearing them.
 
22138 8640 d 23 h murdoch /trunk/src/gnuwin32/ Removed some calls in rui.c to reset the size of the console, so it will
stay maximized through window operations.

Added calls to reset the FPU control word after common dialog operations,
to protect against changes to FPU precision.

Added (temporarily?) a warning to the internal dyn.load()
whenever the loaded DLL changes the floating point control word.
If changed, it will be changed back to the R default. NB: if
the warning says "DLL attempted to change FPU control word from
XXXXX to 8001f", that's a sign of an internal bug somewhere else:
8001f is the R default value.
 
15776 9100 d 6 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
14080 9209 d 12 h ripley /trunk/src/ indentation, copyright date (and missing headers), -Wall  
14077 9209 d 14 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  
11499 9377 d 4 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
10986 9413 d 19 h ripley /trunk/src/gnuwin32/ fallout of config.h changes  
10960 9417 d 11 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()
 
10863 9423 d 10 h ripley /trunk/src/gnuwin32/ add f77_QSYMBOL for use in FFTab.h  
10859 9423 d 17 h ripley /trunk/src/gnuwin32/ catch up with Unix  
10557 9456 d 13 h ripley /trunk/src/gnuwin32/ re-work caching of symbols  
10172 9486 d 4 h luke /trunk/ Merged with R-GenGC branch  
9448 9549 d 17 h ripley /trunk/src/gnuwin32/ more details on LoadLibrary failure  
8872 9597 d 15 h pd /trunk/ branch update  
7849 9678 d 8 h ripley /trunk/src/gnuwin32/ graphapp had only one set of saves for h and v scrollbars, so the
event call-back got confused.
 
7701 9685 d 9 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
6195 9783 d 10 h maechler /trunk/src/gnuwin32/ dropped "\n" in errorcall(..)  
6098 9791 d 8 h pd /trunk/ branch update - not bugfree  
5731 9821 d 8 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5458 9849 d 16 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5222 9872 d 19 h ripley /trunk/src/gnuwin32/ add Rconfig.h at top  
4394 9954 d 7 h ripley /trunk/src/gnuwin32/ commit gnuwin32 sources