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)
/
trunk
/
src
/
main
/
errors.c
– Rev 90308
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
90308
29 m
ripley
/trunk/src/main/
tweaks to c90254
90294
4 d 4 h
hornik
/trunk/src/main/
Tweaks for c90283. Suggested by Suharto Anggono.
90293
4 d 5 h
hornik
/trunk/src/main/
Tweaks for c90283.
90291
4 d 6 h
hornik
/trunk/src/main/
Tweaks for c90283.
90288
5 d 6 h
ripley
/trunk/src/
add and use Rf_str(r)chr_const to improve r90254
90285
6 d 6 h
ripley
/trunk/src/main/
cleaner alternative to c90254
90283
7 d 6 h
hornik
/trunk/src/
Also signal partial match dollar warnings with partialMatchWarning class
(remaining part of PR#18708). Also have only partal match arg warnings
report as 'partial *argument* match'.
90280
7 d 7 h
hornik
/trunk/src/main/
Spelling.
90254
13 d 4 h
ripley
/trunk/src/
tweaks for C23 warnings on Fedora 44
89935
96 d 22 h
luke
/trunk/
Cleanups in internally signaled error classes and add some documentation.
89924
97 d 15 h
luke
/trunk/
Signal errors with objectNotFoundError and functionNotFoundError classes.
89923
97 d 19 h
luke
/trunk/
Signal function not found errors as conditions with class functionNotFoundError.
88719
334 d 0 h
kalibera
/trunk/src/main/
Reduce risk of name conflicts when accessing base symbols from R (PR#18778).
88473
362 d 5 h
kalibera
/trunk/src/main/
Fix typos in comments.
87909
506 d 0 h
ripley
/trunk/src/
0 was being used for Rboolaen FALSE
87815
517 d 11 h
ripley
/trunk/src/main/
more Rboolean tweaks
87740
524 d 9 h
ripley
/trunk/src/
gcc 15 reauires NORET before attribute_hidden
87691
537 d 2 h
kalibera
/trunk/src/main/
Add initialization.
87690
537 d 2 h
kalibera
/trunk/src/main/
Amend 87647.
87647
546 d 3 h
kalibera
/trunk/
Fix options(show.error.locations) to work with byte-code interpreter and
rationalize supported values. Fix R_GetCurrentSrcref()'s counting of R
contexts to be compatible with traceback(). PR#18841, from Duncan Murdoch.
87097
690 d 5 h
maechler
/trunk/
new R_MissingArgError() + ...Error_c() variant
87078
696 d 22 h
maechler
/trunk/src/main/
2 typos; overflow chk, mentioned a while ago
86821
762 d 23 h
luke
/trunk/src/
Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
86755
771 d 2 h
luke
/trunk/src/
Use classed warning for partial matching of arguments and attributes (PR18708).
Based on patch provided in PR 18708 by Michael Chirico.
86754
771 d 3 h
luke
/trunk/src/main/
Match default case in R_signalErrorConditionEx() more closely to base::stop().
86057
871 d 22 h
luke
/trunk/src/main/
Remove some unused code.
85879
899 d 0 h
ripley
/trunk/src/main/
improve warning()'s handling of messages containing \n
85876
899 d 20 h
ripley
/trunk/src/
tweaks to get is.R deprecation reported again
85616
977 d 1 h
kalibera
/trunk/src/main/
Avoid compiler warning when NLS is disabled.
85580
978 d 22 h
kalibera
/trunk/src/main/
Fix incompatibility between format string and arguments.
85406
1007 d 0 h
maechler
/trunk/
catch.script.errors : *do* traceback, tweaks, docu
85146
1046 d 21 h
luke
/trunk/src/
Add R_typeToChar() ans use to replace type2char(TYPEOF()).
[From OBJSXP branch.]
85088
1054 d 18 h
luke
/trunk/src/main/
Experimental support of the browser.error.handler option to customize how
errors in browser() calls are handled.
85087
1054 d 20 h
luke
/trunk/src/main/
Don't add an error handler when adding the resume restart for user interrupts.
84167
1209 d 6 h
kalibera
/trunk/src/main/
Protect fixes.
84166
1209 d 7 h
kalibera
/trunk/src/main/
Protect fixes.
83452
1321 d 5 h
ripley
/trunk/src/
start moving NORET nearer the beginning
83446
1321 d 7 h
ripley
/trunk/src/
C23 requires attributes before return values
83445
1321 d 7 h
ripley
/trunk/src/main/
some missed attribute_hidden
83082
1383 d 23 h
kalibera
/trunk/
Protect stack direction detection and stack overflow checking against
clang-15 ASAN instrumentation (which uses fake stack, allocating local
variables on the heap).