From 0ce43d461eed3f963f51b9df905e37895a71ab7c Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 25 Jun 2009 04:10:21 +0000 Subject: * instruby.rb: '&' in sed s command's replacement is '\&' in ruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 837ccaa87..b395c57d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 25 13:04:58 2009 NAKAMURA Usaku + + * instruby.rb: '&' in sed s command's replacement is '\&' in ruby. + Thu Jun 25 06:50:23 2009 Yukihiro Matsumoto * io.c (rb_io_each_codepoint): uninitialized local variable enc. @@ -18,7 +22,7 @@ Wed Jun 24 16:08:03 2009 NAKAMURA Usaku Wed Jun 24 16:07:04 2009 NAKAMURA Usaku - * win32/mkexports.rb: rbconfig.rb exists on ".". + * win32/mkexports.rb: rbconfig.rb exists at ".". Wed Jun 24 15:02:29 2009 Nobuyoshi Nakada -- cgit