aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve docs for URI librarystomar2018-04-219-373/+344
* test_jit.rb: follow the change of instructionk0kubun2018-04-211-1/+1
* compile.c: optimize checktypenobu2018-04-211-0/+98
* insns.def: checktypenobu2018-04-213-16/+13
* compile.c: renamed macro argumentsnobu2018-04-211-6/+6
* rexml: Enable more testskou2018-04-211-3/+3
* rexml: Fix XPath concat() implementationkou2018-04-212-3/+6
* rexml: Fix XPath string() implementationkou2018-04-212-31/+29
* rexml: Make more readablekou2018-04-211-2/+2
* rexml: Fix a test bugkou2018-04-211-1/+1
* rexml: Make more readablekou2018-04-211-1/+6
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32
* io.c: do not use rb_notify_fd_close close on recycled FDnormal2018-04-212-21/+23
* thread_sync: redo r62934 to use fork_gennormal2018-04-202-63/+33
* * 2018-04-21svn2018-04-201-1/+1
* simplify altstack and enable reuse with thread cachenormal2018-04-207-38/+20
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-204-7/+67
* Update latest bundled gems:hsbt2018-04-201-2/+2
* variable.c: fix thread + fork errors in autoloadnormal2018-04-204-9/+51
* vm_core.h: adjust indent [ci skip]nobu2018-04-201-3/+3
* range.c: step in bignumnobu2018-04-202-2/+5
* range.c: fix fixnum loop conditionnobu2018-04-202-4/+9
* fiddle/test_import.rb: fix warnings by rubygemsnobu2018-04-191-1/+1
* fiddle/import.rb: suppress warningnobu2018-04-192-1/+6
* rexml: Fix a XPath bug that white spaces aren't ignoredkou2018-04-192-44/+58
* rexml: Fix wrong assertionkou2018-04-191-1/+1
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+3
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+4
* rexml: Make more readablekou2018-04-191-6/+25
* _mjit_compile_send.erb: simplify control flowk0kubun2018-04-192-12/+10
* internal.h: use the same declaration as definitionk0kubun2018-04-192-4/+4
* Adds "endless range" to NEWSmame2018-04-191-0/+7
* Prefer CONST_ID to static global IDsmame2018-04-191-8/+10
* range.c: Make Range#bsearch support endless rangesmame2018-04-192-46/+74
* Make Range#min, max, include?, cover?, and === to support endless rangemame2018-04-192-5/+40
* * 2018-04-20svn2018-04-191-1/+1
* Introduce endless range [Feature#12912]mame2018-04-197-29/+208
* pack/unpack M only handles LF line breaks [Feature #14352]naruse2018-04-191-1/+2
* dir.c: warning for NULnobu2018-04-194-5/+19
* * 2018-04-19svn2018-04-191-1/+1
* Add slice method to ENV like Hash#slicenobu2018-04-192-0/+41
* win32.c: fix CSI sequences to deletenobu2018-04-181-8/+8
* lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar2018-04-171-3/+4
* lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar2018-04-171-3/+3
* lib/uri/file.rb: fix errors in docs for URI::File.buildstomar2018-04-171-4/+1
* * 2018-04-18svn2018-04-171-1/+1
* lib/uri/file.rb: improve docs for URI::Filestomar2018-04-171-9/+11
* test/ruby/test_super.rb: Remove unused assertionsmame2018-04-171-2/+2
* The test for TracePoint with thread had never worked correctlymame2018-04-171-2/+4
* The test for TracePoint#raised_exception had never worked correctlymame2018-04-171-2/+2