aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hash: keep fstrings of tainted strings for string keysnormal2017-07-186-23/+141
* doc/extension.rdoc: start documenting threading and IO APIsnormal2017-07-181-0/+90
* * 2017-07-18svn2017-07-181-1/+1
* webrick: fix SNI supportnormal2017-07-183-35/+82
* gmake.mk: extract after update gemsnobu2017-07-171-0/+4
* parse.y: refine literal error messagesnobu2017-07-172-17/+37
* parse.y: refine invalid Unicode escape messagenobu2017-07-162-11/+13
* * 2017-07-17svn2017-07-161-1/+1
* assertions.rb: frozen string buffernobu2017-07-161-2/+2
* parse.y (numeric_literal_flush): fix typonobu2017-07-161-6/+6
* parse.y: utf-8 codepointsnobu2017-07-162-23/+41
* * 2017-07-16svn2017-07-161-1/+1
* Use assert_syntax_errornobu2017-07-161-12/+4
* parse.y: refine error messagesnobu2017-07-152-6/+15
* test_lexer.rb: require ripper directlyyui-knk2017-07-151-1/+1
* * 2017-07-15svn2017-07-151-1/+1
* Fix warning: shadowing outer local variable - akazu2017-07-151-6/+6
* zlib.c: fix unnormalized Fixnumnobu2017-07-141-1/+1
* io.c: textmode if newline decoratornobu2017-07-143-1/+46
* VPATH for rippernobu2017-07-142-3/+4
* hash.c: fix possible crash in Hash#transform_keys!rhe2017-07-141-4/+4
* Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse2017-07-142-1/+20
* Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu2017-07-143-0/+16
* Make tests for Set#inspect more straightforwardknu2017-07-141-5/+4
* Update gemspec for standalone gem that is ruby/date repository.hsbt2017-07-141-3/+9
* Fixup r59327. Forgot to update version number.hsbt2017-07-142-2/+2
* hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn2017-07-142-0/+102
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-1484-108/+144
* Added psych entry to package table and fixed sync instructions.hsbt2017-07-141-1/+4
* process.c: null bytesnobu2017-07-142-12/+23
* Use tr! instead of gsub!kazu2017-07-131-1/+1
* * 2017-07-14svn2017-07-131-1/+1
* process.c: handle dynamic :rlimit_* symbols in spawn execoptsnormal2017-07-132-33/+65
* Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt2017-07-138-15/+9
* parse.y: flush debug outputnobu2017-07-131-0/+1
* doc/extension.rdoc: update wikipedia link to HTTPSnormal2017-07-121-1/+1
* * 2017-07-13svn2017-07-121-1/+1
* Fix indent [ci skip]kazu2017-07-121-2/+2
* disable r59314 on mswinnobu2017-07-121-1/+1
* gc.c: restrict RGENGC_DEBUGnobu2017-07-121-4/+5
* * 2017-07-12svn2017-07-121-1/+1
* optparse.rb: get rid of evalnobu2017-07-122-7/+16
* * 2017-07-11svn2017-07-111-1/+1
* tainted string should be tainted.ko12017-07-112-9/+34
* compile.c: simplify defined_expr0nobu2017-07-101-18/+14
* test_rubyoptions.rb: assert -00nobu2017-07-101-0/+2
* a64: fix crash on register stack mark/sweep passtakano322017-07-101-6/+6
* hash.c: prefer value cast to pointer castnobu2017-07-101-3/+3
* * 2017-07-10svn2017-07-091-1/+1
* Hash#[]= deduplicates string keys if (and only if) fstring existsnormal2017-07-091-2/+16