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
33371 7820 d 4 h murdoch /branches/R-noNULLenv/src/ Second pass -- getting closer  
33359 7821 d 0 h murdoch /branches/R-noNULLenv/ Create no-NULL-environment branch  
32888 7850 d 23 h ripley /trunk/ mark messages for translation  
23382 8551 d 21 h murdoch /trunk/src/ Made FPU warning in Windows dyn.load optional.  
22614 8603 d 8 h ripley /trunk/src/ branch update  
22312 8626 d 0 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 4 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 17 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 20 h murdoch /trunk/src/gnuwin32/ Cleared FPU exceptions before loading external library, in case library
unmasks exceptions before clearing them.
 
22138 8639 d 14 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 20 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
14080 9208 d 2 h ripley /trunk/src/ indentation, copyright date (and missing headers), -Wall  
14077 9208 d 4 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 19 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 9 h ripley /trunk/src/gnuwin32/ fallout of config.h changes  
10960 9416 d 1 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 1 h ripley /trunk/src/gnuwin32/ add f77_QSYMBOL for use in FFTab.h  
10859 9422 d 7 h ripley /trunk/src/gnuwin32/ catch up with Unix  
10557 9455 d 3 h ripley /trunk/src/gnuwin32/ re-work caching of symbols  
10172 9484 d 18 h luke /trunk/ Merged with R-GenGC branch  

Show All