1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-
ko1 955a38da08 * error.c, internal.h (rb_bug_reporter_add): add a new C-API.
rb_bug_reporter_add() allows to register a function which
  is called at rb_bug() called.
* ext/-test-/bug_reporter/bug_reporter.c: add a test for this C-API.
* ext/-test-/bug_reporter/extconf.rb: ditto.
* test/-ext-/bug_reporter/test_bug_reporter.rb: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-10-16 08:39:39 +00:00
..
array/resize
bignum * bignum.c (GMP_DIV_DIGITS): New macro. 2013-09-04 23:22:27 +00:00
bug-3571
bug-3662
bug-5832
bug_reporter * error.c, internal.h (rb_bug_reporter_add): add a new C-API. 2013-10-16 08:39:39 +00:00
debug * include/ruby/debug.h, 2013-10-09 00:21:51 +00:00
exception Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS" 2013-08-11 07:53:32 +00:00
fatal
file file/stat.c: fix commit miss 2013-10-01 11:57:02 +00:00
funcall
iter
load/dot.dot
marshal
method
num2int
old_thread_select
path_to_class
postponed_job * vm_trace.c (rb_postponed_job_register_one): fix iteration bug. 2013-05-27 17:08:25 +00:00
printf * ext/-test-/printf/printf.c (printf_test_call): Fix an end of buffer 2013-09-20 05:16:13 +00:00
rational rat.c: suppress warning 2013-09-08 10:52:52 +00:00
st
string Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS" 2013-08-11 07:53:32 +00:00
symbol parse.y: fix inconsistency with literals 2013-09-29 13:56:33 +00:00
tracepoint tracepoint.c: no empty initializer list 2013-09-23 08:47:52 +00:00
typeddata
wait_for_single_fd
win32