summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-27dir.c: fix FD leaksnobu
2017-05-26numeric.c: remove duplicate codenobu
2017-05-26* 2017-05-27svn
2017-05-26Improve Array#concat performance if only one argument is givenwatson1978
2017-05-26erb.rb: Tiny improvement of compiling costk0kubun
2017-05-26erb.rb: [DOC] Follow compiled code's changek0kubun
2017-05-26* properties.svn
2017-05-26erb.rb: Generate static string with opt_str_uminusk0kubun
2017-05-26erb.rb: Use script encoding instead of force_encodingk0kubun
2017-05-26remove extra call to OleInitializenobu
2017-05-26attempt to fix rb_alloc_tmp_buffer2 for ALLOCV_Nnormal
2017-05-26dir.c: yield without base partnobu
2017-05-26runruby.rb: no PRELOAD on multiarch [ci skip]nobu
2017-05-26* lib/uri/common.rb: [DOC] add rdoc to describesonots
2017-05-26sprintf.c: remove redundant conditionnobu
2017-05-26string.c: adjust style [ci skip]nobu
2017-05-26Symbol support for opt_eql_func toonobu
2017-05-26Symbol support for opt_eq_func.ko1
2017-05-26compile.c: fix possible use of uninitialized valuerhe
2017-05-25use timeout scale.ko1
2017-05-25NEWS: Add entry for ERB#result_with_hashk0kubun
2017-05-25erb.rb: Add ERB#result_with_hashk0kubun
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-05-25* 2017-05-26svn
2017-05-25hash.c: docs for Hash#transform_valuesstomar
2017-05-25insns.def: [DOC] Fix description of tostringk0kubun
2017-05-25string.c: Optimize String#concat when argc is 1k0kubun
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