summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-17* properties.svn
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-17eval.c: pass unknown optionsnobu
2014-06-17* gc.c (obj_memsize_of): memsize_of(T_ZOMBIE) returns 0, not a rb_bug.ko1
2014-06-16configure.in: extract date at build timenobu
2014-06-16* 2014-06-17svn
2014-06-16runner.rb: instance variablenobu
2014-06-16* test/runner.rb: failure message should be passed as an argument.ko1
2014-06-16* test/runner.rb: capture TracePoint stat before setup and compareko1
2014-06-16* test/uri/test_generic.rb: fix wrong arguments for test case.hsbt
2014-06-16* test/date/test_date_arith.rb: remove unused block argument.hsbt
2014-06-16* test/date/test_date_strptime.rb: remove useless variable.hsbt
2014-06-16string.c: no copy of interned stringsnobu
2014-06-16vm_method.c: no RTEST on mere flagnobu
2014-06-16process.c: use UTF-8nobu
2014-06-16* 2014-06-16svn
2014-06-16process.c: variable as macro argumentnobu
2014-06-15vm_method.c: separate ID selectionnobu
2014-06-15test_file_exhaustive.rb: fix expected valuenobu
2014-06-15test_file_exhaustive.rb: fix assertionnobu
2014-06-15process.c: use RB_TYPE_Pnobu
2014-06-14runner.rb: use class variablenobu
2014-06-14runner.rb: check incrementnobu
2014-06-14* 2014-06-15svn
2014-06-14runner.rb: include event namenobu
2014-06-14Restore date field.akr
2014-06-14Fix a typo.akr
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-14array.c: combinate0nobu
2014-06-14string.c: fix wrong capanobu
2014-06-13[DOC] Please see _the_ official issue tracker... [ci skip]zzak
2014-06-13* 2014-06-14svn
2014-06-13* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]zzak
2014-06-13* vm_trace.c: add new method TracePoint.stat to debugko1
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-06-13array.c: combination on a shared copynobu
2014-06-13array.c: yield_indexed_valuesnobu
2014-06-13array.c: fix array sizenobu
2014-06-13* 2014-06-13svn
2014-06-13add more test coverage for [ruby-core:63136] [Bug #9934]tmm1
2014-06-12string.c: consider capacitynobu
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-12string.c: shrink before freezingnobu
2014-06-12file.c: shrink expanded pathnobu
2014-06-12* 2014-06-12svn
2014-06-12string.c: shrink too big buffernobu
2014-06-11thread.c: fix for non-scalar pthread_tnobu
2014-06-11thread_pthread.c: timer thread flagnobu