From 90c81fbe2d907b331e7eb0e9c50fa77ea062ecba Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 1 May 2003 00:00:37 +0000 Subject: * regex.c (re_match_exec): $ _always_ matches at the end of string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67cef98eb..0e9d5f9ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 1 08:24:00 2003 Yukihiro Matsumoto + + * regex.c (re_match_exec): $ _always_ matches at the end of string. + Wed Apr 30 14:12:00 2003 wanowa.kimura@nifty.ne.jp (kimura wataru) * net/imap.rb: support THREAD extension. -- cgit