mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* marshal.c (r_object0): register regexp object before encoding
name. [ruby-dev:40414] * re.c (rb_reg_alloc, rb_reg_init_str): split from rb_reg_new_str. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be0197054c
commit
27e492bec7
4 changed files with 25 additions and 4 deletions
|
@ -553,6 +553,8 @@ VALUE rb_reg_match_last(VALUE);
|
|||
#define HAVE_RB_REG_NEW_STR 1
|
||||
VALUE rb_reg_new_str(VALUE, int);
|
||||
VALUE rb_reg_new(const char *, long, int);
|
||||
VALUE rb_reg_alloc(void);
|
||||
VALUE rb_reg_init_str(VALUE re, VALUE s, int options);
|
||||
VALUE rb_reg_match(VALUE, VALUE);
|
||||
VALUE rb_reg_match2(VALUE);
|
||||
int rb_reg_options(VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue