1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
akr 449fbfd4d4 Use Integer instead of Fixnum and Bignum.
* object.c, numeric.c, enum.c, ext/-test-/bignum/mul.c,
  lib/rexml/quickpath.rb, lib/rexml/text.rb, lib/rexml/xpath_parser.rb,
  lib/rubygems/specification.rb, lib/uri/generic.rb,
  bootstraptest/test_eval.rb, basictest/test.rb,
  test/-ext-/bignum/test_big2str.rb, test/-ext-/bignum/test_div.rb,
  test/-ext-/bignum/test_mul.rb, test/-ext-/bignum/test_str2big.rb,
  test/csv/test_data_converters.rb, test/date/test_date.rb,
  test/json/test_json_generate.rb, test/minitest/test_minitest_mock.rb,
  test/openssl/test_cipher.rb, test/rexml/test_jaxen.rb,
  test/ruby/test_array.rb, test/ruby/test_basicinstructions.rb,
  test/ruby/test_bignum.rb, test/ruby/test_case.rb,
  test/ruby/test_class.rb, test/ruby/test_complex.rb,
  test/ruby/test_enum.rb, test/ruby/test_eval.rb,
  test/ruby/test_iseq.rb, test/ruby/test_literal.rb,
  test/ruby/test_math.rb, test/ruby/test_module.rb,
  test/ruby/test_numeric.rb, test/ruby/test_range.rb,
  test/ruby/test_rational.rb, test/ruby/test_refinement.rb,
  test/ruby/test_rubyvm.rb, test/ruby/test_struct.rb,
  test/ruby/test_variable.rb, test/rubygems/test_gem_specification.rb,
  test/thread/test_queue.rb: Use Integer instead of Fixnum and Bignum.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-05-17 13:15:57 +00:00
..
cgi cgi/util.rb: remove CGI::Util#_unescape 2016-04-20 08:33:33 +00:00
drb don't use keeper thread. [Bug #12342] 2016-05-15 11:59:00 +00:00
irb * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined. 2016-04-15 11:27:38 +00:00
matrix
net * lib/net/http/header.rb: [DOC] add documentation that 2016-05-04 09:46:48 +00:00
optparse
racc
rbconfig
rdoc fix typos [ci skip] 2016-04-26 15:14:18 +00:00
rexml Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
rinda
rss stdlib: avoid extra calls to eliminate "\n" from Base64 2016-01-10 00:35:43 +00:00
rubygems Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
shell
unicode_normalize
uri Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
webrick * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is used 2016-05-07 13:37:18 +00:00
yaml
abbrev.rb
base64.rb
benchmark.rb [DOC] Fix typos 2015-12-23 03:43:23 +00:00
cgi.rb
cmath.rb
csv.rb Update documentation of CSV header converter 2016-01-23 02:30:07 +00:00
debug.rb
delegate.rb
drb.rb
e2mmap.rb
English.rb
erb.rb erb.rb: fronzen-string-literal in comment [Fix GH-1229] 2016-01-29 05:16:29 +00:00
fileutils.rb fileutils.rb: keyword arguments 2016-03-01 02:26:44 +00:00
find.rb find.rb: raise with the name 2016-02-19 14:38:28 +00:00
forwardable.rb * lib/forwardable.rb: Convert given accessors to String. 2016-01-12 11:19:25 +00:00
getoptlong.rb [DOC] Fix typos 2015-12-23 03:43:23 +00:00
ipaddr.rb
irb.rb * lib/irb.rb: avoid to needless truncation when using back_trace_limit option. 2016-02-26 01:57:58 +00:00
logger.rb * lib/logger.rb: Add shift_period_suffix option [Fix GH-10772] 2016-04-18 15:07:31 +00:00
mathn.rb [Feature #12005] Unify Fixnum and Bignum into Integer 2016-05-17 06:53:48 +00:00
matrix.rb
mkmf.rb lib/mkmf.rb: use xsystem to pkg-config --exists 2016-05-14 00:04:36 +00:00
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb * lib/open-uri.rb: Use userinfo for authenticated proxy. 2016-03-30 00:46:05 +00:00
open3.rb
optionparser.rb
optparse.rb optparse.rb: [DOC] fix example code [ci skip] 2016-04-28 07:33:43 +00:00
ostruct.rb * lib/ostruct.rb: [DOC] fix position of nodoc directive. 2016-04-09 13:39:32 +00:00
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb [DOC] Fix typos 2015-12-23 03:43:23 +00:00
rdoc.rb
resolv-replace.rb
resolv.rb Resolv::IPv6.create: avoid modifying frozen string literal 2015-12-28 20:31:10 +00:00
rss.rb
rubygems.rb * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4. 2016-04-28 00:33:08 +00:00
scanf.rb
securerandom.rb random.c: use bytes 2016-05-10 05:57:11 +00:00
set.rb * lib/set.rb: [DOC] add documentation that Set#{delete_if,keep_if,collect!,reject!,select!, 2016-05-04 09:07:01 +00:00
shell.rb * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove 2016-01-19 02:03:50 +00:00
shellwords.rb
singleton.rb
sync.rb
tempfile.rb Fix doc with default value with GH-523 2016-01-27 07:35:34 +00:00
thwait.rb
time.rb * lib/time.rb: revert r54167 because it would break 2016-04-19 04:20:48 +00:00
timeout.rb
tmpdir.rb * lib/tmpdir.rb: Unify to coding-style for method definition. 2016-02-26 02:11:14 +00:00
tracer.rb
tsort.rb
ubygems.rb * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.1. 2016-03-04 00:29:40 +00:00
un.rb
unicode_normalize.rb
uri.rb
weakref.rb
webrick.rb [DOC] Fix typos 2015-12-23 03:43:23 +00:00
yaml.rb