зеркало из https://github.com/github/ruby.git
NEWS: Added String#unicode_normalize(|!|d?) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
67121b5060
Коммит
df25ba4015
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 23 10:21:21 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* NEWS: Added String#unicode_normalize(|!|d?) [ci skip]
|
||||
|
||||
Thu Oct 23 03:41:51 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* class.c (unknown_keyword_error): delete expected keywords
|
||||
|
|
6
NEWS
6
NEWS
|
@ -71,6 +71,12 @@ with all sufficient information, see the ChangeLog file.
|
|||
* Process creation methods, such as spawn(), uses vfork() system call.
|
||||
vfork() is faster than fork() when the parent process uses huge memory.
|
||||
|
||||
* String
|
||||
* New methods:
|
||||
* String#unicode_normalize
|
||||
* String#unicode_normalize!
|
||||
* String#unicode_normalized?
|
||||
|
||||
* Symbol
|
||||
* Improvements
|
||||
* Most symbols which are returned by String#to_sym and
|
||||
|
|
Загрузка…
Ссылка в новой задаче