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
7002 9725 d 5 h /branches/R-exp-API/ This commit was manufactured by cvs2svn to create branch 'R-exp-API'.  
6340 9763 d 13 h pd /trunk/ NULL filename in R_fopen  
6121 9788 d 12 h ripley /trunk/src/ merge do_getenv and do_interactive  
6098 9791 d 5 h pd /trunk/ branch update - not bugfree  
5731 9821 d 6 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5646 9831 d 3 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.  
5588 9837 d 22 h ihaka /trunk/src/unix/ More nits in environments.  
5575 9838 d 19 h ihaka /trunk/src/ Save/Restore of hashed environments.  
5573 9838 d 21 h ihaka /trunk/src/ Changes to support hashing of the first environment frame.  
5458 9849 d 13 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5378 9861 d 4 h ripley /trunk/src/unix/ typo in warning message  
5372 9861 d 12 h hornik /trunk/src/ -Wall changes.  
5311 9867 d 16 h ripley /trunk/src/unix/ make error on --vsize/--nsize value ignored not fatal
use R_ShowMessage in SetSize
be consistent in ending messages with \n not ;
 
5308 9867 d 23 h lyndon /trunk/src/unix/ Changed goto badargs to call R_common_badargs function in R_common_command_line  
5245 9872 d 2 h ripley /trunk/ default reverts to --restore (that's why we need symbolic constants)
failure to restore .RData is now a fatal error (long-standing PR)
 
5223 9872 d 16 h ripley /trunk/src/ streamlined startup code