From de295ad3f3d8e105a0eb35d5e7190da87fcdb6e5 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 17 Jul 2004 06:28:10 +0000 Subject: * re.c (rb_reg_match_m): add optional second argugment "pos" to specify match start point. [ruby-core:03203] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8a4ca0e4..63c296bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Jul 17 14:18:11 2004 Yukihiro Matsumoto + + * re.c (rb_reg_match_m): add optional second argugment "pos" to + specify match start point. [ruby-core:03203] + +Sat Jul 17 13:13:32 2004 Yukihiro Matsumoto + + * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do not + process expression interpolation. [ruby-talk:106691] + Sat Jul 17 05:26:27 2004 Dave Thomas * lib/rdoc/diagram.rb: Incorporate Micheal Neumann's -- cgit