From 05e73548645fecf95494fee4f75f7f7713bf870c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Nov 2011 08:09:48 +0000 Subject: * vm_dump.c (HAVE_BACKTRACE): fallback to 0. * vm_dump.c (rb_vm_bugreport): show "Other runtime information" header only when available. * vm_dump.c (rb_vm_bugreport): get rid of modifying the content of VM directly. * vm_dump.c (rb_vm_bugreport): check if vm is non-null. Pointed out by Ikegami Daisuke . Thank you. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ec0e70eed..8454fc5e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Nov 11 17:09:45 2011 Nobuyoshi Nakada + + * vm_dump.c (HAVE_BACKTRACE): fallback to 0. + + * vm_dump.c (rb_vm_bugreport): show "Other runtime information" + header only when available. + + * vm_dump.c (rb_vm_bugreport): get rid of modifying the content of + VM directly. + + * vm_dump.c (rb_vm_bugreport): check if vm is non-null. + Pointed out by Ikegami Daisuke . + Thank you. + Fri Nov 11 12:36:37 2011 KOSAKI Motohiro * io.c (pipe_open): Remove fflush(stdin). it's no effect. -- cgit v1.2.3