diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-14 00:41:09 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-14 00:41:09 +0000 |
| commit | b80cc7b84703b51b31f8bddbab62361f6f36eed0 (patch) | |
| tree | d6bb9c81533f27bd581395fa8b09008f3fd942ff /ChangeLog | |
| parent | 19ddf9218f6ab5e3d0f24b1947cab55ce55b5c88 (diff) | |
| download | ruby-b80cc7b84703b51b31f8bddbab62361f6f36eed0.tar.gz ruby-b80cc7b84703b51b31f8bddbab62361f6f36eed0.tar.xz ruby-b80cc7b84703b51b31f8bddbab62361f6f36eed0.zip | |
* ruby.c (set_internal_encoding_once): check double contradicted
specification of the encoding from command line.
* ruby.c (set_external_encoding_once): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Oct 14 09:39:32 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ruby.c (set_internal_encoding_once): check double contradicted + specification of the encoding from command line. + + * ruby.c (set_external_encoding_once): ditto. + Tue Oct 14 08:28:31 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (parser_yylex): allow reserved word to be keyword argument. |
