aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove `(nanosecond)` too [ci skip]kazu2018-12-031-1/+1
* time.rb: remove the unsupported formatting options from the document [ci skip]okkez2018-12-031-4/+1
* sample/trick2013/mame/music-box.mp4: removedmame2018-12-031-0/+0
* lib/pp.rb (Range#pretty_print): support endless rangemame2018-12-031-1/+1
* Refine RubyVM::AbstractSyntaxTree::Node#typenobu2018-12-033-25/+25
* test_pp.rb: show the node when failednobu2018-12-031-1/+1
* Add RubyVM::AST#pretty_printnobu2018-12-032-0/+39
* remove unnecessary settings with NULL_NODE in \X implementationduerst2018-12-021-10/+1
* fix order of declarations and code at start of node_extended_grapheme_cluster()duerst2018-12-021-3/+2
* fix last commit (r66135)ko12018-12-021-2/+3
* * 2018-12-03svn2018-12-021-1/+1
* make sure all nodes are freed on error in node_extended_grapheme_cluster()duerst2018-12-021-17/+16
* optarse.rb: mention multiple descriptions [ci skip]nobu2018-12-021-0/+2
* solve the genie/zombie/wrestlers bugduerst2018-12-022-11/+10
* expand a small comment [ci skip]duerst2018-12-021-1/+1
* Fix rubyspec of bigdecimal for ruby <2.6mrkn2018-12-021-10/+33
* * properties.svn2018-12-020-0/+0
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-023-6/+44
* * expand tabs.svn2018-12-021-5/+5
* Fix rubyspec against bigdecimal updatesmrkn2018-12-022-19/+8
* Import bigdecimal-1.4.0.pre-20181130amrkn2018-12-0213-286/+468
* add/change some comments in node_extended_grapheme_cluster() [ci skip]duerst2018-12-021-5/+7
* reformat code [ci skip]duerst2018-12-021-13/+5
* * 2018-12-02svn2018-12-011-1/+1
* LEGAL: update [ci skip]nobu2018-12-011-37/+34
* Include LEGAL in .document [ci skip]nobu2018-12-012-329/+358
* Merge rubygems-3.0.0.beta3.hsbt2018-12-019-12/+169
* Let sub-directory exts depend on their parent extmrkn2018-12-012-6/+26
* remove unnecessary code removing CR/LF from rangeduerst2018-12-011-16/+1
* * remove trailing spaces.svn2018-12-011-1/+1
* introduce and use create_alternate_node()duerst2018-12-011-52/+68
* eliminate a list with only one elementduerst2018-12-011-7/+2
* Avoid GCing dead stack after switching away from a fibersamuel2018-12-012-0/+11
* tool/downloader.rb: retry Net::OpenTimeoutk0kubun2018-12-011-1/+1
* Revert "Collapse putobject, putobject, newarray"tenderlove2018-12-011-47/+0
* * 2018-12-01svn2018-11-301-2/+2
* * expand tabs.svn2018-11-301-30/+30
* Collapse putobject, putobject, newarraytenderlove2018-11-301-0/+47
* test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal2018-11-301-11/+0
* Added words in the comment at r65088 [ci skip]nobu2018-11-301-2/+2
* Update source code URI in bundled_gems [ci skip]nobu2018-11-301-4/+4
* test/testunit/test_parallel.rb: respect subprocess timeout scalenormal2018-11-301-1/+2
* vm_trace.c: workqueue as thread-safe version of postponed_jobnormal2018-11-305-20/+67
* io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfilenormal2018-11-291-1/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 errorsnormal2018-11-291-5/+5
* * expand tabs.svn2018-11-291-3/+3
* io.c: favor comparisons against zero rather than -1normal2018-11-291-99/+102
* Use a shared array for the `duparray` instructiontenderlove2018-11-291-1/+1
* * 2018-11-30svn2018-11-291-1/+1
* disable non-blocking pipes and sockets by defaultnormal2018-11-295-8/+10