diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 19:27:10 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 19:27:10 +0000 |
| commit | bb2bdc887c717d4770a113b19f1b685f5837d960 (patch) | |
| tree | 1439d697c7f32c7e8322bfd62d40ce9c2ed7e628 /ChangeLog | |
| parent | edb751ca4d2b7513fa1bdd4df067fd59c98680a2 (diff) | |
| download | ruby-bb2bdc887c717d4770a113b19f1b685f5837d960.tar.gz ruby-bb2bdc887c717d4770a113b19f1b685f5837d960.tar.xz ruby-bb2bdc887c717d4770a113b19f1b685f5837d960.zip | |
* encoding.c (rb_enc_alias): allow encodings multiple aliases.
* encoding.c (rb_enc_find_index): search the encoding which has the
given name and return its index if found, or -1.
* st.c (type_strcasehash): case-insensitive string hash type.
* string.c (rb_str_force_encoding): force encoding of self. this name
comes from [ruby-dev:31894] by Martin Duerst. [ruby-dev:31744]
* include/ruby/encoding.h (rb_enc_find_index, rb_enc_associate_index):
prototyped.
* include/ruby/encoding.h (rb_enc_isctype): direct interface to ctype.
* include/ruby/st.h (st_init_strcasetable): prototyped.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Sat Sep 29 04:27:08 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_enc_alias): allow encodings multiple aliases. + + * encoding.c (rb_enc_find_index): search the encoding which has the + given name and return its index if found, or -1. + + * st.c (type_strcasehash): case-insensitive string hash type. + + * string.c (rb_str_force_encoding): force encoding of self. this name + comes from [ruby-dev:31894] by Martin Duerst. [ruby-dev:31744] + + * include/ruby/encoding.h (rb_enc_find_index, rb_enc_associate_index): + prototyped. + + * include/ruby/encoding.h (rb_enc_isctype): direct interface to ctype. + + * include/ruby/st.h (st_init_strcasetable): prototyped. + Sat Sep 29 03:53:26 2007 Koichi Sasada <ko1@atdot.net> * cont.c: Thread local storage should be fiber local. |
