summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix function name for DBM on extension document.hsbt2017-01-262-2/+2
* io.c: close before waitnobu2017-01-253-10/+39
* [DOC] Add empty example to enum.all? and any?kazu2017-01-251-0/+2
* regcomp.c: debug function [ci skip]nobu2017-01-251-1/+1
* .gdbinit: fix on empty strings [ci skip]nobu2017-01-251-1/+5
* .gdbinit: op symbols [ci skip]nobu2017-01-251-0/+20
* * 2017-01-25svn2017-01-251-1/+1
* swithc id_table data structure.ko12017-01-251-1328/+38
* eval.c: copy special exceptionnobu2017-01-244-8/+39
* parse.y (parser_yylex): remove wrong warningnobu2017-01-241-4/+0
* * remove trailing spaces.svn2017-01-241-2/+2
* Update Rubygems 2.6.10hsbt2017-01-2422-55/+234
* Fix typo of URI#escape [Bug #13147]naruse2017-01-231-1/+1
* Prevent GC by volatile [Bug #13150]naruse2017-01-231-2/+2
* * 2017-01-24svn2017-01-231-1/+1
* test/test_tmpdir.rb: Specify frozen_string_literal: true.kazu2017-01-231-1/+1
* object.c: no TypeError at Symbolnobu2017-01-232-0/+5
* csv.rb: fix field_size_limit checknobu2017-01-232-1/+23
* error.c: fixed doc [ci skip]nobu2017-01-231-3/+1
* configure-ext.mk.tmpl: embed macrosnobu2017-01-232-5/+9
* Fix for nmakenobu2017-01-233-5/+6
* configure-ext.mk.tmpl: FORCEnobu2017-01-231-0/+1
* Parallel ext configurationnobu2017-01-237-7/+148
* * properties.svn2017-01-230-0/+0
* improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei2017-01-232-7/+399
* extinit.c.tmpl: drop after dotnobu2017-01-232-6/+7
* * 2017-01-23svn2017-01-231-1/+1
* extmk.rb: EXTINITS to sub makenobu2017-01-231-0/+1
* template/extinit.c.tmplnobu2017-01-223-21/+24
* Makefile.sub: refine distclean-extnobu2017-01-221-1/+2
* NEWS for SecureRandom's random source [ci skip]shyouhei2017-01-221-0/+2
* NEWS for SipHash13 [ci skip]shyouhei2017-01-221-0/+3
* * 2017-01-22svn2017-01-221-1/+1
* Hash#fetch: fix grammar in documentation.kazu2017-01-221-3/+3
* lib/tempfile.rb: Specify frozen_string_literal: true.kazu2017-01-212-2/+2
* * 2017-01-21svn2017-01-211-1/+1
* Makefile.in: clean ruby-runner [ci skip]nobu2017-01-211-0/+1
* Remove deprecated rbconfig/datadirkazu2017-01-203-17/+0
* extmk.rb: ignore generated sourcesnobu2017-01-201-1/+1
* SecureRandom should try /dev/urandom first [Bug #9569]shyouhei2017-01-203-19/+57
* Keep -jN optionnobu2017-01-202-4/+4
* switch SipHash from SipHash24 to SipHash13 variantshyouhei2017-01-203-10/+8
* compile.c: optimization of defined? in conditionnobu2017-01-201-20/+34
* array.c: improve Array#samplenobu2017-01-201-0/+38
* benchmarks for Bug#13136nobu2017-01-207-0/+14
* * 2017-01-20svn2017-01-201-1/+1
* error.c: print default RSnobu2017-01-201-1/+4
* parse.y: rescue/else/ensure in do-endnobu2017-01-193-1/+70
* More description about the protected attribute of a methodnaruse2017-01-191-0/+11
* string.c: rindex(//) should set $~.shugo2017-01-192-4/+5