1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>

* added changelog for last commit



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2008-01-20 08:54:28 +00:00
parent 3d0c7bea4d
commit 1e75c881da

View file

@ -1,3 +1,18 @@
Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* added changelog for last commit
Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/trans/utf_16_32.c: new file, currently implementing
UTF-16BE conversions only.
* test/ruby/test_transcode.rb: Added tests for UTF-16BE;
made check_both_ways() use force_encoding differently.
* transcode_data.h, transcode.c: Support for more conversion
functions.
Sun Jan 20 13:06:01 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_each_char): performance improvement, and stop if