diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-25 04:03:20 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-25 04:03:20 +0000 |
| commit | a03d3cc8843603317f8847ac15c7df1071594719 (patch) | |
| tree | 7b412ca700a45d1d6b633f531ac1bd31cdb611f3 /ChangeLog | |
| parent | 098029dc67ed0b5933990db6c931185158f489e7 (diff) | |
| download | ruby-a03d3cc8843603317f8847ac15c7df1071594719.tar.gz ruby-a03d3cc8843603317f8847ac15c7df1071594719.tar.xz ruby-a03d3cc8843603317f8847ac15c7df1071594719.zip | |
* lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of
quoted-string should be zero or more characters.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed May 25 12:59:48 2005 Tanaka Akira <akr@m17n.org> + + * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of + quoted-string should be zero or more characters. + Tue May 24 23:42:16 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * numeric.c (fix_pow): support Fixnum ** Float case directly @@ -37,7 +42,6 @@ Mon May 23 15:07:34 2005 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO). [experimental] ->>>>>>> 1.4263 Mon May 23 12:21:37 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * re.c (make_regexp): should not return junk address during |
