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)
/
branches
/
R-groups
/
src
/
main
/
sysutils.c
– Rev 80811
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
80811
1799 d 15 h
murrell
/branches/R-groups/
ported r80716:80810 from main
80631
1837 d 21 h
murrell
/branches/R-groups/
ported r80574:80630 from main
80452
1879 d 20 h
murrell
/branches/R-groups/
ported r80398:80451 from main
80166
1929 d 17 h
murrell
/branches/R-groups/
create R-groups
80059
1972 d 9 h
ripley
/trunk/src/main/
un-hide wtransChar (already unhidden on Windows)
79699
2038 d 13 h
ripley
/trunk/src/main/
update comments
79679
2041 d 3 h
ripley
/trunk/src/main/
add explanatory comments
79676
2041 d 10 h
ripley
/trunk/src/
add some comments about encodings
79342
2111 d 6 h
kalibera
/trunk/src/
Use TMPDIR when creating temporary file for expressions given via -e to
R/Rscript. Reduce code duplication wrt to isDir (PR#17925).
78183
2300 d 18 h
murrell
/trunk/
merged R-symfam branch r78108:78182 into trunk
78021
2319 d 13 h
ripley
/trunk/src/main/
more fixes for usage of utf8toucs
77916
2332 d 11 h
ripley
/trunk/src/
use R_ prefix for out types, e.g. R_ucs2_t and R_wchar_t
77234
2492 d 9 h
ripley
/trunk/
some 3.7.0->4.0.0 changes
77083
2524 d 11 h
kalibera
/trunk/
Update R_free_tmpnam to match the inteface of free (amends 77059).
77059
2531 d 6 h
kalibera
/trunk/
Introduce R_free_tmpnam (PR#17599).
77049
2532 d 13 h
ripley
/trunk/src/main/
remove attribute_hidden
77045
2533 d 6 h
ripley
/trunk/
new 'sub' option for iconv(), mimicing printing
76998
2538 d 6 h
kalibera
/trunk/
Support line editing in RTerm running under MSYS2/cygwin terminal when
winpty is available.
76994
2538 d 10 h
ripley
/trunk/
tweaks to handling non-translatable file paths
76986
2540 d 3 h
ripley
/trunk/src/main/
use attribute_hidden (now I've tested it)
76984
2540 d 10 h
ripley
/trunk/
remap installChar to Rf_installTrChar in Rinternals.h, use installTrChar in grid
76981
2540 d 11 h
ripley
/trunk/src/main/
give a warning if installTrChar uses escapes to translate
76980
2540 d 12 h
ripley
/trunk/src/main/
for back-compatibility allow installing symbols with escapes
76974
2541 d 7 h
ripley
/trunk/
do not re-encode file paths using escapes - error instead
76905
2554 d 7 h
kalibera
/trunk/src/
Basic support for msys/cygwin console on Windows (no line editing).
76539
2626 d 3 h
kalibera
/trunk/src/
Revert 76384.
76384
2663 d 6 h
kalibera
/trunk/src/
Experimental support for controlling transliteration (disabling best-fit
encoding conversion on Windows).
74969
2931 d 9 h
ripley
/trunk/src/main/
placate or comment on warnings from gcc 8 with -fsanitize enabled
74162
3104 d 20 h
kalibera
/trunk/src/
Translate to native encoding in installChar.
73787
3163 d 6 h
ripley
/trunk/src/main/
avoid a warning on 32-bit Linux
73786
3163 d 6 h
kalibera
/trunk/
Configure check for CP1252 support in iconv.
73783
3163 d 10 h
kalibera
/trunk/src/main/
When converting strings flagged as Latin1, assume they are in fact in its
superset CP1252 (related to PR17329).
73709
3180 d 4 h
maechler
/trunk/src/main/
more informative errors messages (when you manage to trigger them)
73132
3258 d 7 h
kalibera
/trunk/src/main/
Fix copy-paste errors in error messages shown when character encoding
conversion fails.
73116
3260 d 3 h
kalibera
/trunk/src/main/
Call Riconv_close in case of error/cache invalidation to prevent memory
leaks (also fixes PR#17328)
72952
3291 d 4 h
murdoch
/trunk/
Resource leak (PR#17320)
72714
3353 d 10 h
murdoch
/trunk/src/
Clean up wcstoutf8 definition and usage
72707
3355 d 22 h
murdoch
/trunk/
Fix PR#16098 by introducing Rwchar_t, a type guaranteed to handle all Unicode code points, and code to handle surrogate pairs.
72650
3372 d 2 h
murdoch
/trunk/
Fix PR#16737, writing UTF-16LE on Windows.
72621
3380 d 4 h
maechler
/trunk/
tempdir(check=TRUE) recreates the tmpdir() if it is no longer valid