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
26795 8308 d 5 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
23646 8536 d 7 h ripley /trunk/src/ remove temporary --no-dotFirst command-line flag  
22740 8591 d 12 h ripley /trunk/src/ add --no-dotFirst flag  
20094 8809 d 1 h ripley /trunk/ use unsigned long for memory-related quantitites.
Helps on 64-bit machines and in the 2-4Gb region
 
19989 8816 d 11 h ripley /trunk/ back out last memory change  
19950 8819 d 13 h ripley /trunk/src/ use unsigned long (not int) for memory sizes: allows 2-4Gb to be set
on 32-bit machines, more than 16Gb on 64-bit machines
 
19500 8854 d 3 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
12976 9281 d 11 h pd /trunk/ branch update  
11661 9368 d 7 h maechler /trunk/src/include/ comment(SA_)  
11533 9375 d 0 h ripley /trunk/src/ move .Renviron processing to C code  
11197 9396 d 9 h ripley /trunk/ new options for memory management
new function mem.limits
 
11139 9399 d 3 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
10688 9439 d 7 h maechler /trunk/src/ setup_Rmainloop() now in Startup.h [-Wall]  
10592 9450 d 2 h maechler /trunk/ new R_ext/Boolean.h  
10470 9462 d 5 h maechler /trunk/src/ Rboolean & TRUE & FALSE  
6098 9790 d 3 h pd /trunk/ branch update - not bugfree  
5646 9830 d 1 h duncan /trunk/src/ Added the function commandArgs() as an .Internal like R.Version. Copies the command line arguments before they are processed so that we get them as they are passed in. These are used in the CORBA library and have other obvious uses, especially for running in non-interactive mode. This is done early in the process before the windows code can process away the name=value pairs.  
5458 9848 d 11 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5306 9867 d 5 h ripley /trunk/src/ move Startup.h to src/include
add fpu_setup() function