aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skip test_open_tempfile_path on EINVALsorah2017-08-311-5/+11
* add NEWS entry for [Feature #13568] r59704sorah2017-08-311-0/+2
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-313-4/+31
* Added NEWS for r59702naruse2017-08-311-0/+2
* Add Socket::Ifaddr.vhid on supported platforms [Feature #13803]naruse2017-08-312-0/+25
* io.c: shrink read buffernobu2017-08-312-19/+47
* string.c: adjust indent [ci skip]nobu2017-08-311-37/+37
* test_syntax.rb: suppress warningsnobu2017-08-311-1/+1
* String#each_grapheme_cluster and String#grapheme_clustersnaruse2017-08-313-0/+155
* test_syntax.rb: assert outputnobu2017-08-311-7/+4
* `$=` is no longer effective. [ci skip]kazu2017-08-311-1/+1
* to_str -> to_sko12017-08-301-1/+1
* * 2017-08-31svn2017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-302-2/+41
* array.c: refine binomial_coefficientnobu2017-08-301-4/+11
* array.c: refine descending_factorialnobu2017-08-301-4/+10
* * 2017-08-30svn2017-08-301-1/+1
* array.c: integer calculationsnobu2017-08-302-16/+50
* array.c: use rb_check_array_typenobu2017-08-291-1/+1
* * remove trailing spaces.svn2017-08-293-109/+109
* Merge rdoc-6.0.0.beta1.hsbt2017-08-2927-379/+1664
* array.c: nested encodingnobu2017-08-291-0/+1
* array.c: join encodingnobu2017-08-292-5/+5
* Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt2017-08-291-1/+1
* test/ruby: tweaked heredocsnobu2017-08-296-32/+53
* fix error message.ko12017-08-291-1/+1
* .gitignore: ignore run.gdbsonots2017-08-291-0/+1
* resolv.rb: remove unnecessary require statementglass2017-08-291-1/+0
* win32.c: fix function pointernobu2017-08-281-1/+1
* * 2017-08-29svn2017-08-281-1/+1
* Increase STACKFRAME_FOR_CALL_CFUNCnaruse2017-08-281-1/+1
* compile.c: compile_ifnobu2017-08-281-37/+44
* [DOC] Fix typo in rdoc of `transform_values!` [ci skip]kazu2017-08-281-1/+1
* string.c: fix potential bug in String#splitglass2017-08-281-3/+6
* Merge rubygems-2.6.13.hsbt2017-08-2811-8/+193
* lib/csv.rb: refactor and optimize. This changeglass2017-08-281-23/+24
* compile.c: compile_ensurenobu2017-08-271-50/+57
* compile.c: compile_resbodynobu2017-08-271-50/+57
* * 2017-08-28svn2017-08-271-1/+1
* compile.c: compile_rescuenobu2017-08-271-28/+35
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-273-5/+18
* * ext/win32ole/win32ole.c (fole_initialize): support licensed COM server. Tha...suke2017-08-261-5/+41
* vcs.rb: refresh after dcommitnobu2017-08-261-1/+7
* * 2017-08-27svn2017-08-261-1/+1
* NEWS: Thread#name= on Windows [ci skip]nobu2017-08-261-0/+2
* win32.c: fix return valuenobu2017-08-261-2/+1
* thread_win32.c: set thread namenobu2017-08-264-9/+59
* * 2017-08-26svn2017-08-251-1/+1
* `$IGNORECASE` is no longer effective. [ci skip]kazu2017-08-251-3/+1
* csv.rb: optimize CSV::Table#to_a and #to_csvglass2017-08-251-13/+9