R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
trunk
/
src
/
gnuwin32
/
sys-win32.c
@ 77458
– Rev 85648
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
85648
970 d 2 h
kalibera
/trunk/src/gnuwin32/
Improve handling of encoding in file names in system/system2 on Windows
(PR#18631).
85625
975 d 20 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 0 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 1 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
1269 d 21 h
kalibera
/trunk/
Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
81942
1590 d 17 h
ripley
/trunk/
R_ExpandFileName now warns on over-long expansions
75824
2786 d 2 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 3 h
kalibera
/trunk/
Give call object in warnings in do_system (Linux and Windows).
73609
3197 d 5 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 1 h
kalibera
/trunk/src/gnuwin32/
Report error (on Windows) when system, file.edit or file.show fails
executing an external command (editor, pager).
73059
3275 d 21 h
kalibera
/trunk/
Extend timeout warnings to say after how many seconds the command timed out.
72855
3318 d 5 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 3 h
murdoch
/trunk/
Fix PR#17120: path.expand could not handle some UTF-8 paths on Windows.
69326
3974 d 18 h
luke
/trunk/src/
Improved arity checks from Tomas Kalibera.
68956
4004 d 23 h
ripley
/trunk/src/
use http
67595
4202 d 4 h
ripley
/trunk/src/
update copyright dates for 2014 changes
66130
4397 d 6 h
ripley
/trunk/src/
more use of headers
66108
4401 d 2 h
ripley
/trunk/src/
more use of headers on Windows
64657
4585 d 22 h
ripley
/trunk/src/
correct/standardize copyright dates
64237
4635 d 0 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.
←Prev
1
2
Next→
Show All