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-vecpat
/
src
/
main
/
errors.c
– Rev 81873
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
81873
1599 d 23 h
murrell
/branches/R-vecpat/
ported r81846:81872 from main
81810
1613 d 14 h
murrell
/branches/R-vecpat/
ported r81570:81809 from main
81571
1642 d 17 h
murrell
/branches/R-vecpat/
ported r81481:81570 from main
81390
1680 d 23 h
murrell
/branches/R-vecpat/
Create R-vecpat
81208
1711 d 10 h
maechler
/trunk/src/main/
tweaking r81184+7: -- improve trim=FALSE case - PR#18240, thanks to Suharto A.
81184
1718 d 5 h
maechler
/trunk/src/
bindtextdomain(NULL) now flushes the translation cache and is used in sys.setLanguage()
81164
1721 d 23 h
maechler
/trunk/src/main/
fix logic thinko in 81162
81162
1722 d 3 h
maechler
/trunk/
gettext[f](.., trim=TRUE) and tweaks to Sys.setLanguage()
81150
1722 d 23 h
luke
/trunk/
Stack overflow errors are now signaled as errors inheriting from class
stackOverflowError.
81144
1724 d 18 h
luke
/trunk/
Subscript out of bounds errors are now signales as errors of class
subscriptOutOfBoundsError.
81112
1730 d 19 h
luke
/trunk/
Attempting top subset a non-subsettable object now signals an error of
class notSubsettableError.
81111
1730 d 22 h
luke
/trunk/src/main/
vsignalWrrir no longer protects/restores the handler stack.
This reduces the chance of C stack overflow segfaults when
options(error) expressions or calling handlers behave badly.
81082
1740 d 10 h
maechler
/trunk/
tweaks to determine_domain_gettext(), PR#17998; + tests
81081
1741 d 9 h
maechler
/trunk/src/main/
add dbg stuff (GETT_PRINT) for now
81058
1746 d 21 h
luke
/trunk/src/main/
Fix bug in finding error handlers for C stack overflows.
81029
1750 d 8 h
hornik
/trunk/src/main/
Improvements for nchar(type='width'). By Brodie Gaslam.
80987
1762 d 0 h
maechler
/trunk/
better determine_domain_gettext(); PR#17998 / #18092
80909
1775 d 9 h
hornik
/trunk/
Eliminate obsolete Autoconf macros.
80402
1886 d 2 h
kalibera
/trunk/
Workaround for Solaris mbrtowc/MB_CUR_MAX.
79995
1991 d 8 h
kalibera
/trunk/src/main/
comment
79969
1995 d 4 h
kalibera
/trunk/src/main/
Improve detection of translation domain (protect fix, avoid unnecessary
copy).
79945
1998 d 9 h
maechler
/trunk/src/main/
improve, using R_alloc()
79942
1998 d 12 h
maechler
/trunk/src/main/
the *code* for 79936: detect translation domain (PR17998)
79776
2031 d 6 h
ripley
/trunk/
make replacing wc[s]width optional (but still the default)
79725
2036 d 7 h
ripley
/trunk/src/main/
enhance Ri18n_wcwidth to handle surrogate pairs
79693
2039 d 7 h
ripley
/trunk/src/
add comments
79543
2062 d 19 h
luke
/trunk/src/main/
Make sure target is on the handler stack before unwinding.
79542
2062 d 20 h
luke
/trunk/src/main/
Drop rference counts when unwinding handler stack in endcontext.
79305
2119 d 11 h
maechler
/trunk/
.traceback(<n>) again keeps "srcref"
79248
2133 d 2 h
kalibera
/trunk/src/
More truncation fixes from Brodie Gaslam.
79216
2140 d 8 h
kalibera
/trunk/
More truncation fixes from Brodie Gaslam.
79163
2148 d 4 h
kalibera
/trunk/src/main/
More truncation fixes, comments fix. From Brodie Gaslam.
79159
2148 d 6 h
kalibera
/trunk/src/
Prevent creation of partial characters in multi-byte string truncation. Fix error handling with
vsnprintf. From Brodie Gaslam.
79125
2153 d 2 h
kalibera
/trunk/src/main/
Prevent memory corruption when truncating error messages in some non-English
languages (reported by Brodie Gaslam).
79123
2153 d 6 h
kalibera
/trunk/
Improve handling of multi-byte characters in truncation of error messages
and warnings. From Brodie Gaslam.
78125
2308 d 7 h
kalibera
/trunk/src/main/
Protect fixes.
78073
2314 d 1 h
luke
/trunk/
Added R_withCallingErrorHandler.
78071
2314 d 3 h
luke
/trunk/src/main/
Save/restore R_Visible around some eval() calls.
78002
2321 d 23 h
luke
/trunk/src/main/
Fix to return value for do_addGlobHands; from Lionel Henry.
77712
2375 d 14 h
luke
/trunk/src/main/
Print something useful before jumping on recursive errors.