diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Tue Jan 29 16:59:01 2008 Tanaka Akira <akr@fsij.org> + + * insns.def (toregexp): generate a regexp from strings instead of one + string. + + * re.c (rb_reg_new_ary): defined for toregexp. it concatenates + strings after each string is preprocessed. + + * compile.c (compile_dstr_fragments): split from compile_dstr. + (compile_dstr): call compile_dstr_fragments. + (compile_dregx): defined for dynamic regexp. + (iseq_compile_each): use compile_dregx for dynamic regexp. + + [ruby-dev:33400] + Tue Jan 29 16:25:26 2008 NARUSE, Yui <naruse@ruby-lang.org> * common.mk, ext/extmkf.rb: always make encdb.h. |
