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
16318 9056 d 15 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15783 9099 d 6 h rgentlem /trunk/ made length generic and added an arg to DispatchOrEval  
14425 9189 d 10 h tlumley /trunk/src/main/ zero-extent matrix operations return zeroes  
13996 9213 d 13 h duncan /trunk/src/main/ Identify certain conditions for the number of rows. This was identified by running make check on Solaris with its native compiler (cc)  
13985 9213 d 23 h ripley /trunk/src/ forgot prototype for dgemm  
13942 9215 d 4 h bates /trunk/src/main/ Use dgemm in matprod and crossprod when IEEE_754 is defined.  
13214 9257 d 15 h maechler /trunk/ new quite faster aperm() from Jonathan  
12976 9281 d 21 h pd /trunk/ branch update  
11499 9376 d 10 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
10960 9416 d 16 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 9 h luke /trunk/ Merged with R-GenGC branch  
9543 9541 d 1 h ripley /trunk/src/main/ improve error message in aperm  
9147 9574 d 15 h maechler /trunk/ R_MSG_ & error[call]_return() & which.min() ...  
8628 9614 d 22 h pd /trunk/ branch update  
8505 9632 d 20 h pd /trunk/ branch update  
7886 9674 d 23 h ripley /trunk/src/main/ copyright date updates  
7701 9684 d 15 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
7081 9721 d 14 h pd /trunk/ branch update  
6994 9725 d 10 h pd /trunk/ branch update  
6206 9782 d 10 h rgentlem /trunk/ fixes for error handling  
5731 9820 d 14 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied  
5458 9848 d 21 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5187 9874 d 15 h hornik /trunk/src/main/ Always include Rconfig.h first.  
2715 10129 d 10 h pd /trunk/src/main/ memory fix  
2506 10153 d 15 h maechler /trunk/src/main/ -Wall  
2213 10174 d 18 h maechler /trunk/src/main/ 7 files: -Wall..  
1881 10212 d 9 h ihaka /trunk/src/main/ More List updates and bug fixes.  
1858 10214 d 11 h ihaka /trunk/src/ Bugfixes for list change.  
1839 10218 d 0 h ihaka /trunk/src/ Changes to support new list (generic vector) structure.  
1820 10224 d 6 h ihaka /trunk/src/ Updates for new list structure.  
1819 10224 d 7 h thomas /trunk/src/main/ fixed zero extents in matrix()  
1329 10283 d 13 h thomas /trunk/src/ matrix multiplication by vectors  
1130 10318 d 21 h maechler /trunk/src/main/ ifdef-out unused functions (-Wall)  
1073 10333 d 14 h thomas /trunk/ zero-extent matrices  
1026 10338 d 22 h ihaka /trunk/ Exchanged our internal dataframe code for Chambers' interpreted code
(with his permission). This is a BIG change.
 
1016 10343 d 14 h maechler /trunk/src/ Lots (not all) of -Wall fixes  
968 10354 d 11 h ihaka /trunk/src/ Conditional compilation based on COMPLEX_DATA removed.  
785 10378 d 12 h pd /trunk/src/ Updated from 0.61.2 branch.  
580 10420 d 5 h ihaka /trunk/src/ Changes to support differentation of NaN and NA and to ensure
that these values propage correctly. Changes to printing.
 
571 10422 d 8 h ihaka /trunk/ IEEE modifications.