diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-10 02:27:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-10 02:27:41 +0000 |
commit | 91e305bcda2e669cd4196b8e0103fb441fa4cc6e (patch) | |
tree | 896820572b9df379a6199e980e65a21e01f7c0a3 /ChangeLog | |
parent | 9631e3e788f95449d4b81395889c07670ef2dc82 (diff) |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Oct 10 11:27:49 2014 Nobuyoshi Nakada <[email protected]> + + * include/ruby/io.h (rb_io_mode_flags, rb_io_modenum_flags): + deprecate old macros for compatibility for ruby 1.8 and older. + Thu Oct 9 23:31:47 2014 Naohisa Goto <[email protected]> * bignum.c (absint_numwords_generic): set an array element after |