From 61d1cf72ca6f908833e44112a85a04198cb5133a Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Feb 2009 07:46:24 +0000 Subject: * debug.c (set_debug_option): added rtc_error option. * win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS. * win32/win32.c (rtc_error_handler): ignores RTC errors unless rtc_error debug option is given. * win32/win32.c (rb_w32_sysinit): suppress useless CRT assertions. [ruby-core:22116] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8edb3d573..787aa708f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -Mon Feb 16 01:17:51 2009 Nobuyoshi Nakada +Mon Feb 16 16:46:14 2009 Nobuyoshi Nakada - * win32/win32.c (_CrtDbgReportW): prevent from false positive - assertions in msvcrtd. [ruby-core:22116] + * debug.c (set_debug_option): added rtc_error option. + + * win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS. + + * win32/win32.c (rtc_error_handler): ignores RTC errors unless + rtc_error debug option is given. + + * win32/win32.c (rb_w32_sysinit): suppress useless CRT assertions. + [ruby-core:22116] Sun Feb 15 21:43:44 2009 Nobuyoshi Nakada -- cgit