Project

General

Profile

Actions

Feature #18051

closed

Move symbols exported under internal

Added by nobu (Nobuyoshi Nakada) over 2 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:104715]

Description

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
    cgi/escape, date
  • ruby_hexdigits
    cgi/escape, objspace
  • ruby_digit36_to_number_table
    cgi/escape
  • rb_int_positive_pow
    date
  • rb_deprecate_constant
    etc
Actions #1

Updated by nobu (Nobuyoshi Nakada) over 2 years ago

  • Description updated (diff)
Actions #2

Updated by nobu (Nobuyoshi Nakada) over 2 years ago

  • Status changed from Open to Closed

Applied in changeset git|c38c2d8ee26c70300e2e0a4eec867273a8520579.


Moved exported symbols in internal/util.h to ruby/util.h

[Feature #18051]

Actions

Also available in: Atom PDF

Like0
Like0Like0