index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
forgot to delete unused #incude line
卜部昌平
2019-10-10
1
-1
/
+0
*
guard rb_fatal against non-GVL call
卜部昌平
2019-10-10
1
-0
/
+8
*
make rb_raise a GVL-only function again
卜部昌平
2019-10-10
1
-32
/
+4
*
add "[FATAL]" marker on abort
卜部昌平
2019-10-10
1
-0
/
+1
*
allow rb_raise from outside of GVL
卜部昌平
2019-10-10
1
-4
/
+35
*
Share ruby_sighandler_t definition
Nobuyoshi Nakada
2019-10-09
1
-1
/
+1
*
signal.c: save the original sighandlers for fatal signals
Yusuke Endoh
2019-10-09
1
-1
/
+3
*
error.c (rb_bug_for_fatal_signal): renamed from rb_bug_context
Yusuke Endoh
2019-10-09
1
-1
/
+1
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-2
/
+2
*
Update documentation for Exception [ci skip]
Jeremy Evans
2019-09-09
1
-20
/
+36
*
Do not clear backtrace in Exception#exception
Nobuyoshi Nakada
2019-09-02
1
-2
/
+2
*
Minor documentation fixes [ci skip]
Jeremy Evans
2019-08-24
1
-1
/
+2
*
Use modifier for pid_t
Nobuyoshi Nakada
2019-08-19
1
-1
/
+1
*
introduce RUBY_ON_BUG envval. (#2331)
Koichi Sasada
2019-08-15
1
-1
/
+13
*
backtrace and backtrace_locations can be nil (#2358)
Steven Harman
2019-08-14
1
-3
/
+9
*
Remove documentation that fatal cannot be rescued [ci skip]
Jeremy Evans
2019-08-12
1
-1
/
+1
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-2
/
+2
*
* expand tabs.
git
2019-06-13
1
-1
/
+1
*
remove 2 redundant calls to rb_str_dup
Luke Gruber
2019-06-13
1
-1
/
+1
*
error.c: avoid infinite recursion at inspecting the frozen object
Nobuyoshi Nakada
2019-06-05
1
-7
/
+20
*
* expand tabs.
git
2019-06-05
1
-5
/
+5
*
Include inspect value of object in FrozenError messages
Jeremy Evans
2019-06-04
1
-5
/
+5
*
* expand tabs.
git
2019-05-27
1
-7
/
+7
*
Add FrozenError#receiver
Jeremy Evans
2019-05-26
1
-4
/
+47
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+2
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-22
/
+20
*
Remove message to recommend to repot bug
naruse
2019-02-13
1
-12
/
+0
*
* expand tabs.
svn
2019-01-08
1
-1
/
+1
*
Defer escaping control char in error messages
nobu
2019-01-08
1
-2
/
+1
*
Update NoMethodError/NameError docs [ci skip]
nobu
2018-12-29
1
-4
/
+13
*
A couple of small English fixes [ci skip]
nobu
2018-12-20
1
-2
/
+2
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-1
/
+1
*
Fix documentation for Warning.warn [ci skip]
nobu
2018-12-05
1
-3
/
+2
*
Add rb_typeddata_is_instance_of
nobu
2018-11-27
1
-0
/
+7
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-1
/
+1
*
Use https instead of http
kazu
2018-09-11
1
-1
/
+1
*
Fix message when `order` was an invalid value
nobu
2018-07-17
1
-1
/
+1
*
[DOC] Update doc of NameError.new [ci skip]
kazu
2018-07-16
1
-1
/
+2
*
Fix condition in Kernel#warn when using uplevel
eregon
2018-06-13
1
-1
/
+1
*
share :cause variable
nobu
2018-05-15
1
-1
/
+3
*
error.c: check redefined backtrace result
nobu
2018-05-14
1
-5
/
+7
*
error.c: [DOC] minor fixes
stomar
2018-04-14
1
-2
/
+2
*
error.c: fix for DRb
nobu
2018-04-12
1
-3
/
+4
*
error.c: super in method_missing
nobu
2018-04-12
1
-52
/
+57
*
eval_error.c: fix loop on exception in message
nobu
2018-04-11
1
-3
/
+13
*
error.c: prepend "warning: " always
nobu
2018-04-02
1
-7
/
+10
*
error.c: full_message options
nobu
2018-03-22
1
-11
/
+69
*
Add missing class FrozenError to Exception subclasses list documentation
nobu
2018-03-13
1
-0
/
+1
*
eval_error.c: rb_error_write flags
nobu
2018-02-23
1
-2
/
+2
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+7
[next]