aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add String#delete_suffix and String#delete_suffix!sonots2017-07-201-0/+2
* * 2017-07-21svn2017-07-201-1/+1
* string.c: add String#delete_suffix and String#delete_suffix!sonots2017-07-202-0/+224
* Remove dead codeyugui2017-07-201-25/+0
* parse.y: empty hash in definednobu2017-07-202-2/+8
* compile.c: restore stack at returnnobu2017-07-202-0/+4
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-192-0/+17
* * 2017-07-20svn2017-07-191-1/+1
* Sort entries [ci skip]kazu2017-07-191-23/+23
* NEWS: Add Hash#transform_keys and Hash#transform_keys!kazu2017-07-191-0/+5
* random.c: ensure initializednobu2017-07-192-2/+6
* test_rand.rb: improved assert_fork_statusnobu2017-07-191-3/+14
* st.c: adjust stylenobu2017-07-191-31/+41
* * 2017-07-19svn2017-07-191-1/+1
* revert r59359, r59356, r59355, r59354normal2017-07-198-191/+32
* Copy openssl library finder for ext/digest from OpenSSL extention.hsbt2017-07-181-1/+53
* fix typonobu2017-07-181-1/+1
* descriptive asssertionsnobu2017-07-181-10/+10
* string: preserve taint flag with String#-@ (uminus)normal2017-07-182-48/+65
* vm_eval.c: rb_lambda_callnobu2017-07-185-8/+81
* proc.c: rb_block_min_max_aritynobu2017-07-182-4/+21
* test/ruby/test_string.rb: ensure we do not have tainted stringsnormal2017-07-181-0/+2
* newhash insn reuses existing keysnormal2017-07-182-2/+25
* 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