diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-14 18:04:21 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-14 18:04:21 +0000 |
| commit | f17af09b264975fea3ce03210f740c17c96b62db (patch) | |
| tree | 840798354a8f3ec79e6a0de7c0b7b652594d8f0b /ChangeLog | |
| parent | 09f1595ef92b79289a66b8459875f747fb99b77c (diff) | |
| download | ruby-f17af09b264975fea3ce03210f740c17c96b62db.tar.gz ruby-f17af09b264975fea3ce03210f740c17c96b62db.tar.xz ruby-f17af09b264975fea3ce03210f740c17c96b62db.zip | |
* string.c (rb_str_subpat): accept capture name.
(rb_str_aref): follow above change.
(rb_str_aref_m): pass the 2nd argument to rb_str_subpat.
(rb_str_subpat_set): accept capture name.
(rb_str_aset): follow above change.
(rb_str_partition): ditto.
(rb_str_aset_m): pass the 2nd argument to rb_str_subpat_set.
* include/ruby/intern.h (rb_reg_backref_number): declared.
* re.c (rb_reg_backref_number): defined.
[ruby-core:21057]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Sun Mar 15 02:53:13 2009 Tanaka Akira <akr@fsij.org> + + * string.c (rb_str_subpat): accept capture name. + (rb_str_aref): follow above change. + (rb_str_aref_m): pass the 2nd argument to rb_str_subpat. + (rb_str_subpat_set): accept capture name. + (rb_str_aset): follow above change. + (rb_str_partition): ditto. + (rb_str_aset_m): pass the 2nd argument to rb_str_subpat_set. + + * include/ruby/intern.h (rb_reg_backref_number): declared. + + * re.c (rb_reg_backref_number): defined. + + [ruby-core:21057] + Sun Mar 15 02:09:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * proc.c (bmcall): should not uninitialized variable. a patch from |
