summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-25[DOC] Add empty example to enum.all? and any?kazu
2017-01-25regcomp.c: debug function [ci skip]nobu
2017-01-25.gdbinit: fix on empty strings [ci skip]nobu
2017-01-25.gdbinit: op symbols [ci skip]nobu
2017-01-25* 2017-01-25svn
2017-01-25swithc id_table data structure.ko1
2017-01-24eval.c: copy special exceptionnobu
2017-01-24parse.y (parser_yylex): remove wrong warningnobu
2017-01-24* remove trailing spaces.svn
2017-01-24Update Rubygems 2.6.10hsbt
2017-01-23Fix typo of URI#escape [Bug #13147]naruse
2017-01-23Prevent GC by volatile [Bug #13150]naruse
2017-01-23* 2017-01-24svn
2017-01-23test/test_tmpdir.rb: Specify frozen_string_literal: true.kazu
2017-01-23object.c: no TypeError at Symbolnobu
2017-01-23csv.rb: fix field_size_limit checknobu
2017-01-23error.c: fixed doc [ci skip]nobu
2017-01-23configure-ext.mk.tmpl: embed macrosnobu
2017-01-23Fix for nmakenobu
2017-01-23configure-ext.mk.tmpl: FORCEnobu
2017-01-23Parallel ext configurationnobu
2017-01-23* properties.svn
2017-01-23improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei
2017-01-23extinit.c.tmpl: drop after dotnobu
2017-01-23* 2017-01-23svn
2017-01-23extmk.rb: EXTINITS to sub makenobu
2017-01-22template/extinit.c.tmplnobu
2017-01-22Makefile.sub: refine distclean-extnobu
2017-01-22NEWS for SecureRandom's random source [ci skip]shyouhei
2017-01-22NEWS for SipHash13 [ci skip]shyouhei
2017-01-22* 2017-01-22svn
2017-01-22Hash#fetch: fix grammar in documentation.kazu
2017-01-21lib/tempfile.rb: Specify frozen_string_literal: true.kazu
2017-01-21* 2017-01-21svn
2017-01-21Makefile.in: clean ruby-runner [ci skip]nobu
2017-01-20Remove deprecated rbconfig/datadirkazu
2017-01-20extmk.rb: ignore generated sourcesnobu
2017-01-20SecureRandom should try /dev/urandom first [Bug #9569]shyouhei
2017-01-20Keep -jN optionnobu
2017-01-20switch SipHash from SipHash24 to SipHash13 variantshyouhei
2017-01-20compile.c: optimization of defined? in conditionnobu
2017-01-20array.c: improve Array#samplenobu
2017-01-20benchmarks for Bug#13136nobu
2017-01-20* 2017-01-20svn
2017-01-20error.c: print default RSnobu
2017-01-19parse.y: rescue/else/ensure in do-endnobu
2017-01-19More description about the protected attribute of a methodnaruse
2017-01-19string.c: rindex(//) should set $~.shugo
2017-01-19parse.y: chomp by -lnobu
2017-01-19Fix documentation of options for all of methods in FileUtils.hsbt