aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (_run_parallel): Delete status line before showingsorah2012-11-022-4/+17
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-024-1/+55
* * vm_dump.c (rb_vm_bugreport): Because of many log directories,sorah2012-11-022-6/+12
* * vm_dump.c (rb_vm_bugreport): add ~/Library/Logs/DiagnosticReportsmrkn2012-11-022-3/+9
* * ChangeLog: added a missed spaceglass2012-11-021-1/+1
* * array.c (recursive_equal): performance improvement.glass2012-11-022-3/+24
* * 2012-11-02svn2012-11-021-2/+2
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-025-24/+87
* proc.c: main.define_methodnobu2012-11-014-1/+52
* eval.c: fix messagenobu2012-11-012-2/+6
* suppress warning: 'val' may be used uninitialized in this functionnaruse2012-11-011-1/+1
* mkmf.rb: timestamp_filenobu2012-11-012-1/+6
* test_process.rb: use never existing filenobu2012-11-012-1/+6
* * tool/merger.rb: add feature to tag preview/rc.naruse2012-11-012-9/+34
* lib/mkmf.rb: fix for if config["libdir"] is nil.naruse2012-11-012-3/+7
* * tool/make-snapshot: fix wrong regexp for releasing preview.naruse2012-11-012-3/+11
* * NEWS: add a news about objspace,ko12012-11-012-0/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn2012-11-013-1/+21
* * ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn2012-11-013-15/+40
* * test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame2012-11-012-1/+6
* * test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame2012-11-012-1/+7
* iseq.c: fix r37397nobu2012-11-012-1/+10
* thread_pthread.c: RUBY_STACK_MINnobu2012-11-012-8/+13
* * NEWS: add note for Module#refine, Module#refinements,shugo2012-11-012-0/+13
* * ChangeLog: fix indentation.shugo2012-11-011-1/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-013-2/+95
* * 2012-11-01svn2012-11-011-3/+3
* iseq.c: simplifynobu2012-11-011-14/+2
* * gc.c (gc_profile_record): don't define unused variables whennari2012-10-312-5/+15
* * gc.c (gc_prof_mark_timer_stop): count is not initialized.nari2012-10-312-1/+5
* * thread.c (rb_thread_call_without_gvl2): Note that ubf() may or maydrbrain2012-10-312-4/+14
* * thread.c (rb_thread_call_without_gvl2): Update documentation todrbrain2012-10-312-64/+71
* * 2012-10-31svn2012-10-301-2/+2
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-305-4/+14
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-303-0/+20
* fix typoskazu2012-10-301-11/+11
* * process.c (redirect_dup2): set standard handles when new fd is stdio,usa2012-10-303-2/+26
* Check if there is no error before reconnect [Bug #4387]naruse2012-10-301-0/+2
* rbconfig/obsolete.rb: Confignobu2012-10-293-0/+44
* * 2012-10-30svn2012-10-291-2/+2
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-295-1/+249
* load.c: adjust stylenobu2012-10-291-6/+7
* stringio.c: close separatedlynobu2012-10-293-45/+63
* Use assert_normal_exit to split processnaruse2012-10-291-11/+12
* gc.c: PRIuSIZEnobu2012-10-291-3/+3
* * properties.nobu2012-10-290-0/+0
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-294-0/+87
* Update Changelogmarcandre2012-10-281-2/+9
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-283-8/+34
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-283-3/+14