From 9fe07c588f6a717199e1fbf62113dd2d30e44a41 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 30 Aug 2009 05:13:42 +0000 Subject: * common.mk: dependencies updated. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5014e983..2fe2d6f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 30 14:11:45 2009 Tanaka Akira + + * common.mk: dependencies updated. + Sun Aug 30 13:00:11 2009 Tanaka Akira * time.c (add): shortcut implemented for fixnums. @@ -100,7 +104,7 @@ Thu Aug 27 18:31:07 2009 Nobuyoshi Nakada Thu Aug 27 14:32:31 2009 NARUSE, Yui * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT - when /n is specified and the embeded string is escaped text. + when /n is specified and the embedded string is escaped text. Thu Aug 27 13:51:12 2009 Nobuyoshi Nakada @@ -110,7 +114,7 @@ Thu Aug 27 13:51:12 2009 Nobuyoshi Nakada Thu Aug 27 08:16:34 2009 Nobuyoshi Nakada * ext/strscan/strscan.c (strscan_set_string): set string should not be - dupped or frozen, because freezing it causes #concat method failure, + duped or frozen, because freezing it causes #concat method failure, and unnecessary to dup without freezing. a patch from Aaron Patterson at [ruby-core:25145]. -- cgit