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 5808 d 3 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
48263 6327 d 12 h ripley /trunk/src/scripts/ suppress reading profiles for SHLIB  
47521 6409 d 7 h ripley /trunk/ don't use shell for simple exec-ed scripts, use --no-restore  
47516 6409 d 9 h ripley /trunk/ move SHLIB to R code
run INSTALL with only tools
 
47442 6416 d 1 h hornik /trunk/ Standardize CLIs some more.  
46994 6459 d 12 h ripley /trunk/src/scripts/ whitespace cleanup  
46821 6475 d 8 h ripley /trunk/ introduce R_SHELL to set the default shell  
43236 6854 d 12 h ripley /trunk/src/scripts/ make use of SED we found at configure time  
43235 6854 d 12 h ripley /trunk/ make use of $SED if set  
42229 6954 d 15 h ripley /trunk/src/scripts/ typo  
42219 6955 d 7 h ripley /trunk/ remove the long-obsolete use of OBJS  
42195 6957 d 3 h ripley /trunk/ add SHLIB --[pre]clean and INSTALL --preclean  
42192 6957 d 6 h ripley /trunk/src/ spell consistently  
40094 7178 d 23 h urbaneks /trunk/ updated ObjC/C++ support (incl. runtime and foundation detection)  
39783 7207 d 0 h urbaneks /trunk/ Added Obj-C support (if avaliable)  
38099 7377 d 9 h ripley /trunk/ tweaks to SHLIB  
38094 7377 d 13 h ripley /trunk/ enhance SHLIB  
37351 7469 d 6 h ripley /trunk/src/scripts/ use svn keyword  
36871 7518 d 10 h ripley /trunk/ add support for F95 source files in packages  
34044 7762 d 8 h ripley /trunk/ port r34043 from R-2-1-patches -- to be replaced in trunk later  
33112 7839 d 12 h hornik /trunk/src/scripts/ Use /home/Hornik/.R/Makevars instead of /home/Hornik/.Rmakeconf for user-specific
Make compilation flag overrides, and add support for platform specific
override files.
 
31770 7935 d 12 h ripley /trunk/src/scripts/ clarify which version info  
31722 7938 d 22 h hornik /trunk/src/scripts/ Add preliminary support for user-specific ~/.Rmakeconf.  
30256 8051 d 22 h hornik /trunk/src/scripts/ More 'improvements' for the case where R_HOME contains spaces.  
30217 8054 d 10 h hornik /trunk/ Try to handle white space in file paths.  
29654 8089 d 2 h hornik /trunk/src/scripts/ MAKE and TAR are already set by Rcmd.  
28451 8185 d 10 h hornik /trunk/src/scripts/ Remove run-time test for R dylib.  
23868 8517 d 2 h hornik /trunk/src/scripts/ Need '@DYLIB_EXT@' for -lR.  
20534 8777 d 12 h ripley /trunk/src/scripts/ branch update  
20002 8816 d 9 h hornik /trunk/ Do not use grave accents in quoting.  
17371 8994 d 6 h hornik /trunk/src/scripts/ Quote literals substituted by configure when setting shell defaults.  
15758 9100 d 22 h hornik /trunk/ Replace OBJS by OBJECTS.  
15659 9106 d 6 h ripley /trunk/ change SHLIB_EXT to include the `.', if any  
15168 9127 d 21 h pd /trunk/ branch update  
14097 9208 d 9 h hornik /trunk/src/ Use `share/make/shlib.mk' for building shlibs.  
12996 9280 d 21 h hornik /trunk/ Link shlib modules against -lR if possible.  
12256 9325 d 5 h pd /trunk/ branch update  
11618 9370 d 8 h hornik /trunk/ New make variable SHLIB_LIBADD in rule for shlibs.
R CMD SHLIB adds FLIBS to this only when FORTRAN files are present.
R internal packages use make directly and hence need to add themselves.
 
11515 9376 d 6 h hornik /trunk/ Standardize version and usage messages.  
11221 9396 d 11 h hornik /trunk/src/scripts/ Only link against FLIBS if there is Fortran source.