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 5807 d 14 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
45070 6688 d 23 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44177 6757 d 20 h ripley /trunk/src/gnuwin32/ fix up Win2k support for DLL paths  
43904 6775 d 18 h ripley /trunk/ add DLLpath arg to dyn.load  
42300 6942 d 22 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
41785 6995 d 16 h ripley /trunk/src/gnuwin32/ add const  
38811 7294 d 17 h ripley /trunk/src/gnuwin32/ allow packages to set optimization level
add support for 'gfortran' (pre-gcc 4.2.0) binaries
 
36901 7516 d 12 h ripley /trunk/src/ use WIN32_LEAN_AND_MEAN as appropriate  
36820 7524 d 13 h ripley /trunk/ update FSF address  
35450 7637 d 12 h murdoch /trunk/ Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL  
32888 7851 d 13 h ripley /trunk/ mark messages for translation  
23382 8552 d 11 h murdoch /trunk/src/ Made FPU warning in Windows dyn.load optional.  
22614 8603 d 22 h ripley /trunk/src/ branch update  
22312 8626 d 13 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 8627 d 18 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 8629 d 7 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 8637 d 10 h murdoch /trunk/src/gnuwin32/ Cleared FPU exceptions before loading external library, in case library
unmasks exceptions before clearing them.
 
22138 8640 d 4 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 9099 d 10 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
14080 9208 d 16 h ripley /trunk/src/ indentation, copyright date (and missing headers), -Wall  
14077 9208 d 18 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 9376 d 9 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
10986 9412 d 23 h ripley /trunk/src/gnuwin32/ fallout of config.h changes  
10960 9416 d 15 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 9422 d 15 h ripley /trunk/src/gnuwin32/ add f77_QSYMBOL for use in FFTab.h  
10859 9422 d 21 h ripley /trunk/src/gnuwin32/ catch up with Unix  
10557 9455 d 17 h ripley /trunk/src/gnuwin32/ re-work caching of symbols  
10172 9485 d 8 h luke /trunk/ Merged with R-GenGC branch  
9448 9548 d 21 h ripley /trunk/src/gnuwin32/ more details on LoadLibrary failure  
8872 9596 d 19 h pd /trunk/ branch update  
7849 9677 d 12 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 9684 d 13 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
6195 9782 d 14 h maechler /trunk/src/gnuwin32/ dropped "\n" in errorcall(..)  
6098 9790 d 12 h pd /trunk/ branch update - not bugfree  
5731 9820 d 13 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5458 9848 d 20 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5222 9871 d 23 h ripley /trunk/src/gnuwin32/ add Rconfig.h at top  
4394 9953 d 11 h ripley /trunk/src/gnuwin32/ commit gnuwin32 sources