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-exp-R5
/
src
/
main
/
sysutils.c
@ 63243
– Rev 52864
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
52864
5807 d 22 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
52799
5817 d 3 h
ripley
/trunk/
assume popen
clean up error codes from system() where possible
52753
5824 d 4 h
ripley
/trunk/src/
change intended for __APPLE__ translated C locale to UTF-8 on Windows.
52128
5904 d 23 h
ripley
/trunk/src/main/
add header
52104
5906 d 23 h
ripley
/trunk/src/
have R_ProcessEvents on all platforms
52103
5907 d 6 h
ripley
/trunk/src/
tidy up, add comments
51812
5939 d 7 h
ripley
/trunk/src/
libiconv 1.13 returns EINVAL where glibc returns EILSEQ
51444
5967 d 5 h
ripley
/trunk/src/main/
typo
51398
5969 d 5 h
ripley
/trunk/src/
make use of C99 features
51388
5969 d 20 h
ripley
/trunk/src/main/
use #ifdef for consistency
51258
5981 d 22 h
ripley
/trunk/src/main/
add arity checking to proc.time
51245
5983 d 5 h
ripley
/trunk/
document in source files which primitives/.Internal are 'special'
make zero-arg primitives consistently builtin and not special, and check arity
list the specials (and some reasons) in R-ints
update now switch() is primitive
51206
5989 d 17 h
falcon
/trunk/src/main/
Fix error message in getCharCE to have correct function name
50871
6052 d 5 h
ripley
/trunk/src/
add checks on malloc calls
50479
6096 d 7 h
ripley
/trunk/src/
back out r50473 (did not work on SunStudio)
50475
6096 d 11 h
murdoch
/trunk/src/main/
Missing semicolon in r50473
50473
6096 d 18 h
ripley
/trunk/src/
pre-check alloca for addiitonal safety
50302
6110 d 22 h
ripley
/trunk/
convert to UTF-8 before sending to tcltk
50298
6111 d 3 h
ripley
/trunk/src/
more on making wtransChar part of Defn.h
50297
6111 d 4 h
ripley
/trunk/src/
put wtransChar in a public header
49744
6157 d 8 h
ripley
/trunk/src/
a little bit more hiding of entry points
49635
6166 d 9 h
ripley
/trunk/
more on new regexp engine
49631
6166 d 20 h
ripley
/trunk/
more steps towards adopting TRE
49591
6169 d 1 h
ripley
/trunk/
remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
49392
6182 d 6 h
ripley
/trunk/src/main/
conditionalize Windows update
49385
6182 d 6 h
ripley
/trunk/src/main/
updates
49383
6182 d 7 h
ripley
/trunk/
require 'glob' (really this has been required since 2.9.0)
don't use [ ] in Sys.glob
49381
6182 d 7 h
ripley
/trunk/src/main/
split up character.c
49095
6199 d 7 h
ripley
/trunk/
make marking encoding optional in iconv()
48904
6231 d 2 h
ripley
/trunk/src/
remove conditionalization on HAVE_ICONV
48007
6361 d 21 h
ripley
/trunk/src/main/
avoid the limit of wsprintfW
47999
6362 d 6 h
ripley
/trunk/src/
back out r47750: broke rgdal
47750
6390 d 20 h
murdoch
/trunk/src/
Switch to API calls for environment variables: the MSVCRT fns don't handle long variables properly.
47460
6414 d 5 h
ripley
/trunk/src/main/
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
46843
6473 d 20 h
ripley
/trunk/src/
more on moves to Unicode file names
46512
6531 d 19 h
ripley
/trunk/src/
clean up locale2charset error
46506
6532 d 4 h
ripley
/trunk/src/
iconv was misidentifying Windows in CP1250 as LATIN-2
46133
6574 d 4 h
ripley
/trunk/
rationalize error messages
46130
6574 d 4 h
ripley
/trunk/
fix memory leak in ucstoutf8
45703
6647 d 18 h
ripley
/trunk/src/main/
more info on unexpected failures