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

NEWS: added news about EBCDIC encoding

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2015-12-15 09:04:05 +00:00
parent 81e7be08ed
commit 7274abb7b0
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Dec 15 18:04:04 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* NEWS: added news about EBCDIC encoding
Tue Dec 15 17:57:57 2015 Martin Duerst <duerst@it.aoyama.ac.jp> Tue Dec 15 17:57:57 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/ebcdic.h, enc/trans/ebcdic.trans, * enc/ebcdic.h, enc/trans/ebcdic.trans,

4
NEWS
View file

@ -79,6 +79,10 @@ with all sufficient information, see the ChangeLog file.
* Hash#<=, Hash#<, Hash#>=, Hash#> [Feature #10984] * Hash#<=, Hash#<, Hash#>=, Hash#> [Feature #10984]
* Hash#to_proc [Feature #11653] * Hash#to_proc [Feature #11653]
* Encoding
* new Encoding::IBM037 (alias ebcdic-cp-us; dummy)
* IO * IO
* new mode flag File::SHARE_DELETE is available. * new mode flag File::SHARE_DELETE is available.