summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-04 23:51:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-04 23:51:44 +0000
commit8cca70725e9fbdebba93e1787bd04cab469106fb (patch)
tree832d0fad8b0c7d5c4486307fa0c703e70ac512e9 /ChangeLog
parent661e557cdfe36546cfaa62cc7c1eb41f2f14cfa0 (diff)
downloadruby-8cca70725e9fbdebba93e1787bd04cab469106fb.tar.gz
ruby-8cca70725e9fbdebba93e1787bd04cab469106fb.tar.xz
ruby-8cca70725e9fbdebba93e1787bd04cab469106fb.zip
* re.c (update_char_offset): position should be long.
* re.c (match_hash, match_equal): new methods. [ruby-core:24748] * re.c (reg_match_pos, rb_reg_eqq, rb_reg_s_quote): get rid of use VALUE as int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index dbbb6816e..77462f5d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,11 @@
-Sat Sep 5 08:49:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * re.c (update_char_offset):
- * re.c (rb_reg_equal):
- * re.c (reg_match_pos):
- * re.c (rb_reg_eqq):
- * re.c (static VALUE):
- * re.c (Init_Regexp):
- [ruby-core:24748]
+Sat Sep 5 08:51:43 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * re.c (update_char_offset): position should be long.
+
+ * re.c (match_hash, match_equal): new methods. [ruby-core:24748]
+
+ * re.c (reg_match_pos, rb_reg_eqq, rb_reg_s_quote): get rid of use
+ VALUE as int.
Fri Sep 4 20:40:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>