aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-253-4/+26
* * 2017-05-26svn2017-05-251-1/+1
* hash.c: docs for Hash#transform_valuesstomar2017-05-251-2/+3
* insns.def: [DOC] Fix description of tostringk0kubun2017-05-251-2/+2
* string.c: Optimize String#concat when argc is 1k0kubun2017-05-251-1/+3
* dir.c: document base keyword argument of Dir.globstomar2017-05-251-9/+18
* dir.c: docs for Dir.each_child and Dir.childrenstomar2017-05-251-2/+2
* vm_insnhelper.c: remove redefinitions and undefine after usednobu2017-05-251-2/+2
* vm_insnhelper.c: rb_eql_opt should call eql?nobu2017-05-254-8/+52
* Improve performance of rb_eql()watson19782017-05-253-1/+23
* Improve performance of rb_equal()watson19782017-05-252-33/+11
* dir.c: Dir.each_child and Dir.childrennobu2017-05-253-7/+96
* test_dir.rb: test Dir.entriesnobu2017-05-251-0/+1
* dir.c: dir_each_entriesnobu2017-05-251-3/+25
* string.c: fix String#crypt leak introduced in r58866normal2017-05-242-1/+5
* * 2017-05-25svn2017-05-241-1/+1
* thread_pthread: retry timer thread creation w/o attr on EINVALnormal2017-05-241-2/+13
* dir.c: prefer NAMLEN to d_namenobu2017-05-241-5/+5
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* enum.c: respect method visibilitynobu2017-05-242-3/+23
* test_enum.rb: test_inject_array_op_redefinednobu2017-05-241-7/+16
* assertions.rb: AllFailures#foreachnobu2017-05-241-0/+19
* duplicate methodnobu2017-05-241-5/+0
* Improve performance in where push the element into non shared Array objectwatson19782017-05-241-1/+4
* string.c: for small crypt_datanobu2017-05-242-2/+10
* Add debug counters.ko12017-05-245-1/+42
* string.c (rb_str_crypt): fix excessive stack use with crypt_rnormal2017-05-241-3/+11
* rubyspec/core/io/popen_spec: avoid lingering "ruby -e sleep" processnormal2017-05-241-2/+6
* * 2017-05-24svn2017-05-231-1/+1
* skip on Solaris 11naruse2017-05-231-0/+4
* Dir as base optionnobu2017-05-233-21/+92
* test_dir.rb: sortnobu2017-05-231-1/+1
* Dir.glob base optionnobu2017-05-233-21/+67
* readonly srcdirnobu2017-05-231-0/+2
* out-of-place on travisnobu2017-05-231-12/+14
* fix FD leaksnobu2017-05-231-3/+15
* LABEL_FORMATnobu2017-05-231-2/+3
* unused membernobu2017-05-231-0/+2
* Use test-unit 3.2.4kou2017-05-231-1/+1
* readonly srcdirnobu2017-05-231-3/+12
* appveyor.yml: remove unused UNICODE_DATA_DIRnobu2017-05-231-4/+0
* * 2017-05-23svn2017-05-221-1/+1
* variable.c (autoload_sleep_done): avoid needless list_node initnormal2017-05-221-1/+1
* source directory may not be writablenobu2017-05-222-6/+19
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-222-3/+32
* hash.c: [DOC] fix docs for Hash#transform_values!rhe2017-05-221-3/+4
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-222-13/+23
* downloader.rb: true symlink on cygwinnobu2017-05-221-8/+10
* erb.rb: Skip creating regexpk0kubun2017-05-221-4/+6
* fix r58833nobu2017-05-221-1/+5