aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* {Fixnum,Bignum}#& is unified into Integer.akr2016-04-303-11/+22
* ext/thread: removenobu2016-04-306-13/+11
* thread_sync.c: define global constants alwaysnobu2016-04-301-6/+2
* {Fixnum,Bignum}#| is unified into Integer.akr2016-04-303-11/+22
* * vm_trace.c: Fix typos. [ci skip]yui-knk2016-04-302-2/+6
* pty.c: dry upnobu2016-04-301-5/+1
* pty.c: user shellnobu2016-04-303-2/+15
* * 2016-04-30svn2016-04-301-1/+1
* pty.c: portabilitiesnobu2016-04-301-11/+19
* maintainers.rdoc: update ext/io/nonblock [ci skip]nobu2016-04-292-1/+6
* * doc/maintainers.rdoc (ext/win32): of course, it's still maintained. [skip ci]usa2016-04-292-1/+5
* * gems/bundled_gems: Update latest gems, test-unit-3.1.8 and rake-11.1.2.hsbt2016-04-292-2/+6
* * doc/maintainers.rdoc: Update latest maintainers list on Ruby 2.4hsbt2016-04-292-24/+26
* * doc/maintainers.rdoc: Removed deprecated entries. These are already deleted.hsbt2016-04-292-30/+4
* * doc/maintainers.rdoc: Removed Ruby 1.8 entries. It's not necessary tohsbt2016-04-292-52/+29
* * 2016-04-29svn2016-04-291-1/+1
* win32/win32.c: remove unnecessary declarationnobu2016-04-291-1/+0
* hash.c: dry up codenobu2016-04-282-4/+7
* * re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead ofnaruse2016-04-282-2/+7
* optparse.rb: [DOC] fix example code [ci skip]nobu2016-04-282-78/+84
* win32/file.c: fix reallocation thresholdnobu2016-04-281-5/+8
* win32/file.c: remove unnecessary codenobu2016-04-281-9/+4
* * properties.svn2016-04-280-0/+0
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-2812-45/+101
* * configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)odaira2016-04-273-7/+24
* * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracatesnaruse2016-04-273-4/+10
* * 2016-04-28svn2016-04-271-1/+1
* {Fixnum,Bignum}#^ is unified into Integer.akr2016-04-273-10/+22
* [Doc] Add Document-method: directives.akr2016-04-271-0/+24
* Update rdoc of Integer#[] (fix -> int)kazu2016-04-271-2/+2
* [DOC] move rdoc comments.akr2016-04-271-137/+151
* {Fixnum,Bignum}#[] is unified into Integer.akr2016-04-274-40/+44
* * tool/instruction.rb: fix to follow current implementation.naruse2016-04-272-10/+21
* setdynamic is obsoletednaruse2016-04-271-2/+0
* stringio.c: warn block for newnobu2016-04-273-0/+25
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-276-9/+22
* internal.h: adjust stylenobu2016-04-271-3/+6
* * 2016-04-27svn2016-04-261-1/+1
* fix typos [ci skip]kazu2016-04-263-3/+3
* * tool/redmine-backporter.rb (rel): should not raise exceptions even ifusa2016-04-262-1/+6
* Fix -e script encodingnobu2016-04-263-2/+53
* [DOC] update Integer#<< doc.akr2016-04-262-9/+2
* {Fixnum,Bignum}#<< is unified into Integer.akr2016-04-263-9/+29
* {Fixnum,Bignum}#>> is unified into Integer.akr2016-04-263-17/+29
* {Fixnum,Bignum}#size is unified into Integer.akr2016-04-264-18/+29
* forgot to remove Bignum#bit_length.akr2016-04-261-1/+0
* {Fixnum,Bignum}#bit_length is unified into Integer.akr2016-04-264-48/+45
* * numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.akr2016-04-264-26/+35
* * 2016-04-26svn2016-04-261-1/+1
* compile.c: true conditionsnobu2016-04-261-0/+12