aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st.c: fix collision statistics [ci skip]nobu2016-03-301-6/+4
* hash.c: init table with sizenobu2016-03-301-0/+3
* extension*.rdoc: fix errors [ci skip]nobu2016-03-303-17/+25
* rational.c: pure declarationsnobu2016-03-301-5/+2
* * lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt2016-03-303-0/+46
* * ext/nkf/nkf-utf8/nkf.c: Merge upstream 4f3edf80a0.naruse2016-03-292-4/+9
* * 2016-03-30svn2016-03-291-1/+1
* * tool/redmine-backporter.rb: add given revision to current changestsnaruse2016-03-292-2/+12
* * tool/merger.rb: update revision.h before merge.naruse2016-03-291-0/+2
* fix a typo [ci skip]kazu2016-03-291-1/+1
* * addr2line.c: define toupper for its use. fix r54391.naruse2016-03-292-2/+5
* * include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,naruse2016-03-293-57/+38
* * tool/redmine-backporter.rb (backport): show merger.rb's path.naruse2016-03-292-5/+35
* * tool/merger.rb: support to backport header as backport identifier.naruse2016-03-291-4/+8
* * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6duerst2016-03-295-48/+85
* * enc/unicode.c: Cleaned up some comments.duerst2016-03-292-7/+10
* * enc/unicode/case-folding.rb, casefold.h: Removing data for idempotentduerst2016-03-294-167/+172
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-293-4/+24
* remove rb_thread_t::base_blocknobu2016-03-285-25/+10
* * 2016-03-29svn2016-03-281-1/+1
* remove rb_thread_t::parse_in_evalnobu2016-03-289-135/+126
* * numeric.c (int_pos_p): fix typos.kazu2016-03-282-2/+6
* * enc/unicode.c: Refactoring in preparation for data reduction forduerst2016-03-282-5/+13
* * enc/unicode.c: Minor refactoring for I WITH DOT ABOVE.duerst2016-03-282-4/+7
* * enc/unicode.c: Removed code now covered by data from table.duerst2016-03-282-6/+4
* * enc/unicode.c: Adding comments. [ci skip]duerst2016-03-282-7/+11
* * lib/rubygems.rb: Fix `Gem.find_spec_for_exe` picks oldest gem.hsbt2016-03-283-1/+22
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.2.hsbt2016-03-2813-27/+179
* * lib/rubygems/test_case.rb: Fix test on Windows for inconsistent temp path.hsbt2016-03-282-0/+17
* sprintf.c: refactor Rational fnobu2016-03-272-26/+27
* * 2016-03-28svn2016-03-271-1/+1
* sprintf.c: fix buffer overflownobu2016-03-273-1/+11
* sprintf.c: simplifynobu2016-03-271-9/+2
* sprintf.c: Rational f by generic Integer functionsnobu2016-03-272-10/+13
* * 2016-03-27svn2016-03-271-1/+1
* gen_dummy_probes.rb: argument namesnobu2016-03-271-8/+9
* test_integer.rb: refine test_roundnobu2016-03-261-19/+29
* numeric.c: rb_int2strnobu2016-03-263-1/+10
* numeric.c: rb_int_roundnobu2016-03-263-12/+42
* numeric.c: basic arithmeticnobu2016-03-263-1/+83
* numeric.c: Fixnum predictsnobu2016-03-262-2/+11
* compile.c: explicit addressnobu2016-03-262-7/+7
* use more suitable ticket [Bug #12218]naruse2016-03-251-2/+2
* Add patch author of r54291naruse2016-03-251-0/+1
* * localeinit.c (rb_locale_charmap_index): fix prototype. [Bug #12118]naruse2016-03-252-1/+5
* * 2016-03-26svn2016-03-251-1/+1
* * ChangeLog: [ci skip] correct a mail address. cf. [Bug #11870]usa2016-03-251-1/+1
* * test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst2016-03-252-0/+14
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-254-21/+35
* fix URI::HTTP.new examplenobu2016-03-252-2/+9