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
/
unix
/
sys-std.c
– 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
6389 d 20 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
46663
6501 d 3 h
luke
/trunk/src/unix/
Make sure interrupts are enabled in R_SelectEx.
46167
6571 d 10 h
ripley
/trunk/src/unix/
removeInputHandlers had a memory leak -- tricky as some input handlers
remove themselves
46057
6586 d 7 h
maechler
/trunk/src/unix/
fix small memory leak - thanks to Bill Dunlap
45947
6613 d 11 h
ripley
/trunk/
strerror is C90, so assume it rather than branch on it
45685
6648 d 11 h
ripley
/trunk/src/unix/
add comment
45475
6669 d 5 h
ripley
/trunk/src/
more whitespace cleanup
45074
6688 d 8 h
ripley
/trunk/
add set[Session]TimeLimit
44795
6705 d 0 h
ripley
/trunk/src/
more information on failed file opening
44722
6713 d 4 h
ripley
/trunk/src/
better wording on message
44263
6752 d 11 h
ripley
/trunk/src/
more tidying up of graphics headers
44199
6755 d 21 h
ripley
/trunk/src/
more use of (void)
44113
6760 d 5 h
ripley
/trunk/src/
report which encoding is giving trouble.
43767
6791 d 4 h
ripley
/trunk/
use const char * in embedding interfaces where appropriate
43762
6792 d 9 h
ripley
/trunk/src/unix/
suppress some MacOS warnings
43237
6853 d 11 h
ripley
/trunk/
merge rcompgen into utils
42746
6902 d 5 h
ripley
/trunk/
file.edit and file.show now tilde-expand on all platforms/interfaces
document that file.access and file.info did tilde-expand.
Misc other clarifications.
42724
6904 d 3 h
ripley
/trunk/
gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included.
42686
6907 d 2 h
ripley
/trunk/src/unix/
fflush stdout so mixes correctly with file.show
42684
6907 d 3 h
ripley
/trunk/
add higher-precision accumulator in rmultinom where avaialble
42535
6919 d 14 h
ripley
/trunk/src/
add missing header
42309
6942 d 10 h
ripley
/trunk/src/unix/
change reference to GPL
41980
6980 d 1 h
ripley
/trunk/src/
more attribute_hidden
41815
6993 d 0 h
ripley
/trunk/src/unix/
update little-used copy
41807
6993 d 4 h
rgentlem
/trunk/
patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes
CHAR() internal macro now returns (const char *)
Add CHAR_RW: writable CHARSXP access for internal R use only
const char fixes for methods package
Add NEWS item and some doc to R-ext for CHARSXP changes
41781
6995 d 23 h
ripley
/trunk/src/
start introducing const char *
41778
6996 d 7 h
ripley
/trunk/src/
back out r41774:5 as foreign declares R_ExpandFileName
41776
6996 d 11 h
ripley
/trunk/src/unix/
conditionalize forward declaration
41774
6996 d 12 h
ripley
/trunk/src/
add const to arg of R_ExpandFileName
41324
7032 d 11 h
ripley
/trunk/
add option to control rl completion
41027
7054 d 12 h
ripley
/trunk/
finish off rcompletion interface
41023
7055 d 0 h
ripley
/trunk/
integrate support for rcompgen
40950
7059 d 22 h
urbaneks
/trunk/src/unix/
Use bold face for errors on OS X in non-dumb terminal interactive use.
40813
7085 d 18 h
urbaneks
/trunk/src/unix/
fix a typo; disable bold errors/warnings for now
40812
7086 d 21 h
urbaneks
/trunk/
Added R_WriteConsoleEx fn + callback
40706
7104 d 10 h
ripley
/trunk/src/unix/
more use of translateChar
40700
7106 d 0 h
ripley
/trunk/src/
use R_fopen consistently.
move towards a wchar interface for filenames on Windows.
40419
7138 d 21 h
ripley
/trunk/
allow min/max/range to handle character data.
small change to message to allows messages without \n (more to come)
update some copyright dates
40340
7146 d 12 h
ripley
/trunk/
add -f/--file options
39835
7199 d 17 h
duncan
/trunk/src/unix/
C++ compiler corrections. Casting and avoid using C++ keywords such as this, new, class, not, template