diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-05 01:38:36 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-05 01:38:36 +0000 |
| commit | 9f2371479fad40ca2e1b8607263e1b00daf6a920 (patch) | |
| tree | ddcaa0743db9a28a56e35a05a646b0c58edcbf12 /ChangeLog | |
| parent | 338a791dd3c59e1613c907d71f821759217e0898 (diff) | |
| download | ruby-9f2371479fad40ca2e1b8607263e1b00daf6a920.tar.gz ruby-9f2371479fad40ca2e1b8607263e1b00daf6a920.tar.xz ruby-9f2371479fad40ca2e1b8607263e1b00daf6a920.zip | |
Fix error message of /.../n with embeded non ASCII-8BIT string.
* re.c (rb_reg_preprocess_dregexp): add options to arguments.
* re.c (rb_reg_new_ary): follow above.
* re.c (rb_reg_preprocess_dregexp): change error message when
/.../n has a non escaped non ASCII character in non ASCII-8BIT
script. [ruby-dev:38524]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,10 +1,20 @@ +Wed Aug 5 10:20:39 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * re.c (rb_reg_preprocess_dregexp): add options to arguments. + + * re.c (rb_reg_new_ary): follow above. + + * re.c (rb_reg_preprocess_dregexp): change error message when + /.../n has a non escaped non ASCII character in non ASCII-8BIT + script. [ruby-dev:38524] + Wed Aug 5 03:28:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/test/unit.rb (Test::Unit.setup_argv): expands paths before requiring. [ruby-dev:39012] Wed Aug 5 01:38:27 2009 Yusuke Endoh <mame@tsg.ne.jp> - + * lib/pp.rb (guard_inspect_key): untrust internal hash to prevent unexpected SecurityError. @@ -534,7 +544,7 @@ Tue Jul 21 21:37:19 2009 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310]. * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096], - no trace display c-call and c-return as default. + no trace display c-call and c-return as default. Tue Jul 21 16:24:41 2009 Masaki Suketa <masaki.suketa@nifty.ne.jp> |
