[ruby-core:104715] [Ruby master Feature#18051] Move symbols exported under internal
From:
nobu@...
Date:
2021-07-28 10:39:36 UTC
List:
ruby-core #104715
Issue #18051 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Feature #18051: Move symbols exported under internal https://bugs.ruby-lang.org/issues/18051 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal ---------------------------------------- Some symbols exported in headers under `internal` are declared and used in some extension libraries. These seem OK to be moved to public headers. * `ruby_scan_digits`, `ruby_hexdigits`, `ruby_digit36_to_number_table` * `rb_int_positive_pow` * `rb_deprecate_constant` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>