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-groups
/
src
/
main
/
errors.c
– Rev 81095
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
81095
1736 d 22 h
murrell
/branches/R-groups/
ported r81059:81094 from main
81060
1746 d 12 h
murrell
/branches/R-groups/
ported r81041:81059 from main
81042
1748 d 23 h
murrell
/branches/R-groups/
ported r81017:81041 from main
80997
1760 d 21 h
murrell
/branches/R-groups/
ported r80950:80996 from main
80917
1774 d 18 h
murrell
/branches/R-groups/
ported r80873:80916 from main
80452
1879 d 19 h
murrell
/branches/R-groups/
ported r80398:80451 from main
80166
1929 d 17 h
murrell
/branches/R-groups/
create R-groups
79995
1991 d 8 h
kalibera
/trunk/src/main/
comment
79969
1995 d 3 h
kalibera
/trunk/src/main/
Improve detection of translation domain (protect fix, avoid unnecessary
copy).
79945
1998 d 8 h
maechler
/trunk/src/main/
improve, using R_alloc()
79942
1998 d 11 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 6 h
ripley
/trunk/src/main/
enhance Ri18n_wcwidth to handle surrogate pairs
79693
2039 d 6 h
ripley
/trunk/src/
add comments
79543
2062 d 18 h
luke
/trunk/src/main/
Make sure target is on the handler stack before unwinding.
79542
2062 d 19 h
luke
/trunk/src/main/
Drop rference counts when unwinding handler stack in endcontext.
79305
2119 d 10 h
maechler
/trunk/
.traceback(<n>) again keeps "srcref"
79248
2133 d 1 h
kalibera
/trunk/src/
More truncation fixes from Brodie Gaslam.
79216
2140 d 7 h
kalibera
/trunk/
More truncation fixes from Brodie Gaslam.
79163
2148 d 3 h
kalibera
/trunk/src/main/
More truncation fixes, comments fix. From Brodie Gaslam.
79159
2148 d 5 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 5 h
kalibera
/trunk/
Improve handling of multi-byte characters in truncation of error messages
and warnings. From Brodie Gaslam.
78125
2308 d 6 h
kalibera
/trunk/src/main/
Protect fixes.
78073
2314 d 0 h
luke
/trunk/
Added R_withCallingErrorHandler.
78071
2314 d 2 h
luke
/trunk/src/main/
Save/restore R_Visible around some eval() calls.
78002
2321 d 22 h
luke
/trunk/src/main/
Fix to return value for do_addGlobHands; from Lionel Henry.
77712
2375 d 13 h
luke
/trunk/src/main/
Print something useful before jumping on recursive errors.
77242
2491 d 4 h
luke
/trunk/
Merged r77241 (PR17617 fix) from R-3-6-branch.
77188
2507 d 23 h
luke
/trunk/src/
Added .Internal(.addGlobHands()) for esmerimenting with global calling handlers.
76872
2560 d 22 h
maechler
/trunk/
.Traceback w/o deparse()ing
76844
2568 d 2 h
luke
/trunk/src/main/
Avoid buffer overflow for null byte.
76840
2568 d 22 h
luke
/trunk/
Ported r76839 (buffer overflow fix) from R-patched.
75618
2810 d 2 h
luke
/trunk/src/
Adjusted thread checking to use __func__; added more checks (from
Winston Chang via Kevin Ushey).
75611
2811 d 1 h
luke
/trunk/src/
If THREADCHECK is defined, check in some places to make sure they are
called from a consistent thread. Defined by default when strict
barrier checking is used.
75601
2812 d 22 h
kalibera
/trunk/src/
Avoid incomplete multi-byte characters when truncating error and warning
messages.
75533
2825 d 5 h
kalibera
/trunk/src/main/
Temporarily disable GC when checking logical conditions (to prevent PROTECT
bugs).
75532
2825 d 6 h
kalibera
/trunk/src/main/
Protect fixes.
75529
2826 d 1 h
kalibera
/trunk/src/main/
Make sure to use quote() from base (also fixes PR#17442).
75446
2841 d 5 h
kalibera
/trunk/
Allow diagnostics and checked-package selection with _R_CHECK_LENGTH_1_LOGIC2_
the same way as with _R_CHECK_LENGTH_1_CONDITION_.