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 7 h kalibera /trunk/src/gnuwin32/ Improve handling of encoding in file names in system/system2 on Windows
(PR#18631).
 
85625 976 d 1 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 5 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 6 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 2 h kalibera /trunk/ Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
 
81942 1590 d 22 h ripley /trunk/ R_ExpandFileName now warns on over-long expansions  
75824 2786 d 7 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 8 h kalibera /trunk/ Give call object in warnings in do_system (Linux and Windows).  
73609 3197 d 10 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 6 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 2 h kalibera /trunk/ Extend timeout warnings to say after how many seconds the command timed out.  
72855 3318 d 9 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 8 h murdoch /trunk/ Fix PR#17120: path.expand could not handle some UTF-8 paths on Windows.  
69326 3974 d 22 h luke /trunk/src/ Improved arity checks from Tomas Kalibera.  
68956 4005 d 4 h ripley /trunk/src/ use http  
67595 4202 d 9 h ripley /trunk/src/ update copyright dates for 2014 changes  
66130 4397 d 11 h ripley /trunk/src/ more use of headers  
66108 4401 d 7 h ripley /trunk/src/ more use of headers on Windows  
64657 4586 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
64237 4635 d 5 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.
 
63695 4719 d 9 h ripley /trunk/src/gnuwin32/ fix PR#15393  
60667 5067 d 7 h ripley /trunk/src/ only use Internals.h where needed  
60370 5087 d 4 h urbaneks /trunk/ additional protection in do_system (PR#15025)  
59039 5216 d 8 h ripley /trunk/ use preferred form of 'R Core Team'  
57499 5383 d 10 h ripley /trunk/src/ add comments on timing, comment-out unused header  
57468 5385 d 10 h ripley /trunk/src/ check status when doing loading checks
get system2 to return the status as an attribute
 
55884 5554 d 2 h ripley /trunk/ require timing  
54654 5624 d 13 h ripley /trunk/ more consistency in startup options  
53612 5732 d 4 h ripley /trunk/ tweaks to system(intern=TRUE)  
53595 5734 d 1 h ripley /trunk/src/ typos  
53572 5736 d 6 h ripley /trunk/src/ implement some more cases of system2  
53348 5762 d 7 h ripley /trunk/src/gnuwin32/ no longer discard output from system[2] so often  
52814 5814 d 2 h ripley /trunk/src/ first pass at system2()  
52813 5814 d 5 h ripley /trunk/ add system(ignore.stdout = TRUE)  
52804 5815 d 3 h ripley /trunk/src/gnuwin32/ tidy up the use of alloca  
52802 5815 d 8 h ripley /trunk/src/ system(intern=FALSE) was often failing to report a command that could not be run
Tweaks to make system() on Windows more like Unix
 
51849 5935 d 0 h ripley /trunk/src/gnuwin32/ clean up headers  
51229 5984 d 11 h ripley /trunk/src/ use PATH_MAX more, PR#14228  
45072 6688 d 9 h ripley /trunk/src/gnuwin32/ NT-only version  
45070 6688 d 12 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup