diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-26 19:46:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-26 19:46:58 +0000 |
| commit | 214df72ada42435874953c15ff0e067f1444bfe1 (patch) | |
| tree | f4d3751948e808ce3ca94ac998c5bd044ace5989 /ChangeLog | |
| parent | ee5a8e05c4dfcab140aaa0049cb6d35fed2a3db1 (diff) | |
| download | ruby-214df72ada42435874953c15ff0e067f1444bfe1.tar.gz ruby-214df72ada42435874953c15ff0e067f1444bfe1.tar.xz ruby-214df72ada42435874953c15ff0e067f1444bfe1.zip | |
* encoding.c (rb_enc_associate_index): deal with ASCII compatible
flags.
* encoding.c (rb_enc_check): allow ASCII compatible strings.
* parse.y (rb_intern_str): use ASCII encoding for ASCII string.
* string.c (rb_enc_str_coderange): check for code-range.
* string.c (rb_str_modify): clear code-range flags.
* string.c (rb_str_hash, rb_str_eql): ASCII compatible strings are
comparable.
* include/ruby/encoding.h: added code-range flags.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Thu Sep 27 04:46:31 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_enc_associate_index): deal with ASCII compatible + flags. + + * encoding.c (rb_enc_check): allow ASCII compatible strings. + + * parse.y (rb_intern_str): use ASCII encoding for ASCII string. + + * string.c (rb_enc_str_coderange): check for code-range. + + * string.c (rb_str_modify): clear code-range flags. + + * string.c (rb_str_hash, rb_str_eql): ASCII compatible strings are + comparable. + + * include/ruby/encoding.h: added code-range flags. + Thu Sep 27 04:40:47 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * gc.c (rb_mark_set): new function to mark keys. |
