mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
(integer_unpack_num_bdigits): Extracted from rb_integer_unpack_internal. (bary_unpack_internal): Renamed from bary_unpack and support INTEGER_PACK_2COMP. (bary_unpack): New function to validate arguments and invoke bary_unpack_internal. (rb_integer_unpack_internal): Removed. (rb_integer_unpack): Invoke bary_unpack_internal. (rb_integer_unpack_2comp): Removed. * internal.h (rb_integer_unpack_2comp): Removed. * pack.c: Follow the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| array | ||
| bignum | ||
| debug | ||
| exception | ||
| funcall | ||
| iter | ||
| load | ||
| marshal | ||
| method | ||
| num2int | ||
| old_thread_select | ||
| path_to_class | ||
| postponed_job | ||
| st | ||
| string | ||
| symbol | ||
| tracepoint | ||
| typeddata | ||
| wait_for_single_fd | ||
| win32 | ||
| test_bug-3571.rb | ||
| test_bug-3662.rb | ||
| test_bug-5832.rb | ||
| test_printf.rb | ||