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-classInheritance
/
src
/
main
/
sysutils.c
@ 63243
– Rev 47757
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
47757
6391 d 12 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
47750
6391 d 17 h
murdoch
/trunk/src/
Switch to API calls for environment variables: the MSVCRT fns don't handle long variables properly.
47460
6415 d 2 h
ripley
/trunk/src/main/
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
46843
6474 d 17 h
ripley
/trunk/src/
more on moves to Unicode file names
46512
6532 d 16 h
ripley
/trunk/src/
clean up locale2charset error
46506
6533 d 1 h
ripley
/trunk/src/
iconv was misidentifying Windows in CP1250 as LATIN-2
46133
6575 d 1 h
ripley
/trunk/
rationalize error messages
46130
6575 d 2 h
ripley
/trunk/
fix memory leak in ucstoutf8
45703
6648 d 15 h
ripley
/trunk/src/main/
more info on unexpected failures
45697
6648 d 18 h
ripley
/trunk/src/main/
more informative error message
45680
6651 d 2 h
ripley
/trunk/src/main/
try for a but more info
45667
6652 d 23 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45660
6654 d 5 h
ripley
/trunk/src/
back out latin1 change for now
45657
6654 d 5 h
ripley
/trunk/src/
double result from getWinProgressBar
iconv() converts to CP1252 not Latin-1, etc.
45514
6667 d 3 h
ripley
/trunk/src/
warn on non-portable encodings in .Rd files
make iconv() allow "utf8" as alias for "UTF-8"
45471
6671 d 0 h
ripley
/trunk/src/
typo in Sys.getenv
45446
6671 d 23 h
ripley
/trunk/src/main/
whitespace cleanup
45412
6672 d 22 h
ripley
/trunk/
revert r45390 --take another tack later
45390
6674 d 17 h
ripley
/trunk/
more on embedded nuls
45305
6680 d 4 h
ripley
/trunk/
more on embedded nuls
45074
6690 d 0 h
ripley
/trunk/
add set[Session]TimeLimit
44990
6694 d 20 h
ripley
/trunk/
more on cetype_t
44986
6695 d 17 h
ripley
/trunk/
new interface for marked encodings
44949
6697 d 17 h
ripley
/trunk/src/main/
tweak other branch
44770
6709 d 0 h
ripley
/trunk/
allow "UTF8" in iconv
44762
6710 d 2 h
ripley
/trunk/src/main/
split error messages
44761
6710 d 2 h
ripley
/trunk/src/
use wtransChar where preferable to filenmaeToWchar
44720
6714 d 21 h
ripley
/trunk/src/
use PATH_MAX for mingw64
44695
6717 d 3 h
ripley
/trunk/
more checks for NA filenames.
update description of Sys.glob on Windows.
44655
6722 d 23 h
ripley
/trunk/src/main/
more allowing CP1252 as latin1 superset
44495
6738 d 3 h
ripley
/trunk/src/main/
move iconv(x, "", "") case to apply to Windows too.
re-indent for clarity
44490
6738 d 14 h
urbaneks
/trunk/src/main/
bugfix and added Darwin support in localecharset; fixed iconv on Darwin
44330
6749 d 16 h
ripley
/trunk/src/
revamp AdobeSymbol2utf8 for use with pango
44329
6749 d 22 h
ripley
/trunk/src/
tidy up on making ucstoutf8 public
iconv seems to ignore additional chars in CP1252 over Latin-1
44326
6749 d 22 h
ripley
/trunk/src/main/
tweak
44325
6749 d 23 h
ripley
/trunk/
introduce the means for packages to have symbol font encoded in UTF-8
44201
6757 d 5 h
ripley
/trunk/src/
include Rdynload.h only where needed
use (void) in declarations
44178
6759 d 1 h
ripley
/trunk/src/
mbcsToLatin1 is no longer used (assumed Unicode wchar_t)
use MB_CUR_MAX to size buffers
44170
6759 d 3 h
ripley
/trunk/src/
avoid zero-padding by strncpy
44165
6759 d 5 h
ripley
/trunk/src/main/
reduce scope of [w]fixedmode