| Commit message (Expand) | Author | Age | Files | Lines |
* | math.c: tanh overflow | nobu | 2016-08-02 | 1 | -0/+2 |
* | * remove trailing spaces. | svn | 2016-08-01 | 1 | -1/+1 |
* | Object#clone with freeze: false [Feature #12300] | shyouhei | 2016-08-01 | 1 | -0/+16 |
* | * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2. | hsbt | 2016-08-01 | 1 | -1/+19 |
* | * enc/iso_8859_2.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-30 | 1 | -1/+1 |
* | dtrace: wait command | nobu | 2016-07-26 | 1 | -2/+5 |
* | test: use assert_include | nobu | 2016-07-26 | 3 | -4/+4 |
* | dtrace: chomp CR | nobu | 2016-07-26 | 2 | -4/+4 |
* | * enc/windows_1257.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-26 | 1 | -1/+1 |
* | * enc/windows_1250.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-26 | 1 | -1/+1 |
* | * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-26 | 1 | -1/+1 |
* | * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-26 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2016-07-26 | 1 | -1/+1 |
* | * test/ruby/enc/test_case_comprehensive.rb: Add explicit skip test for | duerst | 2016-07-26 | 1 | -4/+13 |
* | dtrace: simplify | nobu | 2016-07-24 | 1 | -6/+2 |
* | dtrace: suppress an empty line | nobu | 2016-07-23 | 1 | -3/+21 |
* | dtrace: use miniruby instead of ruby-runner | nobu | 2016-07-23 | 1 | -9/+16 |
* | webrick: filter out HTTP_PROXY for CGIHandler | normal | 2016-07-22 | 2 | -1/+17 |
* | * string.c (String#dump): Change escaping of non-ASCII characters in | duerst | 2016-07-22 | 1 | -0/+12 |
* | fix typos | kazu | 2016-07-20 | 1 | -4/+4 |
* | enumerator.c: Enumerator::Lazy#uniq | nobu | 2016-07-20 | 1 | -0/+5 |
* | enum.c: Enumerable#uniq | nobu | 2016-07-20 | 1 | -0/+15 |
* | variable.c: exclude private constants | nobu | 2016-07-19 | 1 | -0/+2 |
* | numeric.c, complex.c: Add finite? and infinite? consistent with Float | mrkn | 2016-07-17 | 4 | -0/+55 |
* | util.c: do not underflow | nobu | 2016-07-15 | 1 | -0/+1 |
* | * test/json/json_common_interface_test.rb: use assert_raise instead of | hsbt | 2016-07-13 | 1 | -3/+3 |
* | * test/lib/test/unit.rb: added test files with `_test` suffix for json | hsbt | 2016-07-13 | 12 | -63/+37 |
* | * enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 2 | -2/+2 |
* | * enc/windows_1252.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 1 | -1/+1 |
* | * enc/iso_8859_7.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 1 | -1/+1 |
* | * gc.c (gc_mark_roots): should mark the VM object itself to mark | ko1 | 2016-07-13 | 1 | -0/+7 |
* | * enc/iso_8859_5.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 1 | -8/+8 |
* | * iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq | ko1 | 2016-07-13 | 1 | -0/+10 |
* | * enc/iso_8859_13.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 1 | -1/+1 |
* | * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-13 | 1 | -3/+10 |
* | * test/ruby/enc/test_iso_8859.rb: Excluded dotless i/I with dot from | duerst | 2016-07-12 | 1 | -1/+3 |
* | * revert r55642 (previous commit) because of test failure at | duerst | 2016-07-12 | 1 | -10/+3 |
* | * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-12 | 1 | -3/+10 |
* | * enc/iso_8859_10.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-10 | 1 | -1/+1 |
* | * test/ruby/enc/test_case_comprehensive.rb: Changed testing logic in to | duerst | 2016-07-10 | 1 | -1/+6 |
* | * enc/iso_8859_4.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-10 | 1 | -1/+1 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55622 b2dd03c8-39d4-4d8f-98... | duerst | 2016-07-10 | 1 | -1/+1 |
* | util.c: round nearly middle value | nobu | 2016-07-10 | 1 | -0/+4 |
* | * vm_args.c (setup_parameters_complex): don't raise ArgumentError | naruse | 2016-07-07 | 1 | -0/+7 |
* | suppress warnings: unused variables | naruse | 2016-07-07 | 1 | -1/+1 |
* | * vm_args.c (vm_caller_setup_arg_block): disable symbol block | shugo | 2016-07-07 | 1 | -0/+15 |
* | numeric.c: round nearly middle value | nobu | 2016-07-07 | 1 | -0/+5 |
* | io.c: convert arguments just once | nobu | 2016-07-07 | 1 | -0/+68 |
* | require "rbconfig/sizeof" | naruse | 2016-07-06 | 2 | -0/+2 |
* | * enc/iso_8859_14.c, test/ruby/enc/test_case_comprehensive.rb: | duerst | 2016-07-06 | 1 | -1/+1 |