diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 04:20:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 04:20:53 +0000 |
| commit | fcecf4a376d0ba798fc001f4aa626f6482cbd374 (patch) | |
| tree | fd906fc8dd233306c3b07515726ee374eb35881d /ChangeLog | |
| parent | f8d3a9dd48d33bcd035e6d9ad7352c4eabf3f367 (diff) | |
| download | ruby-fcecf4a376d0ba798fc001f4aa626f6482cbd374.tar.gz ruby-fcecf4a376d0ba798fc001f4aa626f6482cbd374.tar.xz ruby-fcecf4a376d0ba798fc001f4aa626f6482cbd374.zip | |
* ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c
(nkf_enc_without_bom): BOM is not a part of encodings.
* ext/nkf/nkf.c (Init_nkf), ext/nkf/nkf-utf8/nkf.c (options):
UTF-{16,32} without endian have no sense.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 32 |
1 files changed, 5 insertions, 27 deletions
@@ -1,32 +1,10 @@ -Tue May 20 12:13:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue May 20 13:20:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> - * ruby.c (proc_options, process_options): --dump option. + * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c + (nkf_enc_without_bom): BOM is not a part of encodings. -Tue May 20 11:36:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> - - * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE. - - * gc.c (assign_heap_slot): suppress a warning. - -Tue May 20 03:42:43 2008 Koichi Sasada <ko1@atdot.net> - - * eval.c, vm_insnhelper.c: fix cref in instance_eval - and cvar_base search protocol. - - * bootstraptest/test_knownbug.rb, test_eval.rb: move soleved test - and add new tests. - - * test/ruby/test_eval.rb: fix tests for spec. - -Tue May 20 01:43:44 2008 Koichi Sasada <ko1@atdot.net> - - * bootstraptest/test_knownbug.rb: fix a test. - "block_given?" returns true if "yield" can be used. - -Tue May 20 01:07:19 2008 Yusuke Endoh <mame@tsg.ne.jp> - - * parse.y (assignable_gen): when "self = 1" was evalueted, unnecessary - error message was output, which might cause null pointer access. + * ext/nkf/nkf.c (Init_nkf), ext/nkf/nkf-utf8/nkf.c (options): + UTF-{16,32} without endian have no sense. Mon May 19 23:32:12 2008 Koichi Sasada <ko1@atdot.net> |
