aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* process.c: try to workaroun SEGV by r65994k0kubun2018-11-264-16/+35
* * properties.svn2018-11-260-0/+0
* Do not load rubygems when disablednobu2018-11-261-0/+2
* process.c: finish MJIT prior to #execk0kubun2018-11-264-3/+15
* mjit_worker.c: disable running copy jobk0kubun2018-11-261-0/+4
* lib/rubygems/indexer.rb: suppress random test-all errork0kubun2018-11-261-1/+8
* Sync the executables of rdoc from upstream repository.hsbt2018-11-261-1/+3
* add tests for grapheme clusters using Unicode Emoji test dataduerst2018-11-261-0/+117
* object.c: Deprecate Object#=~ and add NilClass#=~`mame2018-11-263-1/+28
* lib/rubygems: explicitly clarify the type for =~ matchingmame2018-11-262-2/+2
* lib/rubygems/command.rb: remove meaningless codemame2018-11-261-1/+0
* test/rdoc/test_rdoc_rdoc.rb: add dummy finishmame2018-11-261-0/+14
* lib/rdoc/markup/: Remove wrong call to `=~` against Arraymame2018-11-262-2/+2
* lib/webrick: explicitly convert header values to a stringmame2018-11-262-4/+4
* common.mk: simplify for ruby.impnobu2018-11-261-2/+2
* .travis.yml: avoid bashismshyouhei2018-11-261-9/+5
* un.rb: add more options for httpd to help message [ci skip]kazu2018-11-261-0/+2
* .travis.yml: update MSAN setups [ci skip]shyouhei2018-11-261-1/+3
* Removed `bundle_ruby` command. Because It's no longer shipped from Bundler 1....hsbt2018-11-261-27/+0
* Use libexec for distination directory.hsbt2018-11-261-1/+1
* Followed up r65963. Use libexec directory with sync tool.hsbt2018-11-261-1/+1
* add several emoji data files to UNICODE_EMOJI_DOWNLOAD for downloadduerst2018-11-251-0/+4
* * 2018-11-26svn2018-11-251-1/+1
* Normalize month-mday before finding epochnaruse2018-11-252-0/+46
* Fix locations of NODE_UNDEF in undef with multiple argsyui-knk2018-11-251-1/+1
* create function create_property_node to extract recurring functionalityduerst2018-11-251-72/+33
* deal with ONIGENC_CASE_IS_TITLECASE flag on lowercase charactersduerst2018-11-251-4/+9
* ChangeLog compatibility [ci skip]nobu2018-11-251-1/+4
* parser: improve error messagesnobu2018-11-254-53/+53
* NEWS: fix markup [ci skip]nobu2018-11-251-1/+1
* No new entry when getting undefined global variablenobu2018-11-251-6/+42
* Prefer ALLOCV over ALLOCAnobu2018-11-251-1/+3
* un.rb: more options for httpdnobu2018-11-251-0/+1
* * properties.svn2018-11-250-0/+0
* Use stub executables generated by RubyGems istead of original executables.hsbt2018-11-2517-138/+312
* io.c: disable nonblocking-by-default on win32 pipesnormal2018-11-241-3/+13
* * 2018-11-25svn2018-11-241-1/+1
* * common.mk: revise r65767 because AIX's grep does not support -Aodaira2018-11-241-1/+1
* assertions for r65956nobu2018-11-241-1/+8
* remove guard against bug #15337, because it is fixedduerst2018-11-241-2/+0
* * expand tabs.svn2018-11-241-1/+1
* fix r65954; Keep taintynaruse2018-11-241-3/+3
* add tests using Unicode test data for grapheme clustersduerst2018-11-241-0/+94
* Don't use single byte optimization on grapheme clustersnaruse2018-11-242-2/+3
* Ensure stack is correctly protectedsamuel2018-11-241-0/+4
* Change Makefile rule for assembly to use .S rather than .ssamuel2018-11-247-1/+1
* Makefile.in: use ASMEXT in implicit rulesnobu2018-11-241-2/+2
* Add entries regarding Enumerator::Chain to NEWSknu2018-11-241-0/+20
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-242-1/+429
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-242-38/+47