diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-22 03:59:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-22 03:59:53 +0000 |
| commit | 3586e244989aa3dc7ad65d6c62aead2a4b9c983c (patch) | |
| tree | 95b915e9c09bac1eaff6cc86b70d590a053c3ba4 /ChangeLog | |
| parent | add87cabf82e3d36851ef27b5749ad62e0135dec (diff) | |
| download | ruby-3586e244989aa3dc7ad65d6c62aead2a4b9c983c.tar.gz ruby-3586e244989aa3dc7ad65d6c62aead2a4b9c983c.tar.xz ruby-3586e244989aa3dc7ad65d6c62aead2a4b9c983c.zip | |
* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
MINIRUBY since miniruby might not be able to load DLL.
* test/ruby/test_m17n.rb: move tests from bootstrap test.
* encoding.c (enc_find): should check name if ASCII compatible.
* string.c (rb_str_end_with): should check character boundary.
* encoding.c (rb_enc_compatible): encoding must be ASCII
compatible before checking ENC_CODERANGE_7BIT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Tue Jan 22 12:57:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from + MINIRUBY since miniruby might not be able to load DLL. + + * test/ruby/test_m17n.rb: move tests from bootstrap test. + + * encoding.c (enc_find): should check name if ASCII compatible. + + * string.c (rb_str_end_with): should check character boundary. + + * encoding.c (rb_enc_compatible): encoding must be ASCII + compatible before checking ENC_CODERANGE_7BIT. + Tue Jan 22 09:26:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_each_char): iterates over a shadow. |
