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
83796 1263 d 21 h luke /branches/R-syntax/ Merged trunk changes through r83795.  
80546 1860 d 2 h luke /branches/R-syntax/ Merged trunk changes through r80545.  
78769 2216 d 0 h luke /branches/R-syntax/ Branch for experimenting with syntax changes.  
68956 4005 d 4 h ripley /trunk/src/ use http  
67595 4202 d 9 h ripley /trunk/src/ update copyright dates for 2014 changes  
64657 4586 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
61960 4910 d 3 h ripley /trunk/src/ add comments  
60604 5071 d 3 h ripley /trunk/src/gnuwin32/ allow for not caching  
59039 5216 d 9 h ripley /trunk/ use preferred form of 'R Core Team'  
54049 5667 d 7 h ripley /trunk/src/ clean up GetOption, which no longer uses an environment  
53443 5752 d 7 h ripley /trunk/src/gnuwin32/ avoid incorrect compiler warning  
53423 5754 d 2 h ripley /trunk/src/gnuwin32/ workaround for Win 7  
45070 6688 d 12 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44177 6757 d 9 h ripley /trunk/src/gnuwin32/ fix up Win2k support for DLL paths  
43904 6775 d 7 h ripley /trunk/ add DLLpath arg to dyn.load  
42300 6942 d 11 h ripley /trunk/src/gnuwin32/ update reference to where to get GPL  
41785 6995 d 5 h ripley /trunk/src/gnuwin32/ add const  
38811 7294 d 7 h ripley /trunk/src/gnuwin32/ allow packages to set optimization level
add support for 'gfortran' (pre-gcc 4.2.0) binaries
 
36901 7516 d 1 h ripley /trunk/src/ use WIN32_LEAN_AND_MEAN as appropriate  
36820 7524 d 2 h ripley /trunk/ update FSF address  
35450 7637 d 1 h murdoch /trunk/ Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL  
32888 7851 d 2 h ripley /trunk/ mark messages for translation  
23382 8552 d 0 h murdoch /trunk/src/ Made FPU warning in Windows dyn.load optional.  
22614 8603 d 11 h ripley /trunk/src/ branch update  
22312 8626 d 2 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 7 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 8628 d 20 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 8636 d 23 h murdoch /trunk/src/gnuwin32/ Cleared FPU exceptions before loading external library, in case library
unmasks exceptions before clearing them.
 
22138 8639 d 17 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 9098 d 23 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
14080 9208 d 5 h ripley /trunk/src/ indentation, copyright date (and missing headers), -Wall  
14077 9208 d 7 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 9375 d 22 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 12 h ripley /trunk/src/gnuwin32/ fallout of config.h changes  
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()
 
10863 9422 d 4 h ripley /trunk/src/gnuwin32/ add f77_QSYMBOL for use in FFTab.h  
10859 9422 d 10 h ripley /trunk/src/gnuwin32/ catch up with Unix  
10557 9455 d 6 h ripley /trunk/src/gnuwin32/ re-work caching of symbols  
10172 9484 d 21 h luke /trunk/ Merged with R-GenGC branch  
9448 9548 d 10 h ripley /trunk/src/gnuwin32/ more details on LoadLibrary failure