fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
68b18291ac
commit
8d7e9e5343
@ -143,7 +143,7 @@ Thu Dec 2 21:28:07 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
|||||||
Thu Dec 2 21:22:05 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
Thu Dec 2 21:22:05 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* encoding.c (enc_alias_internal): free the copied key and
|
* encoding.c (enc_alias_internal): free the copied key and
|
||||||
return NULL when given key is already regisitered.
|
return NULL when given key is already registered.
|
||||||
|
|
||||||
* encoding.c (enc_alias): call set_encoding_const only when the
|
* encoding.c (enc_alias): call set_encoding_const only when the
|
||||||
alias is not registered yet.
|
alias is not registered yet.
|
||||||
|
4
NEWS
4
NEWS
@ -19,7 +19,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* rb_scan_args() is enhanced with support for option hash argument
|
* rb_scan_args() is enhanced with support for option hash argument
|
||||||
extraction.
|
extraction.
|
||||||
|
|
||||||
* ruby_vm_at_exit() added. This enables extension libs to hool a VM
|
* ruby_vm_at_exit() added. This enables extension libs to hook a VM
|
||||||
termination.
|
termination.
|
||||||
|
|
||||||
=== Library updates (outstanding ones only)
|
=== Library updates (outstanding ones only)
|
||||||
@ -79,7 +79,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* rexml
|
* rexml
|
||||||
* [incompatible] support Ruby native encoding mechanism
|
* [incompatible] support Ruby native encoding mechanism
|
||||||
and iconv dependency is droped. This means encoding
|
and iconv dependency is dropped. This means encoding
|
||||||
methods (Document#encoding, XMLDecl#encoding,
|
methods (Document#encoding, XMLDecl#encoding,
|
||||||
Output#encoding and Source#encoding) return an Encoding
|
Output#encoding and Source#encoding) return an Encoding
|
||||||
object instead of an encoding name.
|
object instead of an encoding name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user