diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-10 09:59:11 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-10 09:59:11 +0000 |
| commit | d1b1e82680f483629a37b710fd9b0c4104d28699 (patch) | |
| tree | bfbcc33481054ad2ec1533e2ac3a5cf7129038be /ChangeLog | |
| parent | adbef8818ff3f4a0d27c411cc06372f69a000f6f (diff) | |
| download | ruby-d1b1e82680f483629a37b710fd9b0c4104d28699.tar.gz ruby-d1b1e82680f483629a37b710fd9b0c4104d28699.tar.xz ruby-d1b1e82680f483629a37b710fd9b0c4104d28699.zip | |
* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before match. [ruby-dev:29914]
* test/strscan/test_stringscanner.rb: test it.
* re.c: export kcode_set_option and kcode_reset_option (with "rb_" prefix).
* intern.h: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed Jan 10 18:57:57 2007 Minero Aoki <aamine@loveruby.net> + + * ext/strscan/strscan.c (strscan_do_scan): should set kcode option + before match. [ruby-dev:29914] + + * test/strscan/test_stringscanner.rb: test it. + + * re.c: export kcode_set_option and kcode_reset_option (with "rb_" + prefix). + + * intern.h: ditto. + Tue Jan 9 17:45:17 2007 NAKAMURA Usaku <usa@ruby-lang.org> * file.c (rb_find_file): should not call fpath_check() with NULL. |
