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 5807 d 5 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51838 5935 d 15 h ripley /trunk/ clean up headers  
51274 5979 d 9 h ripley /trunk/src/main/ update copyright dates  
49212 6192 d 2 h pd /trunk/ nlm PROTECT issue  
42726 6904 d 4 h maechler /trunk/src/ tweak "new" uniroot(): infinite f(.) is ok  
42701 6905 d 13 h maechler /trunk/ uniroot(*, f.lower,f.upper) incl C "API"  
42307 6942 d 12 h ripley /trunk/src/ change reference to GPL  
41894 6989 d 7 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41834 6991 d 14 h ripley /trunk/src/main/ now .Internal manages vmax, don't need to do it here as well  
41686 7005 d 8 h ripley /trunk/ more improvements to warning/error messages  
36990 7508 d 0 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7524 d 4 h ripley /trunk/ update FSF address  
35265 7654 d 0 h ripley /trunk/src/ tweaks to error messages  
33297 7825 d 4 h ripley /trunk/src/ tweak error messages  
33125 7837 d 12 h ripley /trunk/ for consistency, prefer `invalid' to `illegal'  
32867 7851 d 13 h ripley /trunk/ update message info  
25717 8384 d 14 h maechler /trunk/src/main/ minor comment changes  
20764 8757 d 11 h maechler /trunk/src/main/ + comments  
11499 9376 d 0 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
11347 9386 d 6 h ripley /trunk/ add warning in nlm, error in optim if analytical gradient is the wrong length  
10960 9416 d 6 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()
 
10172 9484 d 23 h luke /trunk/ Merged with R-GenGC branch  
8316 9652 d 4 h ripley /trunk/ stop nlm and optim dead if they generate a non-finite x  
7886 9674 d 13 h ripley /trunk/src/main/ copyright date updates  
7762 9681 d 5 h ripley /trunk/src/ move fmin to C, enable recursive calls  
7758 9681 d 11 h ripley /trunk/ exported symbol re-mapping / make static if unused  
7727 9683 d 1 h ripley /trunk/ new API layout  
7701 9684 d 4 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
7185 9711 d 7 h bates /trunk/ Added declarations to eliminate warnings from compilations with -Wall  
7176 9712 d 23 h bates /trunk/src/main/ Allocated enough memory in FT_init to actually hold the hessian.  
7166 9714 d 1 h bates /trunk/src/ Incorporating Saikat's C-based uncmin for nlm  
7142 9715 d 5 h ripley /trunk/src/ change F77_SYMBOL to F77_CALL or F77_NAME
make cpoly a C symbol (as it is a C routine)
 
6994 9725 d 0 h pd /trunk/ branch update  
6628 9747 d 5 h bates /trunk/src/main/ Added an include of "S.h" to define R_chk_calloc and R_chk_free.
Peculiar, to say the least.
 
6623 9747 d 11 h maechler /trunk/src/main/ 3 -Wall fixes  
6615 9748 d 3 h bates /trunk/src/main/ Modified msg settings for cases where analytic gradients or Hessian
are not to be checked but gradient or Hessian is not supplied.
 
6455 9755 d 0 h bates /trunk/ Added the nls package and a version of nlm that uses gradients and Hessians  
6191 9782 d 6 h maechler /trunk/src/main/ dropped "\n" in error[call](..)  
6098 9790 d 3 h pd /trunk/ branch update - not bugfree  
5731 9820 d 4 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied