diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-02 06:07:58 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-02 06:07:58 +0000 |
commit | c1c45c1cf7eeb9248a8bd42faa53cac562ec102b (patch) | |
tree | b145c0cd59c1898c269bf1d5be9b9de36aa2a9b2 /NEWS | |
parent | f0d8be4e2bac9d46126bbc43650e3a0e030da252 (diff) | |
download | ruby-c1c45c1cf7eeb9248a8bd42faa53cac562ec102b.tar.gz |
Add NEWS about RbConfig::SIZEOF
https://bugs.ruby-lang.org/issues/8568
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,6 +89,10 @@ with all sufficient information, see the ChangeLog file. * Process.clock_gettime * Process.clock_getres +* RbConfig + * New constants: + * RbConfig::SIZEOF is added to provide the size of C types. + * String * New methods: * String#scrub and String#scrub! verify and fix invalid byte sequence. |