From 91e305bcda2e669cd4196b8e0103fb441fa4cc6e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Oct 2014 02:27:41 +0000 Subject: ruby/io.h: deprecate old macros * include/ruby/io.h (rb_io_mode_flags, rb_io_modenum_flags): deprecate old macros for compatibility for ruby 1.8 and older. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b52495a176..82ab9b3cde 100644 --- a/NEWS +++ b/NEWS @@ -244,6 +244,8 @@ with all sufficient information, see the ChangeLog file. rb_big2str0 : internal function. no replacement. rb_big2ulong_pack -> rb_integer_pack rb_gc_set_params : internal function. no replacement. + rb_io_mode_flags -> rb_io_modestr_fmode + rb_io_modenum_flags -> rb_io_oflags_fmode * struct RBignum is hidden. [Feature #6083] Use rb_integer_pack and rb_integer_unpack instead. -- cgit v1.2.3