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-syntax
/
src
/
include
/
Rinterface.h
– Rev 83796
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
83796
1263 d 23 h
luke
/branches/R-syntax/
Merged trunk changes through r83795.
78769
2216 d 1 h
luke
/branches/R-syntax/
Branch for experimenting with syntax changes.
78443
2266 d 14 h
ripley
/trunk/src/
mark R_Suicide and R_CleanUp as NORET
78411
2268 d 7 h
ripley
/trunk/src/include/
not yet: a lot more will need to be marked NORET
78410
2268 d 7 h
ripley
/trunk/src/include/
R_Suicide is non-return
77228
2495 d 5 h
maechler
/trunk/
`R --help` now mentions "-s, --no-echo" instead of "--slave" / C variable now is R_NoEcho
71956
3485 d 9 h
ripley
/trunk/
update dates
71879
3493 d 8 h
ripley
/trunk/src/include/
tweaks to comments
71873
3494 d 6 h
ripley
/trunk/
remove SUPPORT_OPENMP
More tweaks to Rinterface.h
71870
3494 d 6 h
ripley
/trunk/
tweaks for Rinterface.h
71864
3494 d 10 h
ripley
/trunk/
tidy up incorrect statements about Rinterface.h, use cstadint from C++
71852
3497 d 5 h
urbaneks
/trunk/
also pass HAVE_STDINT_H and include it in Rinterface.h
71379
3590 d 8 h
ripley
/trunk/
prefer direct use of std::size_t from C++
71373
3590 d 13 h
ripley
/trunk/src/include/
cleanup usage in C++
71371
3590 d 14 h
ripley
/trunk/
make NO_C_HEADERS defunct
70852
3680 d 22 h
luke
/trunk/
Tidied up and documented user interrupt handling changes.
70041
3832 d 11 h
ripley
/trunk/src/include/
add support for NO_C_HEADERS
68949
4005 d 6 h
ripley
/trunk/src/
use https
68232
4114 d 9 h
maechler
/trunk/src/include/
R_running_as_main_program is 'extern' (PR#15899)
67181
4240 d 8 h
luke
/trunk/src/
Added NORET annotations; from Tomas Kalibera.
66120
4400 d 13 h
ripley
/trunk/src/
more use of headers
61760
4928 d 10 h
ripley
/trunk/src/
tweaks to visibility, start separate list for front-ends
61469
4959 d 5 h
ripley
/trunk/
more cleaning up for R.app
61285
4975 d 13 h
ripley
/trunk/src/include/
2.16.0 -> 3.0.0
60685
5066 d 9 h
ripley
/trunk/
some cleanup for interface pointers
60253
5095 d 8 h
ripley
/trunk/
start documenting what is and what is not API in the headers
59039
5216 d 10 h
ripley
/trunk/
use preferred form of 'R Core Team'
51836
5935 d 15 h
ripley
/trunk/
for unavoidable headers, use C++ equivalents
44195
6756 d 0 h
ripley
/trunk/src/
some uses of (void) where possible
43767
6791 d 5 h
ripley
/trunk/
use const char * in embedding interfaces where appropriate
42308
6942 d 11 h
ripley
/trunk/src/include/
change reference to GPL
41862
6990 d 14 h
ripley
/trunk/src/include/
cosmetics, remove unused entries
41831
6991 d 21 h
rgentlem
/trunk/
yet another set of CHARSXP patches - hopefully almost the last of these
41807
6993 d 5 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
40812
7086 d 22 h
urbaneks
/trunk/
Added R_WriteConsoleEx fn + callback
38854
7289 d 13 h
ripley
/trunk/
introduce a public header file Rembedded.h and entry point R_CleanTempDIr
on Unix to match Windows.
37951
7392 d 7 h
ripley
/trunk/src/include/
MacOS X needs only one declaration of R_SignalHandlers
37946
7394 d 10 h
ripley
/trunk/
allow the option to suppress R's signal handlers
37873
7403 d 0 h
ripley
/trunk/src/include/
conditionalize CStack definitions
37831
7405 d 12 h
ripley
/trunk/
expose R_CStackLimit/Start to alternative front-ends (and document)