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
89176 223 d 20 h murrell /trunk/src/ fix for PR#18981  
88806 320 d 17 h murrell /trunk/src/main/ fix compiler warnings  
88805 320 d 19 h murrell /trunk/ add R_eval_with_gd() to "lock" a graphics device during eval() calls during device drawing. When graphics device is locked, any attempt to close/kill the device is ignored. This is to protect against the user closing the device via asyncronous event (e.g., mouse click) during device drawing (which could result in a crash as killing the device left dangling device pointers for any drawing code that was still to complete)  
88803 320 d 22 h murrell /trunk/ add GEcreateDD() and GEfreeDD(); satisfies PR#18292  
88600 346 d 10 h kalibera /trunk/src/main/ Avoid multiple definitions of dpptr (PR#16632).  
86821 763 d 3 h luke /trunk/src/ Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
 
86643 788 d 18 h luke /trunk/src/main/ Hide some entry points not currently used, not in installed headers,
and already listed in tools;;;nonAPI.
 
84246 1201 d 13 h maechler /trunk/src/main/ fix more typos in comments (+ 2 strings) from Eric Lindblad  
83446 1321 d 11 h ripley /trunk/src/ C23 requires attributes before return values  
81097 1736 d 13 h murrell /trunk/ merged R-groups branch back into trunk (with svn merge --reintegrate $REPOS/branches/R-groups)  
78564 2254 d 18 h murrell /trunk/ merge some fixes from R-defs (78522, 78530, 78532) that improve reset of graphics device on new page after error and on replay of recorded plot; plus some (conditional) debugging output for tracking dd->recordGraphics and device dirty state (78531)  
73005 3282 d 8 h maechler /trunk/ finally fix PR#15883: options(device = <invalid fn>)  
72959 3290 d 9 h maechler /trunk/src/main/ fix PR#17316  
72301 3433 d 5 h kalibera /trunk/src/ Replace installChar calls by installTrChar to make sure that all symbols in
the symbol table are (linked to CHARSXPs) in native encoding.
 
69718 3890 d 0 h luke /trunk/ Improvements to no-segfault tests, from Tomas Kalibera; also some
fixes to issues uncovered by these improvements.
 
69175 3989 d 9 h ripley /trunk/src/main/ whitespace cleanup  
68947 4005 d 5 h ripley /trunk/src/ use https  
67570 4204 d 9 h ripley /trunk/ correct copyright dates  
67351 4218 d 23 h luke /trunk/src/ More protect fixes from Tomas Kalibera.  
67100 4253 d 22 h luke /trunk/src/ Protect fixes for multiple argument calls, from Tomas Kalibera.  

Show All