From 489776e284a4543076592582a9d8b1615ceb1009 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Apr 2017 02:10:40 +0000 Subject: Rename RbConfig::Limits as RbConfig::LIMITS * template/limits.c.tmpl (Init_limits): rename RbConfig::Limits as RbConfig::LIMITS, constants other than class or module are all uppercase with underscores by convention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2a5de6673e..93145942aa 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,10 @@ with all sufficient information, see the ChangeLog file or Redmine === Stdlib updates (outstanding ones only) +* RbConfig + * New constants: + * RbConfig::LIMITS is added to provide the limits of C types. + === Compatibility issues (excluding feature bug fixes) * Random.raw_seed renamed to become Random.urandom. It is now -- cgit v1.2.1