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
85648 970 d 9 h kalibera /trunk/src/gnuwin32/ Improve handling of encoding in file names in system/system2 on Windows
(PR#18631).
 
85625 976 d 3 h kalibera /trunk/src/ Fixes of formatted output. Use a defensive strategy by casting to supported
wide types and printing those (this may be later refined to use the exact
types).
 
84676 1113 d 6 h kalibera /trunk/src/ In system/system2, allow to opt-in for console signals even with tasks
running with wait=FALSE. Use this feature to allow interruption of
computations running using cluterApply() etc. via Ctrl+C, fixing a
regression introduced in 84413.
 
84419 1173 d 8 h kalibera /trunk/src/ Avoid interruption of background tasks on Windows by Ctrl+C (PR#17764). Preserve
inheritable per-process attribute for ignoring Ctrl handlers. Switch to R
internal implementation of pipe() also with RTerm.
 
83755 1270 d 4 h kalibera /trunk/ Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
 
81942 1590 d 23 h ripley /trunk/ R_ExpandFileName now warns on over-long expansions  
75824 2786 d 8 h kalibera /trunk/src/ Fix system/system2 on Rgui to redirect/print outputs as documented (also
fixes PR#17508). Add comments to .Internal(system) code for Windows. Use
REPROTECT for better performance when capturing output.
 
73630 3195 d 9 h kalibera /trunk/ Give call object in warnings in do_system (Linux and Windows).  
73609 3197 d 11 h kalibera /trunk/ Issue a warning when external command cannot be executed by
system(,intern=FALSE), file.edit and file.show. Amends 73584, 73589.
 
73584 3199 d 7 h kalibera /trunk/src/gnuwin32/ Report error (on Windows) when system, file.edit or file.show fails
executing an external command (editor, pager).
 
73059 3276 d 3 h kalibera /trunk/ Extend timeout warnings to say after how many seconds the command timed out.  
72855 3318 d 11 h kalibera /trunk/ Add support for system/system2 timeout for Windows. Do not warn about
non-zero exit code in Windows when exit code is returned (to match
documentation and Unix version). Return 124 as exit status in case of
timeout.
 
72719 3352 d 9 h murdoch /trunk/ Fix PR#17120: path.expand could not handle some UTF-8 paths on Windows.  
69326 3975 d 0 h luke /trunk/src/ Improved arity checks from Tomas Kalibera.  
68956 4005 d 5 h ripley /trunk/src/ use http  
67595 4202 d 10 h ripley /trunk/src/ update copyright dates for 2014 changes  
66130 4397 d 12 h ripley /trunk/src/ more use of headers  
66108 4401 d 9 h ripley /trunk/src/ more use of headers on Windows  
64657 4586 d 4 h ripley /trunk/src/ correct/standardize copyright dates  
64237 4635 d 6 h murdoch /trunk/ Fix system2() bugs:
1. Left file open if stdout was specified (probably also stdin, stderr)
2. Did not report error or warning when the command failed to launch.
 

Show All