summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-25dir.c: document base keyword argument of Dir.globstomar
2017-05-25dir.c: docs for Dir.each_child and Dir.childrenstomar
2017-05-25vm_insnhelper.c: remove redefinitions and undefine after usednobu
2017-05-25vm_insnhelper.c: rb_eql_opt should call eql?nobu
2017-05-25Improve performance of rb_eql()watson1978
2017-05-25Improve performance of rb_equal()watson1978
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-25test_dir.rb: test Dir.entriesnobu
2017-05-25dir.c: dir_each_entriesnobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-24* 2017-05-25svn
2017-05-24thread_pthread: retry timer thread creation w/o attr on EINVALnormal
2017-05-24dir.c: prefer NAMLEN to d_namenobu
2017-05-24test_http.rb: fix r58855nobu
2017-05-24enum.c: respect method visibilitynobu
2017-05-24test_enum.rb: test_inject_array_op_redefinednobu
2017-05-24assertions.rb: AllFailures#foreachnobu
2017-05-24duplicate methodnobu
2017-05-24Improve performance in where push the element into non shared Array objectwatson1978
2017-05-24string.c: for small crypt_datanobu
2017-05-24Add debug counters.ko1
2017-05-24string.c (rb_str_crypt): fix excessive stack use with crypt_rnormal
2017-05-24rubyspec/core/io/popen_spec: avoid lingering "ruby -e sleep" processnormal
2017-05-23* 2017-05-24svn
2017-05-23skip on Solaris 11naruse
2017-05-23Dir as base optionnobu
2017-05-23test_dir.rb: sortnobu
2017-05-23Dir.glob base optionnobu
2017-05-23readonly srcdirnobu
2017-05-23out-of-place on travisnobu
2017-05-23fix FD leaksnobu
2017-05-23LABEL_FORMATnobu
2017-05-23unused membernobu
2017-05-23Use test-unit 3.2.4kou
2017-05-23readonly srcdirnobu
2017-05-23appveyor.yml: remove unused UNICODE_DATA_DIRnobu
2017-05-22* 2017-05-23svn
2017-05-22variable.c (autoload_sleep_done): avoid needless list_node initnormal
2017-05-22source directory may not be writablenobu
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2017-05-22hash.c: [DOC] fix docs for Hash#transform_values!rhe
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-22downloader.rb: true symlink on cygwinnobu
2017-05-22erb.rb: Skip creating regexpk0kubun
2017-05-22fix r58833nobu
2017-05-21lib/net/protocol: clear short-lived read buffernormal
2017-05-21String#casecmp no longer raises TypeErrorstomar
2017-05-21NEWS: String#{casecmp,casecmp?} [Bug #13312]stomar
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar