From c85040d4d07656c4d2a788be145609845ec6074f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Mar 2016 03:43:06 +0000 Subject: date_core.c: fix jisx0301 and iso8601 * ext/date/date_core.c (d_lite_jisx0301, iso8601_timediv), (dt_lite_jisx0301): format by the format string in local buffer to prevent intermediate strings from GC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/depend | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/date/depend') diff --git a/ext/date/depend b/ext/date/depend index a5444e3ed9..8e8af3882b 100644 --- a/ext/date/depend +++ b/ext/date/depend @@ -9,6 +9,7 @@ date_core.o: $(hdrdir)/ruby/oniguruma.h date_core.o: $(hdrdir)/ruby/ruby.h date_core.o: $(hdrdir)/ruby/st.h date_core.o: $(hdrdir)/ruby/subst.h +date_core.o: $(hdrdir)/ruby/util.h date_core.o: $(top_srcdir)/include/ruby.h date_core.o: date_core.c date_core.o: date_tmx.h -- cgit v1.2.3