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 19 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51838 5936 d 4 h ripley /trunk/ clean up headers  
51274 5979 d 23 h ripley /trunk/src/main/ update copyright dates  
49212 6192 d 15 h pd /trunk/ nlm PROTECT issue  
42726 6904 d 17 h maechler /trunk/src/ tweak "new" uniroot(): infinite f(.) is ok  
42701 6906 d 3 h maechler /trunk/ uniroot(*, f.lower,f.upper) incl C "API"  
42307 6943 d 1 h ripley /trunk/src/ change reference to GPL  
41894 6989 d 20 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41834 6992 d 4 h ripley /trunk/src/main/ now .Internal manages vmax, don't need to do it here as well  
41686 7005 d 22 h ripley /trunk/ more improvements to warning/error messages  
36990 7508 d 13 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7524 d 18 h ripley /trunk/ update FSF address  
35265 7654 d 14 h ripley /trunk/src/ tweaks to error messages  
33297 7825 d 18 h ripley /trunk/src/ tweak error messages  
33125 7838 d 2 h ripley /trunk/ for consistency, prefer `invalid' to `illegal'  
32867 7852 d 3 h ripley /trunk/ update message info  
25717 8385 d 4 h maechler /trunk/src/main/ minor comment changes  
20764 8758 d 1 h maechler /trunk/src/main/ + comments  
11499 9376 d 13 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 20 h ripley /trunk/ add warning in nlm, error in optim if analytical gradient is the wrong length  
10960 9416 d 20 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 9485 d 12 h luke /trunk/ Merged with R-GenGC branch  
8316 9652 d 17 h ripley /trunk/ stop nlm and optim dead if they generate a non-finite x  
7886 9675 d 2 h ripley /trunk/src/main/ copyright date updates  
7762 9681 d 18 h ripley /trunk/src/ move fmin to C, enable recursive calls  
7758 9682 d 1 h ripley /trunk/ exported symbol re-mapping / make static if unused  
7727 9683 d 15 h ripley /trunk/ new API layout  
7701 9684 d 18 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
7185 9711 d 21 h bates /trunk/ Added declarations to eliminate warnings from compilations with -Wall  
7176 9713 d 12 h bates /trunk/src/main/ Allocated enough memory in FT_init to actually hold the hessian.  
7166 9714 d 15 h bates /trunk/src/ Incorporating Saikat's C-based uncmin for nlm  
7142 9715 d 19 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 14 h pd /trunk/ branch update  
6628 9747 d 19 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 9748 d 1 h maechler /trunk/src/main/ 3 -Wall fixes  
6615 9748 d 16 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 14 h bates /trunk/ Added the nls package and a version of nlm that uses gradients and Hessians  
6191 9782 d 20 h maechler /trunk/src/main/ dropped "\n" in error[call](..)  
6098 9790 d 17 h pd /trunk/ branch update - not bugfree  
5731 9820 d 17 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied