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
 
51743 5947 d 13 h ripley /trunk/src/main/ fix 0^1i on Windows  
51316 5975 d 3 h ripley /trunk/ a few more checks of argument names, and a test suite  
51270 5979 d 11 h ripley /trunk/ separate out primitives in names.c
no longer treat atan() separately
change log{2,10} to avoid double evaluation of first arg.
 
49744 6156 d 14 h ripley /trunk/src/ a little bit more hiding of entry points  
49066 6200 d 22 h maechler /trunk/src/main/ fix thinko in 49062  
49062 6201 d 7 h maechler /trunk/ more accurate z^n  
49001 6209 d 12 h ripley /trunk/src/main/ some missed TRACE and SET_TRACE calls  
45774 6638 d 5 h ripley /trunk/ remove static limit on degree in polyroot()  
45771 6638 d 6 h ripley /trunk/src/ document limit on polyroot (and correct error test)  
45446 6670 d 8 h ripley /trunk/src/main/ whitespace cleanup  
44205 6755 d 13 h ripley /trunk/src/ more on prototypes  
44198 6755 d 22 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
42307 6942 d 11 h ripley /trunk/src/ change reference to GPL  
41725 7000 d 13 h ripley /trunk/src/main/ use *call forms  
41715 7002 d 14 h ripley /trunk/ improvements to error/warning messages  
41713 7003 d 5 h ripley /trunk/src/main/ improvements to error messages  
41686 7005 d 8 h ripley /trunk/ more improvements to warning/error messages  
41632 7009 d 15 h ripley /trunk/src/main/ more on inlining  
41631 7009 d 15 h ripley /trunk/src/ work on inlining
- allow C99 model
- use static inlining in units where function is used a lot
export isS4, asS4 (don't use them internally, rather macros)
work around an optimization bug in currnt gcc pre-4.3.0
 
41002 7057 d 2 h jmc /trunk/ use DUPLICATE_ATTRIB instead of SET_ATTRIB to copy object, S4 bits correctly  
40115 7176 d 7 h ripley /trunk/src/main/ workaround for PR#9403  
38705 7304 d 14 h ripley /trunk/src/ remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
 
38550 7321 d 21 h tlumley /trunk/src/ tracemem tracks copies through arithmetic/math functions, coercion.  
38505 7326 d 9 h ripley /trunk/src/main/ more attribute_hidden  
38417 7336 d 9 h ripley /trunk/src/main/ update copyright date  
37374 7466 d 0 h ripley /trunk/src/main/ allow write-barrier testing on C99 systems  
37019 7505 d 22 h ripley /trunk/ signif() was biased toward round away from zero, not round to even (PR#8452).
Add some explanatory notes for all the aliasing that goes on.
 
36990 7507 d 23 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  
36129 7572 d 23 h ripley /trunk/ fix PR#8272 (Im(-1))  
35253 7655 d 4 h ripley /trunk/ enhance printing of complex numbers to use pairs together.  
35250 7655 d 9 h ripley /trunk/ change rounding for complex numbers  
35227 7656 d 4 h ripley /trunk/ more tweaks to complex  
35225 7656 d 6 h ripley /trunk/ first pass at using C99 complex arithmetic.
needs more tweaking on Windows for example.
 
35218 7656 d 9 h ripley /trunk/ merge r35217 (fix bug in complex atan2) from R-patched  
35069 7669 d 6 h maechler /trunk/ Arg(-1) |-> pi  
34399 7740 d 11 h ripley /trunk/src/main/ patch had missing */  
34397 7740 d 13 h ripley /trunk/ fix PR#7871  
33866 7780 d 1 h tlumley /trunk/src/main/ refix PR#7781 (sign error)